/* COMMON CSS */
.btn:focus,
.btn:active,
.accordion-button {
    outline: none !important;
    box-shadow: none !important;
}

.section-heading-style h2 {
    font-weight: 600;
    font-size: 33px;
    line-height: 60px;
    color: #000000;
    padding-bottom: 50px;
    padding-top: 45px;
    margin-bottom: 0;
}

.para-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #131313;
    padding-bottom: 10px;
}

.li-sec li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #131313;
    padding-bottom: 15px;
}

.li-sec li span {
    font-weight: bold;
}

.section-heading-style-2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    color: #131313;
    padding-bottom: 30px;
    padding-top: 45px;
    margin-bottom: 0;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

section {
    background-color: #ffffff;
}

@media screen and (max-width: 575px) and (orientation: portrait) {
    .section-heading-style h2 {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 35px;
    }

    .para-text p,
    .li-sec li {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

/* HERO BANNER SECTION */
#hero-banner-sec {
    padding-top: 140px;
}

.hero-banner-sec {
    background-image: url("https://southlondoncollege.org/wp-content/uploads/2023/04/Backgroud-img-slc-testimonial-page.png");
    background-repeat: no-repeat;
    background-size: cover;
}

#hero-banner-sec .headings-wrapper h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 17px;
    color: #000000;
    padding: 100px 0px 35px 0px;
}

#hero-banner-sec .headings-wrapper h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #209565;
}

#hero-banner-sec .headings-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #131313;
    padding: 60px 0px 35px 0px;
}

#hero-banner-sec .headings-wrapper h6 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #131313;
    margin-bottom: 0px;
}

#hero-banner-sec .headings-wrapper .card {
    border-radius: 15px 15px 0px 0px;
    border-bottom: none;
    padding: 15px;
}

@media screen and (max-width: 575px) and (orientation: portrait) {
    #hero-banner-sec .headings-wrapper h1 {
        font-size: 24px;
        line-height: 36px;
        padding: 50px 0px 20px 0px;
    }

    #hero-banner-sec .headings-wrapper h2 {
        font-size: 28px;
        line-height: 40px;
        color: #209565;
    }

    #hero-banner-sec .headings-wrapper p {
        padding: 10px 0px 10px 0px;
        font-size: 14px;
    }

    #hero-banner-sec {
        padding-top: 140px;
    }

    #hero-banner-sec .headings-wrapper h6 {
        font-size: 16px;
        line-height: 0px;
        padding-top: 40px;
    }
}



/* CARDS SECTION */
#cards-wrapper .receive P {
    font-weight: 400;
    font-size: 19px;
    line-height: 30px;
    color: #131313;
    padding-top: 10PX;
}

#cards-wrapper .option-cards-wrapper .card {
    border: none;
}

#cards-wrapper .option-cards-wrapper .image-container {
    position: relative;
    display: inline-block;
}

#cards-wrapper .option-cards-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#cards-wrapper .option-cards-wrapper .button-container {
    position: absolute;
    bottom: 13px;
    right: 0;
    left: 0;
}

.option-cards-wrapper .button-container .btn {
    background: #209468;
    border-radius: 5px;
    border: none;
    padding: 5px 30px 5px 30px;
}

.option-cards-wrapper .button-container .btn {
    transition: all 0.3s ease;
}

.option-cards-wrapper .button-container .btn:hover {
    background-color: #ffffff;
    color: #209468;
    border: 1px solid #209468;
}


#cards-wrapper .option-cards-wrapper .or-text p {
    font-weight: 500;
    font-size: 25px;
    color: #131313;
    padding: 30px 0px 30px 0px;
}

#cards-wrapper .option-cards-wrapper .option2-text h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #131313;
    padding-top: 10px;
}

#cards-wrapper .option-cards-wrapper .option2-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #131313;
}

#cards-wrapper .bottom-para {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #131313;
    max-width: 90ch;
}

#cards-wrapper .option-cards-wrapper {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #cards-wrapper .option-cards-wrapper {
        display: block;
    }

}

@media screen and (max-width: 575px) and (orientation: portrait) {
    #cards-wrapper .receive P {
        font-size: 16px;
    }

    #cards-wrapper .card {
        margin-top: 0px !important;
        padding-bottom: 0 !important;
    }

    #cards-wrapper .option-cards-wrapper .or-text p {
        padding: 0;
    }

    #cards-wrapper .option-cards-wrapper .or-text p,
    #cards-wrapper .option-cards-wrapper .option2-text h6,
    #cards-wrapper .option-cards-wrapper .option2-text p {
        font-size: 16px;
    }

    #cards-wrapper .bottom-para {
        font-size: 16px;
        line-height: 28px;
        padding-top: 30px;
    }

}

/* FORMS SECTION */
#forms-wrapper {
    padding-top: 50px;
}

#forms-wrapper .testimonial-form .card {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding-top: 20px;
}

#forms-wrapper .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 100px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border: none !important;
}

.testimonial-form .ginput_container input {
    height: 54px;
}

.testimonial-form .ginput_container textarea {
    height: 121px;
}

.testimonial-form .ginput_container input,
.testimonial-form .ginput_container textarea {
    background: #EEEEEE !important;
    border-radius: 8px !important;
    border: none !important;
}

.testimonial-form .ginput_container #input_212_2_3,
.testimonial-form .ginput_container #input_212_2_6,
.testimonial-form .ginput_container #input_212_3,
.testimonial-form .ginput_container #input_212_4,
.testimonial-form .ginput_container #input_212_5,
.testimonial-form .ginput_container #input_212_8 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    padding-left: 15px;
}

.testimonial-form #field_212_7 {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
}

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
    font-weight: 400;
    font-size: 18px;
    padding-left: 2px;
}

.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 60px !important;
    border: 1px dashed #0B82BC !important;
    margin-bottom: 34px;
    color: #000 !important;
    font-size: 18px;
    background: #ECECEC !important;
}

#gform_browse_button_212_9,
#gform_submit_button_212 {
    background: linear-gradient(99.98deg, #0B82BC -9.66%, #00A56F 93.19%) !important;
    border-radius: 5px;
    font-size: 20px;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label,
.gform_legacy_markup_wrapper ul.gfield_radio li label {
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    padding-left: 20px;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox,
.gform_legacy_markup_wrapper ul.gfield_radio {
    margin: 45px 0 !important;
}

#forms-wrapper .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label,
#forms-wrapper .gravity-theme .gsurvey-rating:not(:checked)>label {
    font-size: 0 !important;
}

.gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_legacy_markup_wrapper .top_label .gfield_label,
.gform_legacy_markup_wrapper legend.gfield_label {
    width: 25%;
    margin-bottom: 20px;
    padding: 50px 0px 50px 12px;
}

.gsurvey-rating:not(:checked)>label {
    width: 94px !important;
    font-size: 12px !important;
    line-height: 50px !important;
    color: #656565;
    background-size: 40px !important;
    padding-top: 70px;
    text-align: center;
}

.gsurvey-rating-wrapper {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
}

.gsurvey-rating:not(:checked)>label {
    background-image: url('https://southlondoncollege.org/wp-content/uploads/2023/05/Non-Checked-Star.png') !important;

}

.gsurvey-rating>input:checked~label {
    background-image: url('https://southlondoncollege.org/wp-content/uploads/2023/05/Checked-Star.png') !important;
}

.gsurvey-rating:checked>label {
    background-image: url('https://southlondoncollege.org/wp-content/uploads/2023/05/Checked-Star.png') !important;

}

.gsurvey-rating:not(:checked)>label:hover,
.gsurvey-rating:not(:checked)>label:hover~label,
.gsurvey-rating:checked>label {
    background-image: url('https://southlondoncollege.org/wp-content/uploads/2023/05/Non-Checked-Star.png') !important;
}

.gsurvey-rating:not(:checked)>label:hover,
.gsurvey-rating:not(:checked)>label:hover~label {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    background-image: url('https://southlondoncollege.org/wp-content/uploads/2023/05/Checked-Star.png') !important;
}

.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label::before,
.gravity-theme .gsurvey-rating:not(:checked)>label::before {
    content: "" !important;
}

.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label,
.gravity-theme .gsurvey-rating:not(:checked)>label {
    font-size: 12px !important;
}

#form-section .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label,
#form-section .gravity-theme .gsurvey-rating:not(:checked)>label {
    font-size: 12px !important;
}

.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_0"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_1"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_2"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_3"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_4"]:hover {
    background-color: transparent !important;
}

.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label::before,
.gravity-theme .gsurvey-rating:not(:checked)>label::before {
    content: "" !important;
}

.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label,
.gravity-theme .gsurvey-rating:not(:checked)>label {
    font-size: 12px !important;
}

#form-section .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label,
#form-section .gravity-theme .gsurvey-rating:not(:checked)>label {
    font-size: 12px !important;
}

.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_0"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_1"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_2"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_3"]:hover,
.gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label[for="choice_433_9_4"]:hover {
    background-color: transparent !important;
}

#forms-wrapper .gform_legacy_markup_wrapper .gfield_checkbox li input,
.gform_legacy_markup_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_legacy_markup_wrapper .gfield_radio li input[type="radio"] {
    vertical-align: top !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #ffffff !important;
    border-top: none !important;
    border-bottom: none !important;
}

.gchoice_select_all,
.gform_legacy_markup_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gform_legacy_markup_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
    font-weight: 400 !important;
}

.gform_legacy_markup_wrapper div.validation_error {
    border-top: 1px solid #790000;
    border-bottom: 1px solid #790000;
}

.gform_legacy_markup_wrapper .validation_message {
    color: #ff2020 !important;
    font-weight: 300 !important;
}

/* Media Queries */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .gsurvey-rating-wrapper {
        width: 82%;
    }
}

@media screen and (min-width:1024px) and (max-width:1024px) {
    .gsurvey-rating-wrapper {
        width: 82%;
    }
}


@media screen and (min-width:320px) and (max-width:767px) {
    .gsurvey-rating:not(:checked)>label {
        width: 50px !important;
        font-size: 0px !important;
    }

    .gsurvey-rating-wrapper {
        width: 100%;
    }

    #form-section .gform_legacy_markup_wrapper .gsurvey-rating:not(:checked)>label,
    #form-section .gravity-theme .gsurvey-rating:not(:checked)>label {
        font-size: 0 !important;
    }
}

@media screen and (min-width:375px) and (max-width:767px) {
    .gsurvey-rating:not(:checked)>label {
        width: 50px !important;
        font-size: 0px !important;
    }

    .gsurvey-rating:not(:checked)>label {
        padding-top: 0px;
    }

    .testimonial-form #field_212_7 {
        display: block !important;
    }

    .gform_legacy_markup_wrapper .top_label .gfield_label,
    .gform_legacy_markup_wrapper legend.gfield_label {
        width: 100% !important;
        margin-bottom: 20px !important;
        padding: 20px 0px 0px 12px !important;
    }

    #gform_browse_button_212_9,
    #gform_submit_button_212 {
        font-size: 16px;
    }

    .gform_legacy_markup_wrapper ul.gfield_checkbox li label,
    .gform_legacy_markup_wrapper ul.gfield_radio li label {
        font-size: 14px;
        font-weight: 400 !important;
    }

    .testimonial-form .ginput_container #input_212_2_3,
    .testimonial-form .ginput_container #input_212_2_6,
    .testimonial-form .ginput_container #input_212_3,
    .testimonial-form .ginput_container #input_212_4,
    .testimonial-form .ginput_container #input_212_5,
    .testimonial-form .ginput_container #input_212_8 {
        font-weight: 400;
        font-size: 16px;
    }

    .gform_legacy_markup_wrapper .top_label .gfield_label,
    .gform_legacy_markup_wrapper legend.gfield_label {
        font-size: 16px;
    }

    .gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) and (orientation: portrait) {
    #forms-wrapper {
        padding-top: 0;
    }
}

/* CONTENTS SECTION */
#contents-sec {
    padding-bottom: 30px;
    padding-top: 90px;
}

@media screen and (max-width: 575px) and (orientation: portrait) {
    #contents-sec {
        padding-bottom: 30px;
        padding-top: 50px;
    }
}


/* TERMS AND CONDITIONS */
#terms-conditions {
    padding-bottom: 90px;
}

#terms-conditions .accordion-button {
    font-weight: 600;
    font-size: 30px;
    color: #131313 !important;
    background: #FFFFFF;
    line-height: 60px;
    border-bottom: 5px solid rgb(11, 130, 188);
}

#terms-conditions .accordion-body .tc-para-text,
#terms-conditions .accordion-body .tc-list {
    font-weight: 400;
    font-size: 15px;
    line-height: 34px;
    color: #131313;
}

@media screen and (max-width: 575px) and (orientation: portrait) {

    #terms-conditions .accordion-body .tc-para-text,
    #terms-conditions .accordion-body .tc-list {
        line-height: 30px;
    }

    #terms-conditions .accordion-button {
        font-size: 22px;
        line-height: 40px;
    }

}