.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #122947;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

* {
    outline: none;
}

h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.1em;
    line-height: 1.3;
    font-weight: 500;
}

h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2em;
    line-height: 1.3;
    font-weight: 400;
}

h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 500;
}

h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 400;
}

p {
    margin-bottom: 40px;
    font-size: 1em;
    line-height: 1.5;
}

/*
.big-container {
    overflow-x: hidden;
}
*/

.container {
    background-color: #122947;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.header.sticky {
    padding: 20px 100px;
    background: #122947;
}

.header.sticky .logo__img {
    width: 140px;
}

.logo {
    margin-bottom: 10px;
}

.logo__txt {
    font-size: 0.7em;
    line-height: 1;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1em;
    line-height: 1;
    list-style-type: none;
}

.menu__item {
    margin-right: 35px;
}

.menu__link {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    text-decoration: none;
}

.menu__link:hover {
    text-decoration: underline;
}

.header__wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cta {
    padding: 21px 32px;
    background-color: #ff006e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cta:hover {
    background-color: #122947;
    color: #fff;
}

.cta.cta__menu {
    font-size: 0.8em;
}

.cta.cta__menu:hover {
    background: #fff;
    color: #122947;
}

.cta.cta__banner {
    margin-right: 15px;
    margin-left: 15px;
    padding: 26px 75px;
    font-size: 1.1em;
}

.cta.cta__banner.mirror {
    padding-right: 110px;
    padding-left: 110px;
    background-color: #fff;
    color: #122947;
}

.cta.cta__banner.mirror:hover {
    background-color: #122947;
    color: #fff;
}

.cta.cta__arrow {
    min-width: 300px;
}

.content {
    width: 80%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.content.banner__c {
    padding-top: 200px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
}

.content.banner__c.thanks {
    padding-bottom: 60px;
}

.content.learning__c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.courses__c {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.content.pricing__c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content.tutors__c {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.content.schedule__c {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.content.reviews__c {
    max-width: 960px;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
}

.content.reviews__c.thanks {
    max-width: 1180px;
    color: #122947;
}

.content.info__c {
    max-width: 960px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.content.footer__c {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1em;
    line-height: 1;
    text-align: center;
}

.text-block {
    margin-bottom: 5px;
    font-size: 1em;
    line-height: 1.3em;
    font-weight: 500;
    text-transform: uppercase;
}

.text-block-1 {
    margin-bottom: 15px;
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 500;
    /*text-transform: uppercase;*/
}

.cta__wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo__img {
    width: 170px;
}

.learning__txt {
    width: 45%;
}

.pink__txt {
    display: inline-block;
    margin-bottom: 40px;
    border-bottom: 2px solid #ff006e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ff006e;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.learning__img {
    position: relative;
    width: 45%;
    margin-right: 0px;
}

.learning__shape--small {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.learning__shape--big {
    position: absolute;
    left: -20px;
    top: auto;
    right: auto;
    bottom: -20px;
    width: 200px;
}

.paragraph {
    font-size: 1.1em;
    line-height: 1.4;
}

.paragraph.ty {
    font-size: 1.3em;
}

.video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 35%; 
    height: 80%;
    margin: 0 auto; /* Center the video container horizontally */
    width: 60%; /* Width relative to the container */
    max-width: 560px; /* Increase max-width for larger displays */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
}


.courses {
    background-color: #f8f8f6;
}

.courses__wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.courses__box {
    width: 29%;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    padding: 20px;
    background-color: #f1f1ec;
}

.courses__box__img {
    margin-bottom: 25px;
}

.courses__box__heading {
    margin-bottom: 30px;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 700;
}

.courses__box:last-of-type {
    margin-bottom: 0
}

.courses__box:nth-of-type(4) {
    margin-bottom: 0
}

.courses__box p:last-of-type {
    margin-bottom: 0
}

.cta__txt {
    padding-right: 50px;
    background-image: url('../images/cta__arrow.png');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.pricing__txt {
    width: 45%;
}

.list {
    margin-bottom: 40px;
    padding-left: 0px;
    font-size: 1.1em;
    line-height: 1.3;
    list-style-type: none;
}

.list-item {
    margin-bottom: 10px;
    padding-left: 40px;
    background-image: url('../images/list-shape.png');
    background-position: 0px 3px;
    background-size: auto;
    background-repeat: no-repeat;
}

.list-item.last {
    margin-bottom: 0px;
}

.bold {
    font-weight: 700;
}

.grid {
    position: relative;
    width: 45%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.grid__box {
    position: relative;
}

.grid__inner__img {
    margin-bottom: 20px;
}

.grid__inner {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 25%;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    text-align: center;
}

.grid__shape--small {
    position: absolute;
    left: -40px;
    top: auto;
    right: auto;
    bottom: -40px;
}

.grid__shape--big {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 100px;
    margin-top: -35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/grid-shape1_1.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

.tutors {
    background-color: #f8f8f6;
}

.slider {
    margin-bottom: 60px;
}

.slider__img {
    position: relative;
    width: 25%;
}

.slider__img img {
    margin: 0 auto;
}

.slider__txt {
    width: 65%;
    text-align: left;
}

.slider__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tutor__name {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1;
    font-weight: 700;
}

.qualified {
    color: #ff006e;
}

.slider__list {
    margin-bottom: 0px;
    padding-left: 40px;
    list-style-type: decimal;
}

.slider__list__item {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 500;
}

.slider__list__item.last {
    margin-bottom: 0px;
}

.slider__p {
    margin-bottom: 20px;
    font-size: 0.9em;
}

.slider__p span {
    display: block;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.slider__shape {
    position: absolute;
    left: -20px;
    top: auto;
    right: auto;
    bottom: -20px;
}

.courses__h {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.schedule__txt {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
}

.schedule__txt p:last-of-type {
    margin-bottom: 0
}

.schedule__menu {
    margin-bottom: 60px;
}

/* ----- Start Form 1 ----- */

#card_form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.left_input {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 25%;
}

.right_input {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    width: 85%;
}

#card_form label {
    font-size: 20px;
    line-height: 30px;
    color: #122947;
    font-weight: 400;
    margin: 0;
    min-width: 100px;
    text-align: left;
}

.left_input .input-big {
    width: 55%;
}

.right_input .input-big {
    width: 21%;
}

.input-big {
    background: #fff;
    height: 60px;
    position: relative;
    border: 2px solid #122947;
}

.input-big.error {
    border-color: red;
}

.input-big label.error {
    display: none !important;
}

.input-big select {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    position: relative;
}

span.select {
    background: url(../images/arrow-form.png) no-repeat right 10px center;
    font-size: 15px;
    font-weight: 400;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 10px;
    width: 100%;
    text-align: left;
}

/* ----- End Form 2 ----- */

.schedule__grid {
    margin-bottom: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.schedule__box {
    padding: 30px 20px 40px;
    border-radius: 8px;
    background-color: #f8f8f6;
    color: #122947;
    text-decoration: none;
}

.math {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    background-color: #f1f1ec;
    color: #ff006e;
    font-weight: 500;
}

.day {
    margin-bottom: 40px;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 500;
}

.students__nb {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1.3;
}

.enrol {
    border-bottom: 2px solid #ff006e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #ff006e;
    font-size: 0.9em;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
}

.enrol:hover {
    border-bottom-color: transparent;
}

.more__info {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
}

p.alert {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 500;
}

p.alert a {
    color: inherit;
}

p.alert a:hover {
    text-decoration: none;
}

.reviews {
    background-image: url('../images/reviews-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews.thanks {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.reviews__underline {
    display: inline-block;
    margin-bottom: 40px;
    border-bottom: 2px solid #ff006e;
    text-transform: uppercase;
}

.reviews__underline.thanks {
    border-bottom-style: none;
    color: #ff006e;
    text-decoration: underline;
}

.reviews__slider {
    margin-bottom: 30px;
    background-color: #fff;
    color: #122947;
}

.reviews__slider.thanks {
    padding: 40px;
    border: 1px solid #122947;
}

.stars {
    margin: 0 auto 35px;
}

.full__name {
    display: inline-block;
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 700;
}

/* ----- Start Form 2 ----- */

.form__wr {
    margin-bottom: 60px;
    padding: 50px 35px;
    background-color: #122947;
    color: #122947;
}

.form__wr h4 {
    font-size: 1.5em;
}

.form__holder {
    background: #ffffff;
    position: relative;
    padding: 30px 20px 20px;
}

.form__holder .arrow-color {
    position: absolute;
    top: -23px;
    left: 50%;
    margin: 0 0 0 -23px;
}

/* new */

.multi-step-form {
    width: 90%;
    margin: 0 auto;
}

.multi-step-form label {
    font-size: 20px;
    color: #0082f3;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
}

.multi-step-form input[type=text] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #122947;
    font-weight: 500;
    line-height: 60px;
    text-indent: 20px;
}

.multi-step-form input[type=email] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #122947;
    font-weight: 500;
    line-height: 60px;
    text-indent: 20px;
}

.multi-step-form input[type=tel] {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: #122947;
    font-weight: 500;
    line-height: 60px;
    text-indent: 20px;
}

.form-group {
    margin-bottom: 25px !important;
}

.multi-step-form .input-big {
    position: relative;
    height: 45px;
    background: #fff;
}

.multi-step-form select {
    position: relative;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    width: 100%;
    background: #fff;
    text-indent: 20px !important;
    color: #122947;
}

.multi-step-form .area {
    background: #fff;
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
    text-indent: 20px;
    padding-top: 15px;
    position: relative;
}

.multi-step-form textarea {
    background: none;
    border: none;
    width: 96%;
    height: 100%;
    margin: 0;
    resize: none;
    font-size: 20px;
    color: #505556;
    font-family: 'Proximanova';
    font-weight: 500;
}

button.cta {
    max-width: 324px;
    width: 100%;
    background-position: 62% 50%;
    color: #fff;
}

button.cta:hover {
    background-position: 62% 50%;
}

button.cta.submit {
    display: none
}

.big-i.one {
    display: none
}

.big-i.two {
    display: none
}

.big-i.three {
    display: none
}

.big-i.four {
    display: none
}

.big-i.five {
    display: none
}

.big-i.six {
    display: none
}

.big-i.seven {
    display: none
}


.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.input-error-msg {
    display: none;
    font-size: 1.4rem;
    font-family: 'ProximaNova';
    font-weight: normal;
    text-align: center;
    width: 100%;
    color: #f00;
    margin-top: 10px;
}

form-control {
    background: #ffffff;
    width: 100%;
    height: 4.5rem;
    border: none;
    padding: 0 1.5rem;
    -webkit-appearance: none;
    position: relative;
    border: 1px solid #d2d5d6;
    border-radius: 5px;
}

.multi-step-form .btn {
    min-width: 300px;
    padding: 21px 32px;
    background-color: #ff006e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
}

.multi-step-form .btn:hover {
    background-color: #fff;
    color: #122947;
}

/* ----- End Form 2 ----- */

.reviews .social {
    background: #fff;
    padding: 20px 0;
    margin: 40px 0 0;
}

.reviews .social__stars {
    color: #122947;
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social__box {
    width: 27%;
}

.social__stars {
    margin-bottom: 25px;
    font-size: 1.5em;
    line-height: 1.3;
}

.footer {
    background-color: #eff0e8;
}

.content.footer__c p a {
    color: inherit;
}

.content.footer__c p a:hover {
    text-decoration: none;
}

.content.footer__c p:last-of-type {
    margin-bottom: 0
}

.slider .slider__wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1f1ec;
}

.slick-prev {
    background: url(../images/arrow-left.png) no-repeat center;
    width: 48px;
    height: 48px;
    background-size: contain;
    position: absolute;
    left: -10%;
    top: 50%;
    margin: -24px 0 0 0;
    font-size: 0;
}

.slick-next {
    background: url(../images/arrow-right.png) no-repeat center;
    width: 48px;
    height: 48px;
    background-size: contain;
    position: absolute;
    right: -10%;
    top: 50%;
    margin: -24px 0 0 0;
    font-size: 0;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #f1f1ec;
    border-radius: 50%;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #ff006e;
}

.dots__wr {
    margin: 0 0 40px 0;
}

.dots__wr .slick-dots li:not(.slick-active) button {
    background: rgba(241, 241, 236, 0.4);
}

.reviews__slider .slick-prev {
    background: url(../images/arrow-left2.png) no-repeat center;
    background-size: contain;
}

.reviews__slider .slick-next {
    background: url(../images/arrow-right2.png) no-repeat center;
    background-size: contain;
}

.reviews__slider.thanks .slick-prev {
    background: url(../images/arrow-left.png) no-repeat center;
    background-size: contain;
}

.reviews__slider.thanks .slick-next {
    background: url(../images/arrow-right.png) no-repeat center;
    background-size: contain;
}

.reviws__slider__wr {
    padding: 40px;
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 2.1em;
    }

    h3 {
        font-size: 2em;
    }

    .content.banner__c {
        padding-top: 200px;
    }

    .content.banner__c.thanks {
        padding-bottom: 100px;
    }

    .content.learning__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.courses__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.pricing__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.tutors__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.schedule__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.reviews__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.info__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .content.footer__c {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .cta__wr {
        margin-bottom: 80px;
    }

    .logo__img {
        width: 180px;
    }

    .learning__img {
        width: 50%;
        margin-right: 0px;
    }

    .learning__shape--big {
        width: 250px;
    }

    .courses__box {
        padding: 30px;
    }

    .grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .slider {
        margin-bottom: 80px;
    }

    .slider__p {
        font-size: 0.9em;
    }

    .schedule__grid {
        margin-bottom: 80px;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .schedule__box {
        padding-right: 25px;
        padding-left: 25px;
    }

    .form__wr h4 {
        font-size: 1.6em;
    }

    .social__stars {
        font-size: 1.6em;
    }
}

@media screen and (min-width: 1440px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 2.4em;
    }

    h3 {
        font-size: 2.1em;
    }

    .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .content.banner__c.thanks {
        padding-bottom: 160px;
    }

    .content.learning__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.courses__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.pricing__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.reviews__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .cta__wr {
        margin-bottom: 100px;
    }

    .logo__img {
        width: auto;
    }

    .learning__img {
        margin-right: -60px;
    }

    .learning__shape--big {
        width: auto;
    }

    .courses__box {
        padding: 40px;
    }

    .grid {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .grid__shape--big {
        font-size: 1.1em;
    }

    .slider {
        margin-bottom: 100px;
    }

    .slider__p {
        font-size: 1em;
    }

    .schedule__box {
        padding-right: 30px;
        padding-left: 30px;
    }

    .day {
        font-size: 1.2em;
    }

    .form__wr h4 {
        font-size: 1.7em;
    }

    .social__stars {
        font-size: 1.7em;
    }
}

@media screen and (min-width: 1920px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 2.7em;
    }

    h3 {
        font-size: 2.2em;
    }

    .content.banner__c.thanks {
        padding-bottom: 60px;
    }

    .content.tutors__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.schedule__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .content.info__c {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .cta__wr {
        margin-bottom: 120px;
    }

    .learning__img {
        margin-right: -130px;
    }

    .paragraph.italic {
        font-style: italic;
    }

    .slider__txt {
        width: 70%;
    }

    .tutor__name {
        display: inline-block;
    }

    .schedule {
        text-align: center;
    }

    .schedule__box {
        padding-right: 35px;
        padding-left: 35px;
    }

    .day {
        font-size: 1.3em;
    }

    .stars {
        margin: 0 auto 40px;
    }

    .form__wr h4 {
        font-size: 1.8em;
    }

    .social__stars {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 1024px) {

    .menu {
        display: none;
    }

    .header {
        position: static;
    }

    #card_form {
        flex-direction: column;
        align-items: flex-start;
    }

    .right_input {
        width: 100%;
    }

    .right_input .input-big {
        width: 22%;
    }

    .left_input {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .left_input .input-big {
        width: 90%;
    }

    .content.banner__c {
        padding-top: 40px;
    }

    .multi-step-form {
        width: 80%;
    }

}

@media screen and (max-width: 991px) {

    br {
        display: none;
    }

    h1 {
        font-size: 1.9em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.7em;
    }

    .header {
        padding: 20px 60px;
    }

    .cta.cta__banner.mirror {
        margin-top: 20px;
    }

    .content.learning__c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content.pricing__c {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .content.footer__c {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 0.9em;
    }

    .cta__wr {
        display: block;
    }

    .learning__txt {
        width: 100%;
    }

    .learning__img {
        width: 80%;
        margin-bottom: 60px;
    }

    .courses__box {
        width: 45%;
    }

    .courses__box:nth-of-type(4) {
        margin-bottom: 30px
    }

    .courses__box.last {
        margin-bottom: 0px;
    }

    .pricing__txt {
        width: 100%;
    }

    .grid {
        width: 80%;
        margin-bottom: 60px;
    }

    .grid__inner {
        bottom: 28%;
    }

    .slider__img {
        width: 48%;
        margin-right: auto;
        margin-bottom: 40px;
        margin-left: auto;
    }

    .slider__txt {
        width: 100%;
    }

    .slider__shape {
        width: 90px;
    }

    .courses__h {
        width: auto;
    }

    .schedule__txt {
        width: auto;
    }

    .schedule__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }

    .day {
        font-size: 1em;
    }

    .more__info {
        width: auto;
    }

    .form__wr h4 {
        font-size: 1.4em;
    }

    .social__box {
        width: 35%;
        margin-bottom: 30px;
    }

    .social__box.groups {
        margin-bottom: 0px;
    }

    .social__stars {
        font-size: 1.4em;
    }

    .separator {
        display: none;
    }

    .slider__wr {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        margin-bottom: 15px;
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.6em;
    }

    .header {
        padding-right: 40px;
        padding-left: 40px;
    }

    .content.banner__c {
        padding-top: 5px;
    }

    .content.banner__c.thanks {
        padding-bottom: 10px;
    }

    .content.learning__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.courses__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.pricing__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.tutors__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.schedule__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.reviews__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.info__c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content.footer__c {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cta__wr {
        margin-bottom: 0px;
    }

    .banner__arrow {
        display: none;
    }

    .logo__img {
        width: 160px;
    }

    .learning__img {
        width: 100%;
    }

    .courses__wr {
        margin-bottom: 40px;
    }

    .courses__box {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 60%; 
    height: 80%;
    margin: 0 auto; /* Center the video container horizontally */
    width: 80%; /* Width relative to the container */
    max-width: 560px; /* Increase max-width for larger displays */
    }

    .grid {
        width: 100%;
    }

    .slider {
        margin-bottom: 40px;
    }

    .slider__img {
        width: 68%;
    }

    .slider__list__item {
        font-size: 0.9em;
    }

    .schedule__menu {
        margin-bottom: 40px;
    }

    .schedule__grid {
        margin-bottom: 40px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    #card_form .right_input label {
        display: none;
    }

    .right_input {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .right_input .input-big {
        width: 49%;
    }

    .reviews__slider.thanks {
        padding: 20px;
    }

    .right_input .input-big:first-of-type {
        margin: 0 0 10px 0;
    }

    .right_input .input-big:nth-of-type(2) {
        margin: 0 0 10px 0;
    }

    .form__wr {
        margin-bottom: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .social__stars {
        font-size: 1.3em;
    }

    .slider__wr {
        padding: 0px;
    }

    .reviws__slider__wr {
        padding: 20px;
    }

    .multi-step-form {
        width: 100%;
    }

}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 1.3em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.5em;
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo__wr {
        margin-bottom: 0px;
    }

    .cta.cta__banner {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding: 23px 35px;
        font-size: 1.1em;
    }

    .cta.cta__banner.mirror {
        padding-right: 35px;
        padding-left: 35px;
    }

    .cta.cta__arrow {
        width: 100%;
        min-width: auto;
    }

    .courses__box {
        padding-right: 10px;
        padding-left: 10px;
    }

    .cta__txt {
        padding-right: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .right_input {
        flex-direction: column;
    }

    .right_input .input-big {
        width: 100%;
    }

    .right_input .input-big:nth-of-type(3) {
        margin: 0 0 10px 0;
    }

    .grid {
        margin-bottom: 40px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    }

    .grid__inner {
        bottom: 36%;
    }

    .grid__shape--small {
        display: none;
    }
    
    .logo__txt {
        display: none;
    }
    
    .header__wr {
        display: none;
    }

    .grid__shape--big {
        display: none;
    }

    .slider__img {
        width: 100%;
    }

    .slider__header {
        display: block;
    }

    .slider__list {
        padding-left: 15px;
        list-style-type: decimal;
    }

    .schedule__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto auto;
    }

    .social__box {
        width: 100%;
    }

    .social__stars {
        font-size: 1.2em;
    }

    .form__wr {
        padding: 20px 5px;
    }

    .multi-step-form label {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .multi-step-form select {
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        text-indent: 10px !important;
    }

    .multi-step-form .btn {
        min-width: 100%;
    }

    .slick-next {
        width: 30px;
        height: 30px;
    }
    
    .slick-prev {
        width: 30px;
        height: 30px;
    }

    .reviews__slider .slick-prev {
        width: 30px;
        height: 30px;
    }

    .reviews__slider .slick-next {
        width: 30px;
        height: 30px;
    }

    .reviews__slider.thanks .slick-prev {
        width: 30px;
        height: 30px;
    }

    .reviews__slider.thanks .slick-next {
        width: 30px;
        height: 30px;
    }

}
