.page-contact-section {
    background-color: #fff;
    padding: 5rem 0;
}

.icon-required {
    color: #E02020;
}

.form-lable {
    font-weight: 600;
    font-size: 1rem;
    color: #303133;
    margin-bottom: 0.63rem;
}

.form-control {
    height: 2.5rem !important;
    border-radius: 0.31rem;
    border: 0.06rem solid #DCDFE6;
    font-size: 0.88rem;
}

.form-control::placeholder {
    color: #AAAAAA;
}

.radio-wrap {
    display: flex;
    align-items: center;
}

.ml-125 {
    margin-left: 1.25rem;
}

.contact-btn {
    width: 100%;
    height: 4.38rem;
    background: linear-gradient(90deg, #19AD5E 0%, #06C961 100%);
    border-radius: 0.94rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: #FFFFFF;
}

.contact-btn:hover {
    border: 0;
    background: linear-gradient(90deg, #148b4c 0%, #06aa52 100%);
}

.info-section {
    padding: 5vw 0;
    background-color: #F3FAF6;
}

.service-title {
    padding-bottom: 5rem;
}

.service-title p {
    margin-bottom: 0 !important;

}

.service-title-main {
    margin-bottom: 1.25rem !important;
    font-weight: 600;
    font-size: 3.13rem;
    color: #000000;
    letter-spacing: 3px;
}

.service-title-content {
    font-weight: 400;
    font-size: 1.25rem;
    color: #999999;
}

.info-card {
    box-shadow: 0rem 0rem 0.63rem 0rem rgba(11, 88, 42, 0.1);
    border-radius: 0.94rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.mb-94 {
    margin-bottom: .94rem;
}

.info-icon img {
    width: 3.13rem;
    height: 3.13rem;
}


.info-content {
    margin-left: 1.88rem;
}

.info-title {
    font-weight: 500;
    font-size: 1.25rem;
    color: #333333;
    line-height: 1.63rem;
}

.info-text {
    font-weight: 400;
    font-size: 1rem;
    color: #666666;
    line-height: 1.38rem;
}

@media (max-width: 767px) {
    .container {
        padding: 0;
    }

    .form-control {
        height: 40px !important;
        border-radius: 5px;
        border: 1px solid #DCDFE6;
        font-size: 12px;
    }

    .page-contact-section {
        padding: 30px 15px;
    }

    .form-lable {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 5px;
    }

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

    .radio-wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 5px !important;
    }

    .form-check {
        width: 33%;
        margin-bottom: 15px;
    }

    .form-check-label {
        font-size: 12px !important;
    }

    .form-check .form-check-input {
        width: 14px;
        height: 14px;
        margin-right: 10px;
    }

    .contact-btn {
        width: 100%;
        height: 44px;
        background: linear-gradient(90deg, #19AD5E 0%, #06C961 100%);
        border-radius: 22px;
        font-size: 14px;
        line-height: 26px;
    }

    .info-section {
        padding: 30px 15px 15px;
    }

    .service-title {
        padding-bottom: 30px;
    }

    .service-title-main {
        margin-bottom: 0 !important;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .info-card {
        margin-bottom: 15px;
        padding: 20px;
    }

    .info-icon img {
        width: 50px;
        height: 50px;
    }

    .info-title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .info-text {
        font-size: 12px;
        line-height: 18px;
    }

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

    .invalid-feedback {
        font-size: 12px;
    }
}