@media screen and (min-width:1250px){
    .container {
        max-width: 1332px;
    }
}

    

@media screen and (max-width:1199px){
    nav .nav-item.header-contact {
        margin-left: 25px;
    }
    .nav-item.header-contact .nav-link {
        min-width: 140px;
        padding: 10px;
    }
    nav .nav-item {
        margin-left: 15px;
    }
    .logo img {
        max-width: 205px;
    }
    .nav-item.header-contact .nav-link {
        min-width: 110px;
        padding: 5px 10px;
        font-size: 15px;
    }
   
}
@media screen and (max-width:1024px){
    *{-webkit-appearance: none;border-radius: 0;-webkit-border-radius: 0;-ms-border-radius: 0;-moz-border-radius: 0;}
}
@media screen and (max-width:991px){
   
    /*** menu css start***/
    .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
        padding: 38px 10px;
        font-size: 15px;
        white-space: nowrap;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    } 
    .navbar-toggler{
        padding-right:0;
    }
    #navbarNavDropdown {
        position: fixed;
        left: 0;
        top: 100px;
        width: 100%;
        background: #000;
        transition: 0.4s;
        z-index: 9;
    }
    .navbar-nav .nav-link{
        padding: 10px 15px;
        color: #fff;
        border-top: 1.5px solid rgba(255,255,255,0.2);
        line-height: normal;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding:11px 30px;
        width: 100%;
        text-align: left;
    }
    .navbar-nav .nav-link:hover,.navbar-nav .nav-link:focus,.navbar-nav  .nav-item.active .nav-link,nav .nav-item.clarity-first-header .nav-link:hover,nav .nav-item.clarity-first-header .nav-link:focus {
        background: #1F9F8A;
        color: #fff;
    }
    nav .nav-item {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    body.o-hidden {
        overflow: hidden;
    }
    /*** menu css end ***/
    header {
        position: static;
    }
    nav .nav-item.header-contact {
        margin-left: 0;
    }
    
}
@media screen and (max-width:767px){
    body.o-hidden{
        overflow: hidden;
    }
    .owl-prev, .owl-next {
        background: #1F9F8A;
        height: 30px;
        width: 30px;
        display: inline-block;
        color: #fff;
        font-size: 22px;
        margin: 0 10px;
        text-align: center;
        line-height: 32px;
    }
    .property-slider .owl-nav {
        margin: 40px auto 0;
        text-align: center;
    }
    
}
@media screen and (max-device-height: 414px) and (orientation: landscape){
    /* .navbar-nav {
        height: 275px;
        overflow: auto;
    } */
}
@media screen and (max-width:575px){
   
}
@media screen and (max-width:479px){
   
}
@media screen and (max-width:360px){
   
}



