/* 
******* :: INDEX OF RESPONSIVE CSS :: *******
:: 1.0 COMMON CSS
:: 2.0 HEADER AREA CSS
:: 3.0 WELCOME AREA CSS
****************************** */


/* ******************************
:: 1.0 COMMON CSS
****************************** */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150 {
        padding: 100px 0;
    }
    .ptb_100 {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .res-margin {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 30px;
    }
    .ptb_180 {
        padding: 130px 0;
    }
    .ptb_150,
    .ptb_100 {
        padding: 50px 0;
    }
}

@media (max-width: 575px) {
    .inner-wrapper h1,
    .inner-wrapper h2 {
        font-size: 24px;
    }
    .avatar-lg {
        height: 4rem;
        width: 4rem;
    }
    .container-fluid {
        padding: 0 3%;
    }
    .ptb_180 {
        padding: 80px 0;
    }
}


/*SECTION HEADING*/

@media (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 36px;
    }
    .section-heading {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 2em;
        line-height: 1.4;
    }
    h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    p {
        line-height: 26px;
    }
    .headings>h2,
    .section-heading>h2 {
        line-height: 1.5;
    }
}


/* ******************************
:: 2.0 HEADER AREA CSS
****************************** */

@media (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .navbar-sticky-on .navbar-nav .nav-link {
        padding-top: 1.625rem;
        padding-bottom: 1.625rem;
    }
}

@media (max-width: 991px) {
    .main:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background: #fff;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
    }
    [data-theme=dark] .main:before {
        background: #01081f;
    }
    .canvas-open {
        overflow: hidden;
    }
    .canvas-open .main:before {
        width: 100%;
        opacity: .95;
        visibility: visible;
    }
    /* .navbar {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    } */
    .navbar.active {
        display: block;
    }
    .navbar.active .navbar-inner {
        right: 0;
    }
    .navbar .navbar-inner {
        right: -100%;
        -webkit-transition: right 0.3s 0.2s;
        transition: right 0.3s 0.2s;
    }
    .navbar .nav-link {
        border-bottom: 1px solid #eee;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    [data-theme=dark] .navbar .nav-link {
        border-bottom: 1px solid #1E2745;
    }
    .navbar.navbar-dark .nav-link {
        color: #54565a;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #f6f8f9;
    }
    .navbar.navbar-dark .nav-link:hover,
    .navbar.navbar-dark .nav-link:focus,
    .navbar.navbar-dark .nav-link.active,
    .navbar.navbar-dark .nav-link.current-menu-item {
        color: #2c2e30;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link {
        color: #e7eaee;
    }
    [data-theme=dark] .navbar.navbar-dark .nav-link:hover {
        background: #01081f;
    }
    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }
    [data-theme=dark] .navbar-inner {
        background: #151c32;
    }
    .navbar-inner .dropdown-menu:before {
        content: none;
    }
    .navbar-inner .dropdown-menu {
        border: medium none;
        background: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        float: none;
        margin: 0;
        padding-top: 0;
        position: static;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item {
        color: #f6f8f9;
    }
    [data-theme=dark] .navbar-inner .dropdown-menu .dropdown-item:hover {
        background: #01081f;
    }
    .nav-open .main-wrapper {
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0);
    }
    /*MOBILE NAVBAR TOGGLER*/
    .navbar-toggler {
        position: absolute !important;
        top: auto;
        right: 0;
        bottom: auto;
        left: auto;
        border: none;
        height: 100%;
        width: 3.75rem;
        background-image: none;
        border-radius: 0;
        z-index: 1;
        display: inline-block;
    }
    .navbar-inner .navbar-toggler {
        position: absolute;
        height: 2.5rem;
        top: 0;
    }
    .navbar-toggler-icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        background-image: none !important;
    }
    .navbar-toggler-icon,
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
    .navbar-toggler-icon {
        height: 3px;
        width: 50%;
        background: #7e8085;
        display: inline-block;
    }
    .navbar-dark .navbar-toggler-icon {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon {
        background: #7e8085;
    }
    .navbar-dark .navbar-toggler-icon.active:before,
    .navbar-dark .navbar-toggler-icon.active:after {
        background: #7e8085;
    }
    .navbar-toggler-icon:before,
    .navbar-toggler-icon:after {
        content: "";
        background: #7e8085;
        left: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .navbar-dark .navbar-toggler-icon:before,
    .navbar-dark .navbar-toggler-icon:after {
        background: #fff;
    }
    .navbar-sticky-on .navbar-toggler-icon:before,
    .navbar-sticky-on .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .navbar-toggler-icon::before {
        top: -0.625rem;
    }
    .navbar-toggler-icon::after {
        top: 0.625rem;
    }
    .navbar-toggler-icon.active {
        background-color: transparent;
        -webkit-transform: scale(0.85) rotate(270deg);
        transform: scale(0.85) rotate(270deg);
    }
    .navbar-toggler-icon.active:before {
        top: 0;
        -webkit-transform: scale(0.65) rotate(45deg);
        transform: scale(0.65) rotate(45deg);
    }
    .navbar-toggler-icon.active:after {
        top: 0;
        -webkit-transform: scale(0.65) rotate(-45deg);
        transform: scale(0.65) rotate(-45deg);
    }
    .navbar-dark .navbar-brand .navbar-brand-regular {
        max-width: initial;
    }
}

@media (max-width: 767px) {
    .homepage-1 .navbar-dark .navbar-toggler-icon {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon:before,
    .homepage-1 .navbar-dark .navbar-toggler-icon:after {
        background: #7e8085;
    }
    .homepage-1 .navbar-dark .navbar-toggler-icon.active {
        background-color: transparent;
    }
}


/* ******************************
:: 3.0 WELCOME AREA TO Start CSS
****************************** */

@media(max-width: 1200px) {}

@media(max-width: 991px) {}

@media(max-width: 767px) {
    .navbar-expand-lg>.nav-container {
        justify-content: space-between;
    }
    .navbar-brand img {
        width: 200px;
    }
}

@media(max-width:575px) {
    .navbar-brand img {
        width: 160px;
    }
    .navbar .navbar-inner {
        right: auto;
        position: relative;
        background: transparent;
        box-shadow: none;
        top: 0;
        width: auto;
        padding-top: 0;
        overflow-y: initial;
    }
    .top-call a,
    .top-mail a {
        font-size: 15px;
    }
    .team-head p {
        font-size: 17px;
        font-weight: 400;
    }
    .welcome-area {
        background-position: 80%;
    }
    .banner-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #10685961;
    }
    .treat-box p,
    .treat-box {
        min-height: auto;
    }
    .treat-box {
        padding-bottom: 50px;
    }
    .treat-box .icon img {
        max-width: 55px;
    }
    .treat-box h3 {
        font-weight: 600;
    }
    .welcome-form-wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .banner-head h1 {
        font-size: 26px;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .banner-inner h1 {
        font-size: 26px;
    }
    .banner-inner p {
        line-height: 26px;
        font-size: 16px;
    }
    .banner-head h1 span.d-block-md {
        display: block;
    }
    .form-title h2 {
        font-size: 20px;
    }
    .welcome-form {
        width: 320px;
        padding: 30px 20px;
    }
    .welcome-form .form-group input,
    .welcome-form .form-group select {
        height: 45px;
    }
    .welcome-form .form-group input[type="submit"] {
        height: 45px;
    }
    .join-therapy {
        padding: 35px 30px;
        height: auto;
    }
    .join-inner h1 {
        font-size: 22px;
    }
    .join-inner span,
    .join-inner p {
        font-size: 16px;
    }
    .treat-bottom-btn a {
        padding: 20px 35px;
        font-size: 16px;
    }
    .treat-bottom-btn {
        margin-top: 50px;
    }
    .exp-top img,
    .exp-bot img {
        max-width: 120px;
    }
    .exp-head h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    .exp-box {
        margin-bottom: 40px;
    }
    .exp-box h2 {
        color: #118c77;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 10px;
        min-height: auto;
        max-width: 230px;
    }
    .exp-btn a {
        padding: 20px 30px;
        font-size: 15px;
    }
    .exp-btn {
        margin-top: 25px;
        text-align: left;
    }
    .team-inner {
        margin-bottom: 30px;
        padding: 0;
    }
    .team-inner .details h4 {
        font-size: 18px;
    }
    .team-inner .details span {
        font-size: 16px;
        display: block;
        line-height: 18px;
    }
    .team-btn {
        margin-top: 0;
    }
    .navbar-sticky-on .navbar-brand {
        padding: 0;
    }
    .team-btn a {
        font-size: 15px;
        padding: 20px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 185px;
    }
    .cure-area {
        height: auto;
        padding: 60px 0 100px;
    }
    .cure-inner .head h1 {
        font-size: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    .fac-box {
        margin-bottom: 20px;
        padding: 0;
    }
    .fac-box .icon img {
        max-width: 70px;
    }
    .fac-box h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .fac-box p {
        font-size: 15px;
        line-height: 24px;
    }
    .cure-inner .para p {
        font-size: 18px;
    }
    .cure-inner .head {
        margin-bottom: 20px;
    }
    .cure-inner .head .icon {
        margin-bottom: 10px;
    }
    .fac-btn a,
    .testi-btn a {
        font-size: 15px;
        padding: 20px 40px;
    }
    .form-btn {
        margin-top: 60px;
        text-align: left;
        margin-bottom: 30px;
    }
    .counter-section {
        padding-top: 80px;
        padding-bottom: 80px;
        height: auto;
    }
    .counter-bx h2 {
        font-size: 32px;
    }
    .counter-bx p {
        font-size: 18px;
    }
    .counter-bx {
        border-right: none;
        border-bottom: 3px solid #fff;
        padding: 20px 0;
    }
    .counter-bx.lst {
        border-bottom: none;
    }
    .about-img {
        display: none;
    }
    .media-box {
        flex: 0 0 100%;
    }
    .head h1 {
        color: #272727;
        font-size: 30px;
        position: relative;
        font-weight: 600;
        margin-bottom: 45px;
        max-width: 250px;
        line-height: 1.2;
    }
    .success-area {
        padding-bottom: 0;
    }
    .short-item iframe {
        height: 380px;
    }
    .short-section::before {
        height: 390px;
    }
    .full-section {
        padding-left: 0;
        margin-top: 100px;
    }
    .head-testi h1 {
        font-size: 29px;
    }
    .rt-slide .owl-nav {
        position: absolute;
        right: 35px;
        bottom: 0;
        top: -15px;
    }
    .lt-bra-box a {
        min-height: 80px;
    }
    .order-2-575 {
        order: 2;
    }
    .order-1-575 {
        order: 1;
    }
    .contact-ft {
        margin-top: 0px;
    }
    .pp-left {
        height: 155px;
        background-position: initial;
        width: 100%;
        background-size: cover;
    }
    .popupleft-content p {
        font-size: 20px;
        line-height: 32px;
        margin-top: 0;
    }
    .bra-box {
        min-height: auto;
    }
    .bra-box-btx {
        margin: 50px 0 30px;
    }
    .course-box .inner h2 {
        min-height: auto;
    }
    .course-box .inner p {
        min-height: auto;
    }
    .banner-head h1 span.red-color {
        font-size: 40px;
    }
    .testi-slider .owl-dots {
        margin-top: -25px;
    }
}