@media (min-width: 1200px) {
    .container-1440 {
        max-width: 1324px;
        margin: 0 auto;
    }
}

/* trainer-modal */
@media (max-width: 1400.5px) {
    .team-pop1 {
        gap: 20px;
    }

    .t-pop-img {
        max-width: 150px;
        max-height: 150px;
    }

    .t-pop-content h4 {
        font-size: 22px;
    }

    .team-pop2 {
        gap: 25px;
    }
}

@media (max-width: 1024.5px) {
    /********** hero **********/
    .carousel-caption h1 {
        font-size: 80px;
        line-height: 90px;
    }

    /********** why-choose-us **********/
    .title {
        font-size: 45px;
        line-height: 55px;
    }
    .choose-ul li {
        font-size: 16px;
        line-height: 38px;
    }
    .choose-ul li span img {
        width: 40px;
    }
    .owl-2 .owl-nav button.owl-prev,
    .owl-4 .owl-nav button.owl-prev {
        left: -4%;
    }

    .owl-2 .owl-nav button.owl-next,
    .owl-4 .owl-nav button.owl-next {
        right: -4%;
    }
	
	.reps-logo {
        max-width: 180px;
    }
}

@media (max-width: 991.5px) {
    button.navbar-toggler[aria-expanded="true"] {
        margin-top: 10px;
    }
    /********** header **********/
    header .navbar-toggler {
        display: flex;
        margin-left: auto;
    }
    /********** hero **********/
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 45px;
        height: 45px;
    }
    .carousel-item {
        height: 600px;
    }
    .carousel-caption h1 {
        font-size: 60px;
        line-height: 70px;
    }

    /********** reps-trainers **********/
    /* owl */
    .reps-trainers .owl-2 .owl-nav button.owl-prev {
        position: absolute;
        left: -3%;
    }
    .reps-trainers .owl-2 .owl-nav button.owl-next {
        position: absolute;
        right: -3%;
    }
    .reps-trainers .owl-2 .owl-nav button.owl-prev img,
    .reps-trainers .owl-2 .owl-nav button.owl-next img {
        width: 50px;
    }
    .owl-2 .owl-nav button.owl-prev,
    .owl-4 .owl-nav button.owl-prev {
        left: -3%;
    }

    .owl-2 .owl-nav button.owl-next,
    .owl-4 .owl-nav button.owl-next {
        right: -3%;
    }
    .owl-4 .owl-nav button.owl-prev img,
    .owl-4 .owl-nav button.owl-next img {
        /* width: 45px; */
        opacity: 0.7;
    }
	
	.reps-logo {
        max-width: 170px;
    }
}

@media (max-width: 767.5px) {
    .row .col-md-4:nth-child(2) {
        padding-top: 40px;
    }
    .row .col-md-4:nth-child(3) {
        padding-top: 40px;
    }

    .navbar .btn.btn-primary {
        width: 100px;
        height: 40px;
        font-size: 14px;
    }
    .btn.btn-primary {
        /* width: 140px; */
        height: 40px;
        font-size: 14px;
    }

    /* header */
    .top-bar {
        padding: 10px 0px;
    }
    .help-us {
        gap: 10px;
    }
    .help-us a {
        font-size: 1.4rem;
    }
    header .navbar {
        padding: 10px 0px;
        justify-content: center;
    }
    .reps-logo {
        max-width: 100px;
        margin-top: unset;
    }
    /* hero */
    .carousel-caption {
        left: 5%;
        right: 5%;
    }
    .carousel-caption h1 {
        font-size: 50px;
        line-height: 60px;
        text-align: center;
    }
    /********** why-choose-us **********/
    .choose-content {
        padding-top: 50px;
        text-align: center;
    }
    .choose-content .btn-primary {
        margin: auto;
    }

    /********** our-training **********/
    .our-training::before {
        width: 100%;
    }
    .t-logo img {
        width: 80%;
    }

    /********** reps-trainers **********/
    /* owl */
    .reps-trainers .owl-2 .owl-nav button.owl-prev {
        position: absolute;
        left: 0%;
    }
    .reps-trainers .owl-2 .owl-nav button.owl-next {
        position: absolute;
        right: 0%;
    }

    /********** contact-us **********/
    .contact-social {
        padding-left: unset;
        padding-top: 40px;
    }
    .cs-icon {
        width: 50px;
        height: 50px;
    }

    .contact-us .col-md-6 {
        z-index: 1;
    }

    .owl-4 .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-4 .owl-nav button.owl-next {
        right: 0;
    }
    .owl-4 .owl-nav button.owl-prev img,
    .owl-4 .owl-nav button.owl-next img {
        width: 50px;
    }
	
	.reps-logo {
        max-width: 150px;
    }
}

@media (max-width: 425px) {
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .owl-4 .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-4 .owl-nav button.owl-next {
        right: 0;
    }

    .owl-4 .owl-nav button.owl-prev img,
    .owl-4 .owl-nav button.owl-next img {
        width: 45px;
        opacity: 0.7;
    }
	
	.reps-logo {
        max-width: 120px;
    }
    .navbar.sticky .reps-logo {
        max-width: 120px;
    }
}
@media (max-width: 320px) {
    .help-us a {
        font-size: 1.2rem;
    }
    .owl-4 .owl-nav button.owl-prev img,
    .owl-4 .owl-nav button.owl-next img {
        width: 40px;
    }
}
