

@media (max-width:1599px) {}

@media (max-width:1440px) {
    .container {
        max-width: 96%;
    }
    .hero-banner-content h1{
        font-size: 40px;
    }
    p, .footer-top, .footer-middle, .fooer-copywrite, .footer-btn {
        font-size: 14px !important;
    }
    .hero-right{
        margin-left: 50px;
    }
    .main-heading h2 {
        font-size: 30px;
    }
    .small-title{
        font-size: 18px;
    }
    .hero-banner{
        padding: 160px 50px;
    }
     
}


@media (max-width:1280px) {
    .section-space-top {
        margin-top: 40px;
    }
    
}

@media (max-width:1199px) {
    .nav-link {
        font-size: 14px;
    }
    .main-container {
        padding: 0 40px;
    }
    .main-heading h2 {
        font-size: 30px;
    }
    .small-title{
        font-size: 16px;
    }
    p, .footer-top, .footer-middle, .fooer-copywrite, .footer-btn {
        font-size: 18px !important;
    }
    .btn{
        font-size: 14px;
        padding: 10px 25px;
    }
    .video-slider {
        margin-left: 0px;
    }
    .home-video-slider{
        padding: 60px;
    }
    .home-video-bg{
        width: 100%;
    }
    .global-reserch-content {
        max-width: 500px;
        margin-left: 40px;
        padding: 50px;
    }

    .service-shipping-content {
        max-width: 500px;
        margin-left: 40px;
        padding: 10px;
    }
    .see-our-journey h3{
        left: 60px;
        font-size: 50px;
    }
}

@media (max-width:991px) {
    .navbar-brand {
        width: 65%;
    }
    .navbar-nav .nav-link {
        padding: 15px 30px;
        color: #fff;
    }
    .main-container{
        padding: 0 40px;
    }
    .global-reserch, .service-shipping{
        flex-direction: column;
    }
    .global-reserch-ship {
        margin-bottom: 20px;
    }
    .global-reserch-content, .service-shipping-content{
        max-width: 100%;
    }
    .service-shipping-content{
        margin-top: 50px;
    }
    .service-shipping-img{
        order: -1;
    }
    .service-shipping-img img {
        border-radius: 24px;
    }

    .hero-banner-content{
        flex-direction: column;
        min-width: 100%;
    }
    .hero-left, .hero-right{
        max-width: 100%;
        margin: 0px 0;
    }
    .hero-form{
        min-width: 100%;
    }
    .fooer-copywrite, .footer-top{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-top img {
        max-width: 250px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .home-video-slider {
        padding: 40px;
    }
    .main-container{
        padding: 0 30px;
    }
    .global-reserch{
        margin-bottom: 50px;
    }
    .see-our-journey h3{
        left: 0px;
        font-size: 45px;
    }
    .service-content, .service-images{
        width: 50%;
    }
    .contact-form-container{
        flex-direction: column;
    }
    .contact-form{
        width: 100%;
        margin: 0;
    }
    .contact-location{
        width: 100%;
        display: flex;
    }
    .location-box{
        width: 48%;
        margin: 10px;
    }

    .location-title {
        font-size: 45px;
    }

    .footer-middle ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-middle li::after {
        content: '|';
        margin-left: 10px;
    }

    .footer-middle li:last-child::after {
        content: ''; /* remove pipe after last item */
    }
    .hero-banner-content h1 {
        font-size: 30px;
    }
    .navbar-collapse {
        background-color: #d90810;
    }
    .hero-banner {
        max-height: 100vh;
    }
}

@media (max-width:767px) {
    

    .main-heading h2 {
        font-size: 20px;
    }
    .global-reserch-content{
        margin-left: 0px;
    }
    .footer-middle{
        padding: 20px 0;
    }
    .container{
        max-width: 100%;
    }
    .section-space-top{
        margin-top: 40px;
    }
    .service-zigzag{
        flex-direction: column;
    }
    .service-content, .service-images{
        width: 100%;
        padding: 20px 0;
    }
    .service-images{
        order: -1;
    }
    .rounded-video video {
        height: 100%;
        width: 100%;
    }
    .hero-banner {
        padding: 60px 10px;
    }

    .frogotPass {
        font-size: 15px;
    }

    .input-group-text {
        padding: 5px 15px;
    }

        .input-group-text img {
            width: 80%;
        }
}

@media (max-width:690px) {
    .see-our-journey h3{
        left: 40px;
        font-size: 30px;
        max-width: 250px;
    }
    .see-our-journey .play-btn img {
        width: 90px;
        max-height: 100px;
    }
    .see-our-journey .play-btn{
        right: 40px;
        bottom: 60px;
    }
    .contact-location{
        flex-direction: column;
    }
    .location-box{
        width: 100%;
        margin: 10px;
    }

    .form-group .form-control {
        font-size: 18px;
        padding: 20px 10px;
    }

    .home-video-slider {
        padding: 0px;
    }

    .home-video-slider-content {
        padding: 40px;
    }
}

@media (max-width:575px) {
    .service-shipping-img{
        margin: 0 20px;
    }
    .service-shipping-content{
        margin: 0 20xpx;
        padding: 0;
    }
    .see-our-journey h3 {
        left: 0px;
        font-size: 30px;
        max-width: 210px;
        bottom: 10px;
    }
    .see-our-journey .play-btn img {
        width: 60px;
        max-height: 100px;
    }

    .see-our-journey .play-btn {
        right: 40px;
        bottom: 20px;
    }

    .location-title {
        font-size: 35px;
    }

    .contactbox ul li, .contact-address {
        font-size: 16px;
    }

    .hero-banner-content h1 {
        font-size: 25px;
    }
    .contactbox {
        padding: 20px;
    }
}

@media (max-width:376px) {
    .hero-form {
        padding: 30px 20px;
    }

    .see-our-journey h3 {
        left: 5px;
        font-size: 20px;
        max-width: 140px;
    }

    .see-our-journey .play-btn img {
        width: 45px;
    }

    .see-our-journey .play-btn {
        right: 20px;
    }

    .location-title {
        font-size: 25px;
    }

    .footer-contact {
        flex-wrap: wrap;
    }

    .contactbox ul li, .contact-address {
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .contactbox ul li, .contact-address {
        font-size: 12px;
    }
}