@media screen and (min-width: 992px) and (max-width: 1199px){
    h1{
        font-size: 1.8rem !important;
    }
    h1.fade-in-from-top {
        font-size: 2.5rem !important;
    }
    div.container{
        max-width: 960px !important;
    }
    ul.main-menu-dl {
        gap: 10px;
    }
    .col-sm-12.grid-our-project {
        gap: 15px;
    }
    .home-img {
        right: 10px;
    }
    .home-img:after {
        left: -20px;
        top: -45px;
    }
    .video-img .d-flex {
        width: 250px;
        height: 150px;
    }
    .video-img {
        top:60%;
        right: 46%;
    }
    .home-img.section-culture {
        right: 18px;
    }
    .home-img.section-culture:after {
        left: -15px;
    }
    
    .section-culture .video-img {
        top: 55%;
        right: 43%;
    }
    h5.culture-head{
        font-size: 18px;
    }
    p.culture-des {
        font-size: 12px;
    }
    .our-listing .content h1 {
        font-size: 20px !important;
    }
    .our-listing p {
        font-size: 12px;
    }
    .section-bg-award h1.fade-in-from-top {
        font-size: 32px !important;
    }
    .myfade .align-items-center .col-sm-6:first-child {
        padding-left: 0;
    }.myfade .align-items-center .col-sm-6:last-child {
        padding-right: 0;
    }
    .close span {
        right: -35px;
    }
    .facilities-slider .owl-prev span {
        top: 18%;
    }
    .facilities-slider .owl-next span {
        top: 18%;
    }
    h1.head-info-contact-form {
        font-size: 18px !important;
    }
    .nav-item a.nav-link.dropdown-toggle {
        padding: 0.5rem !important;
    }
    .cultureMission {
        height: 270px;
    }
    .bottom-menu-footer .col-sm-4:nth-child(2) {
        padding: 0;
    }
    .bottom-menu-footer .col-sm-4:nth-child(3) {
        padding: 0;
    }
    ul.submenu-footer {
        gap: 8px;
    }
    .nav-tabs li {
        width: calc(100vw / 5);
    }
    .facilities-img img {
        height: 220px;
    }
    .villa-image img {
        height: 335px;
    }
    .img-property img {
        height: 200px;
    }
    .search_form_holder input#searchInput {
        padding: 14px 16px;
    }
    .search_form_holder #searchInput {
        max-width: 85%;
    }
    h1.dragon-land-investment {
        font-size: 20px !important;
    }
    h1.share-holder {
        font-size: 20px!important;
    }
    p.descrip-property{
        font-size:10px;
    }
}

@media screen and (min-width: 1200px){
    .nav-tabs li {
        width: calc(100vw / 6);
    }
}
@media screen and (min-width: 1200px)and (max-width: 1300px){
    .nav-tabs li {
        width: calc(100vw / 5);
    }
}


@media screen and (min-width: 1620px){
    
    .nav-tabs li {
        width: calc(100vw / 7);
    }
}
@media screen and (min-width: 1890px){
    
    .nav-tabs li {
        width: calc(100vw / 7);
    }
}
@media screen and (min-width: 1900px){
    
    .nav-tabs li {
        width: calc(100vw / 8);
    }
}

