@media(max-width:767px){
html, body{
    overflow-x:hidden ;
}

.hamburger {
    width: 30px;
    height: 21px;
    position: relative;
    display: block;
}

.hamburger span {
    height: 2px;
    width: 23px;
    background: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
}

.hamburger span:nth-child(1) {
    top: 0
}

.hamburger span:nth-child(2) {
    top: 9px;
    width: 15px;
    right: 0;
    left: auto
}

.hamburger span:nth-child(3) {
    top: 19px
}

.fixed-header .hamburger span {background: #000;}


.menu {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    background: var(--thirdColor);
    z-index: 99;
    -webkit-box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    box-shadow: 10px 10px 50px rgba(0,0,0,.5);
    color: #fff;
    font-size: 16px;
    padding: 0;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    width: 75%;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
}

.menu-open .menu {
        opacity: 1;
        right: 0;
        transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        visibility: visible;
    }

.menu ul {
    flex-wrap: wrap;
    padding-top: 0;
    width: 100%;
    margin: 0;
    justify-content: start;
    display: block;
    padding: 25px;
}

.menu ul li {
    display: block;
    margin: 0;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #9965154a;
}
.menu ul li a{
    color: #fff;
    text-decoration: none;
    font-family: 'URWClassico';
}

.menuoverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none;
}
.menu-open .menuoverlay {
        display: block;
    }
    .mobile-menu-header {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 999;
    font-size: 13px;
    right: 0;
    width: 30px;
    height: 30px;
    background: rgb(0 0 0 / 10%);
    justify-content: center;
    line-height: 1;
}

.mobile-menu-header a{
    color: #fff;
}


 

.main-header .logo {
    max-width: 130px;
}

.mobile-none {
    display: none !important;
}
.desk-none {
    display: block;
}
.main-header .container, .main-header .container-fluid {
    padding: 0 15px;
}
.main-header .cp-logo img {
    max-width: 100px;
}

.home-banner {
    height: calc(100vh - 50px);
}

.home-banner .carousel {
    /* height: 300px; */
}

.home-banner .carousel-caption {
    /* position: static; */
    transform: none;
    /* padding: 15px; */
    /* background-color: var(--bs-black); */
    top: 70px;
}

.home-banner .carousel-caption h5 {
    font-size: 30px;
}

body {
    font-size: 15px;
    padding-bottom: 60px;
}
.overview-img {
    margin-top: 20px;
    height: 300px;
    max-width: 100%;
}
.overview-img:before {
    display: none;
}

.home-banner .carousel-caption p > i {
    width: 24px;
    height: 24px;
    font-size: 12px;
    margin-right: 8px;
}

.home-banner .carousel-caption p {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.home-banner .carousel-caption p.price {
    font-size: 14px;
    padding: 5px 15px;
}

.btn-primary {
    font-size: 14px;
}
.down-arrow {
    display: none;
}
.floting-btn {
    right: -53px;
}
.porject-spec ul li {
    flex: 0 0 50%;
    width: 50%;
    display: block;
    margin-bottom: 15px;
}

.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 5px;
}

.elementor-icon-list-icon svg {
    width: 30px;
    height: 30px;
    left: 6px;
}

.elementor-icon-list-text span {
    font-size: 13px;
}

.sec-padding {
    padding: 40px 0;
}
.sec-padding:before {
    width: 20px;
    height: 20px;
    bottom: -10px;
}

.porject-spec {
    padding: 20px 0;
}

.sec-heading {
    font-size: 28px;
    margin-bottom: 15px;
}

.sec-heading:before {
    width: 30px;
    height: 2px;
}

.mt-4 {
    margin-top: 14px !important;
}
.inline-btn {
    font-size: 16px;
}

ul.highlights li {
    flex: 0 0 100%;
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px;
}

ul.highlights li:before {
    width: 25px;
    height: 25px;
    left: 10px;
}

/*.price-box .icon {
    width: 40px;
    height: 40px;
    padding: 8px;
}*/

.price-box .content h3 {
    font-size: 17px;
}

.floor-box {
    height: 230px;
}

.floor-plan-sec {
    padding: 20px 0;
}

.gallery-img {
    height: 230px;
}



.owl-nav {
    margin: 20px auto 0;
}
.form-control {
    font-size: 12px;
}

.bottom-contact {
}

.enqModal .modal-body {
    padding: 0;
}
.promise-caption {
    display: flex;
}

.promise-lists {
    flex: 0 0 33.33%;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 0;
}

.promise-lists img {
    width: 35px;
}

.infos-left-part {
    border-radius: 20px 20px 0 0;
    padding: 20px;
}

.modal-form {
    padding: 20px;
}

.mobile-inqury {
    display: flex;
    justify-content: center;
    height: 54px;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: var(--thirdColor);
    z-index: 99;
    padding: 0 0;
}
.mobile-inqury a {
    margin: 0;
    border: 0;
    line-height: 1;
    /* font-size: 13px; */
    color: #fff;
    flex: 0 0 33.33%;
    text-align: center;
    border-right: 1px solid #99651552;
    width: 33.33%;
    position: relative;
    text-decoration: none;
}
.mobile-inqury a:last-child {border-right: 0;}

.mobile-inqury a i {
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    display: flex;
}
.amenities-box img {
    /* width: 50px !important; */
    /* height: 50px; */
}
.round-arrow.owl-carousel .owl-nav button.owl-next, .round-arrow.owl-carousel .owl-nav button.owl-prev {
    width: 28px;
    height: 28px;
}

.round-arrow.owl-carousel .owl-nav button.owl-next i, .round-arrow.owl-carousel .owl-nav button.owl-prev i {
    font-size: 15px;
}
.sticky-menu {
    display: none;
}
.amenities-box {
    height: 250px;
}

.amenities-box p {
    font-size: 17px;
}
.owl-dots {
    margin: 20px auto;
    max-width: 320px;
}

.owl-dots .owl-dot {
    width: 40px;
}
.mobile-b-2{
    margin-bottom: 20px;
}
.bottom-contact .form-group {
    margin-bottom: 25px;
}

.bottom-contact h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
.floor-plan-tab .nav-link {
    font-size: 16px;
}
.whatsapp-btn {
    display: none;
}
.enqModal h3 {
    font-size: 15px;
}

.launched-props {
    font-size: 10px;
}

.enqModal .section-tagline {
    font-size: 25px;
}
}

@media screen and (min-width: 1000px) and (max-width: 1366px){

    .menu > ul > li a {
    font-size: 14px;
}
.menu > ul > li{
    margin: 0 10px;
}
.main-header .container, .main-header .container-fluid{
    padding: 0 15px;
}
}