/* Max width 767px */
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
.shorting-menu .filter {
    min-width: 120px!important;
    font-size: 13px;
    margin: 8px 2px;
    padding: 5px 10px!important;
    
}

    .single-courses-box {
        min-height: 650px;
    }

    .single-category-courses-img {
        max-height: fit-content !important;
    }

    .ptb-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .pb-100 {
        padding-bottom: 60px;
    }

    .ptb-70 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-70 {
        padding-top: 30px;
    }

    .pb-70 {
        padding-bottom: 30px;
    }

    p {
        font-size: 14px;
    }

    .section-title {
        margin-bottom: 35px;
    }

    .section-title .sub-title {
        margin-bottom: 8px;
        font-size: 13.5px;
    }

    .section-title h2 {
        font-size: 27px;
    }

    .section-title p {
        max-width: 100%;
    }

    .section-title.text-left {
        text-align: center !important;
    }

    .section-title.text-left h2 {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .exam-img {
        margin: 30px 0;
    }

    .section-title.text-left .default-btn {
        display: none;
    }

    .default-btn {
        padding: 12px 20px 11px 50px;
        font-size: 13px;
    }

    .default-btn .icon-arrow {
        top: 10px;
        font-size: 22px;
    }

    .top-header {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 7px;
    }

    .top-header-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-header-contact-info li {
        font-size: 12.5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 8px;
        margin-left: 0;
        padding-right: 0;
    }

    .top-header-contact-info li i {
        font-size: 17px;
        position: relative;
        top: 3px;
        -webkit-transform: unset;
        transform: unset;
    }

    .top-header-contact-info li span {
        display: none;
    }

    .top-header-contact-info li a {
        font-size: 13px;
    }

    .top-header-contact-info li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-header-btn {
        display: none;
    }

    .top-header-logo {
        display: none;
    }

    .top-header-style-two {
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        padding-top: 15px;
        padding-bottom: 7px;
    }

    .top-header-style-two .top-header-contact-info {
        text-align: center;
    }

    .top-header-style-two .top-header-contact-info li {
        text-align: center;
    }

    .top-header-style-three {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-header-style-three .top-header-contact-info {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        padding-top: 0;
        padding-bottom: 0;
    }

    .top-header-style-three .top-header-contact-info li {
        font-size: 13px;
    }

    .top-header-style-three .top-header-contact-info li a {
        font-size: 13px;
    }

    .top-header-style-three .top-header-contact-info li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .top-header-social {
        display: inline-block;
        margin-right: 10px;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .top-header-social span {
        margin-left: 2px;
        font-size: 13px;
    }

    .top-header-social a {
        font-size: 15px;
    }

    .top-header-login-register {
        text-align: center;
    }

    .top-header-style-four {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-header-style-four .top-header-contact-info {
        padding-top: 0;
        padding-bottom: 0;
    }

    .top-header-style-four .top-header-contact-info li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*  .top-header-style-four .top-header-social {*/
    /*border-right: none;*/
    /*  }*/
    /*.owl-carousel .owl-stage-outer div .main-banner {*/
    /*    height: 100% !important;*/
    /*}*/

    /*section.home-slides.owl-carousel.owl-theme .owl-stage-outer {*/
    /*    HEIGHT: 300PX!IMPORTANT;*/
    /*}*/
}

.main-banner-content {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.main-banner-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(10 58 126 / 35%) 0%, rgb(7 22 44 / 25%) 100%);
    top: 0;
    left: 0;
    z-index: 0;
}

.search-banner {
    width: 100%;
}

.search-banner button {
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 25px;
    color: #BA141A;
    transform: translateY(-50%);
    border: none;
    background: transparent;
}

.bx-search {
    display: flex;
}
.search-banner form{
    position:relative;
}
.search-banner input {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    border: none;
    padding: 0 20px;
    direction: rtl!important;
}

.main-banner-content .sub-title {
    padding-left: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
}

.main-banner-content .sub-title::before {
    display: none;
}


.home-slides.owl-theme .owl-nav [class*=owl-] {
    left: 10px;
    font-size: 27px;
    width: 35px;
    height: 35px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 10px;
}

.banner-section {
    height: 100%;
    padding-top: 250px;
    padding-bottom: 175px;
}

.banner-content {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
}

.banner-content .sub-title {
    padding-left: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
}

.banner-content .sub-title::before {
    display: none;
}

.banner-content h1 {
    font-size: 30px;
    margin-bottom: 17px;
}

.banner-content p {
    max-width: 100%;
    line-height: 1.7;
    font-weight: normal;
    font-size: 15px;
}

.banner-content .btn-box {
    margin-top: 25px;
}

.banner-content .btn-box .default-btn {
    margin-right: 6px;
}

.banner-content .btn-box .video-btn {
    margin-left: 6px;
    top: 0;
    font-size: 13px;
    padding-left: 35px;
}

.banner-content .btn-box .video-btn span {
    top: -6px;
    font-size: 30px;
}

.banner-content .btn-box .video-btn span::after, .banner-content .btn-box .video-btn span::before {
    width: 30px;
    height: 30px;
}

.banner-content::before {
    display: none;
}

.hero-banner {
    height: 100%;
    padding-top: 125px;
    padding-bottom: 80px;
}

.hero-banner-content {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}

.hero-banner-content .sub-title {
    padding-left: 0;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
}

.hero-banner-content .sub-title::before {
    display: none;
}

.hero-banner-content h1 {
    font-size: 30px;
    margin-bottom: 17px;
}

.hero-banner-content p {
    max-width: 100%;
    line-height: 1.7;
    font-size: 15px;
}

.hero-banner-content .btn-box {
    margin-top: 30px;
}

.hero-banner-content .btn-box .default-btn {
    margin-right: 6px;
}

.hero-banner-content .btn-box .optional-btn {
    margin-left: 6px;
    font-size: 13px;
}

.hero-banner-image {
    padding-left: 0;
    margin-top: 30px;
}

.divider {
    bottom: -1px;
}

.main-banner-wrapper {
    padding-top: 75px;
}

.banner-wrapper-content h1 {
    margin-bottom: 18px;
    font-size: 30px;
}

.banner-wrapper-content p {
    font-size: 15px;
    max-width: 100%;
}

.banner-wrapper-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 45px;
    font-size: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
}

.banner-wrapper-content form button:hover, .banner-wrapper-content form button:focus {
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}

.banner-wrapper-image {
    margin-top: 35px;
}

.banner-wrapper {
    padding-top: 260px;
    padding-bottom: 110px;
}

.wrapper-content {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
}

.wrapper-content h1 {
    font-size: 33px;
    margin-bottom: 15px;
}

.wrapper-content form {
    margin-left: 0;
    margin-top: 25px;
}

.wrapper-content form button {
    position: relative;
    right: 0;
    top: 0;
    height: 50px;
    font-size: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(255, 25, 73, 0.2);
}

.wrapper-content form button:hover, .wrapper-content form button:focus {
    -webkit-box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
    box-shadow: 0 5px 28.5px 1.5px rgba(14, 181, 130, 0.2);
}

.banner-courses-category ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.banner-courses-category ul li a {
    font-size: 15px;
}

.banner-courses-category ul li a i {
    font-size: 35px;
}

.slider_area .tp-caption.NotGeneric-Icon, .slider_area .tp-caption .NotGeneric-Icon {
    font-size: 14px !important;
}

.slider_area .tp-caption.NotGeneric-Title, .slider_area .tp-caption .NotGeneric-Title {
    font-size: 33px !important;
}

.slider_area .tp-caption.NotGeneric-SubTitle, .slider_area .tp-caption .NotGeneric-SubTitle {
    font-size: 14px !important;
}

.slider_area .tp-caption.NotGeneric-btn .default-btn, .slider_area .tp-caption .NotGeneric-btn .default-btn {
    padding: 12px 20px 11px 50px !important;
    font-size: 13px !important;
}

.about-image {
    text-align: center;
    margin-bottom: 30px;
    padding-left: 0;
    padding-bottom: 0;
}

.about-content {
    padding-right: 0;
    text-align: center;
}

.about-content .sub-title {
    margin-bottom: 8px;
    font-size: 13.5px;
}

.about-content h2 {
    font-size: 26px;
}

.about-content h6 {
    margin-bottom: 14px;
    line-height: 1.5;
}

.about-content .features-text {
    margin-top: 20px;
    text-align: right;
}

.about-content .features-text h5 {
    margin-bottom: 15px;
    max-width: 295px;
    font-size: 16px;
    padding-top: 2px;
}

.about-content .default-btn {
    margin-top: 25px;
}

.about-content.left-content {
    max-width: 100%;
    padding-left: 0;
}

.about-right-image {
    margin-top: 30px;
    text-align: center;
    padding-right: 0;
    padding-bottom: 0;
}

.about-right-image img {
    width: 100%;
}

.about-right-image img:nth-child(2) {
    position: relative;
    margin-top: 30px;
}

.about-right-image .text-box {
    right: auto;
    top: 30%;
    width: 140px;
    height: 140px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 0;
}

.about-right-image .text-box .inner {
    font-size: 14px;
}

.about-right-image .text-box .inner span {
    font-size: 28px;
}

.about-inner-area {
    margin-top: 0;
}

.about-text {
    margin-top: 30px;
}

.about-text h3 {
    font-size: 18px;
}

.single-categories-courses-box {
    padding: 25px 20px;
}

.single-categories-courses-box h3 {
    font-size: 18px;
}

.single-categories-courses-box span {
    font-size: 13px;
}

.single-categories-courses-box .icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
}

.single-categories-courses-item {
    padding: 25px 20px;
    min-height: 390px;
}

.single-categories-courses-item h3 {
    font-size: 18px;
}

.single-categories-courses-item span {
    font-size: 13px;
}

.single-categories-courses-item .icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
}

.single-categories-courses-item:hover .icon, .single-categories-courses-item:focus .icon {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.single-categories-courses-item:hover h3, .single-categories-courses-item:focus h3 {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.single-categories-courses-item:hover span, .single-categories-courses-item:focus span {
    -webkit-transform: translateY(-21px);
    transform: translateY(-21px);
}

.single-categories-courses-item:hover .learn-more-btn, .single-categories-courses-item:focus .learn-more-btn {
    bottom: 15px;
}

.courses-categories-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    right: 0 !important;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;

}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto !important;
    left: -50px !important;
}

.courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
    right: -50px !important;
    left: auto;
}

.single-courses-category a {
    padding: 20px;
    font-size: 18px;
}

.single-courses-category a i {
    font-size: 45px;
}

.single-boxes-item {
    padding: 30px;
    min-height: auto;
}

.single-boxes-item h3 {
    font-size: 20px;
}

.single-boxes-item .boxes-btn {
    font-size: 13px;
}

.story-content {
    margin-top: 0;
    text-align: center;
}

.story-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.values-content {
    margin-top: 0;
    text-align: center;
}

.values-content h3 {
    margin-bottom: 10px;
    font-size: 18px;
}

.funfacts-inner {
    border-radius: 10px;
    padding: 25px 20px 0;
}

.funfacts-inner .col-lg-3 {
    border-right: none;
}

.single-funfact {
    margin-bottom: 25px;
}

.single-funfact .icon {
    font-size: 35px;
    margin-top: -3px;
    margin-bottom: 8px;
}

.single-funfact h3 {
    font-size: 32px;
}

.single-funfact p {
    font-size: 14px;
}

.shorting-menu {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}

.shorting-menu .filter {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    min-width: 250px;
}

.single-courses-box .courses-image .courses-tag {
    left: 20px;
    font-size: 13px;
}

.single-courses-box .courses-content {
    padding: 20px;
}

.single-courses-box .courses-content h3 {
    font-size: 18px;
}

.single-courses-box .courses-box-footer {
    padding: 20px;
    text-align: center;
}

.single-courses-box .courses-box-footer ul li i {
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.single-courses-box .courses-box-footer ul .courses-price {
    font-size: 18px;
}

.single-courses-item .courses-content h3 {
    font-size: 18px;
}

.single-courses-item .courses-content .courses-rating .rating-total {
    display: none;
}

.single-courses-item .courses-box-footer {
    text-align: center;
}

.single-courses-item .courses-box-footer ul li i {
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.single-courses-item .courses-box-footer ul .courses-price {
    font-size: 18px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    right: 0 !important;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
}

.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto !important;
    left: 0 !important;
}

.courses-slides.owl-theme .owl-dots {
    display: none !important;
}

.single-courses-list-box .box-item .courses-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}

.single-courses-list-box .box-item .courses-image .image {
    border-radius: 5px 5px 0 0;
    background-image: unset !important;
}

.single-courses-list-box .box-item .courses-image .image img {
    display: inline-block;
    border-radius: 5px 5px 0 0;
}

.single-courses-list-box .box-item .courses-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-courses-list-box .box-item .courses-desc .courses-content h3 {
    font-size: 18px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer {
    text-align: center;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul li i {
    top: 0;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.single-courses-list-box .box-item .courses-desc .courses-box-footer ul .courses-price {
    font-size: 18px;
}

.courses-list-tab .tabs {
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
}

.courses-list-tab .tabs li {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.courses-list-tab .tabs li a {
    display: block;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.courses-topbar {
    text-align: center;
}

.courses-topbar .topbar-result-count p {
    font-size: 15px;
}

.courses-topbar .topbar-ordering {
    margin-top: 5px;
    margin-bottom: 7px;
}

.courses-details-header .courses-title h1 {
    margin: 40px 0;
    font-size: 20px;
    line-height: 1.4;
}

.courses-details-header .courses-meta {
    margin-top: 5px;
}

.courses-details-header .courses-meta ul li {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 0;
}

.courses-details-header .courses-meta ul li i {
    display: none;
}

.courses-details-header .courses-meta ul li span {
    font-size: 13px;
}

.courses-details-header .courses-price {
    text-align: left;
    margin-top: 20px;
}

.courses-details-header .courses-price .courses-review {
    display: block;
    margin-bottom: 10px;
}

.courses-details-header .courses-price .price {
    font-size: 30px;
}

.courses-details-desc h3 {
    font-size: 18px;
}

.courses-details-desc .why-you-learn ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.courses-details-desc .why-you-learn ul li span i {
    top: 0;
}

.courses-details-desc .courses-author .author-profile {
    padding: 0 20px 20px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    font-size: 15px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    font-size: 13px;
}

.courses-details-desc .courses-author .author-profile .author-profile-title .author-profile-title-details a {
    padding: 5px 10px 4px;
    font-size: 13px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-title {
    padding: 13px 40px 13px 15px;
    font-size: 14px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons {
    padding-right: 0;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .number {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
}

.courses-details-desc .courses-accordion .accordion .accordion-item .accordion-content .courses-lessons .single-lessons .lessons-info {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 8px;
}

.courses-review-comments .user-review {
    padding: 20px 0 20px 0;
}

.courses-review-comments .user-review img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
}

.courses-review-comments .user-review .review-rating .review-stars i {
    font-size: 15px;
}

.courses-review-comments .user-review .review-rating span {
    top: 0;
}

.courses-sidebar-information ul li {
    padding: 12px 10px;
    font-size: 14px;
}

.courses-sidebar-syllabus {
    margin-bottom: 30px;
}

.courses-sidebar-syllabus h3 {
    margin-bottom: 25px;
    font-size: 18px;
}

.mission-content .section-title {
    margin-bottom: 25px;
}

.mission-content .section-title.text-left {
    text-align: right !important;
}

.mission-content h3 {
    margin-bottom: 13px;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 1.6;
}

.mission-content .owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 41px;
    left: -35px;
}

.mission-content .owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -35px;
}

.team-area {
    overflow: hidden;
}

.single-instructor-member .member-content h3 {
    font-size: 18px;
}

.single-instructor-member .member-content span {
    font-size: 13.5px;
}

.team-btn-box {
    margin-top: 20px;
}

.single-instructor-box .content {
    margin-top: 20px;
}

.single-instructor-box .content h3 {
    font-size: 18px;
}

.single-instructor-box .content span {
    font-size: 13.5px;
}

.team-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
}

.team-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    right: 0 !important;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
}

.team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto !important;
    left: 0 !important;
}

.single-team-member .member-content {
    top: auto;
    padding: 20px;
    bottom: 0;
}

.single-team-member .member-content h3 {
    font-size: 18px;
}

.single-team-member .member-content span {
    font-size: 13.5px;
}

.instructor-details-area .section-title {
    margin-bottom: 30px;
}

.instructor-details-area .section-title h2 {
    font-size: 21px;
}

.instructor-details-desc {
    margin-bottom: 40px;
}

.instructor-details-desc .instructor-details-sidebar {
    margin-bottom: 30px;
}

.instructor-details-desc .instructor-details {
    text-align: center;
    margin-bottom: 50px;
}

.instructor-details-desc .instructor-details h3 {
    margin-bottom: 8px;
    font-size: 20px;
}

.instructor-details-desc .instructor-details .sub-title {
    font-size: 14px;
}

.instructor-details-desc .instructor-details .instructor-details-info .row .col-lg-6:nth-child(2) {
    margin-top: 25px;
}

.instructor-details-desc .instructor-details .instructor-details-info h3 {
    font-size: 18px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li {
    font-size: 14px;
}

.instructor-details-desc .instructor-details .instructor-details-info ul li span {
    font-size: 13px;
}

.offer-area .section-title {
    margin-bottom: 5px;
}

.single-offer-box {
    padding: 25px 20px;
    margin-top: 30px;
}

.single-offer-box .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
    margin-bottom: 25px;
}

.single-offer-box h3 {
    font-size: 18px;
}

.single-testimonials-item {
    padding: 25px 20px 90px;
}

.single-testimonials-item p {
    font-size: 14.5px;
}

.single-testimonials-item .info h3 {
    font-size: 18px;
}

.testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}

.single-feedback-item {
    text-align: center;
    max-width: 100%;
}

.single-feedback-item p {
    font-size: 16px;
}

.single-feedback-item .info {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-right: 100px;
    padding-bottom: 14px;
}

.single-feedback-item .info h3 {
    font-size: 16px;
}

.single-feedback-item .info img {
    width: 75px !important;
    height: 75px;
    right: 10px;
}

.single-feedback-item .info::before {
    display: none;
}

.feedback-slides.owl-theme {
    margin-bottom: 0;
}

.feedback-slides.owl-theme .single-feedback-item {
    margin-bottom: 30px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    right: 0 !important;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto !important;
    left: 0 !important;
}

.single-features-box {
    min-height: 360px;
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #cccccc;
}

.single-features-box .inner-content {
    right: 25px;
    bottom: 25px;
    left: 25px;
}

.single-features-box .inner-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.single-features-box:hover .inner-content h3 {
    -webkit-transform: translateY(-67px);
    transform: translateY(-67px);
}

.single-features-box:hover .inner-content p {
    -webkit-transform: translateY(-67px);
    transform: translateY(-67px);
}

.col-lg-3:nth-child(4) .single-features-box {
    border-bottom: none;
}

.single-work-process .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    font-size: 35px;
}

.single-work-process h3 {
    font-size: 18px;
}

.single-work-process::before {
    display: none;
}

.students-feedback-form-content {
    text-align: center;
    margin-bottom: 35px;
}

.students-feedback-form-content h2 {
    font-size: 30px;
}

.students-feedback-form h3 {
    padding: 20px 15px;
    font-size: 17px;
}

.students-feedback-form::after {
    display: none;
}

.students-feedback-form form {
    padding: 25px;
}

.feedback-form-area {
    margin-top: -10px;
}

.feedback-form-image {
    display: none;
}

.feedback-form-inner .feedback-form h3 {
    font-size: 18px;
}

.feedback-form-inner .feedback-form form {
    padding: 20px;
}

.single-blog-post .post-content .post-meta {
    margin-bottom: 12px;
}

.single-blog-post .post-content .post-meta li.post-author {
    top: -2px;
}

.single-blog-post .post-content .post-meta li.post-author img {
    top: -1px;
}

.single-blog-post .post-content .post-meta li.post-author a {
    top: 2px;
    position: relative;
}

.single-blog-post .post-content .post-meta li::before {
    top: 8px;
}

.single-blog-post .post-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.single-blog-post .post-content .read-more-btn {
    font-size: 14px;
}

.blog-slides.owl-theme .owl-nav {
    margin-bottom: 30px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    position: relative;
    right: 0 !important;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
    margin-right: 5px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: auto !important;
    left: 0 !important;
}

.blog-details-desc .article-content .entry-meta {
    margin-bottom: -15px;
}

.blog-details-desc .article-content .entry-meta ul li {
    font-size: 14px;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li i {
    display: none;
}

.blog-details-desc .article-content .entry-meta ul li span {
    font-size: 13px;
}

.blog-details-desc .article-content h3 {
    font-size: 19px;
    margin-bottom: 13px;
    line-height: 1.5;
}

.blog-details-desc .article-footer {
    text-align: center;
}

.blog-details-desc .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.blog-details-desc .article-footer .article-share {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.blog-details-desc .article-footer .article-share .social {
    text-align: center;
    margin-top: 15px;
}

.blog-details-desc .article-author .author-profile {
    padding: 0 20px 20px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details h4 {
    font-size: 15px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details .author-profile-details span {
    font-size: 13px;
}

.blog-details-desc .article-author .author-profile .author-profile-title .author-profile-title-details a {
    padding: 5px 10px 4px;
    font-size: 13px;
}

.comments-area .comments-title {
    font-size: 19px;
}

.comments-area .comment-author .avatar {
    height: 50px;
    right: 0;
    position: relative;
    width: 50px;
    display: block;
    margin-bottom: 10px;
}

.comments-area .comment-body {
    padding-right: 0;
}

.comments-area .comment-respond .comment-reply-title {
    font-size: 19px;
}

.comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-left: 0;
}

.comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-right: 0;
}

.comments-area .comment-respond .form-submit input {
    font-size: 15px;
}

.single-events-box .events-box .events-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-events-box .events-box .events-image .image {
    border-radius: 5px 5px 0 0;
    background-image: unset !important;
}

.single-events-box .events-box .events-image .image img {
    display: inline-block;
    border-radius: 5px 5px 0 0;
}

.single-events-box .events-box .events-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.single-events-box .events-box .events-content .content {
    padding: 25px;
}

.single-events-box .events-box .events-content .content h3 {
    font-size: 18px;
}

.single-events-box .events-box .events-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 0 0 5px 5px;
}

.single-events-box .events-box .events-date .date {
    border-radius: 0 0 5px 5px;
    font-size: 20px;
    padding: 20px 10px;
}

.single-events-box .events-box .events-date .date h3 {
    font-size: 20px;
}

.single-events-box .events-box .events-date .date p {
    font-size: 15px;
}

.single-events-box .events-box .events-date .date i {
    font-size: 100px;
}

.events-details-header .back-all-events {
    font-size: 13px;
    margin-bottom: 12px;
}

.events-details-header .back-all-events i {
    top: -1px;
}

.events-details-header h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.events-details-header .events-meta {
    margin-top: 0;
}

.events-details-header .events-meta ul li {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 0;
}

.events-details-header .events-meta ul li span {
    font-size: 13px;
}

.events-details-header .events-meta ul li i {
    display: none;
}

.events-details .events-info-links a {
    padding: 5px 10px 6px;
    font-size: 14px;
}

.countdown-content {
    margin-bottom: 40px;
    text-align: center;
}

.countdown-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.countdown-content .sign-up-btn {
    font-size: 14px;
}

.countdown-timer #timer div {
    font-size: 33px;
    margin-left: 10px;
    margin-right: 10px;
}

.countdown-timer #timer div span {
    font-size: 14px;
    margin-top: -5px;
}

.countdown-timer #timer div::before {
    display: none;
}

.become-instructor-partner-area .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.become-instructor-partner-area .col-lg-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.become-instructor-partner-area .col-lg-6:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.become-instructor-partner-area .col-lg-6:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.become-instructor-partner-content {
    padding: 30px;
    text-align: center;
}

.become-instructor-partner-content h2 {
    margin-bottom: 10px;
    font-size: 27px;
}

.become-instructor-partner-content p {
    margin-bottom: 20px;
    max-width: 100%;
}

.become-instructor-partner-image {
    background-image: unset !important;
}

.become-instructor-partner-image img {
    display: inline-block;
}


.page-title-content h2 {
    font-size: 30px;
}

blockquote, .blockquote {
    padding: 20px !important;
}

blockquote p, .blockquote p {
    font-size: 17px !important;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}

.prev-link-wrapper .prev-title {
    font-size: 15px;
}

.prev-link-wrapper .meta-wrapper {
    font-size: 13px;
}

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 30px;
}

.next-link-wrapper .next-title {
    font-size: 15px;
}

.next-link-wrapper .meta-wrapper {
    font-size: 13px;
}

.pricing-table table thead tr th {
    padding: 12px 15px 10px;
    font-size: 16px;
    white-space: nowrap;
}

.pricing-table table thead tr th:nth-child(1) {
    padding-left: 20px;
}

.pricing-table table tbody td {
    padding: 14px 15px;
    font-size: 14px;
    white-space: nowrap;
}

.pricing-table table tbody td:nth-child(1) {
    padding-left: 20px;
}

.login-image {
    background-image: unset !important;
}

.login-image img {
    display: inline-block;
}

.login-content {
    height: 100%;
    padding: 15px;
}

.login-content .login-form .logo {
    margin-bottom: 25px;
}

.login-content .login-form h3 {
    font-size: 26px;
}

.register-image {
    background-image: unset !important;
}

.register-image img {
    display: inline-block;
}

.register-content {
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: flex-end;
}

.register-content .register-form .logo {
    margin-bottom: 25px;
}

.register-content .register-form h3 {
    font-size: 18px;
}

.widget-area {
    margin-top: 40px;
}

.widget-area .widget {
    margin-bottom: 30px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    font-size: 17px;
}

.widget-area .widget_raque_posts_thumb .item .info {
    margin-top: 0;
}

.widget-area .widget_raque_posts_thumb .item .info time {
    margin-top: 0;
}

.widget-area .widget_raque_posts_thumb .item .info .title {
    font-size: 14px;
}

.widget-area .widget_categories ul li {
    font-size: 13px;
}

.widget-area .widget_categories ul li::before {
    top: 6px;
}

.widget-area .tagcloud a {
    padding: 6px 15px;
    font-size: 13px !important;
}

.faq-accordion-tab .tabs {
    margin-bottom: 20px;
}

.faq-accordion-tab .tabs li {
    margin-bottom: 20px;
}

.faq-accordion-tab .tabs li a {
    padding: 10px;
    font-size: 14px;
    min-width: 100px;
}

.faq-accordion-tab .tabs li a i {
    display: none;
}

.faq-accordion-tab .tabs li a i {
    font-size: 25px;
}

.faq-accordion-tab .tabs li a span {
    font-size: 12px;
}

.faq-accordion .accordion .accordion-title {
    padding: 18px 62px 18px 20px
    font-size: 15px;
}

.faq-accordion .accordion .accordion-content {
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.error-404-area {
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 110px;
}

.error-404-area .notfound .notfound-bg div {
    height: 100px;
}

.error-404-area .notfound h1 {
    font-size: 50px;
}

.error-404-area .notfound h3 {
    font-size: 18px;
}

.woocommerce-topbar {
    text-align: center;
}

.woocommerce-topbar .topbar-result-count p {
    font-size: 15px;
}

.woocommerce-topbar .topbar-ordering {
    margin-top: 5px;
    margin-bottom: 7px;
}

.single-product-box .product-content h3 {
    font-size: 18px;
}

.single-product-box .product-content .rating {
    margin-top: 10px;
}

.product-details-desc {
    margin-top: 30px;
}

.product-details-desc h3 {
    font-size: 19px;
}

.product-details-desc .product-add-to-cart .default-btn .icon-arrow {
    top: 14px;
}

.products-details-tab .tabs li {
    display: block;
    margin-right: 0;
}

.products-details-tab .tabs li a {
    display: block;
}

.products-details-tab .tab-content {
    padding: 20px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .additional-information li span {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content h3 {
    font-size: 18px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-title .default-btn {
    position: relative;
    margin-top: 15px;
}

.products-details-tab .tab-content .tabs-item .products-details-tab-content .product-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    padding-right: 0;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.cart-table table thead tr th {
    padding: 0 20px 15px;
    font-size: 14px;
}

.cart-table table thead tr th:nth-child(1) {
    padding-left: 0;
}

.cart-table table tbody tr td {
    padding-left: 20px;
    padding-right: 20px;
}

.cart-table table tbody tr td:nth-child(1) {
    padding-left: 0;
}

.cart-buttons .text-right {
    text-align: center !important;
    margin-top: 25px;
}

.cart-totals {
    padding: 25px;
    max-width: 100%;
    margin-top: 40px;
}

.cart-totals h3 {
    font-size: 18px;
}

.billing-details .title {
    font-size: 18px;
}

.order-details {
    margin-top: 30px;
}

.order-details .title {
    font-size: 18px;
}

.order-details .order-table table thead tr th {
    padding: 12px 20px 10px;
    white-space: nowrap;
}

.order-details .order-table table tbody tr td {
    white-space: nowrap;
}

.coming-soon-area {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.coming-soon-content {
    padding: 30px 25px;
}

.coming-soon-content h2 {
    margin-top: 25px;
    font-size: 27px;
}

.coming-soon-content #timer {
    margin-top: 10px;
}

.coming-soon-content #timer div {
    width: 95px;
    height: 100px;
    font-size: 35px;
    margin-top: 20px;
}

.coming-soon-content #timer div span {
    font-size: 14px;
}

.coming-soon-content form {
    max-width: 100%;
    margin-top: 40px;
}

.pagination-area {
    margin-top: 0;
}

.contact-info-box h3 {
    font-size: 18px;
}

.contact-info-box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}

.contact-form {
    padding: 25px;
    max-width: 100%;
}

#contactForm .form-group .form-control {
    font-size: 14px;
}

.contact-bg-image {
    display: none;
}

.myAccount-profile .profile-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.myAccount-profile .profile-content h3 {
    font-size: 18px;
}

.myAccount-navigation ul {
    margin-top: -8px;
}

.myAccount-navigation ul li {
    margin-top: 8px;
}

.myAccount-navigation ul li a {
    padding: 9px 15px 9px 40px;
    font-size: 13px;
}

.myAccount-navigation ul li a i {
    font-size: 15px;
    left: 20px;
}

.myAccount-content h3 {
    font-size: 18px;
}

.myAccount-content .recent-orders-table .table thead th {
    padding: 10px 15px 9px;
    font-size: 14px;
}

.myAccount-content .recent-orders-table .table tbody td {
    padding: 10px 15px 9px;
    font-size: 13px;
}

.myAccount-content .recent-orders-table .table tbody td .view-button {
    font-size: 13px;
}

.myAccount-content .orders-table .table thead th {
    padding: 10px 15px 9px;
    font-size: 14px;
}

.myAccount-content .orders-table .table tbody td {
    padding: 10px 15px 9px;
    font-size: 13px;
}

.myAccount-content .orders-table .table tbody td .view-button {
    font-size: 13px;
}

.myAccount-content .downloads-table .table thead th {
    padding: 10px 15px 9px;
    font-size: 14px;
}

.myAccount-content .downloads-table .table tbody td {
    padding: 10px 15px 9px;
    font-size: 13px;
}

.myAccount-content .downloads-table .table tbody td .downloads-button {
    font-size: 13px;
}

.myAccount-content .edit-account {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
    border-radius: 0;
}

.myAccount-content .edit-account .form-group label {
    margin-bottom: 8px;
    font-size: 14px;
}

.myAccount-content .edit-account .form-group .form-control {
    font-size: 13.5px;
}

.myAccount-content .edit-account legend {
    margin-bottom: 13px;
    font-size: 17px;
}

.myAccount-content .edit-account h3 {
    font-size: 18px;
}

.myAccount-content .myAccount-addresses .addresses-title h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.myAccount-content .myAccount-addresses .col-lg-6:nth-child(2) .addresses-title {
    margin-top: 30px;
}

.footer-area {
    padding-top: 60px;
}

.single-footer-widget h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.single-footer-widget .contact-us-link li i {
    font-size: 17px;
    top: 2px;
}

.footer-bottom-area {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.go-top {
    right: 10px;
    width: 38px;
    height: 36px;
    line-height: 45px;
    font-size: 25px;
}

.health-coaching-banner .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.single-banner-item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
}

.single-banner-item h1 {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 34px;
}

.single-banner-item h1 br {
    display: none;
}

.single-banner-item p {
    max-width: 100%;
    font-size: 14px;
}

.single-banner-item .default-btn {
    margin-top: 10px;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
    left: 15px;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 20px;
}

.health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px;
}

.health-coaching-bg-image::before {
    height: 90%;
}

.single-featured-box {
    padding: 20px 15px;
}

.single-featured-box .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 40px;
    margin-bottom: 25px;
}

.single-featured-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.services-area .section-title h2 {
    max-width: 100%;
}

.single-services-box {
    padding-left: 0;
    text-align: center;
}

.single-services-box .icon {
    position: relative;
    top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
}

.single-services-box h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.services-box {
    border-width: 2px;
    padding: 20px 15px;
    text-align: center;
}

.services-box .icon {
    position: relative;
    left: 0;
    top: 0;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.services-box h3 {
    font-size: 18px;
}

.divider {
    display: none;
}

.health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
    display: none;
}

.distance-learning-area .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.distance-learning-area .col-lg-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.distance-learning-content {
    padding-left: 0;
    margin-top: 0;
    text-align: center;
}

.distance-learning-content .sub-title {
    font-size: 13.5px;
}

.distance-learning-content h2 {
    font-size: 27px;
    margin-bottom: 15px;
}

.distance-learning-content .features-list li span {
    font-size: 13.5px;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.distance-learning-content .features-list li span i {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
}

.distance-learning-image {
    margin-top: 30px;
}

.experience-content {
    text-align: center;
}

.experience-content .sub-title {
    font-size: 13.5px;
}

.experience-content h2 {
    margin-bottom: 15px;
    font-size: 27px;
}

.experience-content .features-list li span {
    padding-top: 0;
    padding-left: 0;
}

.experience-content .features-list li span i {
    position: relative;
    top: 0;
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.experience-image {
    margin-top: 30px;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.experience-image::before {
    margin-right: 15px;
}

.program-area .section-title h2 {
    max-width: 100%;
}

.program-area::after {
    height: 15%;
}

.single-program-box {
    padding: 25px 15px;
}

.single-program-box h3 {
    margin-bottom: 15px;
    font-size: 18px;
}

.single-program-box .icon {
    font-size: 35px;
}

.single-program-box .link-btn {
    margin-top: 0;
    font-size: 14px;
}

.single-program-box .shape img {
    max-width: 80px;
}

.single-courses-box-item .courses-image .price {
    width: 54px;
    height: 54px;
    left: 15px;
    bottom: -27px;
    line-height: 55px;
    font-size: 18px;
}

.single-courses-box-item .courses-content {
    padding: 25px 15px 20px;
}

.single-courses-box-item .courses-content h3 {
    font-size: 18px;
}

.courses-info {
    margin-top: 0;
}

.courses-info p {
    max-width: 100%;
}

.courses-box .courses-image .price {
    width: 54px;
    height: 54px;
    left: 15px;
    bottom: -27px;
    border-width: 2px;
    line-height: 51px;
    font-size: 18px;
}

.courses-box .courses-content {
    padding: 25px 15px 20px;
}

.courses-box .courses-content::before {
    display: none;
}

.courses-box .courses-content h3 {
    font-size: 18px;
}

.events-box .image {
    height: auto;
    background-image: unset !important;
}

.events-box .image img {
    display: inline-block;
}

.events-box .image .divider-shape {
    display: none;
}

.events-box .content {
    padding: 20px;
}

.events-box .content h3 {
    font-size: 18px;
}

.events-box .content .date {
    margin-bottom: 17px;
    padding: 5px 10px;
}

.feedback-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.feedback-area.bg-f8fafb::before {
    width: 100%;
}

.feedback-image {
    text-align: center;
    margin-bottom: 30px;
}

.feedback-content {
    text-align: center;
}

.feedback-content p {
    font-size: 18px;
}

.feedback-content .client-info {
    text-align: right;
}

.feedback-content .client-info .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback-content .client-info .title h3 {
    font-size: 16.5px;
}

.feedback-content .client-info .title span {
    font-size: 13px;
}

.feedback-content::before {
    display: none;
}

.single-events-box-item .image .date {
    padding: 9px 15px 7px;
}

.single-events-box-item .content {
    padding: 15px;
}

.single-events-box-item .content h3 {
    font-size: 18px;
}

.single-events-box-item .content .location i {
    font-size: 15px;
}

.single-blog-post-box .post-content {
    padding: 15px;
}

.single-blog-post-box .post-content .category {
    font-size: 13px;
}

.single-blog-post-box .post-content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.single-blog-post-box .post-content .post-content-footer li {
    padding-right: 0;
}

.subscribe-content {
    max-width: 100%;
}

.subscribe-content .sub-title {
    font-size: 13.5px;
}

.subscribe-content h2 {
    max-width: 100%;
    font-size: 27px;
}

.subscribe-content p {
    max-width: 100%;
}

.subscribe-content .newsletter-form {
    max-width: 100%;
    margin-top: 25px;
}

.subscribe-content .newsletter-form .input-newsletter {
    padding-right: 15px;
    font-size: 13px;
}

.subscribe-content .newsletter-form .default-btn {
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
    height: auto;
}

.premium-access-content {
    max-width: 100%;
}

.premium-access-content .sub-title {
    font-size: 13.5px;
}

.premium-access-content h2 {
    max-width: 100%;
    font-size: 27px;
}

.premium-access-content p {
    max-width: 100%;
}

.business-coaching-banner {
    padding-top: 60px;
}

.business-coaching-banner .container {
    max-width: 100%;
}

.business-banner-content {
    padding: 0;
    text-align: center;
}

.business-banner-content .shape {
    display: none;
}

.business-banner-content h1 {
    margin-bottom: 15px;
    font-size: 30px;
}

.business-banner-content p {
    font-size: 14px;
    font-weight: 500;
}

.business-banner-content .default-btn {
    margin-top: 8px;
}

.business-banner-image {
    text-align: center;
    margin-top: 35px;
}

.business-shape1, .business-shape2, .business-shape3, .business-shape4, .business-shape5, .business-shape6, .business-shape7, .business-shape8, .business-shape9, .business-shape10 {
    display: none;
}

.faq-video {
    margin-bottom: 35px;
}

.faq-video .video-btn {
    width: 55px;
    height: 55px;
    font-size: 45px;
    line-height: 65px;
}

.feedback-slides-content {
    text-align: center;
}

.feedback-slides-content .sub-title {
    font-size: 13.5px;
}

.feedback-slides-content h2 {
    font-size: 27px;
}

.feedback-slides-content .feedback-slides-two {
    margin-bottom: 20px;
}

.single-feedback-slides-item {
    padding: 20px;
}

.single-feedback-slides-item::after {
    display: none;
}

.single-feedback-slides-item p {
    font-size: 14px;
    font-weight: 500;
}

.single-feedback-slides-item .client-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    margin-top: 20px;
}

.single-feedback-slides-item .client-info .title h3 {
    font-size: 15px;
}

.single-feedback-slides-item .client-info .title span {
    font-size: 13px;
}

.single-feedback-slides-item::before {
    font-size: 50px;
    left: 20px;
    bottom: 20px;
}

.feedback-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 25px;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.feedback-slides-two.owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
}

.funfacts-list {
    margin-top: 30px;
}

.single-funfacts-box {
    border-radius: 30px;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.single-funfacts-box h3 {
    font-size: 33px;
}

.single-funfacts-box h3 span {
    font-size: 35px;
}

.single-funfacts-box p {
    margin-top: 10px;
    font-size: 13px;
}

.language-banner-area {
    padding-top: 80px;
    background-image: unset !important;
}

.language-banner-area .container-fluid {
    max-width: 100%;
}

.language-banner-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 30px;
}

.language-banner-content h1 {
    font-size: 34px;
}

.lang-shape1, .lang-shape2, .lang-shape3, .lang-shape4, .lang-shape5 {
    display: none;
}

.single-language-courses-box .content h3 {
    font-size: 18px;
}

.why-choose-us-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.why-choose-us-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.why-choose-us-image {
    height: auto;
    background-image: unset !important;
}

.why-choose-us-image img {
    display: inline-block;
}

.why-choose-us-content {
    padding: 0;
    margin-top: 30px;
    text-align: center;
}

.why-choose-us-content .content {
    max-width: 100%;
}

.why-choose-us-content .content p {
    font-size: 13.5px;
}

.why-choose-us-content .content h2 {
    font-size: 27px;
}

.why-choose-us-content .content .features-list li span {
    font-size: 14px;
    padding: 0;
}

.why-choose-us-content .content .features-list li span i {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.why-choose-us-content .content .default-btn {
    margin-top: 30px;
}

.why-choose-us-img {
    margin-right: 0;
}

.why-choose-us-img .shape {
    right: 0;
}

.why-choose-us-text {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
}

.why-choose-us-text p {
    font-size: 13.5px;
}

.why-choose-us-text h2 {
    font-size: 26px;
}

.why-choose-us-text .features-list li span {
    font-size: 14px;
    padding: 0;
}

.why-choose-us-text .features-list li span i {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.why-choose-us-text .default-btn {
    margin-top: 30px;
}

.feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
    max-width: 100%;
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav {
    margin-top: 20px;
}

.feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 30px;
    margin: 0;
}

.single-feedback-box p {
    font-size: 15px;
}

.single-feedback-box .info {
    margin-top: 20px;
}

.single-feedback-box .info .title h3 {
    font-size: 16px;
}

.single-feedback-box::before {
    left: 0;
    opacity: .4;
    font-size: 95px;
}

.information-content {
    text-align: center;
    padding-left: 0;
    margin-top: 35px;
}

.information-content .sub-title {
    font-size: 13.5px;
}

.information-content h2 {
    font-size: 27px;
    margin-bottom: 25px;
}

.information-content .apply-details li {
    padding-left: 0;
    margin-top: 25px;
}

.information-content .apply-details li .icon {
    position: relative;
    top: 0;
    width: 65px;
    height: 65px;
    line-height: 65px;
    -webkit-transform: unset;
    transform: unset;
    left: 0;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.information-content .apply-details li h3 {
    font-size: 17px;
}

.free-trial-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.free-trial-form {
    max-width: 100%;
    text-align: center;
    padding: 30px 20px;
}

.free-trial-form .sub-title {
    font-size: 13.5px;
}

.free-trial-form h2 {
    font-size: 27px;
}

.free-trial-form::before {
    display: none;
}

.free-trial-form::after {
    display: none;
}

.free-trial-form form .form-control {
    padding-top: 2px;
    font-size: 13px;
}

.single-learning-box .icon {
    font-size: 35px;
}

.single-learning-box h3 {
    font-size: 18px;
}

.gym-feedback-inner {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.gym-feedback-inner::before {
    display: none;
}

.single-gym-feedback-box .title h3 {
    font-size: 17px;
}

.single-gym-feedback-box .title span {
    font-size: 13px;
}

.single-gym-trainer .content h3 {
    font-size: 18px;
}

.single-gym-trainer .content .social-link li a {
    width: 35px;
    height: 35px;
}

.app-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.app-area::after {
    display: none;
}

.app-area .overlay {
    display: none;
}

.app-content {
    text-align: center;
}

.app-content .sub-title {
    font-size: 13.5px;
}

.app-content h2 {
    font-size: 27px;
}

.app-content h2 br {
    display: none;
}

.app-image {
    margin-top: 35px;
}

.app-image img {
    max-width: 100%;
}

.online-area .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.online-area .col-lg-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.online-content {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
}

.online-content .sub-title {
    font-size: 13.5px;
}

.online-content h2 {
    font-size: 27px;
}

.gym-shape2 {
    right: 0;
}

.funfacts-style-three {
    padding-top: 60px;
    padding-bottom: 30px;
}

.single-funfacts-item {
    border-right: none;
    background-image: unset !important;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.single-funfacts-item h3 {
    font-size: 33px;
}

.single-funfacts-item h3 span {
    font-size: 35px;
}

.single-funfacts-item p {
    margin-top: 10px;
    font-size: 13px;
}

.top-header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.top-header-login-register {
    padding: 10px;
}

.header-area.header-color-white .navbar-area {
    background-color: transparent;
    border-bottom: 1px solid #343434;
}

.header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
}

.header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal {
    color: #ffffff;
}

.header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box {
    color: rgba(255, 255, 255, 0.87);
}

.header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
    color: #ffffff;
}

.gym-main-banner {
    padding-top: 300px;
    padding-bottom: 140px;
}

.gym-main-banner .container {
    max-width: 100%;
}

.gym-banner-content {
    max-width: 100%;
    text-align: center;
}

.gym-banner-content h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

.gym-banner-content .sub-title {
    font-size: 13.5px;
}

.gym-banner-content .default-btn {
    margin-top: 10px;
}

.gym-home-slides.owl-theme .owl-nav {
    display: none;
}

}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .top-header-contact-info li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .owl-carousel .owl-stage-outer {
        height: 500px !important;
    }

    .top-header-contact-info li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option {
        display: block;
    }

    .hero-banner .container-fluid {
        max-width: 540px;
    }

    .about-area .container-fluid {
        max-width: 540px;
    }

    .about-image {
        padding-left: 100px;
        padding-bottom: 50px;
    }

    .about-image img {
        width: auto;
    }

    .single-features-box {
        border-right: 1px solid #cccccc;
    }

    .banner-courses-category ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .login-content {
        max-width: 548px;
        margin-left: auto;
        margin-right: auto;
    }

    .register-content {
        max-width: 548px;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-details-desc .article-footer {
        text-align: right;
    }

    .blog-details-desc .article-footer .article-tags {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blog-details-desc .article-footer .article-share {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .blog-details-desc .article-footer .article-share .social {
        text-align: left;
        margin-top: 0;
    }

    .comments-area .comment-author .avatar {
        position: absolute;
        display: inline-block;
        margin-bottom: 0;
        right: -65px;
    }

    .comments-area .comment-body {
        padding-right: 65px;
    }

    .woocommerce-topbar .topbar-result-count {
        margin-bottom: 10px;
    }

    .woocommerce-topbar .topbar-ordering {
        margin-top: 0;
        margin-bottom: 0;
    }

    .cart-buttons .text-right {
        text-align: left !important;
        margin-top: 0;
    }

    .courses-topbar .topbar-result-count {
        margin-bottom: 10px;
    }

    .courses-topbar .topbar-ordering {
        margin-top: 0;
        margin-bottom: 0;
    }

    .health-coaching-banner .container-fluid {
        max-width: 540px;
    }

    .experience-content .features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .program-area::after {
        height: 20%;
    }

    .feedback-area .container-fluid {
        max-width: 540px;
    }

    .subscribe-content .newsletter-form .default-btn {
        position: absolute;
        border-radius: 5px 0 0 5px;
        height: 50px;
        margin-top: 0;
    }

    .distance-learning-content .features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .business-coaching-banner .container {
        max-width: 540px;
    }

    .business-banner-content p {
        max-width: 415px;
        margin-left: auto;
        margin-right: auto;
    }

    .language-banner-area .container-fluid {
        max-width: 540px;
    }

    .why-choose-us-area .container-fluid {
        max-width: 540px;
    }

    .top-header .container-fluid {
        max-width: 540px;
    }

    .gym-main-banner .container {
        max-width: 540px;
    }

}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .main-banner-content {
        width: 50%;
    }

    .pt-100 {
        padding-top: 80px;
    }

    .pb-100 {
        padding-bottom: 80px;
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .pb-70 {
        padding-bottom: 50px;
    }

    .section-title {
        margin-bottom: 50px;
    }

    .section-title.text-left {
        text-align: center !important;
    }

    .section-title.text-left h2 {
        max-width: 100%;
    }

    .section-title.text-left .default-btn {
        display: none;
    }

    .top-header {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .top-header-btn {
        display: none;
    }

    .top-header-contact-info li {
        text-align: right;
    }

    .top-header-logo {
        display: none;
    }

    .top-header-style-two {
        border-bottom: 1px solid #eeeeee;
    }

    .top-header-style-two .top-header-contact-info {
        text-align: center;
    }

    .top-header-style-three {
        text-align: right;
        padding-top: 0;
        padding-bottom: 0;
    }

    .top-header-style-four {
        text-align: right;
        padding-top: 0;
        padding-bottom: 0;
    }

    .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav {
        margin-top: 60px;
    }

    .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option {
        display: block;
    }

    .raque-responsive-nav .raque-responsive-menu.mean-container .navbar-nav {
        height: 306px;
    }

    .main-banner {
        height: 100%;

    }


    .banner-section {
        height: 100%;
        padding-top: 280px;
        padding-bottom: 165px;
    }

    .banner-content {
        margin-top: 0;
        max-width: 650px;
    }

    .banner-content .sub-title {
        font-size: 13px;
    }

    .banner-content h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .banner-content p {
        font-size: 15px;
        max-width: 570px;
    }

    .banner-content .btn-box {
        margin-top: 30px;
    }

    .banner-content::before {
        top: -55px;
        max-width: 340px;
        height: 400px;
        left: 15%;
        margin-left: -142px;
    }

    .home-slides.owl-theme .owl-nav [class*=owl-] {
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        bottom: 20px;
        z-index: 2;
    }

    .divider {
        bottom: -1px;
    }

    .hero-banner {
        height: auto;
        padding-top: 125px;
        padding-bottom: 100px;
    }

    .hero-banner .container-fluid {
        max-width: 720px;
    }

    .hero-banner.bg-white {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .hero-banner-content {
        max-width: 650px;
        margin-left: 0;
    }

    .hero-banner-content .sub-title {
        font-size: 13px;
    }

    .hero-banner-content h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .hero-banner-content p {
        font-size: 15px;
        max-width: 570px;
    }

    .hero-banner-content .btn-box {
        margin-top: 30px;
    }

    .hero-banner-image {
        padding-left: 0;
        margin-top: 30px;
    }

    .wrapper-content {
        padding-right: 0;
        max-width: 650px;
        margin-bottom: 35px;
    }

    .wrapper-content h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    .banner-wrapper {
        padding-top: 280px;
        padding-bottom: 120px;
    }

    .banner-courses-category {
        padding-left: 0;
    }

    .slider_area .tp-caption.NotGeneric-Title, .slider_area .tp-caption .NotGeneric-Title {
        font-size: 45px !important;
    }

    .about-area .container-fluid {
        max-width: 720px;
    }

    .about-image {
        margin-bottom: 30px;
    }

    .about-content {
        padding-right: 0;
        text-align: center;
        max-width: 575px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-content .features-text {
        text-align: right;
    }

    .about-content.left-content {
        max-width: 100%;
        padding-left: 0;
    }

    .about-right-image {
        margin-top: 30px;
    }

    .about-inner-area {
        margin-top: 20px;
    }

    .about-text {
        margin-top: 30px;
    }

    .single-categories-courses-box {
        padding: 20px 15px;
    }

    .single-categories-courses-box h3 {
        font-size: 18px;
    }

    .courses-categories-slides.owl-theme .owl-nav {
        margin-bottom: 30px;
    }

    .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .single-categories-courses-item {
        padding: 20px 15px;
    }

    .single-categories-courses-item h3 {
        font-size: 18px;
    }

    .single-categories-courses-item .learn-more-btn {
        font-size: 14px;
    }

    .funfacts-inner {
        padding: 30px;
    }

    .single-funfact h3 {
        font-size: 38px;
    }

    .single-funfact p {
        font-size: 15px;
    }

    .single-features-box {
        min-height: 440px;
        border-bottom: 1px solid #cccccc;
    }

    .col-lg-3:nth-child(3) .single-features-box {
        border-bottom: none;
    }

    .col-lg-3:nth-child(4) .single-features-box {
        border-bottom: none;
    }

    .courses-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto !important;
        left: 0 !important;
    }

    .courses-slides.owl-theme .owl-dots {
        display: none !important;
    }

    .shorting-menu {
        text-align: center;
        margin-bottom: 30px;
        margin-top: -10px;
    }

    .shorting-menu .filter {
        margin-bottom: 10px;
    }

    .team-slides.owl-theme .owl-nav {
        margin-bottom: 30px;
    }

    .team-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto !important;
        left: 0 !important;
    }

    .offer-area .section-title {
        margin-bottom: 20px;
    }

    .single-offer-box {
        margin-top: 30px;
    }

    .single-work-process::before {
        display: none;
    }

    .become-instructor-partner-content {
        padding: 25px;
    }

    .become-instructor-partner-content h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .students-feedback-form-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .students-feedback-form-content h2 {
        font-size: 37px;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }

    .students-feedback-form::after {
        display: none;
    }

    .feedback-form-area {
        margin-top: 0;
    }

    .feedback-form-image {
        display: none;
    }

    .feedback-form-inner .feedback-form form {
        padding: 35px;
    }

    .single-events-box .events-box .events-date .date h3 {
        font-size: 22px;
    }

    .courses-details-header .courses-price {
        text-align: left;
        margin-top: 30px;
    }

    .contact-form {
        max-width: 700px;
    }

    .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li {
        padding-right: 0;
    }

    .instructor-details-desc .instructor-details-sidebar .instructor-details-meta ul li i {
        display: none;
    }

    .instructor-details-desc .instructor-details .instructor-details-info .row .col-lg-6:nth-child(1) {
        margin-bottom: 25px;
    }

    .feedback-slides.owl-theme .owl-nav [class*=owl-] {
        right: 0 !important;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
        bottom: 40px;
        opacity: 1;
        visibility: visible;
    }

    .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 75px !important;
        left: auto;
    }

    .blog-slides.owl-theme .owl-nav {
        margin-bottom: 30px;
    }

    .blog-slides.owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto !important;
        left: 0 !important;
    }

    .pricing-table table thead tr th {
        white-space: nowrap;
    }

    .pricing-table table tbody td {
        white-space: nowrap;
    }

    .login-image {
        background-image: none !important;
    }

    .login-image img {
        display: inline-block;
    }

    .register-image {
        background-image: none !important;
    }

    .register-image img {
        display: inline-block;
    }

    .faq-accordion-tab .tabs {
        margin-bottom: 30px;
    }

    .faq-accordion-tab .tabs li {
        margin-bottom: 20px;
    }

    .coming-soon-content {
        max-width: 720px;
    }

    .widget-area {
        margin-top: 40px;
    }

    .countdown-content {
        text-align: center;
        margin-bottom: 50px;
    }

    .myAccount-profile .profile-content h3 {
        font-size: 19px;
    }

    .myAccount-profile .profile-content p {
        font-size: 14px;
    }

    .myAccount-profile .profile-content .contact-info li {
        font-size: 14px;
    }

    .myAccount-navigation ul {
        margin-top: -8px;
    }

    .myAccount-navigation ul li {
        margin-top: 8px;
    }

    .myAccount-navigation ul li a {
        font-size: 14px;
    }

    .myAccount-content h3 {
        font-size: 20px;
    }

    .myAccount-content .recent-orders-table .table thead th {
        font-size: 15px;
    }

    .myAccount-content .recent-orders-table .table tbody td {
        font-size: 14px;
    }

    .myAccount-content .recent-orders-table .table tbody td .view-button {
        font-size: 13px;
    }

    .myAccount-content .orders-table .table thead th {
        font-size: 15px;
    }

    .myAccount-content .orders-table .table tbody td {
        font-size: 14px;
    }

    .myAccount-content .orders-table .table tbody td .view-button {
        font-size: 13px;
    }

    .myAccount-content .downloads-table .table thead th {
        font-size: 15px;
    }

    .myAccount-content .downloads-table .table tbody td {
        font-size: 14px;
    }

    .myAccount-content .downloads-table .table tbody td .downloads-button {
        font-size: 13px;
    }

    .footer-area {
        padding-top: 80px;
    }

    .footer-bottom-area {
        margin-top: 50px;
    }

    .health-coaching-banner .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-banner-item {
        text-align: center;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .single-banner-item h1 {
        max-width: 675px;
        margin-bottom: 20px;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-banner-item p {
        max-width: 500px;
        font-size: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .single-banner-item .default-btn {
        margin-top: 10px;
    }

    .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
        left: 15px;
    }

    .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 15px;
    }

    .single-featured-box .icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        font-size: 55px;
    }

    .single-featured-box h3 {
        font-size: 22px;
    }

    .services-box {
        padding: 25px 25px 25px 85px;
    }

    .services-box .icon {
        left: 25px;
        top: 26px;
        font-size: 35px;
    }

    .services-box h3 {
        font-size: 20px;
    }

    .distance-learning-area .col-lg-6:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .distance-learning-area .col-lg-6:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .distance-learning-content {
        padding-left: 0;
        margin-top: 0;
        text-align: center;
    }

    .distance-learning-content .features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .distance-learning-content .features-list li span {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .distance-learning-content .features-list li span i {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .distance-learning-image {
        margin-top: 35px;
    }

    .experience-content {
        text-align: center;
    }

    .experience-content .features-list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .experience-content .features-list li span {
        padding-top: 0;
        padding-left: 0;
    }

    .experience-content .features-list li span i {
        display: block;
        position: relative;
        top: 1px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .experience-image {
        margin-top: 30px;
    }

    .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
        display: none;
    }

    .single-services-box h3 {
        font-size: 22px;
    }

    .program-area::after {
        height: 22%;
    }

    .single-program-box .icon {
        font-size: 50px;
    }

    .single-program-box h3 {
        font-size: 22px;
    }

    .single-courses-box-item .courses-content h3 {
        font-size: 22px;
    }

    .courses-box .courses-content h3 {
        font-size: 21px;
    }

    .feedback-area .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .feedback-image {
        text-align: center;
        margin-bottom: 30px;
    }

    .single-events-box-item .content h3 {
        font-size: 22px;
    }

    .single-blog-post-box .post-content h3 {
        font-size: 22px;
    }

    .business-coaching-banner {
        padding-top: 80px;
    }

    .business-coaching-banner .container {
        max-width: 720px;
    }

    .business-banner-content {
        text-align: center;
        padding: 30px;
    }

    .business-banner-content .shape {
        display: none;
    }

    .business-banner-content h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .business-banner-content p {
        font-size: 15px;
    }

    .business-banner-content .default-btn {
        margin-top: 10px;
    }

    .business-banner-image {
        text-align: center;
        margin-top: 35px;
    }

    .business-shape1, .business-shape2, .business-shape3, .business-shape4, .business-shape5, .business-shape6, .business-shape7, .business-shape8, .business-shape9, .business-shape10 {
        display: none;
    }

    .faq-area .divider {
        display: none;
    }

    .faq-video {
        margin-bottom: 35px;
    }

    .faq-video img {
        width: 100%;
    }

    .funfacts-list {
        margin-top: 35px;
    }

    .language-banner-area {
        background-image: unset !important;
        padding-top: 100px;
    }

    .language-banner-area .container-fluid {
        max-width: 720px;
    }

    .language-banner-content {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .language-banner-content h1 {
        font-size: 50px;
    }

    .language-banner-content p {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .lang-shape1, .lang-shape2, .lang-shape3, .lang-shape4, .lang-shape5 {
        display: none;
    }

    .single-language-courses-box .content h3 {
        font-size: 20px;
    }

    .why-choose-us-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .why-choose-us-area .container-fluid {
        max-width: 720px;
    }

    .why-choose-us-image {
        background-image: unset !important;
        height: auto;
    }

    .why-choose-us-image img {
        display: inline-block;
    }

    .why-choose-us-content {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 35px;
        padding-bottom: 0;
    }

    .why-choose-us-content .content {
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-us-content .content .features-list li {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .why-choose-us-content .content .features-list li span {
        padding: 0;
        font-size: 15px;
    }

    .why-choose-us-content .content .features-list li span i {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }

    .why-choose-us-img {
        margin-right: 0;
    }

    .why-choose-us-img .shape {
        right: 0;
    }

    .why-choose-us-text {
        padding-left: 0;
        text-align: center;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .why-choose-us-text .features-list li {
        max-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .why-choose-us-text .features-list li span {
        padding: 0;
        font-size: 15px;
    }

    .why-choose-us-text .features-list li span i {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }

    .feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
        max-width: 100%;
    }

    .feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-] {
        bottom: 0;
        right: 0 !important;
    }

    .feedback-area-two .feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto !important;
        left: 0 !important;
    }

    .single-feedback-box p {
        font-size: 16.5px;
    }

    .single-feedback-box::before {
        left: 0;
        opacity: .4;
    }

    .gym-feedback-inner {
        max-width: 600px;
        margin-left: auto;
    }

    .information-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .single-gym-trainer .content h3 {
        font-size: 20px;
    }

    .app-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .app-area::after {
        display: none;
    }

    .app-area .overlay {
        display: none;
    }

    .app-content {
        text-align: center;
    }

    .app-content h2 br {
        display: none;
    }

    .app-image {
        margin-top: 35px;
    }

    .app-image img {
        max-width: 100%;
    }

    .online-area .col-lg-6:nth-child(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .online-area .col-lg-6:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .online-content {
        text-align: center;
        margin-top: 0;
        margin-bottom: 35px;
    }

    .gym-shape2 {
        right: 0;
    }

    .single-funfacts-item {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .single-funfacts-item h3 {
        font-size: 38px;
    }

    .single-funfacts-item h3 span {
        font-size: 40px;
    }

    .single-funfacts-item p {
        font-size: 13px;
    }

    .top-header .container-fluid {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-area.header-color-white .navbar-area {
        background-color: transparent;
        border-bottom: 1px solid #343434;
    }

    .header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal span {
        background-color: #ffffff;
    }

    .header-area.header-color-white .navbar-area .mean-container a.meanmenu-reveal {
        color: #ffffff;
    }

    .header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box {
        color: rgba(255, 255, 255, 0.87);
    }

    .header-area.header-color-white .raque-responsive-nav .raque-responsive-menu.mean-container .mean-nav .others-option .search-box:hover {
        color: #ffffff;
    }

    .gym-main-banner {
        padding-top: 290px;
        padding-bottom: 200px;
    }

    .gym-main-banner .container {
        max-width: 720px;
    }

    .gym-banner-content h1 {
        font-size: 44px;
    }

    .gym-home-slides.owl-theme .owl-nav {
        display: none;
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .courses-categories-slides.owl-theme .owl-nav {
        margin-bottom: 30px;
    }
    .shorting-menu .filter {min-width: 200px;}

    .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .blog-slides.owl-theme .owl-nav {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .blog-slides.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 0 !important;
        left: 0 !important;
    }

    .team-slides.owl-theme .owl-nav {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .team-slides.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 0 !important;
        left: 0 !important;
    }

    .courses-slides.owl-theme .owl-nav {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .courses-slides.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        right: 0 !important;
        top: 0;
        -webkit-transform: unset;
        transform: unset;
        opacity: 1;
        visibility: visible;
        margin-left: 5px;
        margin-right: 5px;
    }

    .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 0 !important;
        left: 0 !important;
    }

    .courses-slides.owl-theme .owl-dots {
        display: none !important;
    }

    .single-boxes-item {
        padding: 25px;
        min-height: 232px;
    }

    .countdown-timer #timer div {
        margin-left: 25px;
        margin-right: 25px;
    }

    .single-features-box {
        padding: 20px;
    }

    .single-features-box .inner-content {
        left: 20px;
        bottom: 20px;
        right: 20px;
    }

    .single-courses-box .courses-content {
        padding: 20px;
    }

    .single-courses-box .courses-content h3 {
        font-size: 18px;
    }

    .single-courses-box .courses-box-footer {
        padding: 20px 20px;
    }

    .become-instructor-partner-content {
        padding: 50px;
    }

    .myAccount-navigation ul {
        margin-top: -8px;
    }

    .myAccount-navigation ul li {
        margin-top: 8px;
    }

    .navbar-area .container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .health-coaching-banner .container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-banner-item {
        padding-top: 180px;
        padding-bottom: 180px;
        padding-left: 110px;
        padding-right: 110px;
    }

    .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-] {
        left: 20px;
    }

    .health-coaching-banner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 20px;
    }

    .single-services-box h3 {
        font-size: 23px;
    }

    .services-box {
        border-width: 2px;
        padding: 25px 25px 25px 80px;
    }

    .services-box .icon {
        left: 25px;
        top: 27px;
        font-size: 35px;
    }

    .services-box h3 {
        font-size: 19px;
    }

    .health-coaching-shape1, .health-coaching-shape2, .health-coaching-shape3, .health-coaching-shape4, .health-coaching-shape5, .health-coaching-shape6, .health-coaching-shape7, .health-coaching-shape8, .health-coaching-shape9 {
        display: none;
    }

    .experience-image {
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .experience-image::before {
        margin-right: 15px;
    }

    .courses-box .courses-content {
        padding: 25px 20px;
    }

    .courses-box .courses-content::before {
        display: none;
    }

    .courses-box .courses-content h3 {
        font-size: 20px;
    }

    .events-box .content h3 {
        font-size: 20px;
    }

    .distance-learning-content {
        padding-left: 0;
        margin-top: 0;
    }

    .single-courses-box-item .courses-content h3 {
        font-size: 23px;
    }

    .feedback-area .container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .feedback-content p {
        font-size: 24px;
    }

    .feedback-content::before {
        font-size: 110px;
    }

    .single-events-box-item .content h3 {
        font-size: 23px;
    }

    .single-blog-post-box .post-content {
        padding: 20px;
    }

    .single-blog-post-box .post-content h3 {
        font-size: 22px;
    }

    .business-coaching-banner .container {
        max-width: 960px;
    }

    .business-banner-content {
        padding: 0;
    }

    .business-banner-content .shape {
        display: none;
    }

    .business-shape1, .business-shape2, .business-shape3, .business-shape4, .business-shape5, .business-shape6, .business-shape7, .business-shape8, .business-shape9, .business-shape10 {
        display: none;
    }

    .faq-accordion .accordion .accordion-title {
        font-size: 15px;
    }

    .faq-accordion .accordion .accordion-content p {
        font-size: 14px;
    }

    .single-funfacts-box {
        border-radius: 80px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .language-banner-area .container-fluid {
        max-width: 960px;
    }

    .language-banner-content {
        padding-right: 0;
    }

    .language-banner-content h1 {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .language-banner-content p {
        font-size: 14px;
    }

    .lang-shape1, .lang-shape2, .lang-shape4, .lang-shape5 {
        display: none;
    }

    .why-choose-us-content {
        padding: 70px 25px;
    }

    .why-choose-us-content .content {
        max-width: 445px;
    }

    .funfacts-style-two .single-funfacts-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feedback-area-two .feedback-slides.owl-theme .single-feedback-box {
        max-width: 700px;
    }

    .single-feedback-box p {
        font-size: 16px;
    }

    .free-trial-form {
        max-width: 570px;
        padding: 40px;
    }

    .single-learning-box {
        padding: 30px 20px;
    }

    .app-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .app-area::after {
        display: none;
    }

    .app-area .overlay {
        display: none;
    }

    .app-content h2 br {
        display: none;
    }

    .app-image img {
        max-width: 100%;
    }

    .top-header .container-fluid {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gym-main-banner {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    .gym-main-banner .container {
        max-width: 960px;
    }

    .gym-home-slides.owl-theme .owl-nav {
        display: none;
    }
}

/* Min width 1200px to Max width 1275px */
@media only screen and (min-width: 1200px) and (max-width: 1275px) {
    .courses-categories-slides.owl-theme .owl-nav [class*=owl-] {
        right: -30px;
    }

    .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -30px;
    }

    .courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-] {
        right: -40px;
    }

    .courses-categories-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-categories-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -40px;
    }

    .courses-slides.owl-theme .owl-nav [class*=owl-] {
        right: -30px;
    }

    .courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -30px;
    }

    .courses-slides.owl-theme:hover .owl-nav [class*=owl-], .courses-slides.owl-theme:focus .owl-nav [class*=owl-] {
        right: -40px;
    }

    .courses-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .courses-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -40px;
    }

    .blog-slides.owl-theme .owl-nav [class*=owl-] {
        right: -30px;
    }

    .blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -30px;
    }

    .blog-slides.owl-theme:hover .owl-nav [class*=owl-], .blog-slides.owl-theme:focus .owl-nav [class*=owl-] {
        right: -40px;
    }

    .blog-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .blog-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -40px;
    }

    .team-slides.owl-theme .owl-nav [class*=owl-] {
        right: -30px;
    }

    .team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -30px;
    }

    .team-slides.owl-theme:hover .owl-nav [class*=owl-], .team-slides.owl-theme:focus .owl-nav [class*=owl-] {
        right: -40px;
    }

    .team-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .team-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
        right: auto;
        left: -40px;
    }

    .health-coaching-shape1, .health-coaching-shape2 {
        display: none;
    }

    .feedback-content::before {
        font-size: 120px;
    }

    .business-shape1 img {
        max-width: 620px;
    }

    .navbar-area .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .language-banner-area .container-fluid {
        max-width: 1140px;
    }

    .language-banner-content {
        padding-right: 0;
    }

    .language-banner-content h1 {
        font-size: 48px;
    }

    .lang-shape1 {
        display: none;
    }

    .why-choose-us-content {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 60px;
        padding-right: 20px;
    }

    .why-choose-us-content .content {
        max-width: 475px;
    }

    .lang-shape5 img {
        max-width: 290px;
    }

    .lang-shape4 {
        right: 3%;
    }

    .lang-shape4 img {
        max-width: 200px;
    }

    .app-image img {
        max-width: 107%;
    }

    .gym-main-banner .container {
        max-width: 1140px;
    }
}

/* Min width 1550px */
@media only screen and (min-width: 1550px) {
    .navbar-area .container-fluid {
        padding-left: 125px;
        padding-right: 125px;
    }

    .health-coaching-banner .container-fluid {
        padding-left: 125px;
        padding-right: 125px;
    }

    .health-coaching-shape4 {
        right: 9.5%;
    }

    .health-coaching-shape4 img {
        max-width: 100%;
    }

    .health-coaching-shape7 img {
        max-width: 100%;
    }

    .health-coaching-shape8 img {
        max-width: 100%;
    }

    .health-coaching-shape9 {
        right: 12%;
        top: 25%;
    }

    .health-coaching-shape9 img {
        max-width: 100%;
    }

    .feedback-area .container-fluid {
        padding-left: 125px;
        padding-right: 125px;
    }

    .business-banner-content .shape {
        left: -15%;
    }

    .business-shape1 {
        right: 14%;
    }

    .business-shape8 img {
        max-width: 100%;
    }

    .language-banner-area .container-fluid {
        max-width: 1400px;
    }

    .lang-shape1 img {
        max-width: 100%;
    }

    .lang-shape2 img {
        max-width: 100%;
    }

    .lang-shape3 img {
        max-width: 100%;
    }

    .lang-shape4 {
        right: 8%;
        top: 30%;
    }

    .lang-shape5 {
        left: 3%;
    }

    .lang-shape5 img {
        max-width: 100%;
    }

    .gym-home-slides.owl-theme .owl-nav [class*=owl-] {
        left: 70px;
    }

    .gym-home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 70px;
    }

    .top-header .container-fluid {
        padding-left: 125px;
        padding-right: 125px;
    }
}

/*# sourceMappingURL=responsive.css.map */
@media (max-width: 768px) {
    .main-banner-content {
        width: 65%;
    }
    .courses-details-image {
    height: 300px;
}
.parent-video {
    height: 400px;
}
    .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-next {
        right: auto !important;
        left: -40px !important;
    }

    .courses-categories-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
        right: -40px !important;
        left: auto;
    }
}

.searchResult {
    background: #fff;
    border-radius: 15px;
    max-height: 300px;
    overflow-y: scroll;
    margin: 5px 0 0 0;
}

.searchResult a {
    display: block;
    background: #eee;
    margin: 10px 15px;
    padding: 10px 5px;
    border-radius: 15px;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}