.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('sell/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: 80px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}

/*section 2*/
.buyers-guide-section {
  background: url('sell/Rectangle233.png');
  width: 100%;
  padding: 80px 0;
  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: 48px;
}

.buyers-left p {
    font-family: Montserrat-Regular;
    font-size: 17px;
    color: #333;
    margin-bottom: 25px;
    margin-top: 15px;
    line-height: normal;
    max-width: 95%;
}

/* 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 {
  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) {
  .header_inner{    justify-content: center;}
  .headingdiv{width: 100%;}
  .buyers-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .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 1 css close == */
.lets_talk {
  padding: 100px 0px;
}
.talk_div {
  display: flex;
  align-items: center;
}
.talk_empty {
  width: 60%;
}
.talk_border {
  width: 40%;
  padding: 100px 0px;
  position: relative;
}

.talk_empty img{
  width: 90%;
}

.talk_text h1 {
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  line-height: normal; 
}

.talk_text hr {
  max-width: 212px;
  border: 1px solid #2f7fe2;
}
.talk_text p {
  color: #000000;
  font-family: Montserrat-Light;
  font-size: 18px;
  font-style: normal;
  /* font-weight: 400; */
  line-height: normal;
  margin-top: 20px;
  max-width: 80%;
}
.talk_text a {
  text-transform: uppercase;
  color: #fff;
  background: none;
  padding: 8px 15px;
  border: 1px solid #fff;
  display: inline-block;
  font-family: RedHatDisplay-Regular;
}

/*section 2 start*/

.bg_blck {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgb(0 0 0 / 22%) 100%), url(sell/Rectangle108-min.png) lightgray 50% / cover no-repeat;
  background-size: cover;
  padding: 100px 0px;
  background-repeat: no-repeat;
}
.save_srch {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.crown_about {
  width: 35%;
  color: #fff;
}
.spctop{margin-top: 25px;}

.crown_about h3{
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 66%;

}

.crown_about h1 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.42px;
}

.crown_about hr {
  max-width: 260px;
  border: 1px solid #2f7fe2;
}
.crown_about p {
  color: #FFF;
  font-family: Montserrat-Light;
  font-size: 18px;
  margin: 20px 0px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.crown_about a:hover{
  border: 1px solid #02b8bc;
  background: #02b8bc;
  transition: 0.5s ease;
  color: #fff;
}
.crown_about a {
  color: #000;
  background: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-family: BebasNeue-Regular;
  margin-top: 40px !important;
  transition: 0.3s;
}
.crown_img {
  width:45%;
  position: relative;
  text-align: right;
}
.crown_img img {
    width: 80%;
}

/* section 3 close */

.img_bgwit {
  background: url('sell/Rectangle232-min.png');
  padding: 120px 0px;
}

.save_srch2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.crown_img2{
    width:50%;
    position: relative;
}
.crown_img2 img{
    width: 93%;
}
.crown_about2 {
  width: 35%;
  color: #fff;
}
.crown_about2 h1 {
  color: #fff;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 10px;
}
.spcetop{margin-top: 40px;}

.crown_about2 p{
  font-family: Montserrat-Light;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.start_clr {
  color: #272A2F;
}
.clr_p {
  color: #272A2F;
}

/* section 4 close */

.mn_dv_lcl {
  display: flex;
  padding: 130px 0px;
  align-items: center;
  background: url('sell/sellbgsign.png');
  justify-content: flex-end;
  background-position: left bottom -30px;
  background-repeat: no-repeat;
}
.loc_img img{
  position: relative;
  top: -85px;
  width: 65%;
}
.loc_exp {
  width: 30%;
  position: relative;
}
.loc_exp h1 {
  color: #1E1E1E;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
   line-height: 42px;  
  margin-bottom: 10px;
}
.loc_exp p {
  padding-bottom: 25px !important;
  line-height: 1.3;
}
.loc_exp hr {
  margin: 20px 0 20px;
  border: 1px solid #2f7fe2;
  max-width: 400px;
}

.loc_exp p{
    color: #272A2F;
    font-family: Montserrat-Light;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.loc_img {
    background-image: url('sell/Rectangle111-min.png');
    width: 55%;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    margin: 60px 0px;
    height: 650px;
}


/* == section 5 close here == */

.a_home {
  background-image: url('sell/Rectangle70-min.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  display: flex;
  align-items: center;
}
.redbg_text {
  text-align: center;
  color: #fff;
}
.redbg_text h1 {
  color: #FFF;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 50px;
  font-style: normal;
  font-weight: normal;
}
.redbg_text p {
  color: #FFF;
  text-align: center;
  font-family: Montserrat-Light;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  max-width: 70%;
  margin: 20px auto 20px auto;
}
.redbg_text 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;
}

.redbg_text a:hover{
   background: #02B8BC;
  border: 1px solid #02B8BC;
  color: #fff;
  transition: 0.5s ease;
}


/*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: normal;
  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;
}

@media only screen and (min-width: 1600px) {
  
  .buyers-left p {
    font-size: 21px;
    line-height: 26px;
  }
    .talk_empty {
        width: 55%;
    }
    .talk_border:before {
        top: -20px;
    }
    .loc_exp h1 {
      font-weight: normal;
      font-size: 50px;
      line-height: normal;
    }
    .loc_exp {
        width: 31%;
        left: 0px;
    }
    .loc_exp h1 span{font-size: 84px;}
    .loc_img img {
        width: 77%;
        top: -100px;
    }
    .talk_div {
        align-items: center;
    }
    .talk_border:after {
        bottom: -105px;
    }
}

@media only screen and (max-width: 1440px) {
    .talk_border {
      width: 40%;
    }
    .header_inner{    justify-content: center;}
    .headingdiv{width: 100%;}
    .crown_about{
      width: 40%;
    }
    .crown_img img {
      width: 88%;
    }
    .save_srch2{gap: 50px;}
    .crown_img2 img{width: 100%;}
      .crown_about2 h1 {
        font-size: 50px;
      }
      .loc_exp p{font-size: 16px;}
    .loc_img img {
        top: -85px;
        width: 80%;
    }
    .spcetop {
        margin-top: 30px;
    }
    .crown_about a{margin-top: 0px;}
    .loc_exp h1 {
      font-size: 48px;
      font-weight: normal;
    }
    .loc_exp h1 span{font-size: 70px;}
    .crown_about p,.crown_about2 p{font-size: 17px;}
    .talk_empty {
        width: 50%;
    }
    .talk_border:after {
        bottom: -105px;
    }
}
@media only screen and (max-width: 600px) {

.talk_text p{max-width: 100%;}
    .talk_empty {
        width: 100%;
    }
    .talk_empty img {
      width: 100%;
  }
    .talk_text{
        z-index: 2;
        position: relative;
        padding: 35px 0px;
    }
    .headingdiv {
        width: 85%;
    }
    .talk_border:before{
        z-index: 1;
    }
    .talk_border:after {
        bottom: -25px;
        height: 135px;
        z-index: 1;
    }
    .talk_text h1 {
        font-size: 30px;
    }
    .save_srch {
        flex-wrap: wrap;
    }
    .crown_about{
        width: 100%;
        padding: 40px;
    }
    .crown_img{
        margin-top: 40px;
        width: 100%;
    }
    .crown_about2{
        width: 90%;
        margin: auto;
    }
    .loc_img img {
        width: 100%;
    }
    .home_text h1 {
        font-size: 60px;
        width: 100%;
    }
    .redbg_text h1 {
        font-size: 32px;
    }
    .bg_blck{padding: 30px 0px;}
    .redbg_text h1 span {
        font-size: 68px;
    }
    .our_save{padding: 0px;}
    .a_home {
        height: 70vh;
        padding-top: 90px;
        align-items:flex-start;
    }
    .crown_about2 h1 span {
        font-size: 55px;
    }

    .redbg_text p {
      max-width: 80%;
    }
    .loc_exp svg{width: 100%;}
    .loc_exp{
        width: 90%;
        margin: auto;
        padding: 30px;
        margin-bottom: 100px;
    }
    .loc_img{
        width: 100%;
        height: 330px;
    }
    .mn_dv_lcl {
        justify-content: normal;
        flex-wrap: wrap;
    }
    .mn_dv_lcl{background-position: top;}
    .lets_talk{margin: 0px;}
    .crown_img2 {
        width: 100%;
    }
    .save_srch2 {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .crown_about h1 {
      font-size: 43px;
      line-height: normal;
    }
    .talk_text h1 span{
        font-size: 40px;
    }
    .talk_border{padding: 0px;}
    .talk_div {
        flex-wrap: wrap;
    }
    .talk_border {
      width: 85%;
      left: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .crown_about h3{
     
      max-width: 100%;

    }
}

