.md-custom-code {
  margin-bottom: 0px !important;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
  }
}

.mg-container {
  width: auto !important;
}
* {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
.md-custom-code {
  margin-bottom: 0px !important;
}
.spacediv {
  min-height: 130px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: BebasNeue-Regular;
}

@font-face {
  font-family: BebasNeue-Regular;
  src: url(assets/bebas_neue/BebasNeue-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(assets/montserrat/static/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(assets/montserrat/static/Montserrat-Light.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(assets/montserrat/static/Montserrat-Bold.ttf);
}


/*section 1*/


.header_inner {
  background: url('buy/Rectangle23-min.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
}
.headingdiv {
  text-align: center;
  width: 60%;
  margin: auto;
}

.headingdiv h1{
  color: #FFF;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

/*section 2*/
.buyers-guide-section {
  width: 100%;
  padding: 80px 0;
  background: #fff;
  display: flex;
  justify-content: center;
}

.buyers-container {
  width: 80%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.buyers-left h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    line-height: 45px;
    max-width: 80%;
}

.buyers-left p {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
  margin-top: 15px;
  line-height: 24px;
}

/* FORM */

.buyers-form {
      width: 100%;
      margin: 0 auto;
  }

  .form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
  }

  .input-container {
      position: relative;
      width: 100%;
  }

  .input-container svg {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
  }
  .form-row input::placeholder{color: #333;}
  .form-row input {
      width: 100%;
      padding: 14px 16px 14px 16px;
      border: 1px solid #e3e3e3;
      border-radius: 0px;
      outline: none;
      box-shadow: none;
      color: #000;
      font-family: Montserrat-light;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      font-size: 15px;
      box-sizing: border-box;
  }

  .form-row input:focus {
      border-color: #02b8bc;
  }

  .form-row input:focus + svg{
      color: #02b8bc;
  }

  .download-btn {
    padding: 14px 35px;
    background: #000;
    color: #fff;
    margin-top: 10px;
    border: none;
    border-radius: 6px;
    font-family: 'BebasNeue-Regular';  
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .download-btn:hover {
      background: #02b8bc;
  }
/* RIGHT SIDE CARD */
.guide-card {
  background: #fff;
  border-radius: 12px;
  text-align: center;
}

.guide-card h3 {
  font-family: Montserrat-Regular;
  font-size: 18px;
  margin-bottom: 20px;
}

.guide-card h3 span {
  color: #02b8bc;
  font-weight: 600;
}

.guide-card img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.guide-logo {
  width: 130px !important;
  margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .buyers-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .buyers-left h2 {max-width: 100%;}
  .buyers-left h2 {
    font-size: 42px;
    line-height: normal;
  }

  .form-row {
    flex-direction: column;
  }

  .guide-card {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .buyers-left h2 {
    font-size: 34px;
  }

  .guide-card {
    padding: 25px 15px;
  }
}


/*Section 3*/
.aboutsec_wrapp{
  background: url('buy/Rectangle232-min.png');  
  background-blend-mode: multiply;
  background-size: cover;
  padding: 100px 0px;
  
}
.main_wrapper_partner {
  display: flex;
  align-items: center;
  gap: 50px;
}
.confidence_left img{
  width: 100%;
}
.confidence_left {
  text-align: center;
  width: 50%;
}

.inner_content_head h1{
  font-size: 50px;
  color: #FFF;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.content_p{
  margin-top: 35px;
  width: 90%
}

.inner_content_head p{
  color: #FFF;
  font-family: Montserrat-Light;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; 
  margin-bottom: 25px;
}
.confidence_right {
  width: 50%;
}


/*section 4*/
.wrapper_areyoulooking{
  background: url('buy/Rectangle233-min.png');
}
.two_rowimage2 {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 120px 0px;
  justify-content: flex-end;
}
.contentimg2 {
  width: 40%;
}
.mangcontent2 {
  width: 92%;
}

.contentimg h1 {
  color: #1E1E1E;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.38px;
  text-transform: uppercase;
}

.contentimg h3{
  color: #1E1E1E;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contentimg p {
  color: #272A2F;
  font-family: Montserrat-Light;
  font-size: 17px;
  margin: 30px 0px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}

.btnsell a {
  display: inline-block;
  width: 200px;
  padding: 15px 15px;
  background: #000;
  border: 1px solid #000;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  font-family: BebasNeue-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
  text-transform: uppercase;
}


.btnsell2 a {
  display: inline-block;
  min-width: 200px;
  padding: 15px 15px 11px 15px;
  background: #000;
  border: 1px solid #000;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  font-family: BebasNeue-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
}

.btnsell2 a:hover{
  background: #02B8BC;
  border: 1px solid #02B8BC;
  color: #fff;
  transition: 0.5s ease;
}

.img1 {
  width: 50%;
  text-align: right;
}
.img1 img {
  width: 85%;
}

/*Section 3*/
.changebac{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url('buy/Rectangle104-min.png') lightgray 50% / cover no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
}

.inner_content_head2 h1{
  font-size: 50px;
  color: #FFF;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
.content_p{
  margin-top: 35px;
  width: 90%
}

.inner_content_head2 p{
  color: #FFF;
  font-family: Montserrat-Light;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  max-width: 500px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.inner_content_head2 h3{
  color: #FFF;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 0.2px;
  max-width: 380px;
}

.main_wrapper_newlisting {
  display: flex;
  align-items: center;
  gap: 100px;
}

.btnsell_buy a{
  display: inline-block;
  width: 200px;
  padding: 13px 13px 10px 13px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 9px;
  color: #000;
  text-align: center;
  font-family: BebasNeue-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
  text-transform: uppercase;
}

.btnsell_buy a:hover{
  background: #02B8BC;
  border: 1px solid #02B8BC;
  color: #fff;
  transition: 0.5s ease;
}

/*Section 4*/
.changebac_schedule{
  background-size: cover;
  padding: 100px 0px;
  background-position: center;
}

.inner_content_schedule h1{
  color: #1E1E1E;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  /* letter-spacing: 5.7px; */
  text-transform: uppercase;
}


.inner_content_schedule p {
  font-family: Montserrat-Light;
  color: #272A2F;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 155.556% */
}
.main_wrapper_newlisting {
  display: flex;
  align-items: center;
  gap: 100px;
}
.btn_save{text-align: left;}
.btn_save a{
  display: inline-block;
  padding: 12px 27px;
  background: #02B8BC;
  color: #FFF;
  text-align: center;
  border-radius: 100px;
  font-family: Montserrat-Light;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  top: -100px;
}
.btn_save a svg {
    position: relative;
    top: 3px;
}
.btn_save a:hover{
  background-color: #000;
  transition: 0.5s ease;
}
.secondpara{
  margin-top: 20px;
}

/*section 7*/
.reviews_dic{
  background: url('area_guide/Rectangle232-min.png');
  padding: 70px 0px;
}

.reviews_dic h1{
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.quoteicon{text-align: center;padding: 40px 0px 50px 0px;}
.container_wrap{width: 90%;margin: auto;position: relative;}
.btn-prev-owl-google_slider{position: absolute;top: 40%;left: -20px;z-index: 2000;}
.btn-next-owl-google_slider{position: absolute;top: 40%;right: -20px;z-index: 2000;}

.btn-prev-owl-google_slider:hover svg circle,.btn-next-owl-google_slider:hover svg circle{
  fill: #02b8bc;
  cursor: pointer;
  transition: 0.5s ease;
  stroke: #02b8bc;
}

.btn-prev-owl-google_slider:hover svg path,.btn-next-owl-google_slider:hover svg path{
  fill: #fff;
  transition: 0.5s ease;
}

.testimonial-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border: 1px solid #e6e6e6;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.google-logo {
    width: auto !important;
}

.testimonial-text {
  color: #000;
  font-family: Montserrat-Regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; 
  line-height: 1.6;
  margin-bottom: 10px;
  min-height: 180px;
}

.testimonial-author {
  color: #000;
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


/*Section 8*/
.speak_agent {
  background: url('buy/Rectangle70-min.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  display: flex;
  align-items: center;
}

.inner_agents{
  text-align: center;
}

.inner_agents h1{
  color: #FFF;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
}

.inner_agents p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 63%;
  margin: 40px auto 20px auto;
}

.btnsell_contact a {
  display: inline-block;
  min-width: 200px;
  padding: 15px 15px 11px 15px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 9px;
  color: #000;
  text-align: center;
  font-family: BebasNeue-Regular;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  text-transform: uppercase;
}

.btnsell_contact a:hover{
  background: #02B8BC;
  border: 1px solid #02B8BC;
  color: #fff;
  transition: 0.5s ease;
}


@media (min-width: 1600px) {
  .inner_content_head p,.contentimg p{font-size: 19px;}
  .inner_content_head2 p{font-size: 19px;line-height: 24px;}
  .inner_content_head2 h3{ font-size: 21px; max-width: 400px;}
  .inner_content_head2 p{max-width: 525px;}
  .inner_content_schedule{font-size: 55px;}
  .testimonial-text{font-size: 15px;}
  .inner_agents p{font-size: 18px;}
  .inner_content_schedule p{font-size: 18px;}
  .btnsell_contact a{font-size: 24px;}
  .headingdiv h1{font-size: 75px;line-height: normal;}
  .guide-card img {
    width: 85%;
  }
}


@media only screen and (max-width: 768px) {
  .buyers-left h2 {max-width: 100%;}
  .header_inner{height: 80vh;}
  .main_wrapper_partner {
    flex-wrap: wrap;
  }
  .two_rowimage2 {
    flex-direction: column;
  }
  .main_wrapper_newlisting {
    flex-wrap: wrap;
    gap: 40px;
  }
  .btn_save a{left: 15px;}
  .contentimg2 {
    width: 90%;
    margin: auto;
  }
  .inner_agents p{max-width: 90%;}
  .content_p {
    width: 100%;
  }
  .img1 img {
    width: 100%;
  }
  .img1 {
    width: 80%;
    text-align: center;
    margin-top: 50px;
  }

  .headingdiv h1{
    width: 100%;
    font-size: 37px;
    line-height: normal;
  }
  .contentimg h3{line-height: normal;margin: 20px 0px;}
  .confidence_right {
    width: 90%;
    margin: auto;
  }
  .contentimg h1 {
    font-size: 37px;
  }
  .contentimg h1 span {
    font-size: 66px;
  }
  .confidence_left img {
    width: 85%;
  }
  .confidence_left {
    width: 100%;
  }
  .speak_agent{
    height: 100vh;
  }
  .inner_content_head h1 span{
    font-size: 70px;
  }
  .inner_content_head h1{font-size: 43px;}
}