@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropdown-menu {
        display: none;
    }

    li.dropdown.dropend:hover:hover .dropdown-menu {
        left: 100%;
        top: 0px;
        display: block;
    }
}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-light .navbar-nav .nav-link:focus:before,
    .navbar-light .navbar-nav .nav-link:hover:before,
    .navbar-light .navbar-nav .nav-link.active:before {
        width: calc(100% - 30px);
    }

    .home-banner-content h1 {
        font-size: 44px;
        line-height: 52px;
    }

    .head-1 {
        font-size: 28px;
    }

    .head-2 {
        font-size: 28px;
    }

    .inner-banner-content {
        padding-top: 216px;
        padding-bottom: 150px;
    }

    .inner-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .card-class .card-body {
        padding: 20px 20px;
    }

    .card-class .card-body h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .hgroup p {
        font-size: 18px;
    }

    .header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        box-shadow: none;
        background-color: rgba(243, 237, 231, 0.85);
    }

    .header.scrolled {
        background-color: rgba(243, 237, 231, 1);
        box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
    }

    .header .navbar-collapse {
        position: fixed;
        max-width: 300px;
        background-color: #fff;
        width: 100%;
        top: 0px;
        left: -300px;
        height: 100vh;
        z-index: 3;
        padding: 70px 0px 90px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .header .collapse:not(.show) {
        display: block;
    }

    .header .collapse.show {
        left: 0px;
    }

    .header .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 8px 30px;
        border-bottom: 1px solid #5c57571c;
    }

    .header .navbar-nav {
        z-index: 2;
        position: relative;
        overflow: auto;
        max-height: 100%;
        margin-right: 0px;
    }

    .navbar-light .navbar-nav .nav-item.dropdown {
        padding-right: 0px;
    }

    .navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 49px;
        height: 49px;
    }

    .navbar-light .navbar-nav .nav-item.dropdown span.dropdown-toggle::after {
        left: 21px;
        top: 19px;
        position: absolute;
    }

    .header .navbar-collapse.collapse.show:before {
        content: '';
        width: 100%;
        height: 100vh;
        background-color: rgba(4, 4, 4, 0.65);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .header .navbar-collapse.collapse.show button.navbar-toggler {
        position: absolute;
        z-index: 3;
        right: 14px;
        top: 25px;
        outline: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header .navbar-collapse:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #f3ede7;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    button.navbar-toggler {
        border: 0px;
        padding: 0px;
        outline: none;
        position: relative;
        width: 26px;
        height: 17px;
        top: 3px;
    }

    .navbar-toggler span {
        width: 24px;
        height: 2px;
        background-color: #5c5757;
        margin-bottom: 6px;
        display: block;
        position: absolute;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-toggler span:last-child {
        margin-bottom: 0px;
    }

    .navbar-toggler span:nth-of-type(1) {
        top: 9px;
        left: 0px;
        transform: rotate(45deg);
    }

    .navbar-toggler span:nth-of-type(2) {
        top: 9px;
        left: 0px;
        display: none;
    }

    .navbar-toggler span:nth-of-type(3) {
        top: 9px;
        right: 2px;
        transform: rotate(-45deg);
    }

    .navbar-toggler.collapsed span:nth-of-type(1) {
        top: 0px;
        left: 0px;
        transform: rotate(0deg);
        width: 12px;
    }

    .navbar-toggler.collapsed span:nth-of-type(2) {
        top: 7px;
        left: 0px;
        width: 22px;
        display: block;
    }

    .navbar-toggler.collapsed span:nth-of-type(3) {
        left: 0px;
        right: initial;
        top: 14px;
        transform: rotate(0deg);
        width: 19px;
    }

    .navbar .dropdown-menu {
        border-radius: 0px;
        margin: 0px;
        background-color: #fff !important;
    }

    .navbar .dropdown-menu h5 {
        color: #00304c;
        font-size: 16px;
        font-weight: 600;
        padding-left: 30px;
    }

    .navbar .dropdown-menu .nav-link {
        color: #00304c;
        padding-left: 45px;
    }

    .navbar .dropdown-menu div[class*="col"],
    .navbar .dropdown-menu .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar .dropdown-menu .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar .dropdown-menu div[class*="col"]:last-child {
        margin-bottom: 0rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle::after {
        right: 20px;
        top: 23px;
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: none;
    }

    .navbar-collapse .navbar-brand {
        z-index: 2;
        position: absolute;
        max-width: 200px;
        top: 14px;
        left: 30px;
    }

    a.dropdown-item {
        padding: 15px 30px 15px 45px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid #f5f4f4;
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    .navbar-brand img {
        display: block;
        margin: auto;
        max-width: 180px;
    }

    nav.navbar {
        border: 0px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: #fff;
    }

    .head_info ul li {
        padding-left: 0px;
    }

    .mobile_head {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    li.dropdown.dropend ul.dropdown-menu a.dropdown-item {
        padding-left: 60px;
    }

    .top_mobile.top_info {
        z-index: 2;
        position: relative;
    }

    .top_mobile.top_info a.btn {
        display: block;
    }

    .nav-right {
        position: relative;
        z-index: 2;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-right ul {
        justify-content: flex-start;
    }

    .nav-right ul li {
        display: block;
        width: 100%;
    }

    .nav-right ul li a {
        width: 100%;
    }

    .navbar-light .navbar-nav .nav-item.dropdown.profile-dropdown .dropdown-toggle {
        padding: 8px 30px;
        border: 0;
    }

    .home-banner {
        align-items: flex-end;
        padding-bottom: 70px;
    }

    .home-banner-img:before {
        content: '';
        width: 100%;
        height: 100%;
        background-image: linear-gradient(180deg, rgba(243, 237, 231, 0), rgba(243, 237, 231, 0.4) 40%, rgb(255 240 223) 100%);
        position: absolute;
        left: 0;
        top: 0;
    }

    .our-story {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .our-class {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .classes-inner {
        padding-top: 60px;
    }

    .plans {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contact-us {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .inner-banner-content {
        padding-top: 166px;
        padding-bottom: 100px;
    }

    .inner-banner-content h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    p {
        font-size: 14px;
        line-height: 30px;
    }

    .hgroup p {
        font-size: 16px;
    }

    .btn {
        font-size: 13px;
        padding: 10px 44px;
    }

    .home-banner {
        padding-bottom: 50px;
    }

    .home-banner-content h1 {
        font-size: 40px;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .head-1 {
        font-size: 25px;
    }

    .head-2 {
        font-size: 24px;
    }

    .story-content h2 {
        margin-bottom: 16px;
        font-size: 26px;
    }

    .story-btns {
        padding-top: 10px;
    }

    .pilates-journey-inner h2 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .pilates-journey-inner p {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-info p {
        font-size: 18px;
        line-height: 24px;
    }

    .form-control {
        font-size: 14px;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .steps-progress {
        justify-content: space-between;
    }

    .step-text {
        display: none;
    }

    .step-circle {
        max-width: 32px;
    }

    .steps-progress:after {
        width: 26px;
    }
}

@media only screen and (max-width: 480px) {
    .home-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .pilates-journey-inner h2 {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 20px;
    }

    .pilates-journey-inner p {
        font-size: 16px;
        line-height: 28px;
    }

    .foot-col li a,
    li.time {
        font-size: 13px;
    }
}

@media only screen and (max-width: 360px) {}