@media screen and (max-width: 1000px) {
    .index .properties .inner-properties:before {
        display: none;
    }

    .coaches .top-section {
        background-position-y: 50px;
    }
}

@media screen and (max-width: 768px) {
    .main-navbar {
        right: 0;
    }

    .main-navbar .nav-logo img {
        max-width: 100%;
    }

    .main-navbar a.nav-link {
        top: unset !important;
    }

    .offcanvas.show ul.dropdown-menu {
        padding-top: 0 !important;
    }

    .navbar-light .dropdown-item {
        color: #2A1B6F;
        font-weight: 700;
        list-style-image: url("../images/icons/bullet.svg") !important;
    }

    .main-navbar .nav-logo {
        width: 150px !important;
    }

    .index .home-slider .item {
        background-position: center;
    }

    .index .home-slider .item strong {
        color: #ffffff;
        font-size: 32px;
        line-height: 40px;
    }

    .index .home-slider .item {
        padding: 100px 40px;
    }

    .index .home-slider .item:before {
        background: url(../images/bg_circles/responsive/circle.svg) no-repeat;
        right: 0;
        width: 358px;
        height: 738px;
    }

    .top-section h1 {
        top: -115px !important;
    }

    .register {
        overflow-x: hidden;
        width: 100vw;
        height: 100vh;
    }

    .register_suggestion {
        height: unset;
    }

    .register .inner-form {
        margin: 50px 25px;
    }

    .comments h5.mb-3 {
        margin-top: 25px
    }

    /*
    .register .form-bg:before{
        content: " ";
        width: 945px;
        height: 945px;
        position: absolute;
        right: -210px;
        bottom: -525px;
        z-index: -1;
        background: url("../img/bg_circles/responsive/bg-login.svg") no-repeat;
        overflow: hidden;
    }
    */
    .register .logo {
        max-width: 100%;
    }

    .top-section-short h1 {
        right: 60px !important;
        text-align: center;
    }

    footer.site-footer {
        padding-top: 75px;
    }

    footer.site-footer img.footer-logo {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .inner-contact:before {
        display: none;
    }

    .breadcrumb-container {
        margin-bottom: 50px !important;
    }

    .coach-details-panel .avatar-holder {
        width: 130px;
    }

    .avatar-holder:before {
        background-image: url("../images/icons/half-circle-right-small.svg");
        right: -93px;
        bottom: 41px;
        width: 93px;
        height: 43px;
    }

    .avatar-holder:after {
        background-image: url("../images/icons/half-circle-left-small.svg");
        left: -93px;
        bottom: 41px;
        width: 93px;
        height: 43px;
    }

    .like-details {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        flex-wrap: wrap;
        align-content: center;
    }

    .support-contact {
        text-align: center;
        margin-top: 10px;
    }

    .coach .coach-details-list {
        margin-bottom: 25px;
    }

    .coach .single-class {
        min-height: 250px;
    }

    .course-list h3.title {
        text-align: center;
        margin-bottom: 20px;
    }

    .course-list .contact-list {
        text-align: center;
    }

    .course-list .contact-list li {
        margin-bottom: 10px !important;
        min-width: 170px;

    }

    .top-list.blue {
        margin-right: 0;
    }

    .like-details-title {
        margin-top: 20px;
    }

    .course-details-short h4 {
        text-align: right !important;
    }

    .top-contents {
        display: flex;
    }

    .mobile-collapse {
        display: none;
    }

    .background-holder {
        display: none;
    }

    .single-checkout-box {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 100;
    }

    .single-checkout-box.collapsed .hidden-on-collapse {
        display: none;
    }

    .cart-arrow-btn {
        background: transparent;
        border: none;
        position: relative;
        right: 50%;
        transform: translateX(50%);
    }

    .cart-arrow-btn img {
        border: none;
        width: 30px;
    }

    .single-product .img-holder {
        height: 150px;
        padding: 5px 0;
    }

    .error_section {
        width: 350px;
        height: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .packages .nav-holder {
        overflow: auto;
    }

    .packages .nav {
        width: 170%;
        margin: 20px 0;
    }

    .register .inner-form {
        margin: 50px 0;
    }

    .register .section-column {
        min-height: 100vh;
        height: unset;
    }

    address {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 1280px) {
    div.navbar-container div.align-items-center {
        margin-left: 85px
    }

}

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

    .shop-search-holder button img {
        width: 18px !important;
    }
}

@media screen and (max-width: 1165px) and (min-width: 991px) {
    .main-navbar a.nav-link {
        margin: 0 5px !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .product-gallery a {
        padding: 0;
        display: block;
        min-height: unset;
    }

    .product-gallery {
        border: none;
    }

    .social-media a {
        margin-left: 5px !important;
        padding: 7px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .social-media a img {
        width: 16px !important;
    }

    .single-checkout-box .product-info .contents span {
        color: #6c6c6c !important;
        font-size: 20px !important;
    }

}

@media screen and (max-width: 990px) {
    .p-0-res {
        padding: 0;
    }

    .logo-area {
        display: none;
    }
}

@media screen and (max-width: 660px) {
    .coaches .top-section h1 {
        right: 20px !important;
    }

    .counter-area {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .offcanvas-start {
        overflow-y: auto;
    }

    .main-navbar {
        right: 0;
    }

    .main-navbar .nav-logo img {
        max-width: 100%;
    }

    .main-navbar a.nav-link {
        top: unset !important;
    }

    .offcanvas.show ul.dropdown-menu {
        padding-top: 0 !important;
    }

    .navbar-light .dropdown-item {
        color: #2A1B6F;
        font-weight: 700;
        list-style-image: url("../images/icons/bullet.svg") !important;
    }

    .main-navbar .nav-logo {
        width: 150px !important;
    }

    .navbar-light .navbar-toggler-icon {
        width: 28px;
    }
}

@media screen and (max-width: 1256px) {
    #progress {
        width: 93% !important;
    }
}

@media screen and (max-width: 768px) {
    #progress {
        width: 88% !important;
    }

    #gift-btn {
        width: 100%;
    }

    .logo-area {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .courses-list .course-list .course-image-holder, .courses-list .course-list .course-image-holder img.pt-5 {
        padding: 0 !important;
    }

    .courses-list .contact-list {
        text-align: center !important;
    }

    .courses-list .contact-list .top-list.blue {
        margin-right: 0;
        margin-top: 5px;
    }

    .courses-list .left-to-center {
        text-align: center !important;

    }

    .top-section-short h1 {
        font-size: 24px !important;
    }
}

@media screen and (max-width: 575px) {
    #captcha {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 472px) {
    #progress {
        width: 85% !important;
    }

    .progress-bar-container .step-item .step-title {
        font-size: 13px;
    }

    .top-section-short h1 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 352px) {
    .navbar-light .navbar-container {
        padding: 0 !important;
        padding-right: 10px !important;
    }

    .main-navbar .nav-logo {
        width: 115px !important;
    }

    .main-navbar .nav-logo img {
        max-width: 100% !important;
    }

    .top-section-short h1 {
        font-size: 15px !important;
    }
}


@media screen and (max-width: 2560px) and (min-width: 1870px) {
    .register_suggestion .tabs_bg:before {
        left: -207px !important;
    }
}