.container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
}

@media only screen and (min-width: 640px) {
    html, body {
        font-size: 90%;
    }

    .title-large {
        font-size: 36px;
    }

    .carousel-inner {
        height: 518px;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 1440px) {
    html, body {
        font-size: 100%;
    }
}

@media only screen and (min-width: 1740px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1718px;
    }

    .slide-info_title {
        font-size: 36px;
    }

    .title-large {
        font-size: 48px;
    }

    .footer-note-for-contact_wrapper {
        width: calc(1718px - 160px);
    }

    .footer-note-for-contact_content {
        width: calc(50% + 700px);
    }

    .carousel-inner {
        height: 600px;
    }
    
}

@media only screen and (max-width: 960px) {
    .site-header .site-branding {
        padding-left: 0;
        background-color: #fff;
    }

    .site-header.dark .main-navigation {
        background-color: #fff;
    }

    .site-header .main-navigation {
        background-color: #fff;
        position: relative;

        .menu-toggle {
            background-color: #fff;
            border-radius: 10px;
            margin-right: 10px;
        }

        .menu-primary-container {
            background-color: #0c1224;
            position: absolute;
            right: 0;
            top: 50px;
            z-index: 99999;
        }

        .menu-item a {
            color: #fff;
        }

        .current_page_item a {
            color: #f60;
        }
    }
    
    .carousel-item {
        background: linear-gradient(to bottom, #fff 0%, #fff 150px, #242837 150px, #242837 100%);
        padding-left: 0;
        padding-top: 80px;

        &::before {
            background: #fff url("../assets/banner-tag-line-hr.png") no-repeat center center;
            background-size: 90%;
            height: 80px;
            width: 100%;
        }

        .banner-image {
            height: auto;
            width: 100%;   
        }
    }

    .carousel-pagination {
        left: 16px;
    }

    .carousel-inner {
        height: 900px;
    }

    .slide .slide-info {
        position: relative;
        left: auto;
        top: 0;
        width: 100%;
    }

    .video-container {
        display: block;
        margin-left: 0;
        height: auto;
        width: 100%;
    }

    .fleet-management-solution {
        padding: 60px 30px 95px;

        .section-title {
            font-size: 42px;
        }
    }

    .tabbed-page .entry-header .entry-title {
        font-size: 36px;
        left: 90px;
        top: 109px;
    }

    .tabbed-page .entry-header .entry-title::before {
        height: 50px;
        width: 50px;
    }

    tabbed-page .entry-header .entry-title::after {
        bottom: -8px;
        height: 20px;
        left: -38px;
    }

    .post-thumbnail {
        padding-top: 80px;
        padding-left: 0;
    }

    .post-thumbnail::before {
        background: #fff url("../assets/banner-tag-line-hr.png") no-repeat center center;
        background-size: 90%;
        height: 80px;
        width: 100%;
    }

    .footer-note-for-contact {
        background: linear-gradient(to right, transparent 0%, transparent calc(50% + 80px), #0767D0 calc(50% - 80px), #0767D0 100%);

        .footer-note-for-contact_wrapper {
            flex-direction: column;
            height: 300px;

            .footer-note-for-contact_content_title {
                font-size: 22px;
                margin: 40px 0 30px;
                padding: 0 20px;
                width: auto;
            }
        }

        .footer-note-for-contact_button-set {
            flex-direction: column;
            margin-right: 0;
            max-width: 100%;
            width: 240px;

            .footer-note-for-contact_button-set_button {
                margin-bottom: 20px;
                text-align: center;
            }
        }
    }

    .footer-note-for-contact_content {
        background: url("../assets/contact-bg.png") no-repeat right top, linear-gradient(to right, #0D141C 0%, #0D141C calc(100% - 45px), transparent calc(100% - 45px), transparent 100%);
    }

    .site-footer {
        .menu-toggle {
            display: none;
        }

        .menu {
            background-color: #eee;
            display: flex;
            flex-direction: column;
        }

        li.menu-item {
            border-bottom: 1px solid #fff;
            margin-right: 0;
            padding: 8px 10px;
        }
    }

    .social-media-link {
        justify-content: center;
    }

    .communication_contact, .site-info {
        text-align: center;
    }

    .site-info {
        font-size: 14px;
    }

    .footer-navigation .menu a {
        font-weight: normal;
        font-size: 14px;
    }

    .page-info-header-block_left .floating-title {
        font-size: 20px;
    }

    .tab-content {
        max-width: 90%;
    }

    .footer-navigation-wrapper {
        flex-direction: column;
    }

    .communication {
        flex-direction: column;
        margin-top: 15px;
    }

    .communication .communication_contact a, .communication .social-media-link a {
        margin: 0 10px 0 0;
    }

    .social-media-link {
        margin-left: 0;
    }

    .about-us-banner {
        height: 470px;
    }

    .wp-block-image {
        height: 100%;
        overflow: hidden;
    }

    .wp-block-image img {
        height: 100%;
        max-width: none;
        width: auto;
    }

    .about-us-banner-text {
        left: 5%;
        right: 5%;
        text-align: right;
        top: 5%;
    }

    .about-us-banner-text_title {
        border-radius: 15px 15px 0;
        display: inline-block;
        font-size: 24px;
        width: auto;
    }

    .about-us-banner-text_info {
        border-radius: 15px 0 15px 15px;
        font-size: 20px;
        margin-left: 5%;
        margin-top: 20px;
        text-align: left;
    }

    .about-us-banner-text_title, .about-us-banner-text_info {
        padding: 20px 25px;
    }

    .next-gen-navigation-info {
        height: 470px;
    }

    .next-gen-navigation-info_text {
        font-size: 14px;
        margin: 20px;
    }

    .products-collage {
        padding: 140px 0 40px;
    }

    .products-collage .wp-block-heading {
        font-size: 20px;
        left: 0;
        padding: 0;
        text-align: center;
        top: 45px;
        width: 100%;
    }

    .service-slide-video .video-slider-info {
        font-size: 14px;
        left: 8%;
        right: 8%;
    }

    .expanded-into {
        height: 370px;
    }

    .expanded-into_title-set {
        right: 0;
        text-align: center;
        top: 285px;
        width: 100%;
    }

    .expanded-into_title-set .wp-block-heading {
        margin-top: 18px;
        text-align: center;
    }

    .expanded-into_title-set .three-countries {
        font-size: 22px;
        text-align: center;
    }

    .contact-us-block_options-wrapper {
        flex-direction: column;
    }

    .contact-us-block_options-wrapper .contact-us-block_options_item {
        width: 100%;
    }

    .about-us-banner-text_title small {

    }

    .expanded-into_title-set .wp-block-heading {
        font-size: 18px;
    }
}