body{background-color: #fff; color: #555555; font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 400; margin: 0px; padding: 0px;}
html{scroll-behavior:smooth;}


a{color: #006598; text-decoration: none;}
a:focus{outline: none;}
input:focus{outline: none !important; box-shadow: none !important;}

.bg-line1, .bg-line2, .bg-line3{
    background-color: #eee;
    display: block;
    height: 100%;
    width: 1px;
    position: fixed;
    top: 0;
    z-index: -1;
     display: none;
}
.bg-line1{
    left: 25%;
}
.bg-line2{
    left: 50%;
}
.bg-line3{
    left: 75%;
}
header{
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 10px 0px;
}
header.header-scroll{
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    transition: all ease-in-out 0.5s;
}
.call a{
        background: #d65188;
    padding: 10px;
    color: #fff;
    font-size: 17px;
}

.header-block {
display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    align-items: center;
}
.logo-wrapper {
    height: 60px;
    padding: 5px 30px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
}
.logo-wrapper img{
    height: 130%;
}
.header-enquiry a{
background-color: #d65188;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-family: 'Arimo', sans-serif;
    font-weight: 500;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    width: 100%;
    display: inline-table;
    line-height: 46px;
        text-align: center;
        font-size: 14px;
}
.header-enquiry button:hover{
    background-color: #fff;
    color: #473c38;
}
.header-scroll .header-enquiry button:hover{
    background-color: #665a56;
    color: #fff;
    opacity: 0.9;
}
.main-banner {
    display: block;
    position: relative;
 
    margin: 70px 0 0px 0;
}
.main-banner-img {
    display: block;
    width: 100%;
    height: 100%;
}
.main-banner-img:after{

    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-banner-img img{
     object-fit: cover;
    height: auto;
    width: 100%;
}
.main-banner-img .mob-banner{
    display: none;
}
.main-banner-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.main-banner-caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0%;
}
.main-banner-caption h3{
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
}
.main-banner-caption h2{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
}


.main-banner-caption button{
      background-color: #473c38bd;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition-duration: 0.3s;
    width: 30%;
    font-weight: 700;
    font-size: 17px;
}
.main-banner-caption button:hover{
    background-color: #fff;
    color: #473c38;
}
.main-banner-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.main-banner-scroll a{
    align-items: center;
    color: #fff;
    display: flex;
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    transform: rotate(-90deg);
    text-transform: uppercase;
}
.main-banner-scroll a span{
    background-color: #fff;
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin-right: 10px;
}
.main-banner-action {

    padding-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: absolute;
    bottom: 103px;
    display: none;

}
.main-banner-action a{
    align-items: center;
    display: flex;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    letter-spacing: 1px;
    padding: 0px 25px;
    position: relative;
    transition-duration: 0.3s;
}
.main-banner-action a::after{
    background-color: #fff;
    border-radius: 25px;
    display: block;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    width: 50px;
    transition-duration: 0.3s;
    z-index: 0;
}
.main-banner-action a:hover::after{
    width: 100%;
}
.discover-section{
    padding: 80px 0px;
        background: #fff;
}
.heading-block{
    display: block;
    margin-bottom: 0px;
    position: relative;
    padding: 20px;
    box-shadow: 0px 0px 10px #1414141f;
    background: #fff;
    height: 520px;
    overflow-y: scroll;
}
.heading-block ul {
    margin: 0 0 0 10px;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.heading-block span{
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.heading-block h2{
    font-family: 'Arimo', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #483d39;
    text-transform: uppercase;
}
.heading-block h3{
    font-family: 'Arimo', sans-serif;
    font-size: 37px;
    font-weight: 700;
    margin-top: 10px;
    color: #483d39;
}
.heading-block.heading-light span, .heading-block.heading-light h3{
    color: #fff;
}
.discover-item {
    display: block;
    position: relative;
    overflow: hidden;
}
.discover-img {
    display: block;
    width: 100%;
}
.discover-img img{
    width: 100%;
}
.discover-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    display: block;
    width: 100%;
    padding: 15px;
    box-shadow: 0px 0px 20px 5px #000;
}
.discover-title h4{
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:0px;
}
.discover-slider .owl-prev, .discover-slider .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #999;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d11f2f !important;
}
.discover-slider .owl-prev{
    left: -30px;
}
.discover-slider .owl-next{
    right: -30px;
}
.feature-section {
    padding: 80px 0px;
    position: relative;
    display: block;
}
.feature-bg{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.feature-bg img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.feature-bg::after{
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top:0;
    width: 100%;
}
.feature-list{
    color: #fff;
    position: relative;
    z-index: 9;
}
.feature-item {
    display: block;
    padding: 20px;
    text-align: center;
}
.feature-img{
    display: block;
}
.feature-img img{
    max-width: 60px;
    width: 100%;
}
.feature-item h6{
    font-weight: 400;
    margin-top: 20px;
    text-transform: uppercase;
}
.facility-section {
    padding: 80px 0px;

}
.facility-item {
    position: relative;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.facility-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
}
.facillity-img {
    position: absolute;
    top: -18%;
    height: auto;
    left: 56%;
    width: 41%;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px) rotate(0deg) skewY(-10deg);
    transform-origin: top center;
    transition: all .45s;
}
.facillity-img img{
    width: 100%;
}
.facility-item:hover .facillity-img{
    opacity: 1;
    transform: translateY(0) skewY(0) scaleZ(1) rotate(-15deg);
    visibility: visible;
}
.facility-count {
    font-size: 144px;
    line-height: 1;
    font-weight: bold;
    color: transparent;
    margin-right: 80px;
    position: relative;
    top: -2px;
    transition: all .45s;
    -webkit-text-stroke-color: #473c38;
    -webkit-text-stroke-width: 1px;
    min-width: 190px;
}
.facility-detail h4{
    font-size: 42px;
    color: #000;
    font-weight: 700;
}
.facility-detail ul{
    margin: 0px;
    padding: 0px;
}
.facility-detail ul li{
    list-style: none;
    font-weight: 500;
}
.map-img img{
    width: 100%;
}
.map-img .mob-map{display: none;}
.testimonial-section {
    display: block;
    padding: 80px 0px;

}
.testimonial-item {
    display: flex;
}
.testimonial-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 170px;
}
.testimonial-img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.testimonial-user h6{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.testimonial-content {
    width: calc(100% - 170px);
    margin-left: 100px;
    padding-left: 100px;
    border-left: 1px solid #999;
    position: relative;
}
.testimonial-content::before{
    background: transparent;
    content: "";
    display: block;
    position: absolute;
    left: 15%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
    top: 24%;
    left: -30px;
    border-color: transparent rgba( 0,0,0,0.3 ) rgba( 0,0,0,0.3 ) transparent;
}
.testimonial-content::after{
    display: block;
    content: "";
    position: absolute;
    left: 15%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(15px - 1px);
    border-color: transparent #fff #fff transparent;
    top: calc(24% + 1px);
    left: calc(-30px + 2px);
}
.testimonial-content p{
    color: #000;
    font-size: 28px;
}
.testimonial-slider .owl-prev, .testimonial-slider .owl-next{
    position: absolute;
    background-color: #473c38 !important;
    color: #fff !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-slider .owl-prev{
    left: 350px;
}
.testimonial-slider .owl-next{
    left: 420px;
}
footer{
    padding: 80px 0px;
    background: #f7f7f7;
   
}
.footer-form {
    background-color: #fff;
    color: #000;
    padding: 46px;
    box-shadow: 0px 0px 10px #d2232a22;
    /* height: 568px; */
    width: 100%;
}
.footer-form-heading{
    margin-bottom: 30px;
}
.footer-form-heading h3{
    font-size: 30px;
    font-family: 'Arimo', sans-serif;
    font-weight: 700;
}
.footer-form input, .footer-form textarea{
    background-color: transparent;
    border-color: #ccc;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    width: 100%;
    padding: 16px 0px;
    color: #333;
    border-radius: 0px;
}
.footer-form input::placeholder, .footer-form textarea::placeholder {
    color: #333;
}
.footer-form button{
    background-color: transparent;
    color: #d65188;
    border: none;
    height: 50px;
    padding: 0px 25px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    transition-duration: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}
.footer-form button:after{
    background-color: #d65188;
    border-radius: 25px;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition-duration: 0.3s;
    width: 50px;
}
.footer-form button:hover:after{
    width: 100%;
}
.footer-contact{
    padding-top: 0px;
}
.footer-contact p{
    font-size: 17px;
    line-height: 25px;
}
.footer-contact ul li{
    font-size: 17px;
    line-height: 25px;
    list-style-type: disclosure-closed;
}


.footer-contact-item p, .footer-contact-item a{
    color: #000;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-contact-item a{
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0 0 0;
    color: #473c38;
}
.popup-form {
    display: block;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 50px;
    z-index: 99999;
}
.popup-close {
    color: #555;
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}
.popup-form-block {
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-width: 400px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.submit-btn{
    background-color: #473c38;
    color: #fff;
    text-transform: uppercase;
}
.submit-btn:hover{
    color: #fff;
}
.main-banner-caption{
    background: #d65188ed;
    padding: 30px;
    width: 52%;
    margin: 0 auto;
}
.dose{
    border: 1px solid #ffffff87;
    padding: 40px 0px 20px;
    width: 100%;
}
.dose img{
    width: 80%;
    background: #fff;
    padding: 10px 26px;
    border-radius: 19px 0;
    margin: 30px 0 0 0;
}
.dose p{
    color: #fff;
    font-size: 41px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 30px;

}
.dose h6 {
    font-size: 40px;
    color: #fff;
    font-weight: 300;
    border-top: 1px solid #ffffff87;
    border-bottom: 1px solid #ffffff87;
    padding: 14px 0;
    line-height: 45px;
    width: 60%;
    margin: 0 auto;
}
.dose spam{
    color: #ffffffb3;
}
.villa{
    display: flex;
    justify-content: space-between;
    background: #eaeaea;
    margin: 50px 0 60px;
    padding: 20px 40px;
    position: relative;
}
.villa::before{
    content: '';
    background: #9d9d9d;
    width: 2px;
    height: 70px;
    position: absolute;
    left: 47%;
    top: 15px;
}

.villa p{
    
    color: #332928;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0px;

}
.header-enquiry{
    display: none;
}
.header-enquiry1{
    display: none;  
}
.indoor .owl-prev, .indoor .owl-next, .outdoor .owl-prev, .outdoor .owl-next {
    position: absolute;
    top: 50%;
    background-color: #fff !important;
    box-shadow: 0px 0px 10px #ccc;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#amenity{
    padding: 40px 0;
    background: #f7f7f7;
}

.indoor .owl-next, .outdoor .owl-next {
    transform: translate(50% , -50%);
    right: 0;
}
.amenity-block {
    position: relative;
    z-index: 1;
}
.amenity-img{

}
.amenity-img img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}


.amenity-title {
    padding: 10px;
    background-color: #000000;
    color: #fff;
    text-align: center;
}
.indoor .owl-prev, .outdoor .owl-prev {
    transform: translate(-50% , -50%);
    left: 0;
}

.home-about-heading h2 span {
    color: #d65188;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
    display: block;
}
.amenity-title p{
    text-transform: uppercase;
    font-size: 13px;

}
.award-box {
    box-shadow: 0px 0px 6px #00000042;
    padding: 17px;
    margin: 10px;
    text-align: center;
    background: #ffff;
    height: 352px;
}
.award-box img{
    margin-bottom: 5px;
    height: 60px;
    object-fit: contain;
}
.award-text h5{
    font-size: 16px;
    color: #000;
    height: 134px;
    line-height: 27px;
    display: inline-block;
}

.award-text h5 span{
        font-weight: 600;
    font-size: 17px;
    color: #d65188;
}
.award-text p{
    color: #d65188;
    font-weight: 700;
    margin-bottom: 0px;
}
.award-text {
    padding: 0 8px;
}
.cus-about{
    background-image: url(https://www.ashianahousing.com/senior-living-conclave/images/banner/scrool.jpg);
    background-size: cover;
    background-position: center;
    padding: 150px 0;
    background-attachment: fixed;
}
.cus-about h2{
    color: #fff;
    font-size: 40px;
}

.cus-about h2 span{
    font-size: 25px;
}
.cus-senior{
    padding: 60px 0;
}
.senior-box {
    display: flex;
    justify-content: space-between;
}

.cus-senior-box {
    width: 20%;
    box-shadow: 0px 0px 6px #00000042;
    padding: 17px;
    margin: 0 10px;
}
.cus-senior-box h2{
    color: #d65188;
    font-weight: 700;
    font-size: 32px;
}
.cus-senior-box p{
    margin-bottom: 0px;
}
.cus-senior-box ul {
    margin: 0 0 0 19px;
}
.cus-senior-box ul li{
    list-style-type: disc;
}
.senior-img{
    height: 80px;
    width: 80px;
    border-radius: 100px;
    box-shadow: 0px 0px 8px #00000042;
    text-align: center;
    line-height: 77px;
}
.senior-img img {
    height: 40px;
    width: 64px;
    object-fit: contain;
}
.enquiry {
    background: #d65188;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    position: fixed;
    z-index: 9;
    right: -40px;
    rotate: -90deg;
    top: 43%;
}
.enquiry a{
    color:#fff;
}
p.area {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 24px 0 0 0;
}
.coming h2{
    color: #d65188;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 40px;
}
div#contact {
    padding: 40px 0;
}
.team-box {
    display: flex;
    margin-top: 30px;
}
.team-img{
    width: 30%;
}
.team-text{
    width: 70%;
    background: #fff;
    padding: 20px;
}
.team-img img{
    height: 300px;
    object-fit: cover;

}
.team-text h3{
    color: #d65188;
    font-size: 25px;
}
p {

    font-size: 17px !important;
}

.cus-tab{

}
.cus-tab .nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    /* background: #000; */
    color: #000;
    font-size: 18px;
    background: #edebeb;
    margin-right: 14px;
    padding: 9px 34px;
}
.cus-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b94470;
    border-color: #dee2e6 #dee2e6 #fff;
}

.cus-tab .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 30px;
    justify-content: center;
}

.gallery-box {
    display: flex;
    flex-wrap: wrap;
}
.wp-gallery-box {

    padding: 8px;
}
.wp-gallery-box img {
    height: 240px;
    object-fit: cover;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
   .enquiry{
       display:none;
   } 
    
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (max-width: 992px) {
    .logo-wrapper{height: 50px;}
    .header-enquiry button{height: 50px;}
    .main-banner, .main-banner-img img{}
    .main-banner-caption h2{font-size: 60px;line-height: 60px;}
    .heading-block{margin-bottom: 30px; }
    .heading-block h3{font-size: 38px;}
    .discover-slider .owl-prev, .discover-slider .owl-next{height: 50px; width: 50px;}
    .discover-title h4{font-size: 20px;}
    .feature-item{padding: 10px;}
    .feature-img img{max-width: 40px;}
    .feature-item h6{font-size: 14px;}
    .testimonial-user{width: 130px;}
    .testimonial-content{width: calc(100% - 130px);margin-left:70px;padding-left: 70px;}
    .testimonial-content p{font-size: 18px;}
    .footer-form{padding: 30px;     margin: 0px 0 0 0;     height: auto;}
}
/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {
    .header-enquiry {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
    }
    .header-enquiry1{
        display: block;
    }

    .award-text h5{

        height: auto;
    }

}
/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {
    header{}
    .logo-wrapper{height: 50px; padding: 5px 0px;}
    .header-enquiry button{height: 50px;}
    .main-banner, .main-banner-img img{}
    .main-banner-img .desk-banner{display: none;}
    .main-banner-img .mob-banner{display: block;}
    .main-banner-caption{align-items: center;}
    .main-banner-caption h2{text-align: center; font-size: 48px; line-height: 48px;}
    .main-banner-caption button{width: 100%;}
    .main-banner-action, .main-banner-scroll{display: none;}
    .heading-block h3{font-size: 36px;}
    .discover-slider .owl-prev, .discover-slider .owl-next{
        font-size: 24px !important; 
        color: #fff !important; 
        text-shadow: 0px 0px 5px #000; 
        background-color: transparent !important; 
        box-shadow: none;
        height: 50px;
        width:50px;
    }
    .discover-slider .owl-prev{left:0;}
    .discover-slider .owl-next{right:0;}
    .facility-item{padding: 30px 0px;}
    .facility-content{align-items: flex-start;}
    .facility-detail h4{font-size: 30px;}
    .facility-count{font-size:34px; margin-right:40px; min-width: 40px;margin-top: 5px;}
    .testimonial-item{flex-direction: column;}
    .testimonial-user{width: 100%;}
    .testimonial-img{max-width: 150px;}
    .testimonial-content{width: 100%;margin-left: 0px;padding-left: 0px;margin-top: 30px; border: none;}
    .testimonial-content p{font-size: 18px; text-align: center;}
    .testimonial-content::before, .testimonial-content::after{display: none;}
    .testimonial-slider .owl-prev, .testimonial-slider .owl-next{position: relative;left: auto;bottom: auto; margin: 0px 10px;}
    .testimonial-slider .owl-nav{display: flex; justify-content: center;}
    footer{padding-top: 0px;}
    .feature-item h6{font-size: 14px;}
    .feature-img img{max-width: 40px;}
    .feature-item{padding: 10px;}
    .map-img .desk-map{display: none;}
    .map-img .mob-map{display: block;}
    .wp-gallery-box {
        width: 100%;
        padding: 8px;
    }
}
/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {}
/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {
    header{}
    .heading-block{
            height: auto;
    }
    .header-enquiry {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 99;
}
.header-block {
    display: flex;
    padding: 0px 0px;
    justify-content: center;
}
.logo-wrapper img {
    height: 136%;
}
    .logo-wrapper{height: 50px; padding: 5px 0px;}
    .facillity-img{
           display: none; 
    }
    
    
    .header-enquiry button{height: 50px;}
    .main-banner, .main-banner-img img{}
    .main-banner-img .desk-banner{display: none;}
    .main-banner-img .mob-banner{display: block;}
    .main-banner-caption{align-items: center;}
    .main-banner-caption h2{text-align: center; font-size: 48px; line-height: 48px;}
    .main-banner-caption button{width: 100%;}
    .main-banner-action, .main-banner-scroll{display: none;}
    .heading-block h3{font-size: 30px;}
    .discover-slider .owl-prev, .discover-slider .owl-next{
        font-size: 24px !important; 
        color: #fff !important; 
        text-shadow: 0px 0px 5px #000; 
        background-color: transparent !important; 
        box-shadow: none;
        height: 50px;
        width:50px;
    }
    .discover-slider .owl-prev{left:0;}
    .discover-slider .owl-next{right:0;}
    .facility-item{padding: 30px 0px;}
    .facility-content{align-items: flex-start;}
    .facility-detail h4{font-size: 30px;}
    .facility-count{font-size:34px; margin-right:40px; min-width: 40px;margin-top: 5px;}
    .testimonial-item{flex-direction: column;}
    .testimonial-user{width: 100%;}
    .testimonial-img{max-width: 150px;}
    .testimonial-content{width: 100%;margin-left: 0px;padding-left: 0px;margin-top: 30px; border: none;}
    .testimonial-content p{font-size: 18px; text-align: center;}
    .testimonial-content::before, .testimonial-content::after{display: none;}
    .testimonial-slider .owl-prev, .testimonial-slider .owl-next{position: relative;left: auto;bottom: auto; margin: 0px 10px;}
    .testimonial-slider .owl-nav{display: flex; justify-content: center;}
    footer{padding-top: 30px;}
    .feature-item h6{font-size: 14px;}
    .feature-img img{max-width: 40px;}
    .feature-item{padding: 10px;}
    .map-img .desk-map{display: none;}
    .map-img .mob-map{display: block;}
    .main-banner-caption {
        padding: 10px;
        width: 100%;
        margin: 0 auto;
    }
    .dose {
        border: 1px solid #ffffff87;
        padding: 21px 0px;
    }
    .dose p {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .dose h6 {
        font-size: 32px;
        color: #fff;
        font-weight: 300;
        border-top: 1px solid #ffffff87;
        border-bottom: 1px solid #ffffff87;
        padding: 7px 0;
        line-height: 35px;
        width: 83%;
    }
    .dose img {
        width: 64%;
        background: #fff;
        padding: 9px 26px;
        border-radius: 19px 0;
        margin: 12px 0 0 0;
    }
    .villa p {
        color: #332928;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 21px;
        line-height: 25px;
        margin: 10px 0;
    }
    .villa::before {
        content: '';
        background: #9d9d9d;
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0%;
        top: 50%;
    }
    .villa {
        display: flex;
        justify-content: center;
        background: #eaeaea;
        margin: 40px 0 40px;
        padding: 20px 10px;
        position: relative;
        flex-direction: column;
    }
    .main-banner-caption h3 {
        font-size: 26px;
    }
    .heading-block h2 {
        font-family: 'Arimo', sans-serif;
        font-size: 29px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #483d39;
        text-transform: uppercase;
        margin-top: 30px;
    }
    .main-banner {
     margin: 90px 0 0px 0;
    }

    .senior-box {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .cus-senior-box {
        width: 100%;
        box-shadow: 0px 0px 6px #00000042;
        padding: 20px;
        margin: 0 0px 30px;
    }


.indoor .owl-prev, .outdoor .owl-prev {
    transform: translate(10% , -50%);
    left: 0;
}
.indoor .owl-next, .outdoor .owl-next {
    transform: translate(-10% , -50%);
    right: 0;
}
.cus-about h2 {
    color: #fff;
    font-size: 27px;
}
.amenity-block {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}
.home-about-heading h2 span {
    font-size: 29px;
}
.cus-about {
    padding: 60px 0;
    background-attachment: inherit;
}
.cus-about h2 span {
    font-size: 25px;
    display: block;
}
.call {
    display: none;
}
.coming h2 {
    font-size: 23px;
}
.team-box {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}
.team-img {
    width: 100%;
}

.team-img img {
    height: auto;
    object-fit: cover;
    width: 100%;
}
.team-text {
    width: 100%;
    padding: 20px;
}
.wp-gallery-box img {
    width: 100%;
}





}
/* media screen and (max-width: 390px)
---------------------------------------------------------------------- */
@media screen and (max-width:390px) {
    .main-banner, .main-banner-img img {
      
    }
}
/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:360px) {
    .main-banner, .main-banner-img img {
       
    }
}
