#quote-form {
    display: none;
    max-width: 919px;
    border-radius: 15px;
    cursor: auto;
    padding: 0;
}

#quote-form .fancybox-button {
    width: 28px;
    min-width: 28px;
    height: 28px;
    background: #C3C3C3;
    padding: 5px;
    border-radius: 50%;
    min-height: 28px;
    margin: 23px 20px;
}

#quote-form.fancybox-content {
    padding: 0;
}

.popup-body {
    display: flex;
    border-radius: 10px !important;
}

#quote-form .popup-body .pop-up-left {
    width: 415px;
    padding: 50px;
}


#quote-form .popup-body .pop-up-right {
    width: calc(100% - 415px);
    padding: 50px;
}

#quote-form .popup-body .pop-up-left p {
    color: white;
    text-align: center;
}

#quote-form .pop-up-left {
    background: transparent linear-gradient(133deg, #4BEDEF 0%, #001E7F 100%) 0% 0% no-repeat padding-box;
}

.contact-form-box {
    display: inline-block;
}

#quote-form .pop-up-left .heading-26 {
    color: white;
    margin-bottom: 30px;
    display: inline-block;
}

.modalmodaldlist li {
    padding-left: 25px;
}

#quote-form .pop-up-right .head {
    margin-bottom: 25px;
}

#quote-form .pop-up-right .head p {
    font-size: 14px;
    line-height: 1.4;
}

.modaldlist {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}

.modaldlist li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    list-style-type: none;
    line-height: 20px;
    color: white;
    font-size: 16px;
}

.modaldlist li:last-child {
    margin-bottom: 0;
}

.modaldlist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    object-fit: initial;
    background-image: url(../images/icon/check.svg);
    filter: brightness(0) invert(1);
    background-repeat: no-repeat;
}

.award-box .award-icon img {
    border-radius: 50%;
}

.award-box .award-icon {
    display: inline-block;
}

.award-box {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 25px;
}

.popup-title {
    font-size: clamp(22px, 22px + (34 - 22) * ((100vw - 375px) / (1920 - 375)), 34px);
    color: var(--darkblue);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#quote-form .pop-up-right .head .heading-22 {
    margin-bottom: 5px;
}

.form-group.submit {
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .popup-body {
        flex-direction: column;
    }

    #quote-form .popup-body .pop-up-left {
        display: none;
    }

    #quote-form .popup-body .pop-up-right {
        width: 100%;
        padding: 50px;
    }

    #quote-form {
        max-width: 95%;
    }
}

@media (max-width: 767.99px) {
    #quote-form .popup-body .pop-up-right {
        padding: 30px;
    }
}

@media (max-width: 575.99px) {

    #quote-form .pop-up-right .head {
        margin-bottom: 15px;
    }

    #quote-form .fancybox-button {
        margin: 10px 10px;
    }

    #quote-form .popup-body .pop-up-right {
        padding: 20px;
        padding-top: 30px;
    }

    #quote-form .pop-up-right .head .heading-22 {
        font-size: 18px;
    }
}