@media (max-width: 1110px) {

    /* menu icon  */
    .container__icon--cross {
        display: inline-block;
        cursor: pointer;
        z-index: 999;
        position: relative;
        top: 0;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 24px;
        height: 2px;
        background-color: var(--color-ffffff);
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-5px, -3px);
        transform: rotate(45deg) translate(-5px, -3px);
    }

    .wrapper__nav .menu {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        overflow: hidden;
        transition: 0.4s;
        background: var(--color-000000);
    }

    .wrapper__nav .menu.mystyle {
        z-index: 9;
        height: 100vh;
    }

    .wrapper__nav .menu.mystyle {
        display: block;
        padding: 50px 0px;
    }

    .wrapper__nav .menu.mystyle li.wrapper__nav__main__li {
        padding-left: 20px;
    }

    .wrapper__nav .menu.mystyle li.wrapper__nav__main__li:not(:last-child) {
        margin-bottom: 14px;
    }

    .wrapper__nav ul li a {
        padding: 0px;
    }

    .wrapper__nav ul li a:hover {
        color: var(--primary-color);
    }

    header {
        position: sticky;
        z-index: 999;
        top: 0;
        transition: box-shadow 0.2s ease, background-color 0.2s ease;
    }

    header.headerSticky {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        background: #fff;
    }
}

@media(min-width:1201px) {
    #nav__icon--cross {
        display: none;
    }
}

@media(min-width:992px) {}

@media(max-width:1700px) {

    .fb__50 {
        font-size: 36px;
        line-height: 46px;
    }

    .fb__25 {
        font-size: 20px;
        line-height: 31px;
    }

    .wrapper__aim__motif svg {
        height: 128px;
    }
}

@media(max-width:1440px) {
    .wrapper__aim__motif svg {
        height: 80px;
    }

    .wrapper__aim__left,
    .wrapper__aim__right {
        padding: 3% 3.5%;
    }

    .wrapper__aim__left {
        display: flex;
        align-items: center;
    }

}
@media(max-width:1240px){
.wrapper__nav ul {
    column-gap: 80px;
}

}
@media(max-width:1200px) {

    .wrapper__cc__left,
    .wrapper__cc__right {
        max-width: 100%;
    }

    .wrapper__ccl__left,
    .wrapper__ccl__right {
        max-width: 50%;
    }

    .wrapper__ccl__image img,
    .wrapper__aim__image img {
        width: 100%;
        height: auto;
    }

    .wrapper__test__row {
        margin-left: -15px;
        margin-right: -15px;
        row-gap: 30px;
        justify-content: center;
    }

    .wrapper__test__col {
        max-width: calc(100% / 4);
        padding-left: 15px;
        padding-right: 15px;
    }
    .wrapper__cuc__left,
    .wrapper__cuc__right {
        max-width: 100%;
    }
    .wrapper__cuc__left{
        display: none;
    }
    .wrapper__cuc__form{
        padding-left: 15px;
        padding-right: 15px;
    }


}

@media(min-width:768px) and (max-width:1024px) {
    .h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .h2 {
        font-size: 50px;
        line-height: 61px;
    }

    .h3 {
        font-size: 36px;
        line-height: 46px;
    }

    .h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .h5 {
        font-size: 20px;
        line-height: 31px;
    }

    .pratice__grid__wrapper .pratice__grid__col:not(:nth-last-child(-n + 2)) {
        max-width: calc(100% / 2);
    }

}

@media(max-width:1024px) {

    .wrapper__aim__left,
    .wrapper__aim__right {
        max-width: 100%;
    }

    .mb__40 {
        margin-bottom: 20px;
    }

    .wrapper__aim__motif svg {
        height: 100px;
    }

    .pratice__video__caption .h1 {
        column-gap: 30px;
    }

    .wrapper__pratice__col .icon img {
        width: 100px;
        height: 100px;
    }

    .wrapper__aim__motif {
        display: none;
    }

    .wrapper__aim__image img {
        height: 500px;
        object-fit: contain;
    }

    .media__caption.text__left,
    .media__caption.text__right,
    .wrapper__media__caption .media__wrapper {
        max-width: 100%;
        width: 100%;
    }

    .wrapper__media__caption {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .pt__100 {
        padding-top: 50px;
    }
}

@media(max-width:820px) {

    .wrapper__tbl__col,
    .wrapper__tbr__col {
        max-width: 100%;
        width: 100%;
    }

    .wrapper__aim__motif {
        display: none;
    }

    .media__caption.text__top {
        margin-bottom: 20px;
    }

    .media__caption.text__bottom {
        margin-top: 20px;
    }

    .wrapper__top__bl {
        padding-top: 20px;
    }

    .wrapper__top__logo.wrapper__img__common {
        max-width: 300px;
        margin: auto;
    }

    .wrapper__about__left {
        max-width: 350px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper__about__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .wrapper__about__right {
        padding-left: 15px;
        padding-right: 15px;
        max-width: calc(100% - 350px);
    }

    .wrapper__test__col {
        max-width: calc(100% / 3);
    }
	.wrapper__top__logo img {
    width: 38%;
}

.media__caption.text__top,
.media__caption.text__bottom{

    gap: 20px;

}

}

@media(max-width:767px) {

    .py__14 {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .pl__10 {
        padding-left: 10px;
    }

    .py__80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py__40 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py__140 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .pt__80 {
        padding-top: 40px;
    }

    .py__90 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mb__40 {
        margin-bottom: 20px;
    }

    .h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .h2 {
        font-size: 40px;
        line-height: 51px;
    }

    .h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .h5 {
        font-size: 20px;
        line-height: 31px;
    }

    .h6 {
        font-size: 16px;
        line-height: 27px;
    }

    .p {
        font-size: 16px;
        line-height: 27px;
        color: var(--color-000000);
        font-family: var(--helvetica-light-font);
    }

    .body__font__18 {
        font-size: 16px;
        line-height: 27px;
    }

    .body__font__16 {
        font-size: 16px;
        line-height: 24px;
    }

    .body__font__16__500 {
        font-size: 16px;
        line-height: 24px;
    }

    .body__font__14 {
        font-size: 14px;
        line-height: 20px;
    }

    .body__font__12 {
        font-size: 12px;
    }

    .wrapper__nav ul li a {
        font-size: 16px;
    }

    /* video section */
    .media__caption.text__top {
        max-width: 100%;
        margin-bottom: 30px;
        justify-content: center;
    }

    .wrapper__media__caption {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }

    .media__caption.text__bottom {
        justify-content: center;
    }

    .pratice__grid__wrapper .pratice__grid__col {
        max-width: 100% !important;
    }

    .faq__content__listing .listing__cols:nth-last-child(2):first-child,
    .faq__content__listing .listing__cols:nth-last-child(2):first-child+* {
        max-width: calc(100% / 1);
        width: 100%;
    }

    .faq__content__listing.d-flex.flex-wrap {
        row-gap: 30px;
    }

    .pratice__video__file {
        margin-top: -120px;
    }

    .pratice__video__caption .h1 {
        display: block;
    }

    .wrapper__faq__heading {
        padding: 14px 16px;
    }

    .wrapper__home__banner {
        padding: 120px 0px;
    }

    .hero__title::before {
        font-size: 100px;
    }

}

@media(max-width:767px) {

    .wrapper__about__left,
    .wrapper__about__right {
        max-width: 100%;
    }

    .wrapper__about__image img {
        margin: auto;
        display: block;
    }
     .wrapper__book__grid__col {
        max-width: 100%;
    }

    .wrapper__book__grid {
        row-gap: 30px;
    }
    .book__bottom__content{
        padding: 15px;
    }
    .mb__60 {
        margin-bottom: 30px;
    }
}

@media(max-width:576px) {
    .wrapper__top__col {
        max-width: calc(100% / 1);
    }

    .media__caption p {
        font-size: 16px;
    }

    .wrapper__ccl__left,
    .wrapper__ccl__right {
        max-width: 100%;
    }

    .wrapper__cc__form__col {
        max-width: calc(100% / 1);
    }

    .wrapper__cc__form__row {
        row-gap: 14px;
    }

    .wrapper__ccl__add li:not(:last-child) {
        margin-bottom: 15px;
    }

    .wrapper__ccl__icon svg {
        width: 20px;
        height: 20px;
    }

    .wrapper__tci__col {
        max-width: calc(100% / 1);
    }

    .wrapper__top__logo.wrapper__img__common {
        max-width: 100%;
    }

    .fb__50 {
        font-size: 26px;
        line-height: 36px;
    }

    .fb__25 {
        font-size: 18px;
        line-height: 25px;
    }

    .wrapper__aim__left,
    .wrapper__aim__right {
        padding: 30px 20px;
    }

    .wrapper__about__content__box {
        padding: 30px 20px;
    }

    .wrapper__test__col {
        max-width: calc(100% / 2);
    }
    .page__contact__us .wrapper__ccl__left,
    .page__contact__us .wrapper__ccl__right {
      max-width: 100%;
    }
}

@media(max-width:440px) {
    .wrapper__test__col {
        max-width: calc(100% / 1);
    }
}