/*
Theme Name: PPG
Theme URI: https://localhost/wp-ppg
Version: 1.0
Author: Crecentech
Author URI: https://crecentech.com
*/
/* ====Fonts===== */
@font-face {
  font-family: 'Nunito Sans';
  src: url('./fonts/NunitoSans.ttf');
  font-display: swap;
}
/* ====Fonts===== */

/* General CSS */
:root{
    --primary: #88995A;
    --secondary: white;
    --link: #FAAF3A;
}
body{
    font-family: 'Nunito Sans';
}
h1,h2,h3,h4,h5,h6,ul,li,a,button,p{
    padding: 0;
    margin: 0;
}
a,a:hover{
 color: var(--link);
    text-decoration: none!important;
}
.smrtphoneText{
    display: none!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}
img{
    max-width: 100%;
	height: auto!important;
}

.ml-auto{
    margin-left: auto!important;
}
h1{
    font-size: 2.4rem;
}
h2{
    font-size: 2.2rem;
}
h3{
    font-size: 1.75rem;
}
h4{
    font-size: 1.4rem;
}


/*     margin-left: 25px;
    border-radius: 5px;
    background: var(--link);
    color: var(--secondary)!important;
    font-weight: 600; */

.video-background {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
	background: #0000008f
}
	/* 	=============== Invester Page ====== */
	.perper_text{
		    background: #88995A;
    padding: 30px;
    margin-left: -97px;
    margin-top: 100px;
	}
	.perper_text h2{
		font-size: 35px;
		font-weight:700;
		color: #000;
	}
.perper_text p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.partner h2{
	text-transform: capitalize !important;
}
	#pre_formbg{
		background-image: linear-gradient(#212529b8, #212529b8), url(/wp-content/uploads/2025/01/15-web-or-mls-10_Interior.webp);
		padding: 70px 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
#preper_sec{
	padding: 80px 0 20px;
}
.Prepar_form a{
	color: #88995A;
	font-weight:800;
}
.Prepar_form p{
	font-size: 16px;
	font-weight:600;
}
.Prepar_form{
	    padding: 30px;
    background: #ffffff8f;
    border-radius: 10px;
}
#why_section{
	margin-bottom: 70px;
}
#why_section h2{
	color: #000;
	font-size: 2.75rem;
    font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.choose_div{
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgb(6 24 44 / 0%) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
	padding:20px;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
}
.choose_div:hover{
	background: #88995a;
}
.choose_div h3{
	font-size:25px;
	font-weight: 700;
	margin-bottom: 10px;
}
.choose_div p{
	font-size: 16px;
}
#input_13_10 label {
	color: #000 !important;
}


#background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1000px;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; /* Ensure the video is behind other content */
}

/* Popup Modal */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
}

/* Popup Content */
.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 700px;
  height: 500px;
	position: relative;
	overflow-y: scroll;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
    color: #ff0404;	
}
.popup-content h2{
	font-size:30px;
	margin-bottom: 20px;
	font-weight: 800;
}

.content {
    position: relative;
    z-index: 1; /* Ensure content is above the video */
/*     color: white;
    text-align: center; */
    padding: 20px;
}

.get-offer-btn{
    background-image: linear-gradient(to right, #88995A 0%, #000 51%, #88995A 100%);
/*     box-shadow: 0 0 20px #eee; */
    background-size: 200% auto;
    transition: 0.5s;
    color: var(--secondary)!important;
    display: block;
    margin: 30px auto 0;
    width: 300px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    padding: 15px 10px;
    border-radius: 3px;
}
.get-offer-btn:hover{
	background-position: right center;
}
.tagline h6{
	font-size: 18px;
	font-weight: 700;
}


/* .get-offer-btn:hover{
    color: var(--link)!important;
} */
#addrForm #propAddr{
    padding: 13px;
    font-size: 18px;
    border: none;
    border-radius: 5px 0 0 5px;
}
#addrForm .submit-btn{
    background-color: var(--primary);
    color: var(--secondary);
    border: none;
    border-radius: 0px 5px 5px 0;
    text-transform: uppercase;
    width: 100%;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1px;
}
.lwptoc:first-child {
    margin-top: 0px!important;
}
.lwptoc_i {
    width: 100%;
}
.how-we-buy-homes .main-box{
    box-shadow: 0px 2px 5px 3px #80808045 !important;
    padding: 20px;
    height: 100%;	
}
/* General CSS */

/* Custom Animations */
@keyframes moveLeft {
    0% { right: 0 }
    25% { right: 8px }
    50% { right: 15px }
    75% { right: 8px }
    100% { right: 0px }
  }
/* Custom Animations */

/* Top Form Section */
.top-form{
    position: fixed;
    top: -130px;
    width: 100%;
    background: #000000b3;
    padding: 25px 0;
    color: var(--secondary);
    transition: all .95s ease;
    opacity: 0;
    z-index: -100;
}
.top-form.visible{
    top: 0;
    opacity: 1;
    z-index: 50;
}
/* Top Form Section */

/* Header Section */
.logo img{
	max-width: 280px !important;
    padding: 10px 0;
} 
.header-top{
    background: #88995A;
    color: white;
    padding: 8px 0;
    transition: all .75s ease;
}
.header-top .call-line h6{
    position: relative;
    animation: moveLeft 2s linear infinite;
}
.header-top .call-line h6 a{
	transition: 0.3s ease-in-out;
    color: white;
}
.header-top .call-line h6 a:hover{
    color:#000 !important;
}
.header-bottom{
    position: relative;
    background: white;
}
.header-bottom .show-btn{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    z-index: 10;
}
.header-bottom .menu .collapse.navbar-collapse{
    justify-content: end;
}
.header-bottom .menu ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.header-bottom .menu ul li a{
    color: black!important;
    padding: 12px 12px 10px!important;
    height: auto;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    display: block;
}
.header-bottom .menu ul li:not(:last-child) a::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: var(--primary);
    color: #fff;
}
.header-bottom .menu ul li.current-menu-item:not(:last-child) a::after,
.header-bottom .menu ul li:not(:last-child):hover a::after{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}
.header-bottom .menu ul li:last-child a{
	margin-left: 25px;
    border-radius: 5px;
    background-image: linear-gradient(to right, #88995A 0%, #000 51%, #88995A 100%);
    box-shadow: 0 0 20px #eee;
    background-size: 200% auto;
    transition: 0.5s;
    color: #fff !important;
    font-weight: 600;
/*     margin-left: 25px;
    border-radius: 5px;
    background: var(--link);
    color: var(--secondary)!important;
    font-weight: 600; */
}
.header-bottom .menu ul li:last-child a:hover{
	background-position: right center;
}
/* .home-banner .bg_shado {
    border: 2px solid #911b1b;
    padding: 40px;
    background: linear-gradient(#215e99b5, #af0d1199);
    margin-bottom: 50px;
    border-radius: 5px;
} */
/* Header Section */

/* Home Banner Section */
.client_img{
	display: flex;
	justify-content: end;
}
.client_img img{
	width: 65%;
}
.home-banner{
    padding: 70px 0 0px;
    color: white;
    background-position: center;
    background-size: cover;
}
.home-banner h1{
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}
.home-banner form{
    margin-bottom: 25px;
}
.home-banner h3{
    font-weight: 600;
    text-transform: uppercase;
}
.home-banner p{
    margin-bottom: 20px;
    font-size: 18px;
}
/* Home Banner Section */

/* Seen On Section */
.seen-on{
    background:var(--primary);
    color: var(--secondary);
    padding: 13px 0;
}
.seen-on h5{
    text-transform: uppercase;
}
/* Seen On Section */

/* ==How We Buy Homes== */
.how-we-buy-homes{
    background: white;
    padding: 50px 0 100px;
}
.how-we-buy-homes .title p{
    color: var(--primary);
    font-size: 15px;
    margin-bottom: 3px;
    font-weight: 600;
    letter-spacing: 2px;
}
.how-we-buy-homes .title h3{
    margin-bottom: 70px;
}
.how-we-buy-homes .box .img{
    width: 84px;
    height: 84px;
    margin: 0 auto 40px;
    border: 1px solid var(--primary);
    position: relative;
    border-radius: 1000px;
}
.how-we-buy-homes .box .img svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
}
.how-we-buy-homes .box .img svg path{
    fill: var(--primary);
}
.how-we-buy-homes .box h6{
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
}
.how-we-buy-homes .box p{
    font-size: 16px;
}
/* ==How We Buy Homes== */

/* Buy Bar Section */
.buy-bar{
    background: var(--primary);
    color: white;
    padding: 16px 0;
}
.buy-bar h2{
    font-size: 38px;
    text-transform: uppercase;
}
/* Buy Bar Section */

/* Why Choose Company Section */
.why-choose-company{
    background: #f4f4f4;
    padding: 70px 0 90px; 
}
.why-choose-company .img img{
    border: 6px solid rgba(0,0,0,.06);
}
.why-choose-company .text h6{
    color: var(--primary);
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.why-choose-company .text h3{
    margin-bottom: 23px;
}

.why-choose-company .text p{
    margin-bottom: 23px;
}
/* Why Choose Company Section */

/* ==Better Solution== */
.better-solution{
    background-position: center;
    background-size: cover;
    color: white;
    padding: 70px 0 100px;
}
.better-solution .title h6{
    font-weight: 600;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.better-solution .title h3{
    letter-spacing: -.5px;
    margin-bottom: 30px;
}
.better-solution p{
    margin-bottom: 25px;
}
.better-solution ul{
    margin-bottom: 30px;
    padding-left: 20px;
    list-style: none;
}
.better-solution ul li{
    background: url('./images/white-cross-circle.svg') no-repeat left center/16px;
    padding-left: 26px;
    margin-bottom: 5px;
}
/* ==Better Solution== */

/* ==Common Reasons== */
.common-reasons{
    padding: 60px 0 120px;
    background-color: white;
}
.common-reasons .left-inner-box{
    border: 2px solid var(--primary);
    border-radius: 5px;
    padding: 30px 25px 10px;
}
.common-reasons .left-inner-box p{
    margin-bottom: 20px;
    line-height: 1.7;
}
.common-reasons .right-box h4{
    margin-bottom: 18px;
}
.common-reasons .right-box ul{
    columns: 3;
    list-style: none;
    margin-bottom: 35px;
}
.common-reasons .right-box ul li{
    background: url('./images/Frame11.png') no-repeat left center/16px;
    padding-left: 26px;
    margin-bottom: 5px;
}
.common-reasons .right-box p{
    margin-bottom: 25px;
}
/* ==Common Reasons== */
/* ====== Thank You Page === */

.thank-you-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 130px;
}
.thank-you-banner .text h1 {
    font-family: 'MeriendaOne-Regular';
    font-size: 90px;
    color: #211B1B;
	font-style: italic;
	font-weight: 600;
    text-shadow: 0px 7px 20px #2C664F9c;
    margin-bottom: 40px;
}
.thank-you-banner .text p {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
    color: #2C3E50;
    margin-bottom: 0;
}
.thank-you-banner .text a {
    display: inline-block;
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    color: #fff;
    background: #88995A;
    padding: 9px 110px;
    margin-top: 40px;
    text-decoration: none;
	
    box-shadow: 0px 0px 6px #8a9a5b;
}

/* =Footer Section= */
footer{
    background: var(--primary);
    color: white;
    padding: 25px 0;
}
footer ul{
    display: flex;
    list-style: none;
    justify-content: center;
}
footer ul li{
    margin-right: 35px;
    font-size: 14px;
}
footer ul li:last-child{
    margin-right: 0;
}
footer ul li a{
    color: white;
	font-size: 16px;
}
footer ul li a:hover{
    color: white;
	text-decoration:underline !important;
}

.mobile-call-bar{
    position: fixed;
    text-decoration: none;
    z-index: 999999;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 45px;
    text-align: center;
    font-weight: 600;
    font-size: 4.5vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 1px #2c2c2c;
    color: #fff;
    background: var(--primary);
}
.social_links {
	display: flex;
	justify-content: end;
	gap: 20px;
}
/* =Footer Section= */

/* Offer Now Section */
.offer-now-section{
    background-image: url('./images/feature-section.webp');
    padding: 80px 0 100px;
}
.offer-now-section h2{
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}

/* Offer Now Section */

/* =About Banner Section= */
.about_gallery img{
	    
    border-radius: 5px;
	transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out;
}
.about_gallery .flw{
	overflow: hidden;
	border-radius: 5px;
}
.about_gallery img:hover{
  transform: scale(2);
	border-radius: 5px;
}
.about_clnt_img img{
	width: 250px;
    border-radius: 50%;
    border: 2px solid grey;
    height: 250px !important;
    object-fit: cover;
}
.about-banner{
    background-position: center;
    background-size: cover;
    color: white;
    padding: 200px 0px;
	    background-position-y: 24%;
}
.about-banner h1{
    font-size: 28px;
    margin-bottom: 15px;
}
.about-banner p{
    margin-bottom: 15px;
    line-height: 1.7;
}
/* =About Banner Section= */

/* How We Work Section */
.how-we-work{
    background: white;
    padding: 60px 0 0px;
}
.how-we-work h3{
    color: #2d3238;
    margin-bottom: 20px;
}
/* How We Work Section */

/* Inner Banner Section */
.goole_div img{
	width: 200px;
	margin:20px 0;
}
.inner-banner{
    background-position: center;
    background-size: cover;
    padding: 200px 0px;
    color: white;
	    background-position-y: 24%;
}
.inner-banner p{
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 5px;
}
.inner-banner h1{
    font-size: 2.75rem;
    font-weight: 700;
}
.faq-banner{
    background-image: url('./images/faq-banner.webp');
}
.contact-banner{
    background-image: url('./images/contact-us-banner.webp');
}
.offer-banner{
    background-image: url('./images/get-offer-banner.webp');
    padding: 200px 0px;
}
/* Inner Banner Section */
/*  ========== New Page compain = =========*/
#box_secs{
	padding: 70px 0;
}
#box_secs h1{
	font-size: 1.75rem;
	text-align:center;
	font-weight: 700;
}
#box_secs p{
	font-size: 1rem;
	text-align: center;
}
#box_secs .boxx ul li{
	list-style-type: none;
	padding: 10px 0px;
	color: #fff;
	background-image:url('/wp-content/uploads/2024/10/check-1.png');
	    background-repeat: no-repeat;
    background-position-y: 10px;
    padding-left: 35px;
}
#box_secs .boxx h2{
	font-size: 1.8rem;
	color: #fff;
}

#box_secs .boxx{
	padding: 40px;
	background: #112B64;
	    z-index: -2;
	transform: scale(1.07);
	    margin: 50px 0;
}
#box_secs .sec_box{
	padding: 40px;
	background: #08142F;
		transform: scale(1);
}
#testimonial_newpg{
	background: #F4F4F4;
	padding: 70px 0;
}
#testimonial_newpg .container h1{
    font-size: 1.75rem;
    text-align: center;
    font-weight: 700;
}
#testimonial_newpg .container p{
	font-size: 1rem;
	padding: 15px 0;
    text-align: center;
}
/* Basic Reset */


/* Testimonial Slider Container */
.slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1150px; /* Adjust to fit 3 cards including margin */
  margin: 0 auto;
	padding: 50px 0;
  overflow: hidden; /* Hide overflow to show only 3 cards at a time */
}

/* Testimonial Slider */
.testimonial-slider {
  display: flex;
  transition: transform 0.3s ease; /* Smooth sliding effect */
}

/* Individual Testimonial Cards */
.testimonial-card {
  flex: 0 0 364px; /* Each card is 300px wide */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: 10px; /* Spacing between cards */
  padding: 20px;
	margin-left: 10px;
  text-align: center;
}

.testimonial-card:last-child {
  margin-right: 0; /* Remove margin on the last card */
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  font-style: italic;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-author img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.testimonial-author h4 {
  font-size: 18px;
  color: #333;
}

/* Navigation buttons */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #88995A;
  color: white;
  border: none;
  padding: 5px 8px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

.slider-nav.left {
  left: 15px;
}

.slider-nav.right {
  right: 15px;
}

/* ==FAQ Section=== */
.faq-section{
    background: white;
    padding: 60px 0 35px;
}
.faq-section .accordion-button{
    color: #222;
    font-weight: 600;
    font-size: 16px;
    background: white;
    padding: 20px 18px;
}
.faq-section .accordion-button:hover {
    background-color: #f8f8f8;
}
.faq-section .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.faq-section .accordion-button:not(.collapsed){
    border-bottom: 1px solid lightgray!important;
}
.faq-section .accordion-button svg path{
    fill: #00000033;
}
.faq-section .accordion-button *[data-name="mk-icon-question"]{
    margin-right: 15px;
}
.faq-section .accordion-button *[data-name="mk-icon-chevron-right"]{
    margin-left: auto;
    transition: all .35s ease;
}
.faq-section .accordion-button:not(.collapsed) *[data-name="mk-icon-chevron-right"]{
    transform: rotate(90deg);
}
.accordion-button::after {
    display: none;
}
.faq-section .img img{
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}
#baner_id{
	background-image: linear-gradient(105deg, rgba(17, 43, 100, 0.9) 36%, rgba(54, 206, 37, 0.85) 74%), url(/wp-content/uploads/2024/10/st-louis-homebuyers.jpg);.
	    background-repeat: no-repeat;
    padding: 50px 0;
}
#baner_id .container h1{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}
#baner_id .container p{
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
#baner_id .container a{ 
padding: 15px 30px;
    background: #fff;
    color: #000;
    font-weight: 700;
    border-radius: 50px;
	font-size: 18px;
}
/* flip box section */
 .flip-box {
      background-color: transparent;
      width: 100%;
      height: 250px;
      perspective: 1000px;
    }

    .flip-box-inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center;
      transition: transform 0.6s;
      transform-style: preserve-3d;
	  border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .flip-box:hover .flip-box-inner {
      transform: rotateY(180deg);
    }

    .flip-box-front,
    .flip-box-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 10px;
    }

    .flip-box-front {
      background-color: #899A5B;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 35px;
		font-weight: 700;
      border-radius: 10px;
    }

    .flip-box-back {
      background-color: #f1f1f1;
      color: black;
      transform: rotateY(180deg);
      
      justify-content: center;
      align-items: center;
      font-size: 18px;
      padding: 20px;
      border-radius: 10px;
    }

    /* Add padding to the grid for better layout */
    .flip-container {
      padding: 15px;
    }
.flip-box-back h2{
	font-size: 20px;
	font-weight: 700;
}
.flip-box-back p{
	font-size: 16px;
	font-weight:400;
}
#flipBox h1{
	font-size: 1.75rem;
    text-align: center;
    font-weight: 700;
	text-align: center;
}
#flipBox .text_crt{
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
	padding-bottom: 20px;
}
/* ==FAQ Section=== */
#set_radisu .main-box{
	border-radius: 30x;
}
.compan_list ul li{
	list-style-type: none;
	font-size: 20px;
	background-image: url(/wp-content/uploads/2024/10/check-1.png);
	    background-repeat: no-repeat;
    background-position-y: 3px;
    padding-left: 35px;
    font-weight: 600;
    margin: 10px 0;
}
.from_div{ 
    background: #ffffff9e;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 50px;
	padding:35px 35px 0px 35px;;
}
.from_div h2{
	color: #000;
	font-size:1.8rem;
	font-weight:700;
	text-align: center;
}
.from_div p{
	font-size:1rem;
	font-weight:600;
	color: #000;
	text-align: center;
}
.gform_wrapper.gravity-theme .gfield_label{
	color: #000;
}
/* Connect With Us Section */
.connect-with-us{
    background: white;
    padding: 60px 0;
}
.connect-with-us h4{
    color: #2d3238;
    font-size: 24px;
    margin-bottom: 15px;
}
.connect-with-us .site-link{
    color: var(--primary);
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.connect-with-us p:not(:last-child){
    margin-bottom: 20px;
}
.connect-with-us iframe{
    background-color: #f7f7f7;
    padding: 5px;
    width: 100%;
    height: 245px;
}
.connect-with-us ul{
    list-style: none;
    margin-bottom: 25px;
}
.connect-with-us ul li{
    background: url('./images/Frame11.png') no-repeat left top/17px;
    padding-left: 27px;
    margin-bottom: 5px;
}
#client_section{
	background: #E7E9EF;
	padding: 70px 0;
	margin-top: 50px;
}
#client_section .clint_text h2{
	font-size: 32px;
	font-weight: 700;
}
.clint_text h2{
	font-size: 1rem;
	font-weight: 400;
}
.set_clnt{
	display: flex;
    justify-content: space-between;
    gap: 20px;
}
.set_clnt img{
/* 	width:200px;
	height: 200px;
	border-radius: 50%; */
}
.set_clnt h3{
	font-size: 18px;
	font-weight: 700;
}
.clint_text .get-offer-btn{
	margin-left: 0;
	margin-top: 30px;
}
.clnt_desc h2{ 
font-size: 32px;
	font-weight: 700;
}
/* Connect With Us Section */

/* Send Message Section */
.send-msg-section{
    background: #fafafa;
    padding: 60px 0;
}
.send-msg-section h3{
    font-size: 24px;
    color: #2d3238;
    margin-bottom: 20px;
}
.send-msg-section .form-group{
    margin-bottom: 20px;
}
.send-msg-section .form-group label{
    font-weight: 700;
    margin-bottom: 5px;
}
.send-msg-section .form-group .required{
    color: red;
}
.send-msg-section .form-group .form-control{
    background: #fdfdfd;
    border-color: #e3e3e3;
    padding: 12px 5px;
    font-weight: 600;
}
.send-msg-section .form-group .form-check-label{
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    display: block;
}
.send-msg-section .submit-btn input{
    width: 100%;
    border: none;
    padding: 15px 10px;
    border-radius: 5px;
    background: var(--primary);
    color: var(--secondary);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
}
/* Send Message Section */

/* Get Offer Section */
.get-offer{
    background: white;
    padding: 70px 0 110px;
}
.get-offer .form .form-group{
    margin-bottom: 15px;
}
.get-offer .form label{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.get-offer .form label .red{
    color: red;
}
.get-offer .form .form-control{
    padding: 12px 8px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    font-weight: 700;
}
.get-offer .form .text-under-field{
    font-size: 13px;
}
.get-offer .form .form-check-label{
    font-size: 15px;
}
.get-offer .submit-btn input {
    width: 100%;
    border: none;
    padding: 15px 10px;
    border-radius: 5px;
    background: var(--primary);
    color: var(--secondary);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 1px;
}
.get-offer .tagline-inner-box{
    padding: 30px 30px 23px;
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
    background-color: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}
.get-offer .tagline-inner-box h4{
    font-weight: 600;
    margin-bottom: 20px;
}
.get-offer .tagline-inner-box ul{
    list-style: none;
}
.get-offer .tagline-inner-box ul li{
    background: url('./images/blue-tick-circle.svg') no-repeat left 3px/14px;
    padding-left: 22px;
    margin-bottom: 7px;
    font-weight: 500;
}
.get-offer img{
    margin-bottom: 25px;
}
/* Get Offer Section */

/* Our Priority Section */
.our-priority{
    background: white;
    padding: 60px 0;
}
.our-priority .text h4{
    font-size: 24px;
    margin-bottom: 20px;
}
.our-priority .text p:not(:last-child){
    margin-bottom: 20px;
}
.our-priority .img img{
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* Our Priority Section */
 
/* =Testimonial Section= */
.testimonial-section{
    background: white;
    padding-bottom: 80px;
}
.testimonial-section .title h6{
    font-size: 18px;
    margin-bottom: 10px;
}
.testimonial-section .title h2{
    font-weight: 700;
    margin-bottom: 50px;
}
.testimonial-section .testimonial-box{
    padding: 50px 25px 20px;
    border: 1px solid rgba(0,0,0,.05);
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
}
.testimonial-section .testimonial-box:before {
    position: absolute;
    bottom: -8px;
    left: 55px;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(0,0,0,.05);
    border-top: none;
    border-left: none;
    background-color: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.testimonial-section .testimonial-box p{
    margin-bottom: 20px;
}
.testimonial-section .testimonial-box span{
    display: block;
}
.testimonial-section .testimonial-box .name{
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 3px;
}
.testimonial-section .testimonial-box .address-year{
    color: #777777cc;
    font-size: 12px;
}
.testimonial-section .carousel-indicators {
    bottom: unset;
    top: 15px;
}
.testimonial-section .carousel-indicators [data-bs-target]{
    background: #b2b2b2;
    height: 9px;
    width: 9px;
    opacity: 1;
    border: none;
    border-radius: 100px;
}
.testimonial-section .carousel-indicators .active{
    background: #4c4c4c;
}
/* =Testimonial Section= */

/* Inner Banner 2 Section */
.inner-banner-2{
    background-image:linear-gradient(#212529b8, #212529b8), url(/wp-content/uploads/2024/06/3-print-03_Exterior-min-scaled.webp);
        background-position-y: -81px;
    background-size: cover;
	padding: 200px 0;
    color: white
}
.inner-banner-2 h1{
    margin-bottom: 10px;
	    font-size: 2.75rem;
    font-weight: 700;
}
/* Inner Banner 2 Section */

/* ==Blogs Section=== */
.blogs-section{
    background: white;
    padding: 60px 0 35px;
}
.blogs-section .single-blog-box{
    margin-bottom: 25px;
}
.blogs-section .inner-box{
    height: 100%;
    background: #f9f9f9;
}
.blogs-section .text-box{
    padding: 15px 15px 20px;
}
.blogs-section .text-box h4{
    margin-bottom: 15px;
}
.blogs-section .text-box p{
    margin-bottom: 20px;
}
.blogs-section .text-box > a{
    color: var(--secondary);
    background-color: var(--primary);
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 5px;
    display: inline-block;
	border: 2px solid var(--primary);
	transition: 0.3s ease-in-out;
}
.blogs-section .text-box > a:hover{
    background: transparent;
	border: 2px solid var(--primary);
	color: var(--primary);
}
/* ==Blogs Section=== */

/* Privacy Term Section */
.privacy-term-section a{
	color: var(--primary);
}
.privacy-term-section{
    padding: 70px 0;
}
.privacy-term-section .text > *:not(:last-child){
    margin-bottom: 20px;
}
.privacy-term-section .text ul{
    padding-left: 30px;
}
/* Privacy Term Section */

/* ==Blog Section== */
.blog-section{
    padding: 70px 0;
}
.blog-section .content > *{
    margin-bottom: 20px;
}
.blog-section .content ul{
    padding-left: 30px;
}
.blog-section .content .img img{
    width: 100%;
}
.connect-with-us .mt-3 a{
	color: #000;
}
.connect-with-us .mt-3 a:hover{
	color: #29AAE1;
}
/* ==Blog Section== */

/* Gravity Forms */
/**************************************/
/* Address Gravity Form */
/**************************************/
/*Address Field*/
.address-btn {
    background-color: var(--link)!important;
    color: var(--secondary);
}
body .gform_required_legend {
    display: none!important;
}
.gform_wrapper.gravity-theme .address-form input[type=text] {
	text-align: left;
	padding: 12px 15px;
	border-radius: 5px;
	margin-top: 0;
	height: 55px;	
	font-size:18px;
	font-weight:500;
    border: none!important;
}
#gform_5 #field_5_75{
    text-align: left;
}
@media only screen and (min-width: 641px) { 
	.gform_wrapper.gravity-theme .address-form input[type=text] {
		border-radius: 5px 0 0 5px; 
	}
}

/*Address Button*/
.address-form .gform_footer {
    visibility: hidden; 
    position: absolute; 
    left: -100vw;
}

.address-btn {
    border-radius: 5px;
    background-image: linear-gradient(to right, #88995A 0%, #000 51%, #88995A 100%);
    background-size: 200% auto;
  width:100%;
  outline:0;
  border:0;
  font-size:14px;
  letter-spacing:1px;
	height: 55px;		
	padding: 13px 10px; 
	text-transform: uppercase; 
	font-weight: 700; 
	border-radius: 0 5px 5px 0;
	-webkit-transition: 400ms background-color;
	transition: 0.5s;
}
.address-btn:hover{
	    background-position: right center;
}

@media only screen and (max-width: 640px) {
	.address-btn {
		margin-top:10px;
		border-radius:5px;
	}
	.address-reveal	.address-btn {
		margin-top:0;
	}
	.address-reveal .address-btn {
		border-radius: 0 5px 5px 0;
	}
}

/*Address Form General Styles*/
.gform_wrapper.gravity-theme .address-form .gform_fields {
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.address-form_wrapper {
	margin-top: 10px;
	margin-bottom: 25px;
}

.address-reveal_wrapper.address-form_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
	.gform_wrapper.gravity-theme .address-form.address-reveal input[type=text] {
		border-radius: 5px 0 0 5px; 
	}
}
.gform_wrapper.gravity-theme .gfield input.medium.geo-complete.pac-target-input {
	width:100%;
}
/*Address Reveal  - Mobile*/
@media (max-width: 640px) {
	.gform_wrapper.gravity-theme .address-form .gfield.address-field:not(.gfield--width-full) {
		grid-column: span 8;
		height:60px;
	}
	.gform_wrapper.gravity-theme .address-form .gfield.address-btn_wrapper:not(.gfield--width-full) {
		grid-column: span 4;
		height:60px;
	}
}

/*******************************/
/* End Address Gravity Form */
/*******************************/

/*******************************/
/*Address Reveal*/
/*******************************/
.static-address {
	position:relative;
  -webkit-transition: 2s;
  transition: 2s;
}

.fixed-address {
  position:fixed!important;
  top:0px;
  left:0;
	right:0;
  width:100%;	
  -webkit-transition: 2s;
  transition: 2s;	
}

.theme-page-wrapper:not(.full-width-layout) .vc_inner.vc_row.fixed-address {
	margin-left:auto!important;
	margin-right:auto!important;
}
.add-fixed-address {
	display:block!important;
	position: fixed!important;
	top: 0px!important;
	z-index:999999!important;
	width:100%!important;
	left:0;
	right:0;
}

.hidden-address {
	margin: 0 auto!important;	
	padding:4px 0 10px;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity:0;
	top:-100px;	
}

.hidden-address.add-fixed-address {
	opacity:1;
	top:0px;
	-webkit-transition: all 1s;
	transition: all 1s;
}
/*******************************/
/* End Address Reveal */
/*******************************/

/*******************************/
/* Gravity Form Styles - Others */
/*******************************/
/* Input Styles */
.gform_wrapper.gravity-theme input[type=email], 
.gform_wrapper.gravity-theme input[type=number], 
.gform_wrapper.gravity-theme input[type=tel], 
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {	
	border-radius: 5px;
	min-height: 50px;
	font-family:inherit;	
	font-weight: 700;	
	-webkit-transition: 300ms outline, 300ms border;
	transition: 300ms outline, 300ms border;
    border: 1px solid lightgray!important;
}

.gform_wrapper.gravity-theme select {
	background-image: url(/images/selectbox-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 240px;
	max-width: 100%;
	display: block;
}
.gform_button[type=submit]{
    background-color:  #88995A;
    color: var(--secondary);
    border: none!important;
}
body .gform_wrapper.gravity-theme .gfield_label {
	margin-bottom: 3px;
}

@media only screen and (max-width: 640px) {
	body .gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 10px;
	}
	body .gform_wrapper.gravity-theme .gfield_label {
			margin-bottom: 0px;
	}	
}	

/* General Form Styling */
.gform_wrapper .offer-form {
	margin-bottom: 30px;
}
.top-form .gform_wrapper .offer-form{
    margin-bottom: 0;
}
.top-form .address-form_wrapper {
    margin:0;
}
body .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 25px;
}

body .gform_wrapper.gravity-theme .gfield_header_item, 
body .gform_wrapper.gravity-theme .gform_fileupload_rules, 
body .gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 16px;
    padding-top: 0px;
}

/* Submit Buttons */
body .gform_wrapper.gravity-theme input[type=button], 
body .gform_wrapper.gravity-theme input[type=submit] {
	border-radius:5px;
	width:100%;
	height:60px;
	padding: 12px 60px; 
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
/*******************************/
/* End Gravity Form Styles - Others */
/*******************************/

/*******************************/
/* Gravity Forms Error/ Confirmation Message */
/*******************************/
body .gform_wrapper .gform_validation_errors>h2 {
	font-size: 15px!important;
	font-weight: 700;
}    

body .gform_wrapper .gform_validation_errors {
	background: #d9d9d9;	
	border-radius: 5px;
	margin-top: 0;
	padding: 10px 16px 7px 44px;
}

body .gform_wrapper .gfield_validation_message, 
body .gform_wrapper .validation_message {
	background: #d9d9d9;	
	margin-top: 5px;
	padding: 5px 10px 3px!important;
	border-radius: 5px 5px;
	font-size: 14px!important;
}
/*******************************/
/* End Gravity Forms Confirmation Message */
/*******************************/
/* Gravity Forms */
/* ======== Build Page Css ==== */
/* #mllr{
    background-image: url(../images/Feature\ Section\ \(3\).png);
    background-position: center;
    background-size: cover;
    padding: 210px 0;
    
} */
.sec_divv h2{
    color: #8A9A5B;
    font-size: 35px;
    font-weight: 700;
	margin-bottom: 15px;
}
.center_div{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.sec_divv h3{
    color: #222222;
    font-size: 25px;
    font-weight: 500;
	margin-bottom: 15px;
}
.box_div img{
    width: 65px;
    margin-bottom: 20px;;
}
.box_div h3{
    font-size: 24px;
    font-weight: 500;
    color: #222222;
}
.box_div p{
    font-size: 16px;
    color: #222222;
    font-weight: 400;
}
#cash_full{
    background-color: #88995A;
    color: #fff;
    padding: 50px 0;
    margin-bottom: 50px;
}
#cash_full h2{
    font-size: 2rem;
    font-weight: 600;
}
#cash_full h3{
    font-size: 1.4rem;
    font-weight: 500;
}
#cash_full p{
	margin-bottom: 30px;
}
#cash_full a{
    background: #fff;
    padding: 10px 20px;
    color: #88995A;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
}
#vedio_sec{
    background-image: url(./images/video-bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-bottom: 50px;
}
#crunt_id {
    margin-bottom: 50px;

}
.first_home img{
    width: 100%;
}
.first_home h5{
    font-size: 1.2rem;
    margin-top: 20px;
    font-weight: 500;
}
#crunt_id a{
    background-color: #8A9A5B;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
}
.socials-icons img{
	padding: 10px;
	background: #fff;
}

/* === style slider css === */
/* ======= Renovation Css Start ====== */
#newF_ID{
    background-image: url(./images/NewBanner.webp);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.neW_dve{
    background: #fff;
    padding: 30px;
}
.neW_dve span{
    color: #8A9A5B;
    font-size: 1rem;
    font-weight: 500;
}
.neW_dve h3{
    font-size: 1.5rem;
    font-weight: 600;
    color: #222222;
}
.neW_dve p{
    font-size: 1rem;
    font-weight: 400;
    color: #222222;
    margin-bottom: 35px;
}
.neW_dve a{
    border: 1px solid #8A9A5B;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #8A9A5B;
    background-color: transparent;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
}
#vision_id{
    margin: 60px 0;
}
.sam_div span{
    font-size: 1.4rem;
    font-weight: 400;
}
.sam_div h2{
    font-size: 1.8rem;
    color: #8A9A5B;
    font-weight: 600;
    margin-bottom: 10px;
}
.sam_div p{
    color: #A7A7A7;
    font-size: 1rem;
    margin-bottom: 35px;
}
.sam_div a{
    font-size: 1rem;
    border: 1px solid #8A9A5B;
    background-color: transparent;
    color: #8A9A5B;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
}
#choose_Id{
    background-image: url(./images/centerNew.webp);
    padding: 50px 0;
}
.way_div{
    background-color: #fff;
    padding: 20px 15px;
}
.way_div h4{
    font-size: 1.3rem;
    color: #222222;
    font-weight: 500;
}
.way_div img{
    margin-bottom: 20px;
    font-weight: 400;
}
.way_div p{
    font-size: .9rem;
    color: #222222;
}
#choose_Id h5{
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400;
}
#choose_Id h2{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}
#vision_id hr{
    background:  #A7A7A7;
    width: 50%;
}
#twoDiv_sec{
    margin-bottom: 70px;
}
.side_img{
    background-color: #8A9A5B;
}
.side_img img{
    position: relative;
    right: 0;
    top: -15px;
    left: -15px;
    width: 100%;
}
#thRdiv_thr{
    background-image: url(./images/centerNew.webp);
    padding: 70px 0;
    margin-bottom: 70px;
}
.backDivIMg{
    background-color: #fff;
}
#thRdiv_thr h2,
#thRdiv_thr h4,
#thRdiv_thr p {
    color: #fff;
}
.backDivIMg img{
    position: relative;
    bottom: 15px;
    left: 15px;
    width: 100%;
}
.new_divSec{
    margin-left:30px;
}
.new_divSec a{
    border: 1px solid #fff;
    color: #fff;
}
/*  ======= Renovation Css End ====== */

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 78%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
	  background: #88995A;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
    display: none;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }

  /* ====  testimonial css start === */
  .heading {
    position: relative;
}
.testimonials {
    background: #DDDDDD;
    padding: 130px 0 150px;
    color: #ffffff;
    position: relative;
}
.testimonials .container{
    background-image: url(./images/testimonial_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials:before {
    content: "";
    background: #DDDDDC;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.testimonials .heading h2 {
    font-size: 45px;
    font-weight: 700;
    color: #8A9A5B;
}
.testimonials .heading h2 span {
    color: #8A9A5B;
}
.testimonials p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin: 20px 0;
    padding: 0;
}
.testimonials .carousel-inner .carousel-item .team {
    width: 100px;
    height: 100px !important;
	object-fit: cover;
    border: 2px solid #8A9A5B;
    border-radius: 100%;
    padding: 5px;
    margin: 50px 0 15px;
}
.testimonials .carousel-inner .carousel-item h3 {
    font-size: 20px;
    color: #8A9A5B;
    font-weight: 600;
}
.testimonials .carousel-inner .carousel-item h4 {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
}
.testimonials .carousel-indicators {
    bottom: -30px;
}
.testimonials .carousel-indicators li {
    background-color: #b8b7b7;
    border-radius: 30px;
    height: 4px;
    width: 40px;
}
.testimonials .carousel-indicators .active {
    background-color: #8A9A5B;
}
.testimonials .control span {
    cursor: pointer;
}
.testimonials .icon {
    height: 40px;
    width: 40px;
    background-size: 100%, 100%;
    border-radius: 50%;
    font-size: 30px;
    background-image: none;
    color: #ffffff;
}
/*==== Build page css End ===  */
/* ==Media Queries== */
@media(max-width: 1199px){
    .header-bottom{
        padding: 10px 0;
    }
    .header-bottom .menu ul li a {
        padding: 12px 15px 10px!important;
    }
    .common-reasons .right-box ul li {
        font-size: 13px;
    }
	.logo img {
    max-width: 220px !important;
    padding: 10px 0;
 	}
}
@media(max-width: 1024px){
	footer ul li {
    margin-right: 15px;
    font-size: 14px;
	}
}
@media(max-width: 991px){
    h1 {
        font-size: 2.1rem;
    }
    h2{
        font-size: 1.9rem;
    }
    h3{
        font-size: 1.45rem;
    }
    h4{
        font-size: 1.1rem;
    }
    p{
        font-size: .95rem;
    }
    .header-top h6{
        font-size: 14px;
    }
    .home-banner p {
        font-size: 16px;
    }
    .how-we-buy-homes .box p {
        font-size: 14px;
    }
    .buy-bar h2 {
        font-size: 30px;
    }
    .header-top{
        height: 0px;
        padding: 0;
    }
    .header-top.show{
        height: auto;
        padding: 8px 0;
    }
    
    .header-bottom .menu{
        position: relative;
    }
    .header-bottom .menu .navbar-toggler{
        border:none;
    }
    .header-bottom .menu ul{
        display: block;
        position: absolute;
        right: -162px;
        top: 2vw;
        width: 100vw;
        background: white;
    }
	.home-banner {
    padding: 70px 0 50px;
    color: white;
	}
	.client_img{
		display: none;
	}
    .header-bottom .menu ul li{
        border-top: 1px solid lightgray;
    }
    .header-bottom .menu ul li a{
        font-size: 14px;
        text-transform: uppercase;
    }
    .header-bottom .menu ul li:last-child a {
        background: var(--secondary);
        color: black!important;
        margin-left: 0;
    }  
    .common-reasons .right-box ul {
        columns: 2;
        margin-bottom: 18px;
    }  
    .offer-now-section h2{
        font-size: 2.1rem;
    } 
    .get-offer .tagline-inner-box ul li {
        background-size: 10px;
        padding-left: 18px;
        font-size: 14px;
    }
	.social_links {
    display: block;
		margin: 20px 0;
}
@media(max-width: 920px){
	    .header-bottom .menu ul {
        display: block;
        position: absolute;
        right: -115px;
        top: 2.1vw;
        width: 100vw;
        background: white;
    }
}
@media(max-width: 860px){
	    .header-bottom .menu ul {
        display: block;
        position: absolute;
        right: -51px;
        top: 2.9vw;
        width: 100vw;
        background: white;
    }
}
@media(max-width: 767px){
    .get-offer-btn {
        width: 100%;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.3rem;
    }
    h3 {
        font-size: 1.15rem;
    }
    p {
        font-size: .85rem;
    }
    .top-form {
        padding: 15px 0;
    }
    #addrForm #propAddr{
        margin-bottom: 15px;
        border-radius: 5px;
        font-size: 14px;
    }
    #addrForm .submit-btn {
        border-radius: 5px;
        padding: 12px;
        margin-bottom: 10px;
    }
    #addrForm label{
        font-size: 14px;
    }
    .header-bottom .menu ul {
        top: 3vw;
        right: -140px;
    }
    .header-bottom .menu ul li a {
        font-size: 12px;
    }
    .home-banner {
        padding-top: 35px;
    }
    .home-banner h3 {
        margin-bottom: 5px;
    }
    .home-banner p {
        font-size: 14px;
    }
    .how-we-buy-homes {
        padding: 25px 0 30px;
    }
    .how-we-buy-homes .title h3 {
        margin-bottom: 35px;
    }
    .how-we-buy-homes .title p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .how-we-buy-homes .box{
        margin-bottom: 20px;
    }
    .how-we-buy-homes .box .img {
        margin-bottom: 20px;
    }
    .how-we-buy-homes .box h6 {
        margin-bottom: 8px;
    }
    .buy-bar h2 {
        font-size: 24px;
    }
    .why-choose-company {
        padding: 35px 0 45px;
    }
    .better-solution {
        padding: 35px 0 50px;
    }    
    .better-solution .title h3 {
        margin-bottom: 15px;
    }
    .better-solution p {
        margin-bottom: 15px;
    }
    .better-solution ul li {
        font-size: 14px;
    }
    .common-reasons {
        padding: 30px 0;
    }
    .common-reasons .left-inner-box {
        padding: 15px 13px 5px;
        margin-bottom: 20px;
    }
    .common-reasons .left-inner-box p {
        margin-bottom: 10px;
    }
    .common-reasons .right-box p {
        margin-bottom: 15px;
    }
    footer{
        margin-bottom: 45px;
        padding: 15px 0;
    }
    footer ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content: center;
    }
    footer ul li {
        font-size: 12px;
    }
    footer ul li:first-child{
        margin-right: 0;
        margin-bottom: 10px;
    }
    footer ul li:last-child{
        margin-right: 0;
    }
    .offer-now-section {
        padding: 35px 0;
    } 
    .offer-now-section h2{
        font-size: 1.5rem;
    } 
    .about-banner {
        padding: 40px 0 35px;
    }
    .about-banner h1 {
        font-size: 22px;
        margin-bottom: 8px;
    }
    .about-banner p {
        margin-bottom: 8px;
    }
    .how-we-work {
        padding: 30px 0 40px;
    }
    .how-we-work h3 {
        margin-bottom: 10px;
    }
    .how-we-work p br{
        display: none;
    }
    .inner-banner {
        padding: 45px 0 50px;
    }
    .inner-banner h1 {
        font-size: 1.25rem;
    }
    .faq-section {
        padding-top: 35px;
    }
    .faq-section .accordion-button {
        padding: 15px 7px;
    }
    .faq-section .accordion-body {
        padding: .9rem 0.5rem;
    }
    .connect-with-us {
        padding: 30px 0;
    }
    .connect-with-us h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .connect-with-us p:not(:last-child) {
        margin-bottom: 10px;
    }
    .connect-with-us .info-box{
        margin-bottom: 15px;
    }
    .connect-with-us ul {
        margin-bottom: 13px;
    }
    .connect-with-us ul li {
        font-size: 14px;
    }
    .send-msg-section {
        padding: 30px 0;
    }
    .send-msg-section h3 {
        font-size: 20px;
    }
    .send-msg-section .form-group label,
    .send-msg-section .form-group .form-control,
    .send-msg-section .submit-btn input {
        font-size: 14px;
    }
    .get-offer {
        padding: 35px 0 35px;
    }
    .get-offer .form{
        margin-bottom: 25px;
    }
    .get-offer .form label,
    .get-offer .form .form-control,
    .get-offer .submit-btn input {
        font-size: 14px;
    }
    .get-offer .form .first-name{
        margin-bottom: 10px;
    }
    .get-offer .form .form-check-label {
        font-size: 13px;
    }
    .our-priority {
        padding: 30px 0;
    }
    .our-priority .text h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .our-priority .text p:not(:last-child) {
        margin-bottom: 10px;
    }
    .testimonial-section {
        padding-bottom: 40px;
    }
    .testimonial-section .title h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .testimonial-section .title h2 {
        margin-bottom: 25px;
    }
    .testimonial-section .testimonial-box {
        padding: 35px 10px 10px;
        border: 1px solid rgba(0,0,0,.05);
        background-color: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
        border-radius: 3px;
        position: relative;
        margin-bottom: 10px;
    }
    .testimonial-section .testimonial-box .name {
        margin-bottom: 0px;
    }
    .inner-banner-2 {
        padding: 35px 0;
    }
    .privacy-term-section {
        padding: 35px 0;
    }
    .privacy-term-section .text > *:not(:last-child) {
        margin-bottom: 10px;
    }
    .blog-section {
        padding: 35px 0;
    }
    .blog-section .content > * {
        margin-bottom: 10px;
    }
}
@media(max-width: 430px){
.header-bottom .menu ul {
        top: 3vw;
        right: -27px;
    }
}
@media(max-width: 359px){
    .header-bottom .menu ul {
        top: 19.5vw;
    }
}
/* ==Media Queries== */
#field_8_75{
	text-align:left;
}


/* .logo img{
 width: 160px;
} */
.seen-on img{
	width:100%;
}


.how-we-buy-homes .main-box{
    box-shadow: 0px 2px 5px 3px #80808045 !important;
    padding: 20px;
    height: 100%;	
}

@font-face {
  font-family:Lato-Bold;
  src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
  font-family:Roboto-Bold;
  src: url(../fonts/Roboto-Bold.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);
}
@font-face {
  font-family:Lato-Semibold;
  src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
  font-family:Lato-Medium;
  src: url(../fonts/Lato-Medium.ttf);
}
@font-face {
  font-family:Lato-Regular;
  src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
  font-family:Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
.mainnavbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  box-shadow: 0px 0px 10px lightgrey;

}
.mainnavbar .logoimg img {
  max-width: 60%;


}
.mainnavbar .navbar {
  float: right;
}
.mainnavbar ul li a {
  font-size: 16px;
  font-family: 'Roboto-Medium';
  color: #0D1741!important;
  margin-right: 14px;
}
.mainnavbar a {
  text-decoration: none;
}
.mainnavbar .blue-btn {
  background: #66AC12;
  font-size: 14px;
  color: white;
  font-family: auto;
  padding: 15px 7px;
  border-radius: 5px;
  font-family: 'Roboto-Bold';
  float: right;
}
.mainnavbar .cellno {
  width: 20px;
  margin-right: 12px;
}
.mainnavbar .navbar-nav {
  padding-right: 0px;
}
.mainnavbar .navbarcolom {
  padding: 0;
}
.mainnavbar ul li a.active {
  color: #66AC12 !important;
}
.mainnavbar ul li a:hover {
  color : #66AC12!important;
}
.mainnavbar .numbers button {
  color: #333333;
  font-size: 18px;
  font-family: Roboto-Regular;
  background-color: white;
}
/*---------------start find-house----------------------------*/
.find-house {
  padding: 80px 0px 29px 0px;
}
.find-house .text1 h1 {
  font-size: 50px;
  font-family: 'FrankRuhlLibre-Black';
  color: rgb(0 0 0 / 90%);
}
.find-house .text1 h1 span {
  color: #236DB9;
}
.find-house .text2 p {
  font-size: 20px;
  font-family: Roboto-Regular;
  color: rgb(9 9 10 / 90%);
  width: 79%;
  float: right;
}
/*---------------end find-house----------------------------*/
/*---------------start buy-sale----------------------------*/
.buy-sale {
  background: url(./images/unsplash_wQLAGv4_OYs.png);
  background-size: 695px;
  background-repeat: no-repeat;
  padding-top: 89px;
  background-position-x: 531px;
  margin-top: 75px;
  padding-bottom: 38px;
  background-position-y: 36px;
}
.form-control:focus{
  background-color: #ECF7FF;
}
.buy-sale h2{
  font-size:22px;
  color:#88995A;
/*   font-family:Lato-Bold; */
}
.buy-sale h1{
  	font-size: 50px;
    color: #222222;
    width: 324px;
	font-weight: 700;
/*     font-family: Roboto-Bold; */
}
.buy-sale p{
    font-size: 20px;
    color: rgb(9 9 10 / 80%);
    width: 410px;
    font-family: 'Roboto-Regular';
}
.buy-sale .buy {
  padding: 14px 38px;
  background: black;
  margin-bottom: 1px;
  font-size: 20px;
  color: white;
/*   font-family: Roboto-Bold; */
}
.buy-sale .sale {
  padding: 14px 38px;
  background: #ECF7FF;
  margin-bottom: 1px;
  font-size: 20px;
  color: black;
/*   font-family: 'Roboto-Medium'; */
  border: 1px solid #B6D9A1;
}
select.form-control:not([size]):not([multiple]) {
  height: max-content;
}
.buy-sale .form-data {
  background-color: #ECF7FF;
  border-radius: 10px;
  padding-bottom: 13px;
}
.buy-sale select {
  background: url('./images/selectimg.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: right;
  background-position-y: 63%;
}
.buy-sale .form-control {
  border: 0px solid #ced4da00;
  width: 100%;
  font-size: 24px;
  font-family: 'Roboto-Regular';
  color: rgb(16 16 33 / 95%);
  width: max-content;
  appearance: none;
  padding: 0.375rem 1.75rem;
}
.buy-sale .form-0 {
  padding: 0;
}
.buy-sale label {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-left: 20px;
  font-size: 16px;
  font-family: Roboto-Medium;
  color: #66666B;
  margin-top: 15px;
}
.buy-sale .form-control:focus {
  box-shadow: none;
}
.buy-sale .dropdown-data .dropdown-data-0 .btn {
  background: #899A5C;
  padding: 14px 0px;
  width: 24%;
  margin-top: 28px;
  margin-left: 140px;
}
.buy-sale .dropdown-data .dropdown-data-0 img {
  width: 40%;
}
.buy-sale .formbackbround {
  background: #ECF7FF;
  width: 74%;
  border-radius: 5px;
  margin-bottom: 4px;
}
.buy-sale .dropdown-data-0 {
  width: 227px;
}
/*---------------end buy-sale----------------------------*/
/*---------------startbuyer-works----------------------------*/
.buyers-works {
  padding: 53px 0px 5px 0px;
}
.buyers-works h2 {
  text-align: center;
  font-size: 22px;
  color: #88995A;
/*   font-family: 'Lato-Bold'; */
}
.buyers-works h1 {
  text-align: center;
  font-size: 50px;
  color: rgb(0 0 0 / 90%);
/*   font-family:Roboto-Medium; */
	font-weight: 600;
}
.buyers-works h1 span {
  color: #236DB9;
}
.buyers-works p {
  text-align: center;
  font-size: 20px;
/*   font-family: 'Roboto-Medium'; */
  color: rgb(0 0 0 / 70%);
  width: 82%;
  margin: 0 auto;
  padding-bottom: 61px;
}
.buyers-works .circile {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background: #F0F5FF;
  margin: 0 auto;
}
.buyers-works .circile img {
    width: 50px;
    margin: 0 auto;
    margin-top: 39px;
}
.buyers-works .content2 {
  position: relative;
    background: #ECF7FF;
    padding: 33px 10px;
}
.buyers-works .content2 .lineimg {
  position: absolute;
  top: 19px;
  left: 246px;
}
.buyers-works .content2 .lineimg img {
  width: 265px;
}
.buyers-works .content2 h1 {
  font-size: 22px;
/*   font-family: 'Roboto-Bold'; */
  text-align: center;
  color: #0D1741;
  padding-top: 47px;
}
.buyers-works .content2 p {
    font-size: 19px;
    font-family: Roboto-Regular;
    text-align: center;
    color: #000000;
    padding-top: 6px;
    width: 100%;
}
/*---------------end buyer-works----------------------------*/
/*---------------start Living-Spaces----------------------------*/
.Living-Spaces{
  padding: 91px 0px;
}
.Living-Spaces .sectionimg img{
     width: 300px;
    position: absolute;
    margin-left: 98px;
    margin-top: -18px;
}
.Living-Spaces .mainslider .carousel-control-prev img{
    position: absolute;
    width: 14px;
    top: 282px;
    left: -20px;
}
.Living-Spaces .mainslider .carousel-control-next img{
  width: 12px;
  position: absolute;
  left: -477px;
  top: 323px;
}
.Living-Spaces .alltext12 h2{
  font-size: 22px;
/*   font-family: 'Lato-Bold'; */
  color: #88995A;
/*   padding-top: 20px; */
}
.Living-Spaces .alltext12 h1{
  font-size: 50px;
  color: #222222;
	font-weight: 600;
}
.Living-Spaces .alltext12 p{
  font-size: 18px;
  color: #000000;
  font-family:Roboto-Regular;
}
.Living-Spaces .alltext12 button{
 
  background: #88995A;
  border: none;
  padding: 9px 25px;
}
.Living-Spaces .alltext12 a{
    text-decoration: none;
    color: white;
    font-size: 19px;
/*     font-family: 'Roboto-Medium'; */
}
/*---------------end Living-Spaces----------------------------*/
/*---------------end Featured-Property----------------------------*/
.Featured-Property {
  padding-top: 50px;
  padding-bottom: 22px;
}
.Featured-Property .text-0 h2 {
    font-size: 20px;
/*     font-family: 'Lato-Bold'; */
    color: #88995A;
    text-align: center;
}
.Featured-Property .form-control:focus {
  box-shadow: none;
}
.Featured-Property .text-0 h1 {
  font-size: 50px;
/*   font-family: 'Roboto-Bold'; */
  color: #222222;
	font-weight:600;
  text-align: center;
}
.Featured-Property .text-0 p {
  font-size: 16px;
  font-family: Roboto-Medium;
  color: rgb(0 0 0 / 70%);
  padding-bottom: 46px;
  text-align: center;
}
.Featured-Property ul li{
  list-style: none;
  display: inline-block;
}
.Featured-Property ul li a{
  text-decoration: none;
  color: #0D1741;
  font-size: 18px;
  font-family: Roboto-Medium;
  padding-right: 50px;
}
.Featured-Property ul li a.active{
  color: #84BC41;
}
.Featured-Property .text-0 h1 span {
  color: #236DB9;
}
.Featured-Property .text-feature {
  position: absolute;
  width: 98px;
  background: #FDB700;
  text-align: center;
  color: white;
  top: 37px;
  transform: rotate(-32deg);
  font-size: 12px;
  font-family: 'Roboto-Medium';
  left: 24px;
  z-index: 0;
}
.Featured-Property .inner-box {
  border: 2px solid;
  border-color: #F9FAFA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 34px;
}
.Featured-Property .inner-box .heart {
  position: absolute;
  background: white;
  width: 33px;
  height: 34px;
  top: 24px;
  right: 45px;
  border-radius: 6px;
}
.Featured-Property .inner-box .heart i {
  margin: 0 auto;
  color: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Featured-Property .box .inner-box img {
  width: 100%;
  position: relative;
}
.Featured-Property .box .inner-box .img-box:hover .add-today {
  display: block;
}
.Featured-Property .inner-box .add-today {
  position: absolute;
  left: 45px;
  top: 223px;
  font-size: 16px;
  font-family: 'Roboto-Bold';
  color: #236DB9;
  background: white;
  border-radius: 9px;
  padding: 10px 20px;
  display: none;
}
.Featured-Property .box .inner-box h2 {
  font-size: 24px;
  font-family: FrankRuhlLibre-Black;
  color: #000;
  padding-top: 23px;
}
.Featured-Property .box .inner-box h4 {
  font-size: 15px;
  font-family: Poppins-SemiBold;
  color: #0D1741;
  padding-bottom: 10px;
  padding-top: 7px;
}
.Featured-Property .box .text-img p {
  font-size: 16px;
  color: #101021;
  font-family: DMSans-Bold;
  padding-left: 10px;
}
.Featured-Property .box .imgshap {
  width: 30%;
}
.Featured-Property .box .imgshap1 {
  width: 25%;
}
.Featured-Property .box .imgshap2 {
  width: 25%;
}
.Gray-St {
  color: #5C5C87;
  font-size: 16px;
  font-family: Roboto-Regular;
  padding: 7px 0px;
}
.Nguyen-img {
  width: 6% !important;
}
.Savannah h4 {
  color: #5C5C87;
  font-size: 16px;
  font-family: Roboto-Regular;
  padding-left: 19px;
}
.Savannah {
  padding-bottom: 10px;
}
.buttonExplore .btn {
  float: right;
  background: #FDB700;
  font-size: 17px;
  font-family: Roboto-Bold;
  color: #ffffff;
  margin-top: 120px;
  border-radius: 5px;
  padding: 9px 20px;
  box-shadow: none;
}
/*---------------end Featured-Property----------------------------*/
/*---------------start Best-Quick----------------------------*/
.Best-Quick{
  background:#88995A;
  padding: 19px 0px;
}
.Best-Quick .text-0 h1{
  color: white;
  font-family: Roboto-Bold;
  font-size: 40px;
  width: 444px;
}
.Best-Quick form{
  margin-bottom: 0;
}
.Best-Quick .filed-button {
  margin: 0 auto;
  background: white;
  width: 100%;
  padding-right: 4px;
}
.Best-Quick .filed-button .form-control {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-family: Roboto-Medium;
  background: transparent;
  border-color: transparent;
  padding: 19px;
}
.Best-Quick .filed-button .form-control:focus{
  box-shadow: none;
}
.Best-Quick .filed-button .form-control::placeholder{
  color: rgb(6 6 6 / 48%);
}
.Best-Quick .filed-button .btn {
  font-size: 18px;
  font-family: Roboto-Bold;
  background: #88995A;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-left: 0px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 0px;
  padding: 10px 29px;
  box-shadow: none;
}
/*---------------end Best-Quick----------------------------*/
/*---------------start testimonilas----------------------------*/
.testimonials {
  padding: 65px 0;
}
.testimonials .text-1 h2{
  font-size: 22px;
  color: #88995A;
  text-align: center;
  font-family: 'Lato-Bold';
}
.testimonials .text-1 h1{
    font-size: 50px;
    color: #0D1741;
    text-align: center;
    font-family: 'Roboto-Bold';
    width: 397px;
    margin: 0 auto;
}
.testimonials .text-1 p{
  font-size: 22px;
  color: #000000;
  text-align: center;
  font-family: Roboto-Medium;
  width: 73%;
  margin: 0 auto;
  padding-top: 31px;
  padding-bottom: 30px;
   
}
.testimonials .iconstart .fa{
  color: #FFB800;
  font-size: 26px;
}
.testimonials .w-100{
  width: 83%!important;
  float: right;
  margin-bottom: 10px;
}
.testimonials .imgslider{
 width: 83%!important;
  position: absolute!important;
  right: 12;
  z-index: -1;
  bottom: -10;
  top:10;
  top: 15px;}
.testimonials .imgtestimonials{
    width: 7%;
}
.testimonials .innercontent p{
  font-size: 20px;
  font-family:Lato-Semibold;
  padding-top: 23px;
}
.testimonials .innercontent {
  padding-top:50px;
}
.testimonials .innercontent h4{
  font-size: 22px;
  font-family: Roboto-Bold;
  color: #331B3B;
  padding-top: 20px;
}
.testimonials .innercontent h5{
  font-size: 18px;
  font-family:Lato-Medium;
  color: #747477;
}
.testimonials .carousel-control-prev img{
  width: 26%;
    background: #ADD280;
    padding: 14px;
}
.testimonials .carousel-control-next img{
  width: 26%;
  background: #ADD280;
  padding: 14px;
}
.testimonials .carousel-control-next{
  right: -60px;
}
.testimonials .carousel-control-prev{
  left: -60px;
}
/*---------------end testimonilas----------------------------*/


/*---------------start Contact-Information----------------------------*/
.Contact-Information{
  padding:40px;
}
.Contact-Information .contact-box{
  background: #88995A;
  padding: 37px;
  padding-bottom: 50px;
}
.Contact-Information .contact-box h1{
  font-size: 35px;
  color: white;
  font-family: 'Lato-Semibold';
}
.Contact-Information .contact-box p{
  font-size: 15px;
  color: white;
  font-family: Lato-Regular;
  padding-bottom: 25px;
}
.Contact-Information .contact-box .contact-icons ul{
  padding:0;
}
.Contact-Information .contact-box .contact-icons ul li{
    list-style: none;
    color: white;
    font-family: 'Lato-Regular';
    padding-bottom: 31px;
    padding-left: 38px;
    font-size: 17px;
}
.Contact-Information .contact-box .contact-icons ul li:nth-child(1){
  background: url('./images/email-0.png');
  background-repeat: no-repeat;
  background-size:5%;
}
.Contact-Information .contact-box .contact-icons ul li:nth-child(2){
  background: url('./images/celphone.png');
  background-repeat: no-repeat;
  background-size:5%;
}
.Contact-Information .contact-box .contact-icons ul li:nth-child(3){
  background: url('./images/address-0.png');
  background-repeat: no-repeat;
  background-size:5%;
}
.Contact-Information .contact-box .socials-icons ul{
  padding:0;
}
.Contact-Information .contact-box .socials-icons ul li{
  list-style: none;
  display: inline-block;
}
.Contact-Information .contact-box .socials-icons ul li a{
  color: #88995A;
  padding: 5px 9px;
  background: white;
  margin-right: 20px;
}
.Contact-Information .form-text h3{
  font-size: 22px;
  font-family: 'Lato-Bold';
  color: #88995A;
}
.Contact-Information .form-text h1{
  font-size: 40px;
/*     font-family: 'Roboto-Bold'; */
    color: #222222;
	font-weight: 600;
}
.Contact-Information .form-text label{
  font-size: 18px;
  color: #222222;
/*   font-family:'Roboto-Medium'; */
}
.Contact-Information .form-text label span{
  color:#EB1037;
}
.Contact-Information .form-text::placeholder{
  font-size: 16px;
  color: #666666;
  font-family:Roboto-Regular;
}
.Contact-Information .form-text input{
    border: 2px solid;
    border-color: #E5E5E5;
    border-radius: 0;
    padding: 9px;
	margin-bottom: 15px;
}
.Contact-Information .form-text select{
  border: 2px solid;
  border-color: #E5E5E5;
  border-radius: 0;
  padding: 9px;
	
}
.Contact-Information .form-text .search-btn{
  font-size: 18px;
	font-weight:600;
  background: #88995A;
  color: #fff;
/*   font-family: 'Roboto-Medium'; */
  border: none;
  padding: 10px 30px;
  margin-top: 25px;
}
.Contact-Information .form-text select.form-control:not([size]):not([multiple]){
    height: max-content;
    width: max-content;
    border: none;
}
.Contact-Information .form-text .select-0{
  width: 100%;
  border: 2px solid;
  border-color: #E5E5E5;
  border-radius: 0;
  padding: 0px;
}
/*---------------end Contact-Information----------------------------*/
/*---------------start No-Agents-Fee----------------------------*/

.No-Agents-Fee{
  padding:40px;
  background: #F4F4F4;
}
.No-Agents-Fee .inner-content{
  display: flex;
  align-items: center;
 justify-content: center;
}
.No-Agents-Fee .inner-content img{
  width: 49px;
}
.No-Agents-Fee .inner-content .text-h3 h3{
  font-size: 17px;
  font-family: 'Lato-Bold';
  color: #0D1741;
}
.No-Agents-Fee .inner-content .text-h3 p{
  font-size: 14px;
  color: #737373;
  font-family:Lato-Medium;
  margin-bottom: 0;
}
.No-Agents-Fee .inner-content .text-h3{
  padding-left: 12px;
}
/*---------------end No-Agents-Fee----------------------------*/


/*---------------Start-Footer----------------------------*/
footer {
  background: #88995A;
/*   padding-top: 60px; */
}
footer .container-fluid{
  width: 91%;
}
footer .footer-content .footer-logo img{ 
  width: 107px;
}
footer .footer-content p{ 
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  padding-top: 22px;
}
footer .footer-page h2{
    color: #ffffff;
    font-size: 22px;
    font-family: 'Roboto-Bold';
   
    margin-bottom: 20px;
}
footer .footer-page ul{
  padding: 0;
}
footer .footer-page ul li{
  list-style: none;
  margin-bottom: 10px;
}
footer .footer-page ul a{
text-decoration: none;
color: #ffffff;
font-size: 14px;
font-family: 'Roboto-Regular';
}
footer .States h2{
color: #ffffff;
font-size: 22px;
font-family: 'Roboto-Bold';
margin-bottom: 20px;
}
footer .States ul {
  column-count: 2;
  margin-right: 158px;
  padding: 0;
}
footer .States ul li{
  list-style: none;
  margin-bottom: 10px;
}
footer .States ul li a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  background: url(./images/rectugalr.png);
  background-repeat: no-repeat;
  background-size: 5px;
  padding-left: 17px;
  background-position-y: 10px;
  font-family: 'Roboto-Regular';
}
footer .form-text h2{
color: #ffffff;
font-size: 22px;
font-family: 'Roboto-Bold';

margin-bottom: 20px;
}
footer .form-text ul{
  padding: 0;
}
footer .form-text ul li{
  list-style: none;
  margin-bottom: 20px;
}
footer .form-text ul li:nth-child(1){
  background: url(./images/email-footer.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
footer .form-text ul li:nth-child(2){
  background: url(./images/cell-footer.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
footer .form-text ul li:nth-child(3){
  background: url(./images/address-footer.png);
  background-size: 20px;
  background-repeat: no-repeat;
}
footer .form-text ul li a{
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  padding-left: 28px;
}
footer .form-text .form-group{
    display: flex;
    width: 100%;
}
footer .form-text input::placeholder{
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #9A9FB0;
}
footer .form-text .form-group img{
  width: 48px;
  background: #88995A;
  padding: 11px;}
footer .form-text .form-control{
  color: #FFFFFF; 
  background-color: #19234A;
 border: 1.5px solid #ced4da; 
  border-radius: 0rem;
}
footer .inner-menu-footer {
  padding-top: 75px;
  padding-bottom: 10px;
}
footer .inner-menu-footer ul li{
list-style: none;
display: inline-block;
}
footer .inner-menu-footer ul{
  display: flex;
}
footer .inner-menu-footer ul li a{
 text-decoration: none;
 font-size: 14px;
 color: #ffffff;
 margin-right: 58px;
 font-family:Poppins-Regular;
 margin-right: 30px;
  }
  .last-footer{
    background: #0D1741;
    padding: 20px 0px;
  }
  .line-0{
    width: 2px;
    height: 20px;
    background-color: #ffffff70;
    margin-right: 40px;
  }
  .last-footer .innter-text-footer h3{
    font-size: 14px;
    font-family:Lato-Regular;
    color: #ffffff;
    text-align: center;
    margin: 0px;
  }

/*---------------End-Footer----------------------------*/
@media only screen and (max-width: 1199px) {
  .mainnavbar ul li a {
    font-size: 14px;
  }
  .mainnavbar .blue-btn{
    font-size: 9px;
    padding: 11px 11px;
  }
  .buy-sale .formbackbround{
    width: 90%;
  }
  .Living-Spaces .mainslider .carousel-control-next img{
    left: -403px;
  }
  .Featured-Property .text-0 h1 {
    font-size: 44px;
  }
  .Featured-Property .text-0 ul{
    padding: 0;
  }
  .Featured-Property ul li a{
    font-size: 14px;
  }
  .No-Agents-Fee .inner-content .text-h3 h3 {
    font-size: 14px;
  }
  .No-Agents-Fee .inner-content .text-h3 p{
    font-size: 11px;
  }
  footer .inner-menu-footer ul li a{
    margin-right: 23px;
  }
}
@media only screen and (max-width: 991px) {
 

  .navbar-collapse {
    position: absolute;
    top: 50px;
    background: white;
    width: 200px;
    right: 15px;
    box-shadow: 0px 0px 10px lightgrey;
    z-index: 10;
    padding-left: 12px;
  }
  .mainnavbar .blue-btn {
    position: absolute;
    left: 42%;
    top: -55px;
  }
  footer .inner-menu-footer ul{
    display: block;
  }
  .buy-sale h2{
    font-size: 20px;
  }
  .buy-sale h1{
    font-size: 35px;
  }
  .buy-sale p{
    font-size: 18px;
    width: 361px;
  }
  .buy-sale .buy {
    font-size: 18px;
  }
  .buy-sale .sale{
    font-size: 18px;
  }
  .buy-sale label {
    font-size: 14px;
  }
  .buy-sale .form-control{
    font-size: 14px;
  }
  .buy-sale{
    background-position-x: 407px;
  }
  .buy-sale .dropdown-data .dropdown-data-0 .btn{
    margin-left: 40px;
    width: 40%;
  }
  .buyers-works .content2{
    margin-top: 28px;
  }
  .buyers-works h1{
    font-size: 38px;
  }
  .buyers-works p{
    width: 100%;
    padding-bottom: 6px;
    font-size: 18px;
  }
  .Living-Spaces .sectionimg img {
         margin-left: 0px;
       
  }
  .Living-Spaces .mainslider .carousel-control-prev img{
    top: 382px;
    left: -27px;
  }
  .Living-Spaces .mainslider .carousel-control-next img{
    left: -613px;
    top: 416px;
  }
  .Living-Spaces .alltext12 h2 {
    padding-top: 40px;
  }
  .Living-Spaces .alltext12 h1{
    font-size: 38px;
  }
  .Living-Spaces .alltext12 p{
    font-size: 16px;
  }
  .Living-Spaces{
    padding: 30px 0px;
  }
  .Featured-Property .text-0 h1{
    font-size: 34px;
  }
  .Featured-Property .text-0 h2{
    font-size: 18px;
  }
  .Featured-Property .text-0 p{
    font-size: 15px;
  }
  .Featured-Property .text-0 ul{
    column-count: 3;
  }
  .Featured-Property ul li a{
    font-size: 15px;
  }
  .Best-Quick .text-0 h1{
    width: 100%;
    font-size: 32px;
  }
  .testimonials .text-1 h2 {
    font-size: 20px;
  }
  .testimonials .text-1 h1 {
    width: 100%;
    font-size: 40px;
  }
  .testimonials .text-1 p{
    width: 100%;
    font-size: 18px;
  }
  .testimonials .w-100{
        float: none;
        margin: 0 auto;
  }
  .testimonials .imgslider{
    left: 136px;
    width: 54%!important;
  }
  .testimonials .w-100{
    width: 55%!important;
  }
  .testimonials .carousel-control-prev img{
    width: 39%;
    padding: 13px;
    margin-left: 87px;
  }
  .testimonials .carousel-control-next img{
    width: 39%;
    padding: 13px;
    margin-right: 87px;
  }
  .testimonials .imgtestimonials {
    margin: 0 auto;
    display: block;
  }
  .testimonials .innercontent p{
    text-align: center;
    font-size: 16px;
  }
  .testimonials .innercontent h4{
    text-align: center;
  }
  .testimonials .innercontent h5{
    text-align: center;
  }
  .iconstart {
    width: max-content;
    margin: 0 auto;
}
.testimonials{
  padding: 0px;
}
.Contact-Information .contact-box h1 {
  font-size: 30px;
}
.Contact-Information .contact-box .contact-icons ul li {
  font-size: 16px;
}
.Contact-Information .form-text h3 {
  font-size: 20px;
  padding-top: 30px;
}
.Contact-Information .form-text h1 {
  font-size: 30px;
}
.Contact-Information .form-text label {
  font-size: 14px;
}
.No-Agents-Fee .inner-content{
  margin-bottom: 40px;
}
.No-Agents-Fee .inner-content{
  justify-content: left;
}
.line-0{
  display: none;
}
.testimonials .text-1 h2{
  padding-top: 42px;
}
footer .inner-menu-footer ul{
  padding: 0;
}
footer .inner-menu-footer ul li a{
  font-size: 14px;
  margin-right: 8px;
}
footer .inner-menu-footer{
  padding-top: 24px;
}
}

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 50px;
    background: white;
    width: 200px;
    right: 15px;
    box-shadow: 0px 0px 10px lightgrey;
    z-index: 10;
    padding-left: 12px;
  } 
  .mainnavbar ul li a{
    font-size: 14px;
  }
  .buy-sale .form-control{
    font-size: 20px;
    padding-left: 17px;
  }
  .mainnavbar .blue-btn{
    left: 32%;
    display: none;
  }
  footer .inner-menu-footer ul{
    display: block;
  }
  .buy-sale{
    background-size: 0px;
    background-repeat: no-repeat;
    padding-top: 0px;
    background-position-x: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    background-position-y: 0px;
  }
  .buy-sale h2 {
    padding-top: 30px;
  }
  .buy-sale h1{
    font-size: 26px;
    width: 100%;
  }
  .buy-sale p{
    font-size: 16px;
    width: 100%;
  }
  .buy-sale .buy{
    font-size: 16px
  }
  .buy-sale .dropdown-data .dropdown-data-0 .btn{
    margin-top: 0px;
    margin-left: 31px;
  }
  .buy-sale .dropdown-data-0{
    padding-bottom: 10px;
  }
  .buy-sale .formbackbround{
    width: 100%;
  }
  .buyers-works .content2{
      padding: 0px;
      margin-bottom: 15px;
  }
  .buy-sale .sale{
    font-size: 16px;
  }
  .buyers-works h1{
    font-size: 26px;
  }
  .buyers-works p{
    text-align: center;
    width: 100%;
    margin: 0;
    padding-bottom: 13px;
    font-size: 14px;
  }
  .buyers-works .content2 p {
    font-size: 14px;
  }
  .Living-Spaces .sectionimg img{
    margin-left: 0px;
    margin-top: -16px;
  }
  .buyers-works .content2 p{
    padding: 14px;
  }
  .Living-Spaces .alltext12 h1{
    font-size: 22px;
  }
  .Featured-Property{
    padding-top: 0px;
   padding-bottom: 0px;
  }
  .Living-Spaces .alltext12 p{
    font-size: 14px;
  
  }
  .Living-Spaces{
    padding: 0px;
    padding-top: 26px;
  }
  .Featured-Property .text-0 h2{
    text-align: left;
    padding-top: 41px;
  }
  

  .Best-Quick .text-0 h1{
      width: 100%;
      font-size: 25px;
  }
  .testimonials .text-1 h1{
    font-size: 23px;
     width: 100%;
  }
  .testimonials .text-1 p{
    font-size: 16px;
    width: 100%;
    padding-top: 0px; 
    padding-bottom: 22px;
  }
  .Contact-Information{
    padding:0;
    padding-bottom: 10px;
  }
  .Featured-Property .text-0 h1{
    font-size: 25px;
    text-align: left;
  }
  .Featured-Property .text-0 p{
    text-align: left;
  }
  .Featured-Property ul li a{
    font-size: 14px;
    padding-right: 0px;
  }
  .Featured-Property .text-0 ul{
    column-count: 3;
    padding: 0;
  }
  .Featured-Property .box .inner-box h2{
    font-size: 16px;
  }
  .Featured-Property .box .inner-box h4{
    font-size: 13px;
  }
  .Featured-Property .box .text-img p {
    font-size: 13px;
  }
  .Best-Quick .filed-button .form-control{
    padding: 8px;
  }
  .testimonials .w-100{
    float: none;
    margin: -2px 28px;
  }
  .testimonials .imgslider{
    top: 3px;
    right:0;
    left: 0;
  }
  .testimonials .innercontent p {
    font-size: 14px;
  }
  .Contact-Information .contact-box p{
    font-size: 14px;
  }
  .Contact-Information .contact-box .contact-icons ul li{
    font-size: 11px;
  }
  .Contact-Information .contact-box h1 {
font-size: 25px;

  }
  .Contact-Information .form-text h3 {
    padding-top: 15px;
  }
  .Contact-Information .form-text h1 {
    font-size: 24px;
  }
  .Contact-Information .form-text .search-btn{
    font-size: 23px;
    padding: 6px 31px;
  }
  .No-Agents-Fee .inner-content{
    display: block;
    align-items: left;

  }
  .Contact-Information .form-text label{
    font-size: 14px;
  }
  .No-Agents-Fee{
    padding-top: 29px;
  }
  .No-Agents-Fee .inner-content .text-h3{
     padding-left: 0px;
     margin-bottom: 30px;
  }
  .No-Agents-Fee .inner-content .text-h3 h3{
    padding-top: 15px;
  }
  .Contact-Information .form-text h3{
    font-size: 18px;
  }
  .No-Agents-Fee{
    padding:0;
  }
  footer {
    padding-top: 13px;
  }
  footer .States ul{
margin-right: 0px;
  }
  footer .inner-menu-footer{
      padding-top: 10px;
  }
  footer .inner-menu-footer ul{
    column-count: 3;
    padding: 0;
  }
  .line-0{
    display: none;
  }
  footer .inner-menu-footer ul li{
    padding-bottom: 29px;
  }
  footer .footer-content p{
    font-size: 12px;
  }
  footer .footer-page ul a{
    font-size: 12px;
  }
  footer .footer-page h2{
    font-size: 18px;
  }
  footer .States h2{
    font-size: 18px;
  }
  footer .form-text h2{
    font-size: 18px;
  }
  .Living-Spaces .mainslider .carousel-control-prev img{
    display: none;
  }
  .Living-Spaces .mainslider .carousel-control-next img{
    display: none;
  }
  .testimonials .carousel-inner{
    padding-bottom: 150px;
  }
  .testimonials .carousel-control-prev img{
    width: 70%;
    margin-bottom: 53px;
    margin-left: 18px;
  }
  .testimonials .carousel-control-next img{
    width: 70%;
    margin-bottom: 53px;
    margin-left: 18px;
  }
  .testimonials .carousel-control-prev{
    left: 95px;
    top: 614px;
  
  }
  .testimonials .carousel-control-next{
    right: 95px;
    top: 614px;
  
  }
  .testimonials{
    padding-top: 49px ;
  }
  .testimonials .iconstart .fa{
    font-size: 20px;
  }
  .testimonials{
    padding: 0;
  }
.Contact-Information .contact-box .socials-icons ul li a{
  margin-right: 16px;
}
.Contact-Information .contact-box .contact-icons ul li:nth-child(1) {
  background-size: 10%;
}
.Contact-Information .contact-box .contact-icons ul li:nth-child(2) {
  background-size: 10%;
}
.Contact-Information .contact-box .contact-icons ul li:nth-child(3) {
  background-size: 10%;
}
}
/* ========	 */
	#input_11_69 label{
	color: #000 !important;
}
	