@media only screen and (max-width: 980px) and (min-width: 220px) {
    html{font-size:70%}
        a.menu-bottom {
        display: revert;
    }



    .menu li a:before{
        display: none;
    }
    .menu-bottom span:nth-child(2) {
        width: 70%;
    }
    .menu-bottom.click span:nth-child(1) {
        width: 0;
    }
    .menu-bottom.click span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 9px;
        width: 100%;
    }
    .menu-bottom.click span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-bottom span:last-child {
        margin-bottom: 0;
    }
    .menu-bottom {
        width: 40px;
        height: 40px;
        padding: 5px;
        float: right;
        position: absolute;
        z-index: 99999999999;
        cursor: pointer;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        right: 18px;
        top: -60px;
    }
    .menu-bottom span {
        height: 2px;
        background: #000000;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        position: relative;
    }
    .menu-bottom.click span {
        background: black;
    }
    .menu-bottom.click {
        top: -100px;
        position: fixed;
        top: 30px;
    }
    .main-menu{
        margin: 0;
        overflow: auto;
        position: fixed;
        right: -100%;
        width: 100%;
        top: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background: linear-gradient(170deg, #f6cc68 0%, #cf9200 100%);
        height: 100%;
        z-index: 9999999 !important;
        padding-top: 70px;
    }
    .main-menu ul {
        padding: 0 0;
        width: 100%;
    }
    .menu li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #ffffff9c;
        position: relative;
        text-align: left;
    }
    .menu li a {
        font-size: 16px !important;
        padding-left: 0;
        color: #000 !important;
        font-weight: 400 !important;
        padding: 10px 0 10px 15px;
        text-align: left;
        display: block;
        width: 100%;
        letter-spacing: 0.5px;
        text-align: left;
        text-transform: uppercase;
    }
    .menu-open .main-menu {
        right: 0;
    }
    .menu-open .menu {
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    header ul li.btn-head a.btn-green {
    display: inline-block;
    width: auto;
    margin: 10px 20px 20px;
    padding: 10px 40px;
    color: #fff !important;
}

.dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
}

.dropdown-toggle::after {
    width: 15px;
    height: 15px;
    filter: brightness(0) invert(1);
    top: 15px;
    position: absolute;
}

.menu li .dropdown-item {padding: 5px 0 5px 30px;font-size: 15px !important;text-transform: capitalize;border-top: 1px solid #ffffff9c;border-bottom: none;}
    
    
    header .menu {
        opacity: 0;
    }
    
    header {
        padding: 15px 0;
        z-index: 2;
    }
     header ul li:last-child {
        border: 0;
    }

    header .logo img {
        max-width: 70px;
    }

    h2 {
        font-size: 30px !important;
        line-height: 32px !important;
        margin-bottom: 10px;
        letter-spacing: 0;
    }


    header nav {
        text-align: center;
        margin-top: 20px;
    }

    header {
        text-align: left;
        z-index: 9;
        top: 0;
        background: #fff;
        position: relative;
    }

    header ul li {
        margin-right: 0;
    }

    header ul {
        margin: 10px 0 0;
        text-align: center;
    }

    header ul li.phone a {
        font-size: 16px;
    }

    

    .btn {
        font-size: 13px !important;
        letter-spacing: 2px;
        padding: 6px 25px 6px 18px !important;
    }

    section {
        padding: 40px 0;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    header ul li:last-child {
        border: 0;
    }

    header ul.btn-ul {
        display: none;
    }


    header ul.head-ul li:first-child {
    margin-right: 0;
}


.info-banner h1 br {
    display: none;
}

.info-banner h1 {
    font-size: 2.8rem !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px;
    line-height: 3rem !important;
}

p {
    font-size: 1.2rem !important;
    line-height: 21px !important;!i;!;!i;!;
}

.info-banner p {
    width: 100%;
    margin-bottom: 16px;
}

.our-banner {
    padding: 40px 0;
    background-position: 100%;
    background-position: 0;
    text-align: center;
}



footer {
    padding: 0;
}


header .container-fluid::before {
    width: calc(100% - 30px);
    left: 15px;
}

main.full-head header .container-fluid {
    padding: 15px 30px;
}
.our-banner .container::before {
    display: none;
}

.our-banner .info-banner h1 br {
    display: none;
}

.our-banner .info-banner h1 span {
    left: 0;
}

.our-banner .info-banner h5 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 22px;
    letter-spacing: 0.5px;
}

.our-banner .info-banner h1 + h5 {
    text-align: center;
}

.our-banner .info-banner h1 + h5 + h5 {
    text-align: center;
    margin-bottom: 12px;
}

.our-banner .info-banner p {
    margin: 0 auto 20px;
}
.our-banner .container::after {
    display: none;
}
.our-banner .info-banner ul li {
    width: 24%;
    padding: 0 5px;
}





footer h4 {
    font-size: 2rem;
}

footer h4 + ul li {
    font-size: 1.5rem;
    line-height: 30px;
}


.copy p {
    text-align: center;
}


.head-details {
    display: none;
}

header [class*='col-'] {
    width: 100%;
}

.our-banner::before {
    z-index: -1;
    opacity: .5;
}

span.btn-arr {
    height: 32px;
    width: 32px;
    right: -40px;
}

.btn:hover span.btn-arr {
    right: -45px;
}

section.listings_archive .listingData h3.listingTitle {
    font-size: 20px;
}

section.listings_archive .listingItem {
    margin-bottom: 20px;
}

section.listings_archive {
    padding: 40px 0 60px;
}

.our-who {
    text-align: center;
}

.our-who a.sub-head {
    text-decoration: underline;
}

.sub-head {display: inline-block;margin-bottom: 10px;padding-left: 20px;}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    width: 100%;
}

.sub-head::before {
    width: 12px;
    height: 12px;
    top: -2px;
}

.our-who h5 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin-bottom: 16px;
}

.our-testimonials {
    padding: 40px 0;
}

.our-testimonials .head {
    margin: 0 0 30px;
}

.test-box {
    margin-bottom: 20px;
}

.test-box:last-child {
    margin-bottom: 20px;
}

.test-box-logo {
    margin: 30px auto 0;
    width: 80%;
}

footer [class*='col'] {
    padding: 30px 15px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

footer .info-foot {
    text-align: center;
}

ul.foot-social {margin-bottom: 20px;}

footer ul.foot-social li {
    width: 49%;
    display: inline-flex;
    margin: 0;
    justify-content: center;
}

footer h5 {
    margin-bottom: 16px;
    font-weight: 700;
}

.copy [class*='col'] {
    width: 100%;
    padding: 0;
}


.copy [class*='col']:nth-last-child(1),.copy [class*='col']:nth-last-child(2) {
    border: 0;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.copy a {
    font-size: 13px;
}

.copy {
    padding: 7px 0;
}

.copy .row {
    border: navajowhite;
}

header ul.menu {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

header ul.menu li span.home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

header ul.menu::before {
    display: none;
}

.our-choose {
    text-align: center;
    padding: 40px 0;
}

.our-choose .btn-block::before {
    display: none;
}

h2 br {
    display: none;
}

.our-choose h6 {
    margin-bottom: 10px;
}

.our-choose h2 {
    margin-bottom: 16px;
}

.info-choose p {
    width: 100%;
}

.info-choose img {
    margin: 0 0 10px;
}

.info-choose h4 {
    font-size: 1.65rem;
    font-weight: 600;
    margin: 0 0 10px;
}

.info-choose {
    margin-bottom: 20px;
}

.our-choose .row.row-fst {
    margin-bottom: 30px;
}

.our-choose .row:last-child [class*='col-']:last-child .info-choose {
    margin-bottom: 0;
}

.tabs-serve.nav-tabs .nav-link >span.btn-tabs .btn > span {
    width: 32px;
    height: 32px;
}

.tabs-serve.nav-tabs .nav-link.active {
    max-height: 100px;
    min-height: 100px;
}

.tabs-serve.nav-tabs .nav-link >span.btn-tabs {
    margin: 5px 0 0;
}

.tabs-serve.nav-tabs .nav-item {
    margin-bottom: 20px;
    width: 100%;
}

.tabs-serve.nav-tabs {
    margin-bottom: 40px;
    justify-content: center;
}

.tab-serve-content ul li {
    font-size: 1.5rem;
    line-height: 2rem;
}

.tab-serve-content ul li:last-child {
    margin-bottom: 20px;
}

.owl-serve.owl-carousel {
    width: 80%;
    margin: auto;
}

.inner-banner {
    padding: 40px 0;
}

.inner-banner h2 {
    font-size: 36px !important;!i;!;
    font-weight: 600;
}

.info-location h2 {
    margin-bottom: 20px;
}

.our-about h6.sub-head {
    margin: 0 0 10px;
}

.info-about.info-location p {
    margin-bottom: 10px;
}

.our-serve {
    text-align: center;
}

.our-testimonials .head.text-center h6 {
    margin: 0 0 10px;
}

.info-blog {
    margin-bottom: 20px;
}

.info-blog-page p {
    margin-bottom: 10px;
}

.info-blog-page p:last-child {
    margin-bottom: 0;
}

.our-blogs.Blog-page {
    text-align: center;
}

.info-blog-page h2 {
    margin-bottom: 20px;
}

.info-blog-page img {
    height: auto;
    margin-bottom: 10px;
}

.info-prop ul {
    width: 100%;
}

.info-prop h2 {
    margin-bottom: 30px;
}

.info-prop ul li {
    margin-bottom: 25px;
}

.prop-descrip {
    padding: 30px 0 0;
}

.prop-descrip p {
    padding: 20px 0;
}

.prop-descrip h3 {
    margin: 0 0 12px;
}

.stick-form2 {
    margin-top: 20px;
}

.prop-descrip ul li::before {
    left: -14px;
    width: 10px;
    height: 10px;
    top: 4px;
    bottom: inherit;
}

.prop-descrip ul li {
    font-size: 1.25rem;
}

.amenities ul {
    padding: 30px 0 0;
}

.prop-descrip .amenities ul li {
    width: calc(33.3% - 10px );
}

.prop-descrip .amenities ul li:nth-child(3n){
        margin-right: 0;
}

body.prop-page header {
    padding: 15px 0;
}

.our-property {
    padding: 40px 0;
}

body.prop-page header ul.menu {
    box-shadow: none;
}
    
}