@charset "utf-8";
html {
    -webkit-text-size-adjust: 100%;
  overflow-x:hidden;
    -ms-text-size-adjust: 100%
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*, ::before, ::after {
  box-sizing: border-box;
}
.clear{clear:both;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
  display: block;
}
body {line-height: 1;  overflow-x:hidden; font-family: 'Poppins', sans-serif; background:#fff; overflow-y: hidden;}
ol, ul {list-style: none;}
/*div{transition:all 0.25s ease-in 0s;}*/
a{text-decoration:none; transition:all 0.25s ease-in 0s;}
:hover{transition:all 0.25s ease-in 0s;}
ins, mark {color: #000}
a:focus {outline:none; text-decoration:none; }
a:active, a:hover {outline: 0; text-decoration:none;}
legend {white-space: normal}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline}
td, textarea {vertical-align: top}
button, input {  line-height: normal}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button{transition:all 0.25s ease-in 0s;}
button:focus{outline:none;}
p, ol, ul {
  margin-bottom: 1.25rem;
  margin-top: 0;
}
ol, ul {
  padding: 0;
  margin-left: 1.25rem;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}
a.disabled,
button[disabled],
input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input:focus{outline:none;}
a, div, h1, h2, h3, img, li, p, pre, span, ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    resize: vertical
}
select, select:focus{outline:none;}
.wrapper{
  /*padding:0;*/
  margin:0;
  border:0px solid green;
  text-align:center;
}
.container, .container-1400{ 
  width:100%;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  position: relative;
}
.container-small{ 
  width:100%;
  padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width:1200px) {
  .container-1400 {
        max-width: 1440px;
    border:0px solid red;
    padding:0;
    }
    .container {
        max-width: 1280px;
    border:0px solid red;
    }
  .container-small{
    max-width: 999px;
    border:0px solid blue;
  }
}

header{
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 30px 0 0 0;
}
header img{height: 50px; padding: 0 0 0 10px;}

header .menu-block{width: 30px; position: absolute;
    top: 25px;
    right: 15px;}
.menu-block .line{height: 1.5px;
    width: 100%;
    background: #fff;
    margin: 0px 0 8px 0;}
header.change{background: rgb(0, 0, 0, 0.8); padding: 13px 0 7px 0;}
header.change .menu-block {
    width: 30px;
    position: absolute;
    top: 22px;
    right: 50px;
}
header.change img {
    height: 40px;
}

#section-1{
  /*padding: 25px 0 0 0;*/
  /*background: #141416;*/
  position: relative;
  /*display: flex;*/
  overflow: hidden;
}
.owl-carousel {
    position: initial !important;
}
.slider-block{/*width: 95%;*/ }
.dots-block{top: -30px;
    background: #000;
    width: 4.1%;
    position: absolute;
    height:120vh;
    right: 0; z-index: 9;}
.slider-caption{
  position: absolute;
  width: 100%;
  top: 25%;
  left: 10px;
  text-align: left;
}
.slider-caption h1{margin: 0; padding:0 0 90px 0; font: 400 72px/79px 'Playfair Display', serif; color: #f6f6f6;}
.slider-caption a{display: inline-flex;
    align-items: center;
    background: #b79359;
    color: #fff;
    font: 400 12px/14px 'Roboto', sans-serif;
    padding: 13px 27px;
    text-transform: uppercase;
    letter-spacing: 1px;}
.slider-caption a ion-icon{color: #fff; padding: 0 5px 0 0; font-size: 16px;} 
.slider-caption a:hover{background: #ab8548;}

.slider-caption-center {
    text-align: center;
}
.slider-caption-center h1 {
    padding: 0 0 40px 0;
}
.slider-caption-center h3{
    color: #b79359;
    font: normal 400 16px/18px 'Roboto';
    text-transform: uppercase;
}
.slider-caption-center {
    top: 35%;
}
#section-1 .owl-nav{display: none;}
#section-1 .owl-dots{ display: none;
    position: absolute;
    right: 27px;
    top: 35%;
    z-index: 99;
}
#section-1 .owl-dots button{background: #fff;
    height: 1.1px;
    width: 13px;
    margin: 10px 0;
    display: block;}
#section-1 .owl-dots button.active{background:#b79359;}
.shop-block{position: absolute;
    left: 0;
    z-index: 99999999;
    top:40%;}
.shop-block a{display:block;}
.shop-block a img{width: 40px;}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}

.sidenav a {
  padding: 10px 8px 10px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  font: 400 16px/18px 'Roboto', sans-serif;

}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 5px;
  left: -5px;
  font-size: 36px;
  margin-left: 0px;
  padding: 7px 8px 8px 20px;
}


#section-2{padding: 70px 0; background: #fff;}
#section-2 h2{font: 400 58px/64px 'Playfair Display', serif; color: #6f6f6f; margin: 0; padding: 0 0 15px 0;}
#section-2 h3{color: #b79359; font: 400 16px/18px 'Roboto', sans-serif; text-transform: uppercase; margin: 0; padding: 0 0 30px 0;}
#section-2 p{color: #969696; font:400 15px/24px 'Roboto', sans-serif; width: 65%; margin: 0 auto; padding: 0 0 50px 0;}
a.info-btn{display: inline-flex;
    align-items: center;
    background: #b79359;
    color: #fff;
    font: 400 12px/14px 'Roboto', sans-serif;
    padding: 13px 27px;
    text-transform: uppercase;
    letter-spacing: 1px;}
a.info-btn:hover{background: #ab8548;}

#section-5{padding: 70px 0; background: #f2f2f2;}
#section-5 h2{font: 400 58px/64px 'Playfair Display', serif; color: #6f6f6f; margin: 0; padding: 0 0 15px 0;}
#section-5 h3{color: #b79359; font: 400 16px/18px 'Roboto', sans-serif; text-transform: uppercase; margin: 0; padding: 0 0 30px 0;}
#section-5 p{color: #969696; font:400 15px/24px 'Roboto', sans-serif; width: 65%; margin: 0 auto; padding: 0 0 50px 0;}
.services-list{text-align: left; padding: 5px 0 10px 0;}
.services-list ul{padding: 0; margin: 0;}
.services-list ul li{color: #646464; font:400 15px/24px 'Roboto', sans-serif; padding: 0 10px 10px 45px; /*width: 33.33%;*/ float: left;
list-style: none; position: relative;}
.services-list ul li::before {
    content: "";
    background-image: url(../images/bullet-point.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    top: 3.5px;
    left: 13px;
    margin-right: 0;
}
.services-list ul li:nth-child(3n+1){clear: left;}


#section-3{padding: 80px 0; background:url("../images/back-img-1.jpg"); background-size: cover; background-repeat: no-repeat;}
#section-3 h2{font: 400 58px/64px 'Playfair Display', serif; color: #fff; margin: 0; padding: 0 0 15px 0;}
#section-3 h3{color: #b79359; font: 400 16px/18px 'Roboto', sans-serif; text-transform: uppercase; margin: 0; padding: 0 0 30px 0;}
.video-block{width: 90%; padding: 20px 0 60px 0; margin: 0 auto;}
.video-block .video-box{width: calc(33.33% - 25px); float: left; position: relative;}
.video-block .video-box:nth-child(3n+1){margin-right: 25px;}
.video-block .video-box:nth-child(3n+2){margin-right: 12.5px; margin-left: 12.5px;}
.video-block .video-box:nth-child(3n+3){margin-left: 25px;}
.video-block .video-box img{width: 100%;}
.video-block .video-box img.icon{width: 80px;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#section-4{padding: 90px 0; background:url("../images/back-img-2.jpg"); background-size: cover; background-repeat: no-repeat; text-align: left;}
#section-4 h2{font: 400 44px/50px 'Playfair Display', serif; color: #6f6f6f; margin: 0; padding: 15px 0 25px 0;}
#section-4 h2 span{color: #b79359; display: block;}
#section-4 .left-block{width: 55%; float: left;}
#section-4 .right-block{width: 45%; float: left;}
.price-block{display: inline-block; color: #6f6f6f; background: transparent; border: 1px solid #b79359; padding:3px 14px 9px 14px;
font: 400 32px/38px 'Playfair Display', serif; /*margin:45px 0 10px 0;*/ margin:20px 0 20px 0;}
#section-4 .left-block p{color: #6f6f6f; font: 400 15px/24px 'Roboto', sans-serif; margin: 0px 50px 0 0;}
.form-block{width: 90%; margin: o auto;}
form{padding: 40px 45px; background: #585858; margin:0 25px;}
form h3{font: 400 24px/26px 'Playfair Display', serif;
    color: #fff;
    margin: -5px 0 0 0;
    padding: 0px 0 15px 0;
}
form .in-bx{width: 100%; background: #fff; padding: 15px 20px; border: 0; margin: 14px 0; color: #6f6f6f; font: 400 14px/18px 'Roboto', sans-serif;}

.tc-block{display: flex; align-items: center; padding: 10px 0 20px 0;}
.tc-block label{display: inline-block; padding: 0 0 0 10px; font: 400 13px/18px 'Roboto', sans-serif; color: #fff;}
.sub-btn{
  display: inline-flex;
  align-items: center;
  background: #b79359;
  color: #fff;
  font: 400 12px/14px 'Roboto', sans-serif;
  padding: 13px 27px;
  text-transform: uppercase;
  letter-spacing: 1px; border: 0;
}
.sub-btn:hover{background: #ab8548;}

footer{background: #1d1d1d; padding: 35px 0 30px 0; text-align: center;}
footer p{margin: 0; font: 400 13px/18px 'Roboto', sans-serif; color: #cfcfcf;}
.mob-banner{display: none !important;}

footer a{display: inline-block;
    font: 400 13px/18px 'Roboto', sans-serif;
    color: #cfcfcf;
    padding: 12px 7px 0 7px;}
footer span{color:#707070 !important;}
footer a:hover{color: #b79359;}

.pay-block{display: flex;
    align-items: center;}
.pay-block img{height: 45px;
    margin: 0 0 0 0px;}
    
    
#contact-block{padding: 70px 0; background: #fff;}
#contact-block h2{font: 400 58px/64px 'Playfair Display', serif; color: #6f6f6f; margin: 0; padding: 0 0 15px 0;}
#contact-block h3{color: #b79359; font: 400 16px/18px 'Roboto', sans-serif; text-transform: uppercase; margin: 0; padding: 0 0 30px 0;}
#contact-block p{color: #646464; font:400 15px/24px 'Roboto', sans-serif; width: 100%; margin: 0 auto; padding: 0 0 50px 0;}

.contact-list{width: 70%; margin: 15px auto 10px auto;}
.contact-list .contact-bx{width:calc(33.33% - 10px); float:left; display: flex; align-items: center;}
.contact-list .contact-bx:nth-child(2n+1){padding:0 10px 0 0;}
.contact-list .contact-bx:nth-child(2n+2){padding:0 5px 0 5px;}
.contact-list .contact-bx:nth-child(2n+3){padding:0 0 0 10px;}
.contact-list .contact-bx img{width:45px;}
.contact-list .contact-bx p{color: #6f6f6f; font: 400 15px/24px 'Roboto', sans-serif; margin: 0px 0px 0 11px !important; padding:0 0 0 0 !important; text-align:left;}
.contact-list .contact-bx p a{color: #6f6f6f; font: 400 15px/24px 'Roboto', sans-serif; margin: 0px 0px 0 0 !important; padding:0 0 0 0 !important; display: block;}

.inside-page header{position: relative; background: #141416;}
.inside-page header h1{margin: 0;
    padding: 30px 0 30px 0; text-align: center;
    font: 400 50px/54px 'Playfair Display', serif;
    color: #f6f6f6;}
#section-other{padding: 30px 0 60px 0; background: #fff; text-align:left;}
.inside-page #section-other h2{font: 400 22px/26px 'Playfair Display', serif;
    color:#3e3d3d;
    margin: 0;
    padding:30px  0 15px 0;}
.inside-page #section-other h3{font: 400 18px/22px 'Playfair Display', serif;
    color:#b79359;
    margin: 0;
    padding:5px  0 10px 0;}
.inside-page #section-other p{color: #6f6f6f;
    font: 400 15px/24px 'Roboto', sans-serif;
    padding: 0 0 15px 0; margin:0;}
.inside-page ul{}
.inside-page ul li{color: #6f6f6f;  list-style: disc;
    font: 400 15px/24px 'Roboto', sans-serif;
    padding: 0 0 10px 0; margin:0;}
    


#fechrProprty-block{padding: 70px 0; background: #fff;}
#fechrProprty-block h2 {
    font: 400 58px/64px 'Playfair Display', serif;
    color: #6f6f6f;
    margin: 0;
    padding: 0 0 15px 0;
} 
#fechrProprty-block h3 {
    color: #b79359;
    font: 400 16px/18px 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px 0;
}
 #fechrProprty-block .property-block  {
         padding: 20px 0 50px;
 }
 a.info-trans{
     background: #fff;
    color: #b79359;
    border: .5px solid #b79359;
 }
 a.info-trans:hover {
       color: #fff;
 }
.property-inner-block {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;

}
.property-inner-block .property-box {
    width: 24%;
}
.property-inner-block .property-box > .card {
    background: #F6F6F6;
    position: relative;
}
.property-inner-block .property-box > .card .prpty-img-box  img {
    width: 100%;
}
.poab-proprtyImg-label-block {
    position: absolute;
    top: 10px;
    left: 10px;
}
.poab-proprtyImg-label-block .proprtyImg-label-box {
    background: #FFFFFF;
    padding: 5PX 11PX;
    font: normal 400 10px/14px 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #141416;
}
.property-inner-block .property-box > .card .prpty-detail-box {
     padding: 15px;
    text-align: left;
}
.property-inner-block .property-box > .card .prpty-detail-box h4 {
    font: normal 400 22px/26px 'Playfair Display';
    color: #141416;
    text-align: left;

}
.property-inner-block .property-box > .card .prpty-detail-box .prpty-price {
    font: normal 600 22px/26px 'Roboto';
    color: #B79359;
    margin-bottom: 20px;
}
.property-inner-block .property-box > .card .prpty-detail-box .prpty-basic-detail {
    display: flex;
    padding: 15px 0;
}
.property-inner-block .property-box > .card .prpty-detail-box .prpty-basic-detail  p {
    margin:0;
    width:50%;
    font: normal 400 15px/24px 'Roboto';
    color: #585858;
}
.property-inner-block .property-box > .card .prpty-detail-box .prpty-basic-detail p.prpty-loc:before {
    content: url(../images/loc.png);
    position: relative;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.property-inner-block .property-box > .card .prpty-detail-box .prpty-basic-detail p.prpty-beds {
    text-align: center;
}
.property-inner-block .property-box > .card .prpty-detail-box .prpty-basic-detail p.prpty-beds:before {
    content: url(../images/bed.png);
    position: relative;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

a.enqryNow-btn{
    display: inline-flex;
    align-items: center;
    background: #b79359;
    color: #fff;
    font: 400 12px/14px 'Roboto', sans-serif;
    padding: 13px 27px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#proprtyd-display-block {padding: 70px 0 0; background: #fff;}

.proprtyd-disp-outer-block .prptyDisp-inner-box .prptyDisp-left-bx {
    width:820px;
}

.proprtyd-disp-outer-block .prptyDisp-inner-box .prptyDisp-enquiry-bx.prptyDisp-right-bx {
    position: absolute;
    top: 70px;
    right: 0;
    width: 405px;
}

.proprtyd-disp-outer-block h2 {
    font: normal 400 36px/40px 'Playfair Display';
    color: #141416;
    text-align: left;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.prptyDisp-inner-box .prptyDisp-left-bx .prptyDisp-main-img{
    margin-bottom: 15px;
}
.prptyDisp-inner-box .prptyDisp-left-bx .prptyDisp-subimg-box {
     display: flex;
    gap: 20px;
}
.prptyDisp-right-bx .prptyDisp-enqry-frm-bx {
    background:#F6F6F6;
}
.prptyDisp-right-bx .prptyDisp-enqry-frm-bx .prpty-enqryfrm {
    padding: 30px;
    background:unset;
    margin: 0;
}
.prptyDisp-enqry-frm-bx .prpty-enqryfrm .prpty-price {
    font:normal 600 30px/52px 'Roboto';
    color: #B79359;
    text-align: left;
}
.prptyEnqy-btn-block {
    text-align: left;
    margin-top: 20px;
}
.prptyEnqy-btn-block #prptyEnqyBtn {
    padding: 15px;
    /* width: 45%; */
    text-align: center;
    border-radius: 5px;
    border: none;
    font: normal 500 16px/23px 'Jost';
    text-transform: uppercase;
    color: #fff;
    background: #b79359;
    text-decoration: none;
}
.prptyDisp-basicDetails-list {
    display: flex;
    gap: 5px;
    width: 100%;
    margin-top: 15px;
}
.prptyDisp-basicDetails-list .prptyDisp-basicDetails-box {
    width: 100%;
    border: 0.5px solid #141416;
    padding: 5px;
    padding:20px 10px;
  
}
.prptyDisp-basicDetails-box .perks-txt {
    font:normal 400 13px/18px 'Roboto';
    text-align: center;
    color: #B79359;
}
.prptyDisp-basicDetails-box .perks-heading {
    font:normal 400 15px/24px 'Roboto';
    text-align: center;
    color: #141416;
    margin:20px 0 0;
}
#proprtyDescription-block {padding: 70px 0 0; background: #fff;}
.proprtyDesc-outer-box h4 {
    font: normal 400 32px/38px 'Playfair Display';
    color: #141416;
    text-align: left;
    padding: 0 0 20px 0;
}
.proprtyDesc-outer-box p {
     font: normal 400 15px/24px 'Roboto';
    color: #585858;
    text-align: left;
}
.proprtyDesc-video-box {
    padding: 10px 0 50px 0;
    border-bottom: 1px solid #585858;
}
.oflpfont {
    font: 400 46px/60px 'Playfair Display', serif !important;
}
.invalid-feedback {
   font-size: 12px;
    position: relative;
    /* width: 10% !important; */
    display: block;
    text-align: left;
    top: -2px;
}



@media screen and (max-width: 1200px){
  header{
    padding: 20px 0 0 0;
  }
  .shop-block a img {
      width: 30px;
  }
  .dots-block {
    top: -30px;
    background: #000;
    width: 5.9%;
  }
  .slider-caption{left: 35px;}
  .slider-caption h1 {
    margin: 0;
    padding: 0 0 55px 0;
    font: 400 60px/66px 'Playfair Display', serif;
  }
  #section-2 h2 {
    font: 400 48px/54px 'Playfair Display', serif;}
  #section-2 p{width: 65%;}
  #section-3 h2 {
    font: 400 48px/54px 'Playfair Display', serif;}
  #section-3 h3 {
      color: #b79359;
      font: 400 15px/17px 'Roboto', sans-serif;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 20px 0;
  }
  .video-block {
    width: 95%;}
  #section-4 h2 {
    font:400 38px/44px 'Playfair Display', serif;}
  form {
        padding: 40px 45px;
        background: #585858;
        margin: 0 5px;
    }
    .contact-list {
        width: 85%;
        margin: 15px auto 10px auto;
        position: relative;
        right: -40px;
    }

}

@media screen and (max-width: 991px){
  .dots-block {
      top: -30px;
      background: #000;
      width: 7.9%;
  }
  header img {
      height: 42px;
      padding: 0 0 0 10px;
  }
  header img {
      height: 42px;
      padding:0px 0 0 30px;
  }
  .slider-caption h1{font: 400 44px/52px 'Playfair Display', serif; padding: 0 0 45PX 0;}
  #section-2 h2 {
      font: 400 36px/42px 'Playfair Display', serif;
  }
  #section-2 h3 {
      color: #b79359;
      font: 400 14px/20px 'Roboto', sans-serif;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 20px 0;
  }
  #section-2 p {
      width: 85%;
      padding: 0 0 35px 0;
  }
  #section-3 h2 {
      font: 400 36px/42px 'Playfair Display', serif;
  }
  #section-3 h3 {
      color: #b79359;
      font: 400 13px/20px 'Roboto', sans-serif;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 15px 0;
  }
  .video-block {
      width:100%;
      padding: 10px 0 40px 0;
  }
  #section-4 h2 {
      font: 400 36px/43px 'Playfair Display', serif;
      padding: 10px 0 25px 0;
  }
  .price-block {
      padding: 3px 14px 9px 14px;
      font: 400 26px/32px 'Playfair Display', serif;
      margin:35px 0 10px 0;
  }
  .form-block {
    width: 100%;}
  form {
      padding: 15px 25px;
      background: #585858;
      margin:0 15px 0 0;
  }
  form .in-bx {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    border: 0;
    margin: 8px 0;
    color: #6f6f6f;
    font: 400 13px/16px 'Roboto', sans-serif;
  }
  .tc-block {
      padding: 7px 0 17px 0;
  }
  #section-4 .left-block {
    padding: 0 0 0 15px;}
  footer{padding: 20px 0;}

  .services-list ul li {
      font: 400 15px/24px 'Roboto', sans-serif;
      padding: 0 10px 20px 10px;
      width: 50%;
      float: left;
  }
  .services-list ul li:nth-child(3n+1) {
      clear: none;
  }
  .services-list ul li:nth-child(2n+1) {
      clear: left;
  }
  .contact-list {
        width: 100%;
        margin: 5px auto 10px auto;
        position: relative;
        right: -30px;
    }
    #fechrProprty-block h3 {
        font: 400 14px/20px 'Roboto', sans-serif;
        padding: 0 0 20px 0;
    }

}

@media screen and (max-width: 600px){
  .desktop-banner{display: none !important;}
  .mob-banner{display: block !important;}
  .dots-block {
    DISPLAY: none;}
  .shop-block a img {
      width: 25px;
  }
  header img {
      height: 30px;
      padding: 0 0 0 0px;
  }
  header {
      padding: 12px 0 0 0;
  }
  header .menu-block {
      width: 30px;
      position: absolute;
      top: 13px;
      right: 13px;
  }
  #section-1 .owl-dots {
    display: none;}
  .slider-caption h1 {
     font: 400 28px/32px 'Playfair Display', serif;
    padding: 0 0 25PX 0;
    position: relative;
    left: 0;
  }
  .slider-caption a {
    font: 400 12px/14px 'Roboto', sans-serif;
    padding:11px 20px;
    position: relative;
    left: 0px;
  }
  .slider-caption {
    position: absolute;
    width: 100%;
    top: unset;
    bottom: 25px;
    text-align: center;
    left: 0;
  }
  #section-2 {
      padding: 40px 0;
      background: #fff;
  }
  #section-2 h2 {
      font: 400 30px/38px 'Playfair Display', serif;
  }
  #section-2 p {
      width: 100%;
      padding: 0 0 27px 0;
  }
  #section-3 {
    padding: 50px 0;
  }
  .video-block {
      width: 100%;
      padding: 10px 0 15px 0;
  }
  .video-block .video-box {
      width: 100%;
      float: none;
      margin: 0 0 20px 0;
  }
  .video-block .video-box:nth-child(3n+1) {
      margin-right: 0px;
  }
  .video-block .video-box:nth-child(3n+2) {
      margin-right: 0px;
      margin-left: 0px;
  }
  .video-block .video-box:nth-child(3n+3) {
      margin-left: 0px;
  }
  #section-4 {
    padding: 55px 0;
  }
  #section-3 h2 {
      font: 400 32px/38px 'Playfair Display', serif;
  }
  #section-4 h2 {
      font: 400 32px/38px 'Playfair Display', serif;
      padding: 0px 0 25px 0;
  }
  #section-4 .left-block {
      padding: 0 0 40px 0px;
      width: 100%;
      float: none;
  }
  #section-4 .right-block {
      width: 100%;
      float: none;
  }
  footer {
      padding: 12px 0;
  }
  footer p {
    margin: 0;
    font: 400 11px/16px 'Roboto', sans-serif;}

  form {
      padding: 23px 35px;
      background: #585858;
      margin: 0 0px 0 0;
  }
  header.change {
      padding: 10px 0 7px 0;
  }
  header.change img {
      height: 30px;
  }
  header.change .menu-block {
      width: 30px;
      position: absolute;
      top: 14px;
      right: 16px;
  }
  #section-4 .left-block p {
      color: #6f6f6f;
      font: 400 14px/22px 'Roboto', sans-serif;
      margin: 0px 0px 0 0;
  }
  .services-list ul li {
      font: 400 14px/22px 'Roboto', sans-serif;
      padding:0 0px 20px 30px;
      width: 100%;
      float: none;
  }
  #section-5 h2 {
    font: 400 36px/42px 'Playfair Display', serif;}
  #section-5 h3 {
      font: 400 14px/20px 'Roboto', sans-serif;
      text-transform: uppercase;
      margin: 0;
      padding: 0 0 20px 0;
  }
  footer a {
      display: inline-block;
      font: 400 10px/16px 'Roboto', sans-serif;
      color: #cfcfcf;
      padding: 11px 7px 0 7px;
  }

  .services-list ul li::before {
      width: 1.3em;
      height: 1.3em;
      position: absolute;
      top: 4px;
      left: 0px;
      margin-right: 0;
  }
  .pay-block img {
      height: 32px;
      margin: 0 0 0 0px;
  }
  .contact-list .contact-bx{width:calc(100% - 0px); float:left; display: flex; align-items: center;}
    .contact-list .contact-bx:nth-child(2n+1){padding:0 0px 10px 0;}
    .contact-list .contact-bx:nth-child(2n+2){padding:0 0px 10px 0px;}
    .contact-list .contact-bx:nth-child(2n+3){padding:0 0 10px 0px;}
    .contact-list {
        width: 100%;
        margin: 0px auto 10px auto;
        position: relative;
        right: -10px;
    }
    .contact-list .contact-bx img {
        width: 30px;
    }
    #contact-block p {
    font: 400 14px/18px 'Roboto', sans-serif;}
    #contact-block h2 {
    font: 400 36px/42px 'Playfair Display', serif;}
     #contact-block h3 {
          font: 400 14px/20px 'Roboto', sans-serif;
          text-transform: uppercase;
          margin: 0;
          padding: 0 0 20px 0;
      }
    #contact-block {
    padding: 55px 0;}
    #section-5 {
    padding: 50px 0;}
    #contact-block p br{display:none;}
    .contact-list .contact-bx p a{display:inline-block;}
    .inside-page header h1 {
        margin: 0;
        padding: 20px 0 20px 0;
        text-align: center;
        font: 400 34px/38px 'Playfair Display', serif;
        color: #f6f6f6;
    }
    #section-other {padding: 17px 0 35px 0;}
    .slider-caption-center {
    top: 40%;
    }
    #fechrProprty-block {
        padding: 40px 0;
    }
    #fechrProprty-block h2 {
        font: 400 30px/38px 'Playfair Display', serif;
    }
    .slider-caption-center h3 {
        font: 400 14px/20px 'Roboto', sans-serif;
        padding: 0 0 20px 0;
    }
    #fechrProprty-block .property-block {
        overflow: scroll;
    }
    .property-inner-block {
        flex-wrap: nowrap;
    }
    #proprtyd-display-block {
        padding: 30px 0 0;
    }
    .proprtyd-disp-outer-block h2 {
        font: normal 400 28px/26px 'Playfair Display';
        margin-bottom: 20px;
    }
    .proprtyd-disp-outer-block .prptyDisp-inner-box {
        display: grid;
        gap: 20px;
        justify-content: unset;
    }
    .prptyDisp-inner-box .prptyDisp-left-bx .prptyDisp-subimg-box {
        display: grid;
    }
    .prptyDisp-sm-one.prptyDisp-gllry-one {
        width: 100%;
    }
    .prptyDisp-sm-one.prptyDisp-gllry-one img {
        width: 100%;
    }
    .prptyDisp-basicDetails-list {
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prptyDisp-basicDetails-list .prptyDisp-basicDetails-box {
        width: 49%;
    }
    #fechrProprty-block h2 {
        font: 400 26px/38px 'Playfair Display', serif !important;
    }
    /*.prptyDisp-inner-box .prptyDisp-left-bx .prptyDisp-main-img {*/
    /*    display: none;*/
    /*}*/
    .prptyEnqy-btn-block #prptyEnqyBtn {
        font: normal 500 14px/23px 'Jost';
    }
    .prptyEnqy-btn-block {
        margin-top: 20px;
    }
    .prptyDisp-enqry-frm-bx .prpty-enqryfrm .prpty-price {
         font: normal 600 28px/50px 'Roboto';
    }
    .proprtyd-disp-outer-block .prptyDisp-inner-box .prptyDisp-left-bx {
        width:100%;
    }
    .proprtyd-disp-outer-block .prptyDisp-inner-box .prptyDisp-enquiry-bx.prptyDisp-right-bx {
        position: unset;
        width: 100%;
    }
    .prptyDisp-main-caru-inner-block .item-img-box {
        margin: 10px 0;
    }
    #prpty-slider {
        display: block;
    }
    #prpty-slider .item-img-box > img {
        width: 100%;
    }
    .property-inner-block .property-box {
        width: 100%;
    }
    .property-inner-block .property-box > .card .prpty-img-box  img {
        width: unset;
    }
    
}



.pb-20{
    padding-bottom:20px !important;
}

.pb-30{
    padding-bottom:30px !important;
}

.text1{
    color: #b79359;
    font: 700 16px / 16px 'Roboto', sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px 0;
}

.text2{
    color: #6f6f6f;
    font: 600 16px / 18px 'Roboto', sans-serif;
    padding-bottom:20px !important;
}



.column {
  float: left;
  width: 50%;
  padding: 10px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}


@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  
  .mwm1{
    max-width:100% !important;   
 }
}

.fx1{
    display: flex;
    justify-content: center;
}

.mwm1{
    max-width:80%;   
}