@media (min-width: 1200px) {

    /***Header***/
    .headsec .navbar-brand img {
        height: 80px;
    }

    .headsec .navbar-brand {
        font-size: 2rem;
    }

    .headsec .nav-link {
        font-size: 16px;
    }

}

@media (max-width: 992px) {

    /***Header***/
    #navbarNav {
        position: absolute;
        right: 0;
        top: 96px;
        background: #fff;
        width: 260px;
        height: calc(100vh - 96px);
        overflow-y: auto;
        padding: 20px 0;
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
        z-index: 999;
    }

    #navbarNav.show {
        transform: translateX(0);
    }

    #navbarNav .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
        gap: 10px;
    }

    #navbarNav .nav-link {
        font-size: 15px;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    #navbarNav .nav-link:last-child {
        border-bottom: none;
    }

    .toggler-icon {
        font-size: 1.6rem;
        line-height: 1;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .toggler-icon.close {
        display: none;
    }

    .navbar-toggler.collapsed .open {
        display: inline;
    }

    .navbar-toggler.collapsed .close {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .open {
        display: none;
    }

    .navbar-toggler:not(.collapsed) .close {
        display: inline;
    }

    #overlay {
        position: fixed;
        top: 96px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 998;
        display: none;
    }

    #navbarNav.show~#overlay {
        display: block;
    }

    /***Home Banner***/
    .home-banner .banner {
        height: 400px;
    }

    .home-banner .left-content h2 {
        font-size: 1.5rem;
    }

    /*** Our Segments Section ***/
    .segments-sec {
        margin: 40px 0 0;
        padding: 60px 0;
    }

    /***About Us***/
    .bg-fixed img {
        width: 245px;
    }

    .abtourstory {
        padding: 60px 0 60px 245px;
    }

    /***Our Services***/
    .servicesimgsec .osimgsec,
    .servicesimgsec .safeimgsec,
    .servicesimgsec img {
        height: auto;
    }

    .model-box-container,
    .service-importance ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .osimgsec {
        margin: 0 0 50px;
    }

    .service-details .imgsec {
        width: 70%;
        margin: 0 auto 20px;
    }

    /***Our Services***/

}

@media (max-width: 767px) {

    /***Home Banner***/
    .home-banner .left-content h2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

    .home-banner .banner {
        height: 350px;
    }

    /*** Our Segments Section ***/
    .segments-sec {
        margin: 30px 0 0;
        padding: 40px 0;
    }

    /***About Us***/
    .abtourstory {
        padding: 25px;
        background: rgb(0 0 0 / 50%);
        border-radius: 15px;
        margin: 45px 0;
    }

    /***About Us***/

    /***Our Services***/
    .servicestop .cnt ul>li {
        font-size: 1.8rem;
    }

    .servicestop .arrow-box {
        margin: 0 0 15px;
    }

    .model-box-container,
    .service-importance ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .servicestop .arrow-box::after {
        display: none;
    }

    /***Our Services***/

}

@media (max-width: 576px) {

    /***Header***/
    .headsec .navbar-brand {
        white-space: normal;
        margin: 0;
        gap: 2px;
        /*font-size: 1.4rem;*/

        font-size: clamp(17.6px, 6vw, 28.8px);
    }

    .headsec .navbar-brand img {
        /*height: 55px;*/
        height: clamp(40px, 12vw, 55px);
    }

    .headsec {
        height: 80px;
    }

    #navbarNav,
    #overlay {
        top: 80px;
    }

    /***Home Banner***/
    .home-banner .banner .left-col {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .home-banner .banner .right-col {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .home-banner .banner {
        height: 230px;
        margin: 0 0 55px 0;
    }

    .home-banner .owl-nav {
        position: static;
    }

    .home-banner .left-content {
        position: absolute;
        bottom: -35px;
    }

    .home-banner .banner .row {
        align-items: stretch;
    }

    .home-banner .owl-nav button.owl-prev,
    .home-banner .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
    }

    /*** Our Segments Section ***/
    .segments-sec .sec-title {
        font-size: 2rem;
    }

    /***Home Products***/
    .products-sec {
        padding: 40px 0;
    }

    .products-sec .products-title {
        font-size: 2rem;
    }

    .products-sec .seg-main-title {
        font-size: 28px;
    }

    .products-sec .seg-sub-title {
        font-size: 16px;
    }

    .products-sec .left-sticky {
        margin: 0 0 15px;
    }

    .products-sec .product-card {
        width: 90%;
        margin: 0 auto;
    }

    .products-sec .product-card>.p-img {
        height: 150px;
        width: 150px;
    }

    .products-sec .view-btn {
        font-size: 12px;
    }

    /*** Home Certificates ***/
    .certification-sec {
        padding: 45px 0;
    }

    .cert-title {
        font-size: 2rem;
    }

    /***Footer***/
    .footer-contact {
        display: block !important;
    }

    .main-footer {
        padding: 30px 0 20px;
    }

    .footer-bottom {
        margin-top: 10px;
    }

    /***About Us***/
    .abtroundedsec {
        aspect-ratio: unset;
    }

    :root {
        --headerheight: 80px;
    }

    /***About Us***/

    /***Our Services***/

    .model-box-container,
    .service-importance ul {
        display: block;
    }

    .service-details .imgsec {
        width: 100%;
    }

    /***Our Services***/
}