.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;
  font-family: Lora;
}
.md-custom-code {
  margin-bottom: 0px !important;
}
.spacediv{min-height: 130px;}
h1,h2,h3,h4,h5{
  font-family: Lora;
}
p{
    font-family: Poppins-Regular;
}
@font-face {
    font-family: NunitoSans_7pt-Regular;
    src: url(assets/nunito_Sans/static/NunitoSans_7pt-Regular.ttf);
  }
  @font-face {
    font-family: NunitoSans_7pt-Light;
    src: url(assets/nunito_Sans/static/NunitoSans_10pt-Light.ttf);
  }  

  @font-face {
    font-family: Lora;
    src: url(assets/Lora/static/Lora-Regular.ttf);
  }

  @font-face {
    font-family: Poppins-Regular;
    src: url(assets/poppins/Poppins-Regular.ttf);
  }

  @font-face {
    font-family: Poppins-Bold;
    src: url(assets/poppins/Poppins-Medium.ttf);
  }

  @font-face {
    font-family: Poppins-Light;
    src: url(assets/poppins/Poppins-Light.ttf);
  }
  
  @font-face {
    font-family: Poppins-Extralight;
    src: url(assets/poppins/Poppins-ExtraLight.ttf);
  }

.about_anita{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anita_img{
    width: 50%;
    text-align: right;
}
.anita_img img{
    width: 75%;
}
.anita_text{
    width: 50%;
}
.anita_text h2{
  color: #333;
  font-family: Lora;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.anita_text h2 span{
  color: #BAA185;
}

.anita_text p{
  color: #333;
  font-family:'Poppins-Extralight';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  margin: 20px 0px;
  line-height: 24px; 
}
.anita_text a{
    text-transform: uppercase;
    color: #BAA185;
    background: none;
    border: 2px solid #BAA185;
    padding: 16px 30px;
    font-family: 'Poppins-Light';
    display: inline-block;
    margin-top: 40px;
    letter-spacing: 4px;
    transition: .5s;
  }
.anita_text a:hover{
    background-color: #BAA185;
    color: #fff;
  }


  /* == section 1 css close == */

  .get_value{
    background-image: url('assets/images/Frame200-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    padding: 100px 0px;
  }
  .get_value h1{
    color: #FFF;
    text-align: center;
    font-family: Lora;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 63px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }
  .get_value p {
    color: #FFF;
    text-align: center;
    font-family: Poppins-Extralight;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    max-width: 600px;
    margin: 30px auto;
  }
.get_value a{
  color: #fff;
  padding: 14px 40px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #BAA185;
  border: 1px solid #BAA185;
  letter-spacing: 5px;
  font-weight: bold;
  font-family: 'Poppins-Extralight';
  display: inline-block;
}

.md-form-container .submit,.info-form2 .submit-content .submit-box .submit{
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.md-house.layout2 .title {padding-top: 130px;}
.disclaimer-wrap.opt-in .disclaimer-content,.disclaimer-wrap.opt-in .privacy-text{
  color:#fff;
  }
.md-form.layout2 .info-right .basic-info-input input{
color: #fff !important;
}
/* == 2 section close == */


.your_box{
  background-image: url('https://winwithlofty.s3.us-east-2.amazonaws.com/ryan_vogt/assets/images/Frame+489-min.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  color: #fff;
}
.text_form{
  display: flex;
}
.form_txt{
  width: 55%;
}
.form_txt h1{
color: #FFF;
font-family: 'RedHatDisplay-Regular';
font-size: 40px;
font-style: normal;
font-weight: 500;
max-width: 80%;
margin-bottom: 20px;
line-height: 56px;
letter-spacing: 4px;
text-transform: uppercase;
}
.form_txt p {
color: #FFF;
font-family: Poppins-Extralight;
font-size: 19px;
max-width: 80%;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 125% */
}
.form_input{
  width: 45%;
  border-left: 1px solid #2C2C2C;
  padding-left: 63px;
}
.form_input h3{
color: #FFF;
font-family: Poppins-Light;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 25px;
}
.input-container input::placeholder,.input-container textarea::placeholder{color: #fff !important;}

.input-container input,.input-container textarea{color: #fff !important;}
.form_input input::placeholder{
color: #FFF;
font-family: 'Poppins-Regular';
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: normal;
}

.form_input input{
  width: 380px;
  padding: 16px 15px;
  border-radius: 3px;
  background: none;
  border: 1px solid;
  color: #fff;
  outline: none;
  font-family: 'Poppins-Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.input_user{
  position: relative;
  padding-top: 25px;
}
.input_user i {
position: absolute;
top: 60%;
right: 3%;
}
.form_input a{
text-transform: uppercase;
color: #fff;
padding: 0px 50px;
/* letter-spacing: 6px; */
letter-spacing: 5.12px;
font-weight: 400;
line-height: 50px;
border-radius: 3px;
display: inline-block;
margin-top: 40px;
border: 1px solid;
font-family: 'Poppins-Light';
transition: .4s;
}
.form_input a:hover{
  color: #fff;
  background-color: #BAA185;
  border: 1px solid #BAA185;
}


.local_blobal{
  color: #333;
  text-align: center;
  font-family: Lora;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; 
  letter-spacing: 3.8px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.local_blobal span{
    color: #BAA185;
}
.main_row {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .main_row .col{
    background-image: url(assets/images/Rectangle\ 121-min.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 33.33%;
  }
  .newest_listings{
    background-image: url(assets/images/Rectangle\ 121\ \(1\)-min.png) !important;
  }
  .cont_act{
    background-image: url(assets/images/Rectangle\ 121\ \(2\)-min.png) !important;
  }
  .main_row .col h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: RedHatDisplay-Light;
    letter-spacing: 8px;
    padding: 18px 15px;
    font-size: 22px;
  }
  .main_row .col hr{
    width: 100px;
    border: 2px solid #BAA185;
    margin: 0 auto;
  }
  .col a{
    display: block;
    padding: 230px 0;
}

.buy_flex{
  display: flex;
  gap: 50px;
}
.buy_flex .buy_img{
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.buy_img img{
  width: 100%;
  cursor: pointer;
}
.buy_img img:hover{
  scale: 1.2;
  transition: 0.4s;
}
.buy_img p{
  position: absolute;
  font-family: 'RedHatDisplay-Regular';
  letter-spacing: 4px;
  bottom: 5%;
  left: 5%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  line-height: 46px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

/* animation*/
figure.snip1107 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
cursor: pointer;
overflow: hidden;
width: 100%;
background: #fff;
text-align: center;
}
figure.snip1107:hover {
background: #000;
}
figure.snip1107 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
figure.snip1107 img {
opacity: 1;
width: 100%;
-webkit-transition: all 0.6s;
transition: all 0.6s;
}
figure.snip1107 figcaption {
  position: absolute;
  bottom: 48%;
  left: 0;
  right: 0;
}
figure.snip1107 figcaption > div {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 86%;
}
figure.snip1107  span b{border-bottom: 2px solid #e94f7e;padding-bottom: 10px;}
figure.snip1107 h3, figure.snip1107 span {
  margin: 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  font-family: 'NunitoSans_7pt-Light';
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 3.6px;
}
figure.snip1107 span {
color: #fff;
position: relative;
bottom: 0;
right: 0;
left: 0;
position: absolute;
}

figure.snip1107 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.snip1107:hover img,
figure.snip1107.hover img {
opacity: 0.35;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.snip1107:hover figcaption span,
figure.snip1107.hover figcaption span {
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
}


/* animation*/


/* == section 4 close == */
.navigationbtn a{margin: 6px;display: inline-block;}
.testimonial_div {
  position: relative;
}
.clint_say{text-align: center;}
.testBg{
  padding: 120px 0px;
  background: url('assets/images/Frame490-min.png');
  background-size: cover;
}
/* == section 5 close ==*/
.box_shadow{
  padding: 38px 43px 0px 43px;
}
.quote-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.quote-box p {
  flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

.clint_say h2 {
  color: #FFF;
  text-align: center;
  font-family: Lora;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 68px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.bu_tton{text-align: center;}
.btnreviews a{
  text-transform: uppercase;
    color: #BAA185;
    background: none;
    border: 2px solid #BAA185;
    padding: 16px 30px;
    font-family: 'Poppins-Light';
    display: inline-block;
    letter-spacing: 4px;
    transition: .5s;
}
.btnreviews a:hover {
  background-color: #BAA185;
  color: #fff;
}
.img_txt_clr{
  margin-top: 20px;
}
.box_shadow p {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins-Extralight';
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.box_shadow h4{
  color: #000;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}
.client-testimonial .owl-stage,.slider_testimonian .owl-stage {
  padding-left: 0px !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 20px !important;
}
.owl-dots {
  text-align: left !important;
  margin: 30px 0px 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #BAA185 !important;
}
.owl-dot span {
  width: 59px !important;
  height: 5px !important;
  border-radius: initial !important;
  margin: auto !important;
  margin-right: 5px !important;
}
.slide_1 {
  position: relative;
  overflow: hidden; 
}

.slide_1 img {
  transition: transform 0.6s ease;
}

.slide_1:hover img {
  transform: scale(1.1); /* Scale the image on hover */
}

.slide_1 h3{
  position: absolute;
  bottom: 1%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  width: 100%;
  color: #FFF;
  font-family: 'Poppins-Light';
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 53px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.arrow_S {
  position: relative;
  margin-top: 20px;
}

.arrow_S a {
  display: inline-block;
  color: #38a2c8;
  cursor: pointer;
}
.arrow_S a svg {
  margin: 5px;
}
.container_half {
  display: flex;
  flex-wrap: wrap;
}
.heading_featuredlocations {
  margin-bottom: 40px;
  color: #333;
  text-align: center;
  font-family: Lora;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  line-height: 68px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.bu_tton a {
  display: inline-block;
  margin: 5px;
}
.arrow_S a svg:hover path,.bu_tton a svg:hover path {
  fill: #fff;
  transition: 0.5s ease;
}

.get_value a:hover{
  background-color: transparent;
  transition: 0.5s ease;
  color: #BAA185;
  border: 1px solid #BAA185;
}
.text_beat_area a:hover
{
    background-color: #fff;
    transition: 0.5s ease;
    color: #BAA185;
    border: 1px solid #fff;
}

.arrow_S a svg:hover circle,.bu_tton a svg:hover circle {
  stroke: #BAA185;
  transition: 0.5s ease;
}
.arrow_S a svg:hover,.bu_tton a svg:hover {
  fill: #BAA185;
  transition: 0.5s ease;
}
.heading_featuredlocations span {
  color: #BAA185;
}
.arrow_S .vie_wall {
  position: absolute;
  right: 0;
  padding: 0px 45px !important;
  border: 2px solid #BAA185;
  top: 20%;
  transition: 0.3s;
  color: #BAA185;
  text-align: center;
  font-family: 'Poppins-Light';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 5.12px;
  text-transform: uppercase;
}
.arrow_S .vie_wall:hover{
    background-color: #BAA185;
    color: #fff;
}

/* == section 6 close == */


.beat_out{
    display: flex;
  }
  .beat_img{
    width: 50%;
  }
  .beat_img img {
    margin-bottom: -5px;
    width: 100%;
  }
  .beat_text{
    width: 50%;
    background-image: url('assets/images/frame495-min.png');
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-size: cover;
  }
  .beat_text .f_name{
    display: flex;
    gap: 10px;
  }
  .text_beat_area a{
    border:1px solid #fff;
    padding: 0px 55px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    font-family: 'Poppins-Light';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 51px; /* 318.75% */
    letter-spacing: 5.12px;
    text-transform: uppercase;
  }
  .text_beat_area h2{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }
  .text_beat_area{
    /* padding: 3px 92px 0 100px; */
    width: 70%;
  }
  .text_beat_area p{
    color: #FFF;
    font-family: 'Poppins-Extralight';
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    margin-top: 24px;
    max-width: 80%;
  }

  .boldParagraph{
    font-weight: bold;
    font-family: 'Poppins-bold' !important;
  }
/* == section 7 close == */

.lfstyl_bgimg{
    background-image: url(assets/images/image\ 14\ \(1\)-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .life_style span{
    color: #BAA185;
    font-family: RedHatDisplay-light;
  }
  .life_style h1{
    margin-bottom: 20px;
    color: #001D47;
    text-align: center;
    font-family: "RedHatDisplay-Light";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px; /* 110.417% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }

  .life_style p{
    text-align: center;
  }
  .gallery{
    gap: 12px;
    display: flex;
    justify-content: center;
    padding: 25px 0 0 20px;
  }
  .glry_img{
    width: 50%;
  }
  
  .img_1glry {
    position: relative;
    overflow: hidden; 
    height: 334px;
  }
  
  .img_1glry img {
    transition: transform 0.6s ease;
  }
  
  .img_1glry:hover img {
    transform: scale(1.1); /* Scale the image on hover */
  }


  .glry_img p{
    position: absolute;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    bottom:7%;
    left: 4%;
    font-family: NunitoSans_7pt-Regular;
  }
  p#Browse_p {
    color: #000;
    text-align: center;
    font-family: 'NunitoSans_7pt-Light';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
  .gly_2img{
    display: flex;
    position: relative;
    gap: 13px;
    padding: 7px 0px;
  }
  .gr_2class{
    margin-top: 7px !important;
    /*margin-left: 28px;*/
  }
  .pools,.with_views {
    position: relative;
    overflow: hidden; 
    height: 216px;
  }
  
  .second_half {
    position: relative; 
  }
  
  .slider {
    position: relative !important;
    left: 0  !important;
    width: calc(100vw - ((100vw - 1200px) / 2))  !important;
    z-index: 1;
  }
  
  .postitonset{position: relative;}

  .pools img,.with_views img {
    transition: transform 0.6s ease;
  }
  
  .pools:hover img {
    transform: scale(1.1); /* Scale the image on hover */
  }
  .with_views:hover img {
    transform: scale(1.1); /* Scale the image on hover */
  }
  
  .glry_3cls{
    margin-right: 20px !important;
  }
  .pools p{
    position: absolute;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    bottom: 10%;
    left: 4%;
    font-size: 16px;
    font-family: NunitoSans_7pt-Light;
  }
  .with_views{
    position: relative;
  }
  .with_views p{
    position: absolute;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    bottom: 10%;
    left: 4%;
    font-family: NunitoSans_7pt-Regular;
  }
  

/* == section 8 close here == */

.form_area {
    display: flex;
    align-items: flex-end;
    color: #fff;
  }
  .form_area1{
    background-image: url(assets/images/Frame\ 436\ \(1\)-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
  }
  
  .left_imgarea{
    width: 35%;
  }
  .fst_nm_lname{
    display: flex !important;
    gap: 20px;
    position: relative;
  }
  .fst_nm_lname i{
    position: absolute;
    right: 2%;
    top: 26%;
  }
  .fst_nm_lname .fa_man{
    position: absolute;
    right: 54%;
    top: 26%;
  }
  .right_form form{
    padding-top: 30px;
  }
  .right_form{
    width: 55%;
    padding: 55px 0 0 20px;
  }
  .right_form h1{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 36px;
  }
  .image img {
    max-width: 100%;
    height: auto;
  }
  
  .form_row {
    margin: 24px 0px;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  .form_row input[type="text"],
  .form_row input[type="email"],
  textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border: 1px solid #fff;
    outline: none;
    background: none;
    border-radius: 0px;
    outline: none;
    color: #fff;
  }
  
  .form_row  a{
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    background-color: #BAA185;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 30px;
    width: 100%;
    transition: .3s;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-family: "NunitoSans_7pt-Light";
    font-weight: 600;
    line-height: 25px; /* 125% */
  }
  ::placeholder {
    opacity: 1; /* Firefox */
    color: #FFF;
    font-family: "NunitoSans_7pt-Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px; /* 156.25% */
  }
  
  ::-ms-input-placeholder { /* Edge 12-18 */
    color: #fff;
  }
  #messa_ge{
    width: 100%;
    min-height: 100px;
}
.check_box{
  display: flex;
  margin-bottom: 20px;
}
.box_tick{
  width: 3%;
  padding: 4px 0 0 0;
}
.box_p{
  width: 97%;
}
.box_p p{
  color: #FFF;
  font-family: "NunitoSans_7pt-Light";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 123.077% */
}
.h_rf{
  border: 1px solid #426CD1;
  margin-bottom: 10px;
}
.footer_para{
  color: #FFF;
  font-family: 'NunitoSans_7pt-Light';
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}
.footer_para a{

  color: #BAA185;
}
.footer_para span{
  color: #BAA185;
}
.getmore{
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 4px;
  color: #fff;
  font-size: 30px;
}
.getmore span{
  font-family: RedHatDisplay-Bold;
}
.image{
  position: relative;
}
.image .man_imgtxt{
  position: absolute;
  bottom: 7%;
    left: 6%;
}
.man_imgtxt p{
  color: #FFF;
  font-family: "NunitoSans_7pt-Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 178.571% */
}
.man_imgtxt h3{
  padding-bottom: 6px;
  color: #FFF;
  font-family: 'NunitoSans_7pt-Light';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

@media only screen and (max-width: 600px) {
  .local_blobal {
    font-size: 32px;
    letter-spacing: 5px;
    padding: 65px 0 29px 0;
    line-height: 40px;
  }
  .media-content-v2 .site-subtitle h3{
    line-height: 30px;
    margin: 20px 0px;
  }
  .search-bar.layout3 .search-by-section .search-category .keyword-submit {
    max-width: 105px;
  }
  .quote-box{gap: 0px;}
  .md-hero.layout3 .media-content-v2 .media-info .title-text .site-title{
    font-size: 34px;
    text-align: center;
    letter-spacing: 10px;
  }

  .boldParagraph{margin-top: 10px !important;}
  .text_beat_area h2 {
    color: #FFF;
    font-size: 23px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  .clint_say {
    width: auto;
    text-align: center;
  }
  .test_mnl{display: block; margin-bottom: 50px;}
  .md-form-container .site-title h2 {
    font-size: 25px;
  }


.preview{display: initial !important;}
.video-box.def.auto-width,.video-loading{display: none;}
.site-title h1{
  font-size: 36px;
  font-style: normal;
  line-height: 121.3%;
  letter-spacing: 10.8px;
}
.bu_tton a svg{
  margin: 5px;
}
.bu_tton a{display: inline-block;}
.reviewswrapper {
  width: 95%;
  margin: auto;
}
.btnreviews {
  margin-left: 10px;
}
.spacediv {
  min-height: 100px;
}
.box_shadow{
  padding: 10px;
}
.slider_testimonian{
  width: auto;
}
  .bu_tton {
    text-align: center;
    width: auto;
  }
.buy_flex {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}
    .main_row {
        display: inherit;
        padding-bottom: 30px;
      }
      .main_row .col{
        width: 100%;
        margin-bottom: 30px;
      }
     
    .form_txt h1 {
        letter-spacing: 2px;
        font-size: 43px;
        padding: 47px 0 16px;
    }
    .text_form {
      display: inherit;
      width: 90%;
      margin: auto;
  }
    .input_user {
        padding-top: 28px;
    }
    .form_txt p {
        letter-spacing: 0px;
        font-size: 20px;
        padding: 0 0 40px 0;
    }
    .form_input a {
        margin: 40px 0 40px;
    }
    .your_box {
        padding: 40px 10px;
        margin: 0px 0px;
    }
    .form_txt{
        width: 100%;
    }
    .form_input h3 {
        letter-spacing: 1px;
        padding: 7px 35px 0 0;
        font-size: 15px;
    }
    .input_user i {
        top: 59%;
        right: 15%;
    }
    .form_input {
      border: 0px;
      padding-left: 0px;
      width: 100%;
    }
    .arrow_S a i {
      margin-top: 87px;
  }
  .v_all_btn {
    right: 18%;
}
    .form_input input {
        width: 100%;
    }
    .testimonial_bg{display: inherit;}
    .slider{
      display: inherit;
      width: auto !important;
    }
    .slide_1{
        width: 100%;
    }
    .arrow_S{
        text-align: center;
    }
    .beat_out{
        display: inherit;
      }
      .beat_img{
        width: 100%;
      }
      .beat_text{
        width: 100%;
      }
      .text_beat_area h1 {
        font-size: 30px;
        letter-spacing: 5px;
        padding: 0px;
    }
    .text_beat_area {
        padding: 50px 0px 41px 0px;
        width: 80%;
    }
    .text_beat_area a {
        padding: 2px 30px;
    }
    .life_style {
        padding: 50px 0px 20px 0px;
      }

      .getmore {
        font-size: 38px;
        text-align: center;
      }

      .life_style p {
        text-align: left; 
        font-family: Poppins-Regular;
        font-size: 12px;
      }
      .life_style h1 {
        font-size: 45px;
        line-height: 1.2;
        padding-bottom: 8px;
        text-align: left;
        max-width: 100%;
        text-align: center;
      }
      #Browse_p{
        padding-left: 25px;
      }
      .text_beat_area p{max-width: 100%;margin: auto;}
      .gallery{
        display: inherit;
        margin: 0px 25px;
        padding: 25px 0 0 0px;
      }
      .clint_say h1{margin: 20px 0px;}
      .glry_img{
        width: 100%;
      }
      .glry_img p {
        bottom: 14%;
        font-size: 13px;
      }
      .gr_2class {
        margin-left: 0px;
      }
      .img_1glry,.pools, .with_views{height: auto;}
      .img_1glry img{
        width: 100%;
      }
      .gly_2img {
        display: flex;
        gap: 8px;
        padding: 2px 0px;
      }
      .pools {
        text-align: center;
        width: 50%;
      }
      .left_imgarea {
        width: 90%;
        margin: auto;
        text-align: center;
      }
      .fst_nm_lname {
        flex-wrap: wrap;
      }
      .man_imgtxt p,.man_imgtxt h3{text-align: left;}
      .pools p {
        left: 9%;
        text-align: left;
        font-size: 14px;
        line-height: 1.2;
        bottom: 9%;
      }
      .pools img{
        width: 100%;
      }
      .with_views {
        text-align: center;
        width: 50%;
      }
      .with_views img{
        width: 100%;
      }
      .with_views p {
        left: 9%;
        text-align: left;
        font-size: 14px;
        line-height: 1.2;
        bottom: 9%;
      }
      .star_div h1 {
        font-size: 40px;
        line-height: 1.4;
        margin: 25px 10px;
        letter-spacing: 2px;
      }
      .star_div h2 {
        font-size: 20px;
      }
      .star_div p {
        font-size: 24px;
        padding: 7px 10px;
        max-width: 90%;
      }
      .client_reviews .owl-stage-outer {
        padding: 0px;
      }
      .arrow_S .vie_wall{
        position: initial;
        margin-top: 20px;
      }
     
      .white_space{display: none;}
      .client_txtarea {
        display: inherit;
        width: 100%;
        margin: auto;
        padding-top: 0px;
      }
      .quote_div{display: none;}
      .text_area {
        padding:30px 10px;
      }
      .text_area p {
        padding-bottom: 10px;
      }
    .about_anita {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      max-width: 90%;
      margin: auto;
    }
  .anita_img img{width: 100%;}
    .anita_text {
        width: 100%;
    }
    .anita_img {
        width: 100%;
        text-align: center;
        padding: 70px 0 0 0;
    }
    .anita_text h1 {
        font-size: 26px;;
    }
    
    .get_value h1 {
        font-size: 40px;
        letter-spacing: 4px;
    }
    .get_value p {
        padding: 0px 20px 20px;
    }
    .form_area {
      display: inherit;
    }
    .left_imgarea{
      width: 100%;
    }
    .image h1 {
      margin-right: 0px;
  }
    .right_form{
        width: 88%;
        padding: 55px 0 0 0px;
        margin: 0 20px;
    }
    #messa_ge {
      width: 93.7%;
  }
  .box_tick {
    width: 10%;
}
}