/* Big Screen Device */
@media only screen and (min-width: 1601px) {
    .container {
        max-width: 1490px;
    }
}

/* XXL Device. */
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1320px;
    }
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
    .container {
        width: 1140px;
    }

    .commitment-heading {
        font-size: 50px !important;
    }

}


/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .logo {
        display: none;
    }
    .single-hero-slider {
        justify-content: flex-end !important;
    }
    .header-logo {
        max-width: 200px;
    }
    .header-area {
        padding: 20px 0;
        background-color: var(--primary);
    }
    .header-wrapper ul li a {
        font-size: 18px;
    }
    ul.submenu li a {
        font-size: 16px;
    }
    .submenu {
        margin-top: 33px;
    }
    .card-name {
        font-size: 32px;
    }
    .commitment-heading {
        font-size: 40px !important;
    }
    .news-para, .news-link a {
        font-size: 18px;
        line-height: 1.6;
    }
    .footer-logo {
        max-width: 300px;
    }


}


/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
    .container {
        width: 720px;
    }

    .mobile-menu-btn {
        max-width: 40px;
        border: unset;
    }
    .mobile-menu-btn img {
        transition: all .2s ease-in-out;
        opacity: .7;
    }
    .mobile-menu-btn:hover img {
        opacity: 1;
    }
    .mobile-menu .offcanvas {
        background-color: var(--primary);
    }
    .mobile-menu-close {
        font-size: 20px;
        padding: 8px 10px;
        background-color: var(--white);
        border-radius: 3px;
        transition: all .2s ease-in-out;
        border: unset;
    }
    .mobile-menu-close:hover {
        color: var(--white);
        background-color: #DC3545;
    }
    .mobile-menu .offcanvas-body {
        padding: 16px 0;
    }
    .mobile-nav-menu ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .mobile-nav-menu ul li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .mobile-nav-menu ul li a {
        font-size: 16px;
        padding: 16px;
    }
    .mobile-nav-menu ul li:hover > a {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .mobile-submenu ul li:last-child {
        border-bottom: none;
    }
    .mobile-submenu ul li a {
        padding: 12px 32px;
        background-color: rgba(150, 160, 188, 0.1);
        text-transform: capitalize;
    }
    .mobile-submenu ul li:hover > a {
        background-color: rgba(150, 160, 188, .2);
    }
    .mobile-submenu-content i {
        transition: all .3s ease-in-out;
    }
    .mobile-submenu-content[aria-expanded="true"] i {
        transform: rotate(-180deg);
    }
    .mobile-level-3-menu {
        background-color: rgba(150, 160, 188, .3);
    }
    .mobile-level-3-menu ul li a:hover {
        background-color: rgba(150, 160, 188, .4);
    }
    .mobile-level-3-menu ul li a {
        padding-left: 50px;
    }
    .mobile-submenu ul li a {
        align-items: center;
        justify-content: space-between;
    }
    .mobile-submenu ul li a i {
        transition: all .3s ease-in-out;
    }
    .mobile-submenu ul li[aria-expanded="true"] a i {
        transform: rotate(-180deg);
    }




    .single-hero-slider {
        min-height: 700px;
        padding: 120px 55px;
    }
    .footer-top {
        padding-bottom: 50px;
    }

    .commitment-section, .news-section {
        padding: 80px 0;
    }
    .footer-area {
        padding: 80px 0 40px;
    }

    /* insights.html Page Responsive Start */
    .insights-content-wrapper {
        padding: 30px;
    }
    .insights-card-content {
        padding: 30px 0 0;
    }
    .insights-content-section {
        padding: 80px 0;
    }
    /* insights.html Page Responsive End */
    

}


/* Small Device :550px. */
@media only screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .card-name {
        font-size: 26px;
    }
    .fs-2 {
        font-size: 48px !important;
    }
    .divider {
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .divider::after {
        width: 150px;
    }
    .mobile-menu-btn {
        max-width: 32px;
    }
    .fs-1 {
        font-size: 48px !important;
    }

    /* insights.html Page Responsive Start */
    .insights-content-wrapper .page-heading {
        font-size: 40px !important;
    }
    .insights-content-para {
        font-size: 18px;
    }

    .project-urgency {
        flex-direction: column;
        align-items: flex-start;
    }
    /* insights.html Page Responsive End */

}


/* Extra small Device. */
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .header-area {
        position: relative !important;
    }
    .header-wrapper {
        padding: 0;
    }
    .header-logo {
        max-width: 175px;
    }

    .fs-1 {
        font-size: 42px !important;
    }
    .main-heading.divider {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .single-hero-slider {
        background-image: url("../imgs/bg-imgs/hero-mob-1.jpg");
        background-position: top center;
        padding: 60px 15px;
    }
    .hero-slider-2 {
        background-image: url("../imgs/bg-imgs/hero-mob-2.jpg");
    }
    .hero-slider-3 {
        background-image: url("../imgs/bg-imgs/hero-mob-3.jpg");
    }
    .hero-slider-4 {
        background-image: url("../imgs/bg-imgs/hero-mob-4.jpg");
    }

    .hero-para, .commitment-para, .news-para, .news-link a {
        font-size: 16px;
    }
    .cards-section {
        padding: 20px 0 0;
    }
    .fs-2 {
        font-size: 32px !important;
    }
    .divider {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .divider::after {
        height: 3px;
        width: 100px;
    }
    .btn, .btn-2 {
        min-height: 50px;
        font-size: 15px;
    }
    .commitment-section, .news-section {
        padding: 40px 0;
    }
    .news-heading {
        font-size: 18px !important;
    }
    .news-card-thumb, .single-card {
        height: 300px;
    }
    .footer-area {
        padding: 40px 0 20px;
    }
    .footer-logo {
        max-width: 200px;
    }
    .footer-nav ul {
        gap: 15px;
        margin-bottom: 15px;
    }
    .footer-nav ul li a {
        font-size: 18px;
    }
    .footer-submenu-heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 18px !important;
    }
    .footer-submenu ul li a {
        font-size: 16px;
        letter-spacing: -.25px;
    }
    .footer-submenu-col {
        margin-bottom: 15px;
    }
    .footer-submenu-col:last-child {
        margin-bottom: 0;
    }
    .footer-submenu ul {
        gap: 15px;
    }
    .footer-submenu {
        padding-left: 20px;
    }
    .footer-submenu-heading {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 18px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    }
    .footer-top {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .copyright-text {
        font-size: 16px;
    }

    /* insights.html Page Responsive Start */
    .insights-content-wrapper {
        padding: 20px;
    }
    .insights-content-wrapper .page-heading {
        font-size: 32px !important;
    }
    .insights-content-wrapper .page-heading.divider {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .insights-content-para {
        font-size: 16px;
    }
    .insights-card-heading {
        font-size: 18px;
    }
    .insights-card-para {
        font-size: 16px;
    }
    .insights-content-section {
        padding: 40px 0;
    }

    .overlay-popup .modal-body {
        padding: 25px;
    }
    .overlay-popup input {
        height: 50px;
    }
    .overlay-popup textarea {
        resize: none;
        height: 120px;
    }
    .submit-btn {
        height: 50px;
    }
    /* insights.html Page Responsive End */
}

@media only screen and (max-width: 430px) {
    .mobile-menu .offcanvas-start {
        width: 100%;
    }
}