/*
Theme Name: ReiTemplate07
Theme URI: https://crecentech.com
Version: 1.0
Author: Crecentech
Author URI: https://crecentech.com
*/
/* ======Fonts====== */
@font-face { font-family: 'Roboto-Bold'; src: url('./fonts/Roboto-Bold.ttf'); }
@font-face { font-family: 'Roboto-Black'; src: url('./fonts/Roboto-Black.ttf'); }
@font-face { font-family: 'Roboto-Medium'; src: url('./fonts/Roboto-Medium.ttf'); }
@font-face { font-family: 'Roboto-Regular'; src: url('./fonts/Roboto-Regular.ttf'); }
/* ======Fonts====== */
h2{
    font-family: 'Roboto-Bold'!important; 
}
p{
    font-family: 'Roboto-Regular'!important; 
}
/* =====General===== */

img{
    max-width: 100%;
}
a,p,button,h1,h2,h3,h4,h5,h6,ul{
    margin-bottom:0;
}
a{
    text-decoration: none;
}
section,header,footer{
    background-color: white;
}
.text-right{
    text-align: right!important;
}
.text-left{
    text-align: left!important;
}
.smrtphoneText{
    display: none!important;
}
select {
    appearance: none;
    background: url('./images/dropdown-icon.png') no-repeat 98% center/14px;
    background-color: #fff;
}
/* =====General===== */ 
/* Seen On Section */
.seen-on{
    background: #1A933E;
    color: var(--secondary);
    padding: 25px 0;
}
.seen-on h5{
    text-transform: uppercase;
	color: #fff;
}
.seen-on img{
	width: 130px;
}
.logo_imgs img{
	width: 250px;
	height: auto;
    object-fit: contain;
}
.logo_imgs{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	flex-wrap: wrap;	
}


/* ===Topbar section Section=== */
.new-top-bar{
    background: #1A933E;
    padding: 9px 0px;
}
.new-top-bar i{
    color:white;
}
.new-top-bar a{
    color: white;
    padding-left:10px;
}
.new-top-bar ul{
    float: right;
}

.new-top-bar ul li{
    list-style: none;
    display: inline;
    padding-right: 17px;
}
.new-top-bar ul li  img{
    width: 21px;
}

/* ===Header Section=== */

header{
    padding: 12px 0;
    background:linear-gradient(38deg,  white 0%,white 28%,#182430 28%,#182430 100% );
}
#menu-main-menu{
	column-gap: 20px;
}
#menu-main-menu li a{
	color: #fff;
	font-family : 'Roboto';
	font-weight: 700;
	font-size: 16px;
	transition: 0.3s;
}
#menu-main-menu li a:hover{
	color: #1A933E;
}
#navbarSupportedContent .navbar-nav{
	margin: 0 auto;
}
.navbar .container-fluid .w_10{
	width: 90px;
}
header.sticky-top{
    box-shadow: 0px 0px 10px #0071bcc9;
}
header .logo img{
    width: 100px;
}
header .menu nav{
    padding: 0;
}

.LoGo{
	width:15%;
}
header .info-btns{
    text-align: right;
}
header .info-btns .offer-btn{
    font-family: 'Roboto-Bold';
    font-size: 16px;
    color: #FFF ;
    padding: 14px 25px;
    background: #1A1465;
    border-radius: 5px;
	border: 2px solid #1A1465;
	transition: 0.3s ease-in-out;
}
header .info-btns .offer-btn:hover{
	color: #fff ;
    border: 2px solid #fff;
    background: transparent;
}
.subc_form{
	display: flex;
	justify-content: end;
}
.subc_form input{
	height: 55px;
	width: 100%;
	padding-left: 12px;
	outline: none;
	border: 5px solid #fff;
	font-size: 18px;
	padding: 0px 30px;
}
.subc_form .has-spinner{
	height: 55px;
	width: 100%;
	background: #1A1465;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 5px;
}
/* .subc_form .has-spinner:hover{
	background: #fff;
	color: #1A933E;
	border: 2px solid #1A933E;
} */
/* ===Header Section=== */

/* Home Banner Section */
.home-banner{
/*     background-image: url('./images/header-background.webp'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 70px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.home-banner .banner-info h1{
    font-family: 'Montserrat-Black';
    font-size: 47px;
    margin-bottom: 8px;
}
.home-banner .banner-info h5{
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    margin-bottom: 23px;
}
.home-banner .banner-info h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 30px;
    margin-bottom: 22px;
}
.home-banner .banner-info ul {
    padding-left: 0;
    list-style: none;
}
.home-banner .banner-info ul li {
    width: max-content;
    float: left;
    margin-right: 20px;
    background-image: url('./images/blue-tick.webp');
    background-position: 3px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding: 10px 0 10px 35px;
    font-family: 'Montserrat-Medium';
    font-size: 25px;
}
.home-banner .banner-info .icons{
    width: 100%;
    margin-top: 120px;
}
.home-banner .banner-form .inner-form-box {
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    padding: 35px 25px 20px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 5px #afafaf;
}
.home-banner .banner-form h5{
    font-family: 'Roboto-Bold';
    font-size: 29px;
    margin-bottom: 25px;
	color: #1A1465;
}
#gform_submit_button_1{
	padding: 15px;
    background: #1A1465;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large{
	border-radius: 2px;
    border: none;
    height: 50px;
	outline: none;
	border-radius: 10px;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgb(0 0 0 / 27%) 0px 0px 0px 1px;
}
.gform_wrapper.gravity-theme .gfield textarea.small{
	border-radius: 2px;
    border: none;
	outline: none;
	box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgb(0 0 0 / 27%) 0px 0px 0px 1px;
}
#gform_submit_button_2{
	padding: 12px 25px;
    background: #1A1465;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
	border-radius:5px;
	border: 2px solid #1A1465;
	transition: 0.3s ease-in-out;
}
#gform_submit_button_2:hover{
	color: #1A1465;
    border: 2px solid #1A1465;
    background: #fff;
}

.home-banner .banner-form .inner-form-box label {
    font-family: 'Roboto-Regular';
    font-size: 16px;
    margin-bottom: 3px;
    color: #1A1465;
	font-weight: 600;
	
}
.home-banner .banner-form .inner-form-box .form-group{
    margin-bottom: 20px;
}
.home-banner .banner-form .inner-form-box .form-control {
    background-color: transparent;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    border: none;
    padding: 12px 10px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid;
}
.home-banner .banner-form .inner-form-box .form-control::placeholder{
    color: #ffffffcc;
}
.home-banner .banner-form .inner-form-box .submit-btn input {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    color: #1A933E;
    background: white;
    border: none;
    width: 100%;
    padding: 12px 10px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.home-banner .banner-form .inner-form-box .closing-text p {
    font-size: 10px;
    margin-top: 3px;
    color: #ffffffcc;
}
.both-buttons{
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.home-banner .both-buttons a{
    border: 1px solid #1A933E;
    border-radius: 18px;
    padding: 8px;
    color: white;
    background: #1A933E;
    font-family: 'Roboto-regular';
	font-size: 14px;
}


.home-banner .both-buttons a.FAMILY-LEGACY{
    border: 1px solid white;
    border-radius: 18px;
    padding: 8px;
    color: white;
    background: transparent;
    font-family: 'Roboto-regular';
}
.home-banner .text-0 h2{
    font-size: 15px;
    color: #1A933E;
    font-family: 'Roboto-Regular';
}
.home-banner .text-0 h3{
    font-family: Lora;
    font-Weight:700;
    font-Size:35px;
    Line-height: 44.8px;
    padding-top: 14px;
    font-family: 'Roboto-bold'; 

}
.home-banner .text-0 h3 span{
    color: #1A933E;
}

.home-banner .text-0 p{
font-family: 'Roboto-Regular';
font-Weight:400;
font-Size:16px;
Line-height:25px;

}

.home-banner .text-0 p span{
    color: #fff;
    font-family: 'Roboto-Regular';
font-Weight:400;
font-Size:18px;
Line-height:25px;
}


/* Home Banner Section */


/* ===Fair Offer Section==== */

/* ==Step 3 Process Section== */


/* =Buy Condition Section= */

/* Stress-Free Selling Section */
.stress-free-selling-section {
    background-color: #EEEFF1;
    padding-top: 40px;
}

.stress-free-selling-section .text {
    margin-bottom: 50px;
}



.stress-free-selling-section .text h2 {
 	text-transform: capitalize;
    color: #000000;
    font-family:Lato;
    font-Weight:700;
    font-Size:38px; 
}

.stress-free-selling-section .text p {
    color: #000000d9;
    font-family:'Work Sans', sans-serif;
    font-Weight:400;
    font-Size:17px;
    Line-height:30px;
    padding-bottom: 40px;
   
}

.stress-free-selling-section .text p.medium {
    font-family: 'Montserrat-Medium';
}

.stress-free-selling-section .text ul {
    width: 85%;
    padding-left: 0;
    margin: 30px 0 20px;
    list-style: none;
    columns: 2;
}

.stress-free-selling-section .text ul li {
    background: url('./images/blue-tick.webp') no-repeat left 3px/18px;
    padding-left: 25px;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    margin-bottom: 15px;
    color: #211B1B;
}

.stress-free-selling-section .text ul li:last-child {
    margin-bottom: 0;
}

/* .stress-free-selling-section .text a {
    display: inline-block;
    margin-top: 25px;
    font-family: 'Roboto-Medium';
    font-size: 17.5px;
    margin-bottom: 5px;
    color: white;
    background: linear-gradient(to bottom, #01CC01 50%, #0C920C);
    padding: 17px 25px;
    border-radius: 1000px;
    text-transform: uppercase;
    border: 2px solid white;
} */

.stress-free-selling-section .text a img {
    margin-right: 10px;
    width: 30px;
    margin-bottom: 3px;
}

.stress-free-selling-section .img img {
    max-width: unset;
    width: 70%;
    display: block;
    margin-left: auto;
}

/* Stress-Free Selling Section */

/* ===Get Cash Offer Section=== */

/* ===Get Cash Offer Section=== */

/* ===Owner Section=== */

/* ===Owner Section=== */

/* Testimonials Section */
.testimonials-section{
    padding-top: 40px;
    background: #1a933e;
}
.testimonials-section .start-text{
    margin-bottom: 45px;
}
.testimonials-section .start-text h6{

    color: #1A933E;
    margin-bottom: 7px;
    font-family:'Work Sans', sans-serif; 
    Line-height:24px;
    font-Weight:400;
    font-Size:18px;
}
.testimonials-section .start-text h2{
    font-family:  Lora;
    font-Weight:700;
    Line-height: 58.59px;
    font-Size: 39.06px;
	color: #fff;
   
}
.testimonials-section .start-text p{
    margin-top: 15px;
    color: #333333;
}
.testimonials-section .owl-item:not(.center) .inner-box{
    box-shadow: 0px 0px 10px #f0f0f0;
    transform: scale(.97);
    background: white;
}
.testimonials-section .owl-item .inner-box{
    padding: 35px 20px 35px;
    border-radius: 10px;
    position: relative;
}
.testimonials-section .owl-item.center .inner-box{
    background-color:white;
    padding: 35px 35px 45px;
}
.testimonials-section .owl-item .inner-box .stars svg{
    margin-bottom: 10px;
}
/* .testimonials-section .owl-item.center .inner-box .stars svg path{
    fill: white;
} */
.testimonials-section .owl-item .inner-box p{
    font-family: 'Roboto-Regular';
    color: #000000cc;
    margin-bottom: 10px;
    font-size: 18px;
}
/* .testimonials-section .owl-item.center .inner-box p{
    font-family: 'Roboto-Medium';
    color: white;
} */
.testimonials-section .owl-item .inner-box h6{
    font-family: 'Poppins-SemiBold';
    font-size: 16px;
    color: #1A1465;
    width: 90%;
}
/* .testimonials-section .owl-item.center .inner-box h6{
    color: white;
} */
.testimonials-section .owl-item .comma svg{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 65px;
}
.testimonials-section .owl-item.center .comma svg{
    width: 95px;
    height: 90px;
}
.testimonials-section .owl-item .comma svg path{
    fill: #233470;
}
.testimonials-section .owl-item.center .comma svg path{
    fill: white;
}
.testimonials-section .owl-dots {
    display: block !important;
    margin: 30px 0 50px;
    text-align: center;
    display: none;
}
.testimonials-section .owl-dots .owl-dot{
    width: 11px;
    height: 11px;
    background-color: #c4c4c4b3;
    border-radius: 1000px;
    margin-right: 10px;
    display: none;
}
.testimonials-section .owl-dots .owl-dot.active{
    width: 21px;
    height: 21px;
    background-color: #EE4E00;
    border: 5px solid #FAC2A7;
}
/* Testimonials Section */



/* Dealing Areas Section */
.dealing-areas{
    background: url('./images/map-bg.webp') no-repeat center center/cover;
    padding: 70px 0;
}
.dealing-areas .width-box{
    width: 95%;
    margin: 0 auto;
}
.dealing-areas .text{
    position: relative;
}
.dealing-areas .text h2{
    font-family: 'Roboto-SemiBold';
    font-size: 35px;
    width: max-content;
    color: #0071BC;
    position: absolute;    
    top: 35px;
    left: 236px;
}
.dealing-areas .text h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 27px;
    width: max-content;
    color: #0071BC;
    margin-bottom: 5px;
}
.dealing-areas .text h6{
    font-family: 'Roboto-SemiBold';
    font-size: 16px;
    width: max-content;
    color: black;
    margin-bottom: 25px;
}
.dealing-areas .text ul{
    columns: 2;
    padding-left: 0;
    list-style: none;
}
.dealing-areas .text ul li{
    margin-bottom: 15px;
}
.dealing-areas .text ul a{
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #211B1B;
    background: url('./images/blue-tick.webp') no-repeat left 2px/ 14px;
    padding-left: 20px;
}
.dealing-areas .white-box{
    position: absolute;
    top: 145px;
    left: 125px;
}
.dealing-areas .map-img img{
    width: 95%;
}
/* Dealing Areas Section */

/* Get Offer Form Section */
.get-offer-form-section{
    padding: 55px 0;
    background: url('./images/img-section-02-bg.webp') no-repeat center center/cover;
}
.get-offer-form-section h2{
    font-family: 'Montserrat-Bold';
    font-size: 35px;
    color: #0071BC;
    width: 95%;
    margin: 0 auto 10px;
}
.get-offer-form-section p{
    font-family: 'Montserrat-Regular';
    color: #333333;
    margin-bottom: 40px;
}
.get-offer-form-section .form-box{
    width: 80%;
    margin: 0 auto 25px;
}
.get-offer-form-section .form-box .img{
    padding: 14px 15px;
    border-radius: 5px 0 0 5px;
    background: #1378BB;
}
.get-offer-form-section .form-box .input-field{
    width: 67%;
}
.get-offer-form-section .form-box .input-field .form-control{
    border: none;
    border-radius: 0;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    padding: 19px 25px;
    box-shadow: 0px 0px 5px #efefef;
}
.get-offer-form-section .form-box .submit-btn input{
    font-family: 'Roboto-Bold';
    font-size: 21px;
    color: white;
    background: #1378BB;
    border-radius: 0 5px 5px 0;
    padding: 15px 22px;
    border: none;
}
.get-offer-form-section ul{
    padding-left: 0;
    width: max-content;
    text-align: left;
    list-style: none;
    margin: 0 auto;
}
.get-offer-form-section ul li{
    background: url('./images/blue-tick.webp') no-repeat left 8px/23px;
    padding: 5px 0 5px 33px;
    font-family: 'Montserrat-Medium';
    font-size: 21.5px;
    color: #211B1B;
    float: left;
    width: max-content;
    margin-right: 25px;
}
.get-offer-form-section ul li:last-child{
    margin-right: 0;
}
/* Get Offer Form Section */

/* ==Footer Section== */
footer{
    background: transparent;
}
.footer-top{
    padding-top: 30px;
    background:#182430;
    color: white;
}
.footer-top .info img{
    width: 45%;
    margin-bottom: 15px;
}
.footer-top .info p{
    font-family: 'Montserrat-Regular';
    color: #ffffff;
    width: 100%;
    padding-bottom: 25px;
/* 	color: #000; */
	font-weight:500;
}
.footer-top .links h5,
.footer-top .contact-links h5{
    font-family:Lora;
    font-Weight:700;
    font-size:22px;
    Line-height:27.19px;
    padding-left: 16px;
    padding-bottom: 19px;
}
.footer-top .links ul,
.footer-top .contact-links ul{
    padding-left: 0;
    list-style: none;
}
.footer-top .links ul li{
    /* background: url('./images/img-icon-arrow-right.png') no-repeat left 5px/8px; */
    padding-left: 25px;
 ;
}
.footer-top .links ul li:not(:last-child){
    margin-bottom: 10px;
    margin:5 auto;
}
.footer-top .links ul li a{
    font-family:'Work Sans', sans-serif;
    
    FONT-Weight:400;
    FONT-Size:16px;
    Line-height:24.1px;
    color: white;
    
   
    
}
.footer-top .contact-links ul li{
	  background: url('/wp-content/uploads/2024/02/email.png');
	 padding-bottom: 15px;
    padding-left: 30px;
	background-repeat: no-repeat;
	background-size: 20px;
}
.footer-top .contact-links ul li:nth-child(2){
    background: url('./images/phone-call.png');
    padding-bottom: 15px;
    padding-left: 30px;
	background-repeat: no-repeat;
}
.footer-top .contact-links ul li:nth-child(3){
    background-image: url('./images/Group 427321101.svg');
	padding-bottom: 15px;
    padding-left: 30px;
	background-repeat: no-repeat;
    
}



.footer-top .contact-links ul li a{
    FONT-Weight:400;
    FONT-Size:16px;
    Line-height:24.1px;
    color: white;
}
.footer-top .social-links{
    margin-left: 0px;
    margin-top: 15px;
}
.footer-top .social-links a{
    width: 40px;
    height: 40px;
    background: #fff;
    margin-right: 26px;
    position: relative;
    color: #0071BC;
    border-radius: 2px;
}
.footer-top .social-links a:last-child{
    margin-right: 0;
}
.footer-top .social-links a i,
.footer-top .social-links a svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color:#1A933E;
}
.footer-top  .social-links a svg{
    width: 24px;
}
.footer-top .social-links a svg path{
    fill: #1A933E;
}
.footer-bottom{
    background-color:#1A933E;
    padding: 15px 0;
    color: white;
    font-family: 'Roboto-Regular';
}

.footer-bottom p{
    text-align: center;
}
.contact-links .form-group{
    display: flex;
    width: 100%;
}
footer .form-control{
    color: #FFFFFF;
    background-color: transparent;
    border: 1.5px solid #000;
    border-radius: 0rem;
}


footer .form-group img{
    width: 48px;
    background: #000;
    padding: 11px;
}
.accordion-button:not(.collapsed){
	color:#051657;
	background: #0000000a;
}
.accordion-button:focus{
	box-shadow: none;
}
.accordion-item{
	margin-bottom: 10px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

/* ==Footer Section== */

/* ==marketing Section== */


.Marketing-ideas{
    padding-bottom:50px;
}

.Marketing-ideas h2{
font-weight:'Work Sans', sans-serif;;
font-weight: 600;
font-Size:39.06px;
Line-height:50.78px

}
.Marketing-ideas h2 span{
    color:#1A933E;
}
.Marketing-ideas p{
    font-family: 'Work Sans', sans-serif;
    font-Weight:400;
    font-Size:16px;
    Line-height:24.1px;
    color: #7B7B7B;
    padding:20px 0px;
    width: 85%;
}
 .contact-us{
	font-family: 'Work Sans', sans-serif;
    font-Weight: 500;
    font-Size: 18px;
    Line-height: 24.72px;
    border: none;
    background: #1A1465;
    color: white;
    padding: 15px 18px;
    border-radius: 5px;
    margin-top: 15px;  
	text-align: center;
	transition: 0.3s ease-in-out;
	border: 2px solid #1A1465;
	 position: relative;
	 top: 20px;
	 text-transform:capitalize;
}
.contact-us:hover{
	background: transparent;
    color: #1A1465;
	border: 2px solid #1A1465;
}

.main-box{
    padding:10px 0px;
}
.main-box .inner-box{
    box-shadow: 0px 0px 2px 2px #80808059;
    padding: 30px 10px;
	transition: 0.3s;
}
.main-box .inner-box:hover{
	 transform: scale(1.07);
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
   
/* .main-box .inner-box .circle-box{
    height: 70px;
    width: 70px;
    background: #1A933E;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
} */
/* .main-box .inner-box .circle-box img{
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.main-box .inner-box h3{
    font-family:'Work Sans', sans-serif; ;
    font-Weight:400;
     font-Size:16px;
     Line-height:24.1px;
     text-Align:Center

}
.main-box .inner-box p{
    color: #1A933E;
	text-align:center;
}
/* ============== How it Works page start ========  */

.inner-banner {
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
}
.inner-banner .container h1 {
    
    font-size: 40px;
}


/* ========= testimonial page start ======= */
#client_section{
    background-color: #1A933E12;
}

#client_section .container .testi_client .card{
    background-color: #fff;
	padding: 15px 15px 15px 25px;
	background-image: url(/wp-content/uploads/2024/06/quotes.webp);
	background-position: 90% 90%;
	background-repeat:no-repeat;
	 background-size: 55px;
}
#client_section .container .testi_client .card .maintxt{
	color: #7B7B7B !important;
	font-weight: 500;
	font-size: 14.5px;
    font-family: 'Work Sans', sans-serif;
}
#client_section .container .testi_client .card  .name{
	color: #1A1465 !important;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins';
}
#client_section .container .testi_client .card  .para{
	color: #7B7B7B !important;
	font-size: 14px;
	font-family: 'Poppins';
}
#client_section span
{
    color: #1A933E;
    margin-bottom: 7px;
    font-family: ''Work Sans', sans-serif;', sans-serif;
    Line-height: 24px;
    font-Weight: 400;
    font-Size: 18px;
}
#client_section h1{
    font-family: 'Lora';
    font-weight: 700;
}

/* ================ Blog Page Css start ======  */

.featured-blog {
    padding: 91px 0 80px;
}
.blog-section .container .row .lwptoc{
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    padding: 29px 35px;
    border-radius: 5px;
}
.featured-blog .container .row .text a{
	color: #1A933E;
	text-decoration: underline;
	font-weight: 600;
}
.featured-blog .img img {
    width: 100%;
}
.featured-blog .text p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 14px;
	font-family:'Montserrat';
}
.featured-blog .text h5 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000;
	font-family: 'Chronicle Display';
}
.blog-section {
    padding: 70px 0 30px;
}

/* ============ Contact us section home Start ==== */
#gform_2{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	padding: 10px 30px 0px 30px;
	border-radius: 10px;
}
#contact_section{
	padding:70px 0px;
}
#contact_section .container .cnt_bg{
    background: linear-gradient(143deg, #1A933E 42%, #1a1465c2 99%);
    padding: 105px 60px 60px 60px;
	padding-bottom:90px;
	border-radius: 10px;
}
#contact_section .container .cnt_bg p{
    font-size: 16px;
    font-family: 'Montserrat' !important;
    color: #fff; 
	margin-bottom; 20px;
}
#contact_section .container .cnt_bg h2{
	font-size: 28px;
	font-family: 'Lora';
	color: #fff;
}
#contact_section .container .cnt_bg .div{
    margin-bottom: 20px;
}
#contact_section .container .cnt_bg span{
    font-size: 15px;
    color: #fff;
}
#contact_section .container .cnt_bg a{
    font-size: 15px;
    color: #fff;
}
#contact_section .container .cnt_bg img{
    width: 25px;
    margin-right: 10px;
    margin-top: 5px;
}
#contact_section .container .cnt_bg .social_img a{
    background: white;
    margin-right: 26px;
    position: relative;
    color: #0071BC;
    border-radius: 2px;
	padding: 10px 20px;
}
#contact_section .container .cnt_bg .social_img i{
	 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #1A933E;
}
   
#contact_section .container .form form .row input{
    height: 55px;
}
#contact_section .container .form form .form_btn{
    background-color: #1A933E;
    text-align: center;
	font-family: 'Poppins';
    height: 47px !important;
    padding: 0px 29px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
}

#contact_section h1 {
    font-size: 23px;
    font-weight: 700;
    font-family: 'Lora ';
    color: #011621;
	text-transform: capitalize;
	margin-bottom: 15px;
}
#contact_section .container .pdf_lft{
    padding-right:50px;
	
}
.gform_wrapper.gravity-theme .gfield_required{
	visibility: hidden;
}
.wpcf7-not-valid-tip{
	visibility: hidden;
}	

/* ============ Contact us section home End ==== */






/* ==Inner Banner Section== */

/* ==Contact Us Section== */

/* Featured Blog Section */

/* Latest Blogs Section */

/* Contact Cash Offer Section */


/* ====FAQ Section==== */
#gform_confirmation_message_1{
	color: #1a933e;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}

/* ==Step 2 Form=== */

/* ===Media Queries==== */
.accordion-button:not(.collapsed)::after{
	background-image:url(/wp-content/uploads/2024/06/down-1.webp);
	
}
.accordion-button::after{
	background-image:url(/wp-content/uploads/2024/06/down-1.webp);
}
.new-box{
    padding-bottom: 70px;
}

.real-best-state h3{
    font-family: Lato;
    font-Weight: 700;
    font-Size:18px;
    Line-height: 21.6px; 
    color: rgba(0, 0, 0, 0.43);  
   
}
.real-best-state .circle-cell .phone-icons{
    width: 40px;
    height: 40px;
    background: #1A933E;
    border-radius: 50%;
    position: relative;
    margin-right: 25px;
}
.real-best-state .circle-cell .phone-icons i{
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.real-best-state .circle-cell a{
    background: transparent;
    border: none;
    color: #000000cf;
    font-family:Lato;
    font-Weight:700;
   font-Size:18px;
   Line-height:21.6px;
   padding: 17px 0px;
   margin-top: 0px;
	
}
.margin_rght{
	margin-left:32px;
}
.real-best-state button{
    font-family: lato;
    font-Weight: 500;
    font-Size: 16px;
    Line-height: 24.72px;
    border: none;
    background: #1A933E;
    color: white;
    padding: 12px 18px;
    border-radius: 3px;
    margin-top: 20px;
    width: 51%;
    font-weight: 700;
}
.any-condition {
    padding-top:50px;
	padding-bottom: 100px;
}
.any-condition h2{
    font-family:Lora ;
    font-Weight: 700;
    font-Size:36px;
    Line-height: 43px;
    align-items:Center ;
    color: #343434; 
    text-align: center;  
    
}
.any-condition h2 span{
    color: #1A933E;
}
.any-condition h3{
    font-family:'Work Sans', sans-serif; 
    font-Weight:500;
    font-Size:22px;
   padding-top: 15px;
   text-align: center;
}
.any-condition p{
    font-family: f'Work Sans', sans-serif;
    font-Weight: 400;
    font-Size: 17px;
    Line-height: 30px;
    align-items: Center;
    color: #000000;
    text-align: center;
    padding-bottom: 40px;

}
.any-condition img{
    width:100%;
	height: 370px;
	object-fit: cover;
}
.any-condition ul{
    column-count: 3;
	margin-bottom: 20px;
}
.any-condition ul li{
    list-style: none;
    background: url(/wp-content/uploads/2024/06/croect.webp);
    background-size: 19px;
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position-y: 3px;
    margin-bottom: 18px;
    font-family:'Work Sans', sans-serif;
    font-Weight:500;
   	font-Size:16px;
}
.any-condition button{
    font-family: lato;
    font-Weight: 500;
    font-Size: 16px;
    Line-height: 24.72px;
    border: none;
    background: #1A933E;
    color: white;
    padding: 12px 18px;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 700;
}

.emailform{
    background: #1A1465;
    padding: 35px 0px;
}
.emailform .emailformtext p{
    font-family:Lora;
    font-Size:30px;
	Line-height:50px;
	font-Weight:500;
	color: #FFFFFF;

}
.emailform form{
    margin-bottom: 0px;
}
.emailform .form-group{
    background: white;
    padding: 3px 4px;
    border-radius: 5px;
    margin-bottom: 0px;
	justify-content: space-between;
}
.form-control:focus{
	box-shadow:none;
}
.emailform .form-control{
    border: 1px solid white;
	height: 55px;
}
.emailform .formemailfield button.submit{
    border: none;
    padding: 13px 38px;
    background: #1A933E;
    color: white;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    border-radius: 6px;
}
.owl-carousel .owl-item img{
    display: unset;
    width: 42px;
    height: 42px;
	object-fit: cover;
	border-radius: 50%;
}
.info-imfor{
    padding-left: 15px;
}
.comma {
    position: absolute;
    right:20px;

}
.Map{
    background: url('./images/map-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:40px;
}
.Map img{
    width:100%;
}
.maching{
	display: flex;
	justify-content: center;
}

.process{
    padding: 50px 0px;
}
.process h2{
    font-family:'Roboto-Regular';
    font-Weight:400;
     font-Size:18px;
    color:#1A933E;
    text-align: center;
    width: max-content;
    margin: 0 auto 39px;
    line-height: 0;
    padding: 0 28px;
    border-bottom: 1px solid #1A933E;
  
}
.process h2 span{
    background: white;
    padding: 0 5px;   
}
.process h3{
    font-family:'Roboto-Bold';
    font-Weight:700;
     font-Size:40px;
    Line-height:24px;
    color:#373737;
    text-align: center;
    padding-bottom: 20px;
}
.process h3 span{
    color:#1A933E;
}
.process p{
    font-family:'Roboto-regular';
    font-Weight:400;
font-Size:18px;
Line-height:32px;
color:#000000 ;
text-align: center;
margin: 0 auto;
padding-bottom: 20px
}

.process h4{
    font-family:'Roboto-Bold';
    font-Weight:700;
    font-Size:20px;
    Line-height:32px;
    color: #000000;
    text-align: center;
    padding-bottom: 30px;
}
.process h4 span{
    color: #1A933E;
}
.process .boxes{
    padding: 30px;
    /* width: 100%; */
    margin: 0 auto;
    background: url('/wp-content/uploads/2024/06/dblangel.webp');
    background-size: 258px;
    background-repeat: no-repeat;
    height: 280px;
    /* position: relative; */
    /* left: 119px; */
    background-position-y: -10px;
}
.process .boxes img{
    width: 20%;
    margin: 0 auto;
    display: block;

}
.process .boxes h3{
    font-family: 'Roboto-Bold';
    font-Weight: 600;
    font-Size: 17px;
    Line-height: 21px;
    color: #1A1465;
    text-align: center;
    padding: 8px 40px;
}
.process .boxes p{
font-family: 'Roboto-regular';
font-Weight:400;
font-Size:13px;
Line-height:20px;
color:#000000;
text-align: center;
width: 85%;
}
.all-information{
    padding:50px 0px;
}
.all-information h2{
    font-family: Lora;
    font-Weight:700;
    font-Size:39.06px;
    text-align: center;
   
}
.all-information h2 span{
    color: #1A933E;
}
.all-information .main-box{
    box-shadow: 0px 3px 5px 5px #8080801f;
    padding: 30px;
    transition: 0.3s ease;
/*     cursor: pointer; */
}
.all-information .main-box .inner-box{
    height:50px;
    width:50px;
    background: #1A1465;
    border-radius: 50%;
    padding: 0px;
    position: relative;
}
.all-information .main-box .inner-text{
    padding-left:20px;
}
.all-information .main-box .inner-text h3{
    font-family: Lora;
    font-Weight:500;
    font-Size:18px;
    Line-height:  22.25px;
    color: #1A1465; 
    padding-bottom: 8px;
}
.all-information .main-box .inner-text p{
    font-family:Lora;
    font-Weight:700;
    font-Size:22px;
    Line-height: 27.19px;
    color:  #373737; 
    padding-bottom: 20px;

   
}
.all-information .main-box a{
	color: #000;
}
.all-information .main-box:hover a{
	color: #fff;
}
.all-information .main-box h4{
    font-family:  'Work Sans', sans-serif;
    font-Weight: 400;
    font-Size:20px;
    Line-height: 24.72px;
    color: #7B7B7B; 
    padding-bottom: 10px;
}

.all-information .main-box .inner-box .fa-solid{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 23px;
}

.all-information .main-box:hover{
    background: #1A1465;
}
.all-information .main-box:hover .fa-solid{
    color:#1A1465;
}
.all-information .main-box:hover h4,
.all-information .main-box:hover h3,
.all-information .main-box:hover p{
    color: white;
}
.all-information .main-box:hover .inner-box{
    background: white;
} 
.last-form{
    padding:40px 0px;
}
.last-form img{
    width:100%;
}
.last-form h2{
    font-family:'Work Sans', sans-serif;
    font-Weight:600;
    font-Size:30px;
   Line-height:27.19px;
   color: #373737;
   padding-bottom: 22px;
}
.last-form h2 span{
    color:#1A933E;
}
.last-form .form-control{
    padding: 16px;
    margin-bottom: 13px;
    border: none;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.last-form .form-group{
    box-shadow: 2px 2px 3px 2px #8080800f;
    border-radius: 5px;
}
.last-form input::placeholder{
    color: #7B7B7B;
   
    font-Weight:400;
    font-Size:16px;
    Line-height:24.1px;
}
.last-form button{
    width: 30%;
    padding: 15px;
    background: #1A933E;
    border: none;
    font-family:Lora;
    font-Weight:700;
font-Size:19px;
Line-height:23.48px;
color: #FFFFFF;
margin-top: 30px;

}
.last-form button:hover{
    background: #1A933E;
}
.process .container{
    position: relative;
}
.process img.left-dimond{
    width: 64px;
    position: absolute;
}
.process img.right-dimond{
    position: absolute;
    width: 100px;
    float: right;
    right: 0;
    top: 145px;
}
.navbar-light .navbar-toggler{
	background: #fff;
}
/* .main_boxbg{
	background:#1A1465;
}
.all-information .main_boxbg h4{
	color: #fff;
}
.all-information .main_boxbg .inner-text p{
	color: #fff;
}
.all-information .main_boxbg a {
    color: #fff;
}
.all-information .main_boxbg .inner-box{
	background: #fff;
}
.all-information .main_boxbg .inner-box .fa-solid{
	color: #1A1465;
}
.all-information .main_boxbg .inner-text h3{
	color: #fff;
}
.all-information .main_boxbg:hover {
    background: #1A1465;
} */

/* ===Media Queries==== */
@media(min-width: 1440px){
    .dealing-areas .text h2{    
        top: 46px;
        left: 275px;
    }
    .dealing-areas .white-box {
        position: absolute;
        top: 175px;
        left: 170px;
    }
	.process .boxes {
    padding: 55px 25px;
    background-size: cover;
    height: 300px;
	}

}
@media(max-width: 1024px){
   .process .boxes {
    background-size: cover;
    height: 310px;
	}
	.both-buttons{
		display: flex;
		flex-wrap: wrap;
		row-gap: 15px;
	}
	.real-best-state button{
		width: 60%;
	}
	.any-condition ul li{
		margin-bottom: 15px;
	}
	.last-form button{
		width: 45%;
	}
}
@media(max-width: 991px){
	.any-condition ul {
    column-count: 2;
    margin-bottom: 20px;
}
	    .any-condition ul li {
        margin-bottom: 8px;
			font-Size: 12px;
			background-size: 14px;
    padding-left: 21px;
    }
	.new-top-bar{
		display: none;
	}
	header{
		background: #1A933E;
	}
	
    	#contact_section .container .cnt_bg{
		padding: 25px;
	}
	#contact_section .container .cnt_bg .social_img a {
    margin-right: 15px;
	padding: 5px 16px;
	}
	#contact_section .container .cnt_bg .social_img i{
		font-size: 18px;
	}
	#contact_section .container .pdf_lft{
		padding-right: 0px;
	}
	.process .boxes {
		background-size: cover;
		height: 338px;
	}
	header .info-btns .offer-btn{
		display:none;
	}
/* 	header{
		background: transparent;
	} */
	.navbar-collapse{
		margin:25px;
	}
	#menu-main-menu li a{
		color: #fff;
		line-height: 30px;
	}
	.process img.left-dimond{
		display: none;
	}
	.process img.right-dimond{
		display: none;
	}
	.LoGo {
    width: 25%;
}
}
@media(max-width: 820px){
	.Marketing-ideas h2{
		font-Size: 30px;
		Line-height: 38px;
	}
}

@media(max-width: 768px){
	header{
		background: #1A933E;
	}
	header .shw{
		display: none;
	}
	header .hde{
		display: block;
	}
	.new-top-bar{
		display: none;
	}
	.contact-us {
		font-family: 'Work Sans', sans-serif;
		font-Weight: 500;
		font-Size: 14px;
		padding: 12px 15px;
	}
	.real-best-state h3 {
		Line-height: 54.6px;
}
	
   .process .boxes {
    padding: 60px 30px;
    background-size: cover;
    height: 358px;
	background-position-y: -10px;
	}
	.banner-form{
		margin-top: 20px;
	}
	.process h3 {
		font-size: 30px;
	}
	.process p{
		font-size: 16px;
	}
	.Marketing-ideas h2{
		font-size: 29px;
		line-height: 35px;
	}
	br{
		display: none;
	}
	.stress-free-selling-section .text h2{
		font-size: 35px;
		text-align: center;
	}
	.stress-free-selling-section .text p{
		font-size: 16px;
		text-align: center;
	}
	.real-best-state button{
		margin: 0 auto;
	}
	.any-condition h2{
		font-size: 35px;
	}
	.any-condition h3{
		font-size: 20px;
		line-height: 30px;
	}
	.any-condition p{
		font-size: 16px;
		margin-top: 15px;
	}
	.any-condition ul li {
    background-size: 16px;
    padding-left: 22px;
    font-Size: 14px;
	}
	.any-condition ul{
		padding: 0px;
	}
	.any-condition button{
		font-size: 14px;
	}
	.real-best-state button{
		font-size: 14px;
	}
	.emailform .emailformtext p {
    font-Size: 18px;
    Line-height: 30px;
    font-Weight: 600;
	}
	.last-form button{
		font-size: 16px;
		width: 45%;
	}
	#contact_section .container .cnt_bg{
		padding: 25px;
	}
	#contact_section .container .cnt_bg .social_img a {
    margin-right: 15px;
	padding: 5px 16px;
	}
	#contact_section .container .cnt_bg .social_img i{
		font-size: 18px;
	}
	#contact_section .container .pdf_lft{
		padding-right: 0px;
	}
	
}
@media(max-width: 600px){
	.home-banner .text-0 h3{
		font-size: 25px;
		line-height: 32px;
	}
	.home-banner .both-buttons a {
    border-radius: 18px;
    padding: 10px 20px;
    font-size: 14px;
	}
	.home-banner .both-buttons a.FAMILY-LEGACY {
    padding: 8px 20px;
    font-size: 14px;
	}
	.home-banner .text-0 p{
		font-size: 14px;
	}
	.home-banner .banner-form .inner-form-box .submit-btn input{
		font-size: 16px;
	}
	.home-banner .banner-form h5 {
		font-size: 25px;
		margin-bottom: 5px;
	}
	.process img.left-dimond{
		display: none;
	}
	.process img.right-dimond{
		display: none;
	}
	.process h2{
		margin-bottom: 15px;
	}
	.process h3{
		font-size: 25px;
	}
	.process p{
		font-size: 14px;
		line-height: 24px;
	}
	.process .boxes {
    padding: 89px 30px;
    height: 385px;
	}
	.Marketing-ideas h2{
		font-size: 25px;
		margin-top: 20px;
	}
	.Marketing-ideas p{
		font-size: 14px;
		width: 100%;
	}
	.stress-free-selling-section .text h2{
		font-size: 25px;
		line-height: 30px;
	}
	.stress-free-selling-section .text p{
		font-size: 14px;
		line-height: 25px;
	}
	.real-best-state .circle-cell .phone-icons{
		margin: auto 10px 14px 32px;
	}
	.real-best-state h3{
		font-size: 14px;
	}
	.real-best-state .circle-cell a{
		font-size: 14px;
	}
	.real-best-state button{
		width: 90%;
	}
	.any-condition h2 {
		font-size: 25px;
    	line-height: 30px;
	}
	.any-condition h3 {
		font-size: 16px;
		line-height: 25px;
	}
	.any-condition p {
		font-size: 14px;
		line-height: 25px;
	}
	.any-condition ul li {
		background-size: 14px;
		padding-left: 18px;
		font-Size: 14px;
	}
	.mobile_div{
		padding-right:0px;
		margin-top: 30px;
	}
	.any-condition ul {
   		column-count: 2;
	}
	.emailform .formemailfield button.submit {
		padding: 10px 24px;
		font-size: 14px;
	}
	.emailform .emailformtext p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.testimonials-section .start-text h2{
		font-size: 25px;
		line-height: 30px;
	}
	.all-information h2{
		font-size: 25px;
    	line-height: 30px;
	}
	.all-information .main-box h4{
		font-size: 18px;
	}
	.all-information .main-box .inner-text h3{
		font-size: 16px;
	}
	.all-information .main-box .inner-text p{
		font-size: 20px;
	}
	.last-form button{
		margin-left: 20px;
	}
	#contact_section .mob_div{
		margin-top: 30px;
	}

}
@media(max-width: 409px){
    
}
@media(max-width: 374px){
   
}
@media(max-width: 359px){
    
}
@media(max-width: 375px){
		.process .boxes {
		padding: 50px 30px;
		height: 335px;
	}
	#contact_section .container .pdf_lft {
    padding-right: 10px;
}
}
	@media(max-width: 320px){
		.process .boxes {
		padding: 50px 30px;
		height: 300px;
	}
}

/* ========= Animation ======= */

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* .active, .menu-item:hover {
  color: #1A933E;
} */
