/* Responsive Styles */

/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1400px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.page-header .btn-phone-number {
    display: none !important;
}

    .navbar {
        justify-content: space-between;
        width: 100%;
    }

    .navbar-toggler {
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 48px;
        border-radius: 12px;
        background: var(--blue);
    }

    .navbar-toggler-icon {
        background: url(../images/menu-icon.svg) no-repeat center center;
        background-size: 100%;
    }

    .offcanvas {
        max-width: 90%;
        background: #fff !important;
    }

    .offcanvas-body .navbar-nav .nav-link {
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-weight: 600;
        letter-spacing: 1px;
    }

    .offcanvas-body .header-actions {
        margin-top: auto;
        width: 100%;
    }

    .offcanvas-body .header-actions .btn {
        width: 100%;
        text-align: center;
        padding: 17px;
        font-size: 16px;
    }

    .offcanvas-body .navbar-nav.mx-auto.mb-2.mb-lg-0.gap-lg-4 {
        margin-bottom: auto;
        flex: 1;
        width: 100%;
    }

    .offcanvas-body {
        display: flex;
        flex-direction: column;
    }

    .btn-close-white {
        filter: var(--white);
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        background: url(../images/close-icon.svg) no-repeat center center;
        background-color: #db0000;
        opacity: 1;
        border-radius: 100%;
        padding: 0 !important;
        background-size: 28%;
        margin-left: auto !important;
    }

    .header-location {
        gap: 79px;
        margin-right: 0 !important;
        margin-left: auto !important;
    }

    .page-header {
        width: 88%;
        justify-content: center;
        display: flex;
        align-items: center;
        padding: 0 24px 0 20px;
    }

    .nav-item {
        border-bottom: 1px solid #eee;
        padding: 0 16px;
    }

    .offcanvas-body .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        letter-spacing: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    /* .header-location {
        display: none !important;
    } */

    .page-header .btn-phone-number .phone-icon img {
        display: none;
    }

    .page-header .btn-phone-content {
        display: none;
    }

    .banner .banner-text h1 {
        font-size: 41px;
        margin-bottom: 24px;
    }

    .container {
        padding: 0 20px;
    }

    .banner-text p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .d-flex.align-items-center.rating-content {
        flex-direction: column;
        gap: 25px;
        width: 100%;
    }

    .d-flex.banner-feature--text {
        margin-bottom: 0;
        gap: 18px;
        width: 100%;
    }

    .consultation-text-col h2 {
        font-size: 2.3rem;
    }

    .btn.btn-primary.banner-button-contact {
        margin-right: 25px;
        border-radius: 49.194px;
        margin-right: 0;
        padding: 20px 29px;
    }

.page-header {
        width: 88%;
        justify-content: center;
        display: flex;
        align-items: center;
/*         padding: 0 0 0 22px; */
    }

    .navbar-brand {
        margin: 0;
    }

    .consultation-text-col p {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

    .consultation-text-col {
        padding: 60px 25px !important;
    }

    .consultation-form-col {
        padding: 60px 0 !important;
    }

    .consultation {
        margin-bottom: 0;
    }

    .trusted-partner .image-wrapper img {
        height: 330px;
    }

    #secure-experiences .secure-image-wrapper video {
        height: 370px;
    }

    #secure-experiences {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .btn.btn-primary {
        font-size: 18px;
    }

    .page-header .navbar-brand img {
        height: 56px;
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 2rem;
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 2rem;
    }
	#service-areas {
        padding: 3rem 0 !important;
    }

    #service-areas .area-card {
        padding: 2.5rem 1.5rem !important;
    }
	.mvv-icon svg {
    width: 35px;
}
	.mvv-icon {
    width: 70px;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.modal-body.px-lg-5.px-4.pt-4.pb-5 {
    padding: 0 !important;
}
	.text-center.apply-btn
 {
    margin: 0 -20px;
}
	.apply-btn .open-modal {
    margin-bottom: -60px;
}
	.modern-app-modal .modal-content {
    padding: 53px 20px 20px;
}
}