@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto' !important;
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1122px;
    }
}

body {
    overflow: visible !important;
    padding-right: 0px !important;
}

.modal-backdrop.show {
    display: none;
}

.fs-roboto {
    font-family: 'Roboto' !important;
}

.focus-none:focus {
    box-shadow: none;
}

.icon-sm {
    font-size: 10px;
}

.fs-15 {
    font-size: 15px;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.pt-40 {
    padding-top: 40px;
}

.mb-24 {
    margin-bottom: 24px;
}

.card-tick {
    margin: 24px 0px;
}

.banner-ul {
    margin-bottom: 16px;
}

.banner-ul li {
    font-size: small;
    margin-bottom: 8px;
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.btn-call-to {
    padding: 5px 16px !important;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-1-5 {
    line-height: 1;
}

.theme-text-color {
    color: #244260 !important;
}

.pb-4-rem {
    padding-bottom: 4rem !important;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-muted {
    color: #bcbdbf !important;
}

.cursor {
    cursor: pointer;
}

.schedule-date-h div {
    font-size: 15px !important;
}

/* ALL USE */
.hoverme:hover {
    text-decoration: underline !important;
}

.hoverme {
    text-decoration: none;
}

/* Header Start */
.header {
    border-bottom: 2px solid #000;
}

.header-scroll {
    background-color: #244260;
}

.accordion-button::after {

    background-image: url('https://renderer.adzstage.de/assets/0/icons/fontawesome/solid/chevron-down.svg') !important;
    background-size: 15px 15px;

}

.btn-close {
    background: url('https://renderer.adzstage.de/assets/0/icons/fontawesome/regular/times.svg') no-repeat !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    opacity: 1 !important;
}

#header-scroll-js {
    position: fixed;
    top: -100%;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 500;
}


.schedule {
    width: 400px;
    display: none;
    position: absolute;
    top: 40px;
    right: -90px;
    z-index: 200;
    box-shadow: rgb(9 30 66 / 25%) 0px 1px 1px, rgb(9 30 66 / 13%) 0px 0px 1px 1px;
    border-radius: 8px;
    padding: 15px;
    background-color: #fff;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: #bcbdbf;
    font-size: 15px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.schedule-item:hover {
    border-bottom: 1px solid #bcbdbf;
}

.schedule-item.active {
    color: #000;
}

.show-schedule:hover .schedule {
    display: block;
}

/* Header End */


/* Banner Start */
.banner {
    background-image: url('/assets/images/banner.jpg');
    background-size: 100% 120%;
    overflow: hidden;
    background-repeat: no-repeat;

}

.banner-ul {
    padding: 0px;
}

.banner-ul li {
    list-style-type: none;
    font-weight: bold;
}

.banner-ul li p {
    margin-bottom: 8px;
}

.map__img {
    height: 280px !important;
    width: 100% !important;
}

.banner-ul li span {
    margin-left: 10px;
}

.side-card-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    overflow: hidden;
}

.side-card-header {
    cursor: pointer;
    display: flex;
    background-color: #f4f4f4;
    padding: 0px 10px
}

.side-card-img {
    width: 80px;
    height: 100px;
    overflow: hidden;
}

.side-card-img img {
    width: 64px !important;
    height: 64px !important;
    border-radius: 50%;
}

.side-card-ul {
    padding: 0px;
}

.side-card-ul li {
    font-size: 15px;
    list-style-type: none;
    margin-bottom: 10px;
    align-items: center !important;
}

.side-card-call {
    background-color: #d93030;
}

.text-pink {
    color: #ed2e7e;
}

.order-link {
    background-color: #f4f4f4;
}

#exampleModal {
    position: fixed;
    top: unset !important;
    left: unset !important;
    right: -1.2% !important;
    z-index: 1060;
    display: none;
    width: 620px !important;
    height: max-content !important;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    bottom: 0 !important;
}

#exampleModal .modal-content {
    border-radius: 8px !important;
}

#exampleModal .btn-close {

    filter: invert(1) !important;

}

#exampleModal .modal-dialog {
    box-shadow: 0 6px 16px rgba(0, 0, 0, .13), 0 1.80882px 8.13971px rgba(0, 0, 0, .077), 0 0.751293px 3.38082px rgba(0, 0, 0, .064), 0 0.271728px 1.22278px rgba(0, 0, 0, .051);

}

.nofocus:focus {
    outline: none !important;
    box-shadow: none;
    background-color: #fff !important;
    color: #000 !important;
}

#exampleModal .modal-header {
    background-color: #244260 !important;
    color: #fff !important;
    border-radius: 8px 8px 0px 0px !important;

    height: 50px !important;
}

#exampleModal .modal-title {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.order-link span {
    width: fit-content;
    border-bottom: 1px solid #000;
}

/* Banner End */

/* Step Section Start */
.step-section {
    background-color: #f4f4f4;
}

.step-white-box {
    background-color: #fff;
}

.step-point {
    background-color: #244260;
    width: 60px;
    height: 60px;
    border: 6px solid #F4F4F4 !important;
    color: #fff;
    font-weight: bold;
    display: flex;
    font-size: 14px !important;
    padding: 8px !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 100;
}

.step-box-line::after {
    position: absolute;
    right: -53%;
    top: 25px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #244260;
}

.step-box-line-3::after {
    display: none;
}

.step-white-box {
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px; */
    box-shadow: 0 0 0 1px #e9e9ea;
    border: 1px solid #ffffff;
    border-radius: 7px;
    height: 170px;
    overflow: hidden;
}

.step-white-box h3 {
    font-weight: 500;
}

/* Step Section End */

/* Testimonials Section Start*/
.testi-slider .swiper-button-next {
    background-color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.testi-title {
    font-size: 36px !important;
}

.testi-img {
    display: flex;
    justify-content: center;
}

.testi-img img {
    width: 95%;
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.testi-slider .swiper-button-prev {
    background-color: #fff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.testi-slider .swiper-button-prev:focus {
    background-color: #fff;
}

.testi-slider .swiper-button-next::after {
    background-color: #fff;
}

.testi-slider .swiper-button-prev::after {
    color: #000;

}

.testi-slider .swiper-button-prev::after {
    font-size: 14px;
    color: #000;
}

.testi-slider .swiper-button-next::after {
    font-size: 14px;
    color: #000;
}

.testi-box img {
    border-radius: 13px;
}

.testi-box {
    margin: auto 10px;
}

.testi-slider .swiper-button-next:hover {
    background-color: #fff !important;
}

.testi-slider .swiper-button-prev:hover {
    background-color: #fff !important;
}

.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
    color: #000 !important;
}

.swiper-pagination-bullet-active {
    background-color: #244260 !important;
}

.swiper-pagination-bullet {
    bottom: -90px !important;
    left: 0;
}

/* Testiomials Section End */


/* Call TO Action Start */
.btn-red {
    background-color: #d93030;
    color: #fff;
}

.call-to-section {
    background-color: #244260;
}

.three-icons {
    width: 33px;
    color: #244260 !important;
}

.three-icons-section {
    background-color: #f4f4f4;
}

/* Call TO Action End */

/* Schedule Start */
.schedule-parent-div {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e9e9ea;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset; */
}

.schedule-listing-parent {
    padding: 40px 32px !important;
}

.schedule-ul {
    /* display: flex; */
    padding: 0px;
}

.schedule-ul li {
    list-style-type: none;
    display: flex;
    margin-top: 10px !important;
    font-size: 15px;
}

.schedule-days {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
}

/* Map Section End */

/* Form Section Start */
.form-section {
    background-color: #f4f4f4;
}

.footer-form input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #bcbdbf;
    padding: 18px 22px;
    margin-bottom: 27px;
    border-radius: 5px;
}

.footer-form input::placeholder {
    color: #bcbdbf;
}

.footer-form textarea::placeholder {
    color: #bcbdbf;
}

.footer-form input:focus {
    outline: none;
}

.footer-form textarea:focus {
    outline: none;
}

.footer-form textarea {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #bcbdbf;
    padding: 23px;
    margin-bottom: 16px;
    border-radius: 5px;
}

.footer-text-color {
    color: #bcbdbf;
}

.btn-submit {
    background-color: #d93030;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
}

.btn-submit:hover {
    color: #fff;
}

.sub-footer-section {
    background-color: #244260;
}

/* Form Section End */

/* Modal Start */
.modal-content-body {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
}

.modal-ul {
    padding: 0px;
}

.modal-ul li {
    list-style-type: none;
}

#ModalOne .modal-content {
    border-radius: 11px !important;
}

#ModalTwo .modal-content {
    border-radius: 11px !important;
}

.btn-modal-close {
    background-color: #244260;
    color: #fff;
    border-radius: 11px;
    font-size: 18px;
    padding: 7px 10px;

}

.btn-modal-close:hover {
    color: #fff;
}

.mobile-call-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 300;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.mobile-call-btn button {
    background-color: #d93030;
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 10px;

}

#ModalOne {
    background-color: rgba(0, 0, 0, .5) !important;
}

#ModalTwo {
    background-color: rgba(0, 0, 0, .5) !important;
}

#exampleModal .modal {
    background-color: transparent !important;
}

.text-blue {
    color: #244260;
}

.u-userHtml li {
    position: relative;
    list-style-type: none;
    margin-bottom: 10px;
}

.u-userHtml ul li:before {
    background-image: url(https://renderer.adzstage.de/assets/0/icons/fontawesome/solid/chevron-right.svg);
    content: "";
    display: inline-block;
    inset: 0 auto auto 0;
    position: absolute;
    left: -15px;
    top: 5px;
    width: 13px;
    height: 13px;
    background-repeat: repeat-y;
    text-align: center;
}

@media only screen and (min-width: 1120px) {
    .h-modal .modal-dialog {
        height: 55% !important;
    }

    .h-modal .modal-dialog .modal-content {
        height: 100% !important;
    }

    .modal-content-body {
        height: 360px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1280px) {
    .h-modal .modal-dialog {
        height: 65% !important;
    }

    .h-modal .modal-dialog .modal-content {
        height: 65% !important;

    }

    .modal-content-body {
        height: 235px;
        overflow-y: scroll;
    }
}

/* Modal End */
@media only screen and (min-width: 1480px) {
    .h-modal {
        height: 100% !important;
    }

    .h-modal .modal-dialog {
        height: 65% !important;
    }

    .h-modal .modal-dialog .modal-content {
        height: 72% !important;

    }

    .modal-content-body {
        height: 428px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1700px) {
    .h-modal {
        height: 100% !important;
    }

    .h-modal .modal-dialog {
        height: 76% !important;
    }

    .h-modal .modal-dialog .modal-content {
        height: 76% !important;

    }

    .modal-content-body {
        height: 550px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 1860px) {

    .modal-content-body {
        height: 545px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 2100px) {
    .modal-content-body {
        height: 630px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1400px) {
    .side-card-img img {
        width: 50px !important;
        height: 50px !important;
    }

    .side-card-ul li {
        font-size: 13px;
    }

    .card-number {
        font-size: 20px;
    }

    .card-p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1120px) {
    .side-card-ul li {
        font-size: 11px;
    }

    .side-card-dsc {
        font-size: 10px;
    }

    .card-number {
        font-size: 16px;
    }

    .card-number {
        font-size: 16px;
    }

    .testi-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .testi-slider .swiper-button-next {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .card-tick{
        margin-bottom: 12px !important;
    }
    .side-card-ul li {
        align-items: first baseline !important;
    }

    .banner-txt-show-mob {
        font-size: 15px !important;
        line-height: 25px;
    }

    .schedule-ul i {
        font-size: 18px;
    }

    .footer-title-txt {
        font-size: 32px;
    }

    .sub-footer-section {
        padding-bottom: 5rem !important;
    }

    .banner-ul li .fs-18 {
        font-size: 15px !important;
    }

    .slider-header-title {
        font-size: 15px !important;
    }

    .banner {
        background-size: cover !important;
    }

    .footer-form p {
        font-size: 15px !important;
    }

    .btn-submit {
        width: 100% !important;
    }

    .banner {
        padding-bottom: 35px;
    }

    /* .modal-dialog {

        transform: scale(1.15) !important;

    } */
    .modal-dialog {
        margin: auto !important;
    }

    .step-point {
        background-color: #244260;
        width: 60px;
        height: 60px;
        border: 6px solid #F4F4F4 !important;

        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        z-index: 100;
    }

    #exampleModal {
        position: fixed;
        top: unset !important;
        left: unset !important;
        right: 0% !important;
        z-index: 1060;
        display: none;
        width: 100% !important;
        height: max-content !important;
        overflow-x: hidden;
        overflow-y: visible !important;
        outline: 0;
        bottom: 0 !important;
    }

    /* #exampleModal .modal-dialog {
        transform: scale(1.1) !important;

    } */

    #ModalOne .btn-modal-close {
        font-size: 15px !important;
        font-weight: bold !important;
    }

    #ModalTwo .btn-modal-close {
        font-size: 15px !important;
        font-weight: bold !important;
    }

    #ModalOne .modal-content {
        height: 99vh;
    }

    #ModalTwo .modal-content {
        height: 99vh;
    }

    #ModalTwo .modal-content-body {
        width: 100%;
        height: 650px !important;
    }

    #ModalOne .modal-content-body {
        width: 100%;
        height: 650px !important;
    }

    #exampleModal .modal-content {
        border: none !important;
        border-radius: 0px !important;
    }

    #exampleModal {
        padding-left: 0px !important;
    }

    #exampleModal .modal-header {
        background-color: #244260 !important;
        color: #fff !important;
        border-radius: 0px !important;
        height: 55px !important;
    }

    .map__img {
        width: 100% !important;
        height: 240px !important;
    }

    .schedule-listing-parent {
        padding: 24px 16px 40px !important;
    }

    .testi-slider .swiper-button-next {
        width: 45px;
        height: 45px;
        display: none !important;
    }

    .testi-slider .swiper-button-prev {
        width: 45px;
        height: 45px;
        display: none !important;
    }

    .step-box {
        display: flex;
        justify-content: space-between;
    }

    .step-box-line::after {
        position: absolute;
        left: 30px;
        /* top: 0; */
        content: "";
        width: 1px;
        height: 100%;
    }

    .pb-4-rem {
        padding-bottom: 4rem !important;
    }

    .step-white-box {
        width: 80%;
        height: 180px;
        margin-top: 20px;
    }

    .step-box-line {
        display: flex;
        justify-content: center;
        align-items: start;
    }
}

@media only screen and (max-width: 600px) {
    .hide-icon {
        display: none;
    }

    #header-scroll-js {
        position: relative !important;
    }

    .py-80 {
        padding-top: 25px;
    }

    .side-card-call {
        background-color: #d93030;
        border-radius: 32px;
        margin: auto;
        width: 76%;
        height: 45px !important;
        align-items: center;
        justify-content: center;
        display: flex;

    }

    .footer-form input {
        padding: 15px 22px;
    }

    .card-number {
        font-size: 22px;
    }

    .banner-ul li {
        border-bottom: 1px solid #e9e9ea;
    }

    .banner-ul li p {
        padding: 5px 0px;
        margin-bottom: 0px;
    }

    .side-card-ul li {
        font-size: 15px;
    }

    .side-card-img img {
        width: 70px !important;
        height: 70px !important;
    }

    .banner-ul {
        margin-bottom: 27px;
    }

    .banner {
        background-position: center;
    }

    .side-card-img {
        width: 100px !important;
    }

    .side-card-img img {
        width: 60px !important;
        height: 60px !important;
    }

    .step-white-box p {
        font-size: 15px;
    }

    .step-white-box h3 {
        font-size: 22px;
    }

    #hide-call-btn {
        display: none;
    }

    .hidemeshowme {
        display: none;
    }

    .btn-submit {
        width: 280px;
    }
}

/* Media Query  */