/**
 * Theme Name: PushkinTutor
 * Template:   tutorstarter
 */

section.tutor-theme-signup .tutor-theme-signup-form-area .tutor-theme-signup-form-area-row .tutor-theme-signup-form-area-heading {
    font-size: 24px;
    line-height: 28px;
}

section.tutor-theme-signup .tutor-theme-signup-form-area .tutor-theme-signup-form-area-row .tutor-theme-signup-form form button.iti__selected-country {
    background: none;
    border-radius: 0;
}

.already-sent-message {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    text-align: center;
    color: #000;
    width: 100%;
}

.test-dates {
    font-size: 18px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    color: #000;
    width: 100%;
 }


.iti {
    width: 100%;
}

.form-sex-input-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#sex-male,
#sex-female {
    height: 25px;
    width: 25px;
}
.input-sex-label{
    font-weight: 400 !important;
    margin: 0 15px 0 !important;
}

.course-radio-container{
    display: grid;
    grid-template-columns: 1fr 10fr;
}

.course-radio-input{
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.agree-check{
    width: 15px;
    height: 15px;
}

.reg-agree-cont{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.reg-agree-cont .input-sex-label{
    font-size: 14px;
}

.tutor-starter-btn{
    pointer-events: none !important;
    background: #444444 !important;
}

input[id="agree-check"]:checked ~ .tutor-starter-btn{
    pointer-events: all  !important;
    background: #1950d1 !important;
}

#menu-item-8357 {
	display: none;
}

.entry-content{
    padding-bottom: 0;
}

.navbar-toggler{
    margin-left: 10px !important;
}

@media (max-width: 640px) {
    .tutor-justify-between{
        flex-direction: column;
    }
    .under-footer-resources{
        gap: 0 !important;
    }
    .elementor-element-30e3934 .elementor-container{
        /* display: flex; */
        flex-direction: column;
        align-items: center;
    }
    .elementor-element-30e3934 .elementor-container .elementor-col-33{
        width: 100% !important;
    }
    .elementor-element-b5412f6{
        display: none !important;
    }
    .elementor-element.elementor-element-962b112{
        width: 100% !important;
    }
    .mar-left{
        margin-left: 0 !important;
    }
}

.tutor-iconic-btn{
    flex-basis: 32px !important;
    width: 32px !important;
}

.close-btn{
    line-height: 33px;
    height: 30px;
}

/* .tutor-course-topic-single-header */

@media screen and (max-width: 768px) {
    section.tutor-theme-signup .tutor-theme-signup-form-area .tutor-theme-signup-form-area-row .tutor-theme-signup-form-area-heading {
        font-size: 20px;
        line-height: 22px;
    }

    .already-sent-message {
        font-size: 16px;
        padding: 10px;
    }

    .test-dates {
        font-size: 14px;
        padding: 5px;
    }

}
.matching-quiz-question-desc span p{
    font-size: 16px !important;
}