/* MVA */
.wrapper {
    overflow: hidden;
}
/* Marquee */
.qodef-qi-text-marquee {
    background-color: #e41645;
    padding: 7px 0;
    overflow: hidden;
}

.qodef-m-text {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.qodef-m-text-item {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    padding-right: calc(25px / 2);
    padding-left: calc(25px / 2);
}

.qodef-e-icon-holder {
    margin: auto;
}

/* Banner */
.home-banner-container {
    max-width: 1250px;
    margin: auto;
}

.home-banner {
    background-color: #0d0d0f;
}

.home-banner-left {
    width: 55%;
    /* padding: 50px 20px 50px; */
}

.home-banner-right {
    width: 45%;
    /* margin-bottom: -30px; */
}

.home-banner-right img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-list li {
    padding-top: 15px;
}

.list-content .fs-20 {
    line-height: 20px;
}

.list-icon img {
    min-width: 21px;
}

/* Form */

.step {
    display: none;
}

.step.active {
    display: block;
}

.form-control-input-date {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 0;
    color: #0b0c0d;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.form-control-input-date::-webkit-input-placeholder {
    color: #0b0c0d;
}

.form-control-input-date::-moz-placeholder {
    color: #0b0c0d;
}

.form-control-input-date:-ms-input-placeholder {
    color: #0b0c0d;
}

.form-control-input-date::-ms-input-placeholder {
    color: #0b0c0d;
}

.form-control-input-date::placeholder {
    color: #0b0c0d;
}


.form-group.custom-radio label {
    display: block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    background: #e41645;
    border-radius: 5px;
    padding: 10px 15px;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 19px;
    font-size: 16px;
    line-height: 1.4;
    color: #475f7b;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #e41645;
    outline: 0;
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.iti {
    width: 100%;
}

.custom-radio input {
    accent-color: #161719;
}

.submit-btn {
    font-size: 16px;
}

.form-desc {
    font-size: 16px;
    line-height: 24px;
}
/* Form end */
.adored-section {
    background-color: #161719;
}

.legal_assistance img {
    min-width: 70px;
    max-width: 70px;
}

.effective-problem-solving img,
.dedicated-support img {
    min-width: 55px;
    max-width: 55px;
}

.secure_claim_box {
    padding: 30px;
    max-width: 785px;
    margin: -103px auto;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 1);
    position: relative;
}

.mva-concerns {
    padding-top: 103px;
    padding-bottom: 80px;
    background-color: #161719;
}

.solving-block {
    padding-top: 90px;
}

.solving-icon-list li {
    padding-top: 40px;
}

.solving-icon {
    min-width: 65px;
    max-width: 65px;
}

.how-it-work-border {
    background-image: -o-linear-gradient(left, white 50%, rgba(255, 255, 255, 0) 0%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 3px;
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
}

.how-it-works-title {
    margin-bottom: 80px;
}

.how-it-work-step h2 {
    font-size: 64px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    background-color: #e41645;
    margin-bottom: 14px;
    margin-top: -35px;
    line-height: 64px;
    padding: 0 15px 0 20px;
    position: relative;
    left: -20px;
}

.verticle-step {
    background-image: -o-linear-gradient(white 50%, rgba(255, 255, 255, 0) 0%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(white 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 30px 15px;
    background-repeat: repeat-y;
    width: 3px;
    height: 70px;
    margin: 15px auto;
}

.testimonial .swiper-slide {
    height: auto;
    border-radius: 5px;
    background-color: #292929;
}

.testimonial-slide {
    padding: 30px 25px;
}

.testimonial-pagination .swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background: #fff;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e41645;
}

.testimonial-slide h2 {
    min-height: 72px;
}

.footer-top {
    padding: 60px 0;
}

.footer-logo {
    max-width: 350px;
}

.footer-description {
    font-size: 13px;
    line-height: 17px;
}

.footer-logo-with-text {
    padding-bottom: 30px;
}

.footer-border {
    background-image: -o-linear-gradient(left, #e41645 50%, rgba(255, 255, 255, 0) 0%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e41645), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #e41645 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 3px;
    background-repeat: repeat-x;
    width: 100%;
    height: 3px;
    margin-bottom: 30px;
}

.footer-link-title {
    font-size: 19.37px;
    padding-bottom: 20px;
    line-height: 19.37px;
}

.footer-contact-list li {
    margin-bottom: 10px;
}

.footer-contact-list li a {
    font-size: 16px;
    line-height: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer-contact-list li a:hover {
    color: #e41645 !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer-bottom {
    padding: 20px 0;
    background-color: #0d0d0d;
}

.footer-bottom p {
    font-size: 16px;
    text-align: center;
    color: #8e8e8e;
    font-weight: 500;
}

/* Media Query */
@media(max-width:1440px) {
    .home-banner-right img {
        height: 350px;
    }
}
@media(max-width: 1370px) {
    .home-banner-left{
        width: 60%;
    }
    .home-banner-right {
        width: 40%;
    }
}
@media(max-width:1024px) {

    /* MVA */
    .qodef-m-text-item {
        font-size: 14px;
    }
}

@media(max-width:991px) {

    /* MVA */
    .home-banner-right img {
        height: 450px;
    }

    .secure_claim_box {
        padding: 20px;
        margin: -60px auto;
    }

    .solving-block {
        padding-top: 60px;
    }

    .mva-concerns {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .how-it-work-step h2 {
        font-size: 56px;
        margin-top: 0px;
        line-height: 56px;
        padding: 0;
        position: static;
        left: unset;
    }

    .how-it-works-title {
        margin-bottom: 50px;
    }
    
}

@media(max-width:767px) {
    /* MVA */
    .home-banner-container {
        max-width: 100% !important;
        padding: 0 20px 40px;
    }

    .home-banner-left {
        width: 100%;
        padding: 30px 0 20px;
    }

    .home-banner-right {
        width: 100%;
        margin-bottom: 0;
    }

    .home-banner-right img {
        height: auto;
    }

    .secure_claim_box {
        margin: -30px auto;
        border-radius: 10px;
    }

    .solving-icon {
        margin: auto;
        padding-bottom: 15px;
    }

    .solving-block {
        padding-top: 50px;
    }

    .mva-concerns {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .testimonial-slide h2 {
        min-height: inherit;
    }

    .footer-top {
        padding: 50px 0;
    }
    
}

@media(max-width:576px) {
    /* MVA */
    .qodef-m-text-item {
        font-size: 12px;
    }

    .page-list li {
        padding-top: 10px;
    }

    .home-banner-right img {
        height: 250px;
    }

    .list-content .fs-20 {
        line-height: 18px;
    }

    .list-icon img {
        min-width: 18px;
        max-width: 18px;
    }

    .solving-block {
        padding-top: 30px;
    }

    .mva-concerns {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .how-it-work-step h2 {
        font-size: 42px;
        line-height: 42px;
    }

    .how-it-works-title {
        margin-bottom: 30px;
    }

    .footer-top {
        padding: 40px 0;
    }

    .footer-contact-list li a {
        font-size: 14px;
        line-height: 14px;
    }

    .footer-contact-list li {
        margin-bottom: 8px;
    }

    .footer-bottom p {
        font-size: 14px;
    }

    .form-group.custom-radio label {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .form-control-input-date {
        font-size: 14px;
        padding: 10px 15px;
    }

    .form-desc {
        font-size: 14px;
        line-height: 22px;
    }
}
