.section-callback-form-wrapper{
    margin-bottom: 60px;
}
.callback-form-wrapper{
    background: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}
.callback-form-wrapper .h3,
.callback-form-wrapper .h2{
    margin-bottom: 25px;
    color: #1E2F50;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25em;
}
.callback-form-wrapper div.wpforms-container-full {
    margin: 0;
}
.ast-above-header-section .user-select a:nth-child(4){
    margin-left: 8px;
}
.ast-above-header-section .user-select a{
    margin-right: 8px;
}
.wpforms-conditional-hide {
    display: block !important;
    height: 0 !important;
    padding: .01px !important;
}
.hero-section .hero-section_content .slogan{
    min-height: 41px;
}
.wpforms-conditional-hide * {
    visibility: hidden !important;
}
.callback-form-wrapper form{
    position: relative;
}
.callback-form-wrapper div.wpforms-container-full .wpforms-form .wpforms-field-textarea{
    position: absolute;
    top: 0;
    right: 0;
}
.callback-form-wrapper div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{
    height: 223px;
}

.callback-form-wrapper div.wpforms-container-full .wpforms-form  button[type=submit] {
    background-color: #263c66 ;
    border-radius: 5px ;
    border: none ;
    color: #fff ;
    text-transform: uppercase;
    padding: 17px 30px 15px ;
}
.callback-form-wrapper div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #3a3a3a;
    border: none ;
}
.callback-form-wrapper div.wpforms-container-full .wpforms-form input[type=text],
.callback-form-wrapper div.wpforms-container-full .wpforms-form input[type=email],
.callback-form-wrapper div.wpforms-container-full .wpforms-form textarea {
    border-color: #e5e5e5;
    border-radius: 5px;
}
.course-preview_content.course-preview_content-custom{
    padding: 0;
}

.custom-reviews-container .glsr-review-title{
    display: none;
}
.glsr-default .glsr-review.glsr-review-custom,
.glsr-review-custom{
    padding: 50px;
    box-shadow: 3px 3px 36px rgba(0, 0, 0, .29);
    border-radius: 10px;
    background: #fff;
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.glsr-review-custom .glsr-review-custom-left{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 5px;
}
.glsr-review-custom .glsr-review-custom-left .glsr-review-avatar{
    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;
    display: flex;
    flex: unset;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.glsr-review-custom .glsr-review-custom-right{
    width: calc(100% - 25% - 25px);
}
.reviews-pagination-custom{
    width: 100%;
}
.reviews-pagination-custom .navigation .nav-links{
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    gap: 8px;
}
.reviews-pagination-custom .navigation .nav-links .page-numbers{
    border-radius: 50%;
    border-color: #E5212E;
    border-style: solid;
    border-width: 1px;
    line-height: 2.33333em;
    color: var(--ast-global-color-3);
    display: inline-block;
    width: 2.33333em;
    height: 2.33333em;
    font-size: 1.06666rem;
    text-align: center;
}

.reviews-pagination-custom .navigation .nav-links .page-numbers.current,
.reviews-pagination-custom .navigation .nav-links .page-numbers:hover,
.reviews-pagination-custom .navigation .nav-links .page-numbers:focus {
    background-color: #E5212E;
    border-color: #E5212E;
    color: #fff;
}
.reviews-pagination-custom .navigation .nav-links .page-numbers.prev{
    left: 0;
}
.reviews-pagination-custom .navigation .nav-links .page-numbers.next{
    right: 0;
}
.reviews-pagination-custom .navigation .nav-links .page-numbers.prev,
.reviews-pagination-custom .navigation .nav-links .page-numbers.next{
    border-radius: 30px;
    padding: 0 1.5em;
    width: auto;
    position: absolute;
}
.custom-reviews-container + .glsr-pagination{
    margin-bottom: 50px;
    width: 100%;
}
.required-label{
    color: #ff0000;
    font-weight: 400;
}
.reviews-custom-form-wrapper{
    margin-bottom: 100px;
    margin-top:  100px;
}
.reviews-custom-form-wrapper .glsr-field-rating label{
    display: none !important;
}
.glsr-default .reviews-custom-form-wrapper  button.glsr-button{
    background-color: #263c66;
    border-radius: 5px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 30px 15px;
}
.glsr-default .reviews-custom-form-wrapper  button.glsr-button:hover{
    background-color: #3a3a3a;
    border: none;
}
@media only screen and (min-width: 1280px) {
    header .ast-above-header-wrap.ast-above-header-1 .ast-above-header{
        height: 40px;
    }
}
@media only screen and (max-width: 640px) {
    .reviews-pagination-custom .navigation .nav-links .page-numbers.prev, .reviews-pagination-custom .navigation .nav-links .page-numbers.next{
        position: unset;
    }
    .glsr-default .glsr-review.glsr-review-custom, .glsr-review-custom{
        flex-direction: column;
        row-gap: 15px;
        padding: 50px 30px;
    }
    .glsr-review-custom .glsr-review-custom-right,
    .glsr-review-custom .glsr-review-custom-left{
        width: 100%;
    }
    .reviews-pagination-custom .navigation .nav-links{
        flex-wrap: wrap;
    }
    .reviews-custom-form-wrapper{
        margin-top: 0px;
    }
}
@media only screen and (max-width: 599px) {
    .callback-form-wrapper div.wpforms-container-full .wpforms-form .wpforms-one-half {
        margin: 0;
        width: 100%;
    }

    .callback-form-wrapper div.wpforms-container-full .wpforms-form .wpforms-field-textarea {
        position: unset;
    }
    .callback-form-wrapper .h3, .callback-form-wrapper .h2{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .callback-form-wrapper div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
         height: 90px;
    }
    .course-preview_content.course-preview_content-custom .wp-block-ub-tabbed-content-tab-title-wrap{
        font-size: 13px !important;
        padding: 10px 5px !important;
    }
    .callback-form-wrapper{
        padding: 22px !important;
    }
}
@media only screen and (max-width: 349px) {
    .course-preview_content.course-preview_content-custom .wp-block-ub-tabbed-content-tab-title-wrap{
        font-size: 11px !important;
        padding: 8px 2px !important;
    }
}