/* .contact-us-section-2 */

.text-red {
    color: #4A4A4A !important;
}

.contact-us-section {
    margin-bottom: 50px;
}

.top-content {
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    margin-bottom: 13px;
}

.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    margin-right: 15px;

}

.contact-box {
    display: flex;
    margin-bottom: 50px;
}

.chat-with-us-box h3 {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    padding-top: 0;
}

.chat-with-us-box p {
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    margin-bottom: 2px;
}

.chat-with-us-box li {
    list-style: none;
}

.chat-with-us-box li a {
    text-decoration: none;
    color: #C02028;
    font-weight: 400;
    font-size: 16px;
}

.form-box {
    background: #F5F5F7;
    border-radius: 34px;
    padding: 34px;
    border: 1px solid #E5E5E5;
    width: 100%;
}

.form-box label {
    color: #4D4D4D;
    font-size: 15px;
    font-weight: 500;
}

.form-box input {
    padding: 11px;
    border-radius: 10px;
    border: 0 !important;
    border-radius: 5px !important;
}

.form-box select {
    border: none;
}


.upload-box {
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background: white;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 12px;
}


.upload-text {
    font-weight: 600;
    font-size: 16px;
    color: #787070;

}

.upload-subtext {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 8px;
}

input[type="file"] {
    display: none;
}

.form-group select {
    border-radius: 10px;
    padding: 11px;
    color: #5c5c5c;
    height: 60px;
}

.form-group label {
    border-radius: 10px;
    gap: 10px;

}

.big-form-box input {
    padding-bottom: 47px;
}

.big-btn button {
    width: 100%;
    height: 100%;
    background: #C02028 !important;
    border: none;
    border-radius: 999px;
    padding: 8px 40px;
    font-weight: 600;
    font-size: 24px;

}

.big-btn button a {
    color: #ffff;
    text-decoration: none;
}

.big-btn button:hover {
    background-color: #169bda !important;
}


/* .trusted-by-thousand-section */

.trusted-title h2 {
    font-weight: 500;
    font-size: 40px;
    color: #212529;
    text-align: center;
}

.trusted-title p {
    font-weight: 400;
    font-size: 16px;
    color: #212529;
    text-align: center;
    margin-bottom: 51px;
    margin-top: 24px;
}

.edits-box {
    border: 1px solid #CBCBCB;
    border-radius: 20px;
    height: 100%;
    padding: 30px 42px 30px 42px;
}

.edits-box h3 {
    font-weight: 600;
    font-size: 34px;
    color: #C02028;

}

.edits-box p {
    font-weight: 400;
    font-size: 16px;
    color: #212529;
    margin: 0;

}

.edits-logo {
    padding-bottom: 12px;
}

.mark-text {
    font-size: 40px;
    color: #4A4A4A;
    margin-bottom: 25px;
    font-weight: 500;
}

.mark-text-two {
    font-weight: 500;
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 54px;
}

.first-btn {
    width: 100%;
    background: #0061FE;
    border-radius: 10px;
    padding: 17px;
    border: none;
    color: #ffff;
}

.second-btn {
    width: 100%;
    background: #000000;
    border-radius: 10px;
    padding: 17px;
    border: none;
    color: #ffff;
}

.second-btn:hover {
    background-color: #0061fe;
    color: #fff !important;
}

.form-top-text h2 {
    font-size: 35px;
    font-weight: 600;
}

.form-box .form-control {
    border: 0 !important;
    height: 60px;
}

.first-btn:hover {
    background-color: #000;
    color: #fff;
}

.text-area {
    height: 120px !important;
}

.form-top-text p {
    color: #4D4D4D;
    font-weight: 500;
    margin-bottom: 20px;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 17px;
    margin: 22px 0 0 0;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.captcha-row .captcha-reload-btn {
    margin-left: 11px;
    border: 2px solid #c02028;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 24px;
    background-color: #c02028;
    color: #fff;
}

.autoCaptchaImage {
    width: 105px;
}

.chat-with-us-box {
    padding-right: 80px;
}


.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.captcha-image {
    padding: 10px 20px 10px 11px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
}

.captcha-refresh {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    font-size: 29px;
}

.form-box input {
    padding: 11px;
    border-radius: 10px;
    border: 1px solid #dddddd;
    border-radius: 10px !important;
}


@media (max-width: 1350px) {
    .edits-box {
        padding: 20px;
    }

    .mark-text {
        font-size: 30px;
        line-height: 40px;
    }

    .top-content {
        font-size: 33px;
        margin-bottom: 0;
    }

    .chat-with-us-box h3 {
        font-size: 20px;
    }

    .form-box {
        padding: 30px;
    }

    .form-top-text h2 {
        font-size: 30px;
    }

    .trusted-title p {
        margin-bottom: 40px;
        margin-top: 14px;
    }

    .chat-with-us-box {
        padding-right: 10px;
    }

    .big-btn button {
        padding: 7px 24px;
        font-size: 20px;
    }

    .form-box .captcha-wrapper input {
        width: 140px;
    }

    .edits-box h3 {
        font-size: 30px;
    }

    .edits-logo {
        padding-bottom: 22px;
        width: 60px;
    }

    .min-height-lable {
        min-height: 45px;
    }
}

@media (max-width: 992px) {
    .mark-text {
        font-size: 30px;
    }

    .mark-text-two {
        margin-bottom: 40px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-box {
        padding: 25px;
        width: 100%;
        border-radius: 15px;
    }

    .edits-box p {
        font-size: 15px;
        line-height: 24px;
    }

    .edits-box h3 {
        font-weight: 600;
        font-size: 20px;
        color: #C02028;
        margin: 0 0 15px;
    }

    .edits-box .edits-logo {
        width: 47px;
    }

    .trusted-title h2 {
        font-size: 35px;
    }

    .contact-us-section {
        margin-bottom: 25px;
    }

    .contact-box:last-child {
        margin-bottom: 0;
    }

    .chat-with-us-box {
        padding-right: 0px;
    }

    .form-box .captcha-wrapper input {
        width: 100%;
    }

    .captcha-refresh {
        width: 88px;
    }

    .big-btn button {
        padding: 8px 40px;
        font-size: 20px;
    }

    .min-height-lable {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .mark-text {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 17px;
    }

    .mark-text-two {
        margin-bottom: 30px;
    }

    .form-top-text h2 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .upload-box {
        padding: 11px;
        color: #5c5c5c;
        height: 60px;
    }

    .button-group {
        display: flex;
        flex-direction: column;
    }

    .form-box {
        padding: 25px 14px;
    }

    .big-btn button {
        font-size: 18px;
        padding: 12px 40px;
        margin-top: 16px;
    }

    .captcha-box {
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .trusted-title h2 {
        font-size: 25px;
    }

    .contact-us-section .col-lg-5 {
        margin-top: 10px;
    }

    .top-content {
        font-size: 30px;
    }

    .captcha-row .captcha-reload-btn {
        margin-left: 0;
    }

  

    .form-box .captcha-wrapper input {
        width: 100%;
    }

    .captcha-wrapper {
        flex-wrap: nowrap;
    }
}