@media (min-width: 1600px) and (max-width:5400px) {

    #owl-carousel-2 .item img {
        /* width: 100%; */
        height: 400px;
    }
}

@media (min-width: 1450px) and (max-width: 1599px) {
    #owl-carousel-2 .item img {
        /* width: 100%; */
        height: 363px;
    }
}

@media (min-width: 1150px) and (max-width:1300px) {
    #owl-carousel-2 .item img {
        /* width: 100%; */
        height: auto;
    }
}

@media (min-width: 1150px) and (max-width:1400px) {
    .nav-link h3 {
        font-size: 14px;
    }

    .logo {
        width: 146.18px;
    }

    .login-btn {
        width: 151px;

    }

    .newsec1 h1 {
        font-size: 80px !important;
    }

    .newsec2box {
        width: 275px;
        height: 290px;
    }

    .newsec2box h2 {
        font-size: 27px;
    }

    .newsec2box p {
        font-size: 13px;
    }

    .newsec3 img {
        width: 267px;
    }

    .newsec4box1 {
        width: 273px;
    }

    #owl-1 .next-image {
        width: 58px;
        height: 58px;
        position: absolute;
        top: 3px;
    }

    
}