/* Big Screen Device */
@media only screen and (min-width: 1601px) {
    .container {
        max-width: 1175px;
    }
}

/* XXL Device. */
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1175px;
    }
}

/* XL Device :1280px. */
@media only screen and (max-width: 1399px) {
    .container {
        width: 1175px;
    }

    .trainer__top {
        margin-bottom: 40px;
    }

}


/* Large Device :992px. */
@media only screen and (max-width: 1199px) {
    .container {
        width: 960px;
    }

    .btn {
        height: 110px;
        font-size: 24px;
    }
    .banner--1 {
        padding: 15px 65px;
        font-size: 32px;
    }
    .banner--2 {
        font-size: 32px;
    }

}


/* Medium Device :768px. */
@media only screen and (max-width: 991px) {
    .container {
        width: 720px;
    }

    .content__row--1, .content__row--2 {
        height: auto;
    }
    .content__box--1, .content__box--2, .content__box--3, .content__box--4 {
        margin-bottom: 15px;
    }
    .content__box--lg, .content__box--sm {
        width: 100%;
        height: auto;
    }
    .content__bg__thumb--1 {
        width: 100%;
        height: auto;
        margin-top: 0;
    }
    .banner--1 {
        min-height: auto;
    }
    .content__bg__thumb--2 {
        position: static;
    }
    .banner--2 {
        position: static;
    }
    .conetnt__trainer {
        width: 100%;
    }
    .trainer--box {
        height: auto;
        padding: 30px 24px 50px;
}
    .supported__text {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

}


/* Small Device :550px. */
@media only screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .header__logo {
        margin: auto;
    }
    .banner--1 {
        text-align: center;
    }
    .content__bg__thumb--2 p {
        text-align: center;
        margin-bottom: 40px;
    }
    .banner--2 {
        text-align: center;
        min-height: auto;
        padding: 30px 15px;
    }
    .content__bg__thumb--3 {
        height: auto;
    }
    .content__bg__thumb--4 {
        width: auto;
        height: auto;
    }

}


/* Extra small Device. */
@media only screen and (max-width: 575px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .header {
        padding: 15px 0;
    }
    .banner--1 {
        padding: 20px 10px;
        font-size: 24px;
    }
    .content__bg__thumb--2 {
        padding: 40px 16px;
    }
    .btn {
        height: 90px;
        font-size: 20px;
        border-radius: 10px;
        border-width: 3px;
    }
    .banner--2 {
        font-size: 20px;
    }
    .trainer--box {
        text-align: center;
    }
    .trainer__top {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .trainer--box {
        padding: 40px 16px 50px;
    }
    .trainer__info, .trainer__contact {
        font-size: 16px;
    }
}