@charset "utf-8";
/* CSS Document */

/*---For Laptop---*/
@media (max-width: 1800px) {}

/*---For Laptop---*/
@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 1024px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {}

@media (max-width: 1199px) {}

@media (max-width: 992px) {


    .navbar-nav .nav-item {
        padding: 6px 0px;
        border-bottom: 1px solid #d3d1d1;
        width: 100%;
    }

    .navbar-nav .nav-item:last-child{
        border: unset;
    }


    .about_sec {
        padding-left: 50%;
        padding-top: 50px;
        padding-bottom: 90px;
        padding-right: 30px;
        background-position: 10% center;
        background-size: cover;
    }

    .icon-chart li .number {
        font-size: 20px;
        line-height: 28px;
    }

    .align-items-center {
        align-items: start !important;
    }

    .logo_hedding {
        align-items: center !important;
    }

    .navbar-toggler:focus {
        box-shadow: unset;
        border: unset;
    }

    .btn-close:focus {
        box-shadow: unset;
    }

    .navbar-light .navbar-toggler {
        border: unset;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        line-height: 2.0em;
        font-weight: 500;
        font-family: unset;
    }
}

@media (min-width:991px) {
   
}

/*---For Horizental iPad---*/
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 8px;
    }

    .navbar-brand h1 {
        font-size: 22px !important;
    }
}

@media (min-width: 991px) {}

@media (min-width: 768px) {

    /* .icons .col-sm-2{
        width: 130.29px;
    } */
    .icon-chart .chart-image-wrapper {
        height: 600px;
    }

    /* .icon-chart .chart-image-wrapper>div {
        width: 300px;
    } */
}

/*---For Vertical iPad---*/
@media (min-width: 768px) and (max-width: 991px) {
    .tiles_sec .card-title a {
        font-size: 16px;
    }

    .choose-wrap {
        position: relative;
        padding: 12px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .destp_no{
        display: flex !important;
    }
    .header .navbar {
        padding: 0;
    }

    .mobile_none {
        display: none !important;
    }

    .destop_none {
        display: block !important;
    }
    .footer_wepper .row {
        justify-content: space-around !important;
    }
}

/*---For Mobile---*/
@media (max-width: 767px) {
    .section-header-banner {
        background-position: 60% center !important;
    }

    .section-title-header h2 {
        font-size: 34px;
    }

    .dropdown-menu .sub-menu {
        left: 0;
        position: relative;
    }

    .top_bar {
        text-align: center;
    }

    .top_right ul {
        justify-content: center;
    }

    .tiles_sec .card {
        margin-bottom: 30px;
    }

    .tiles_sec {
        padding-bottom: 20px;
    }

    .column_reverse {
        flex-direction: column-reverse;
    }

    .slider .w-50 {
        width: 100% !important;
    }

    .slider .px-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    /* .slider .ms-5, .slider .me-5{
        margin: 0 !important;
    }
    .slider {
        text-align: center;
    } */
    .home-title {
        width: 85%;
    }

    .slider1 {
        background-position: 65% center !important;
    }

    .slider2 {
        /* background-position: 20% center !important; */
        text-align: center;
    }

    .slider2 .home-title {
        width: 100%;
    }

    .about_sec {
        padding-left: 45%;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0px;
        background-position: 20% center;
        background-size: cover;
    }

    .section-title-header {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
    }
    /* .footer_logo p {
        display: none;
    } */
}

@media (min-width:576) {
    .icon-chart .chart-image-wrapper>div {
        width: 225px;
    }
}

@media (max-width: 578px) {


    .navbar-light .navbar-nav .nav-link{
        padding: 0px 15px;
    }

    .youtube_btn{
        margin-bottom: 38px !important;
    }
    .about_sec {
        background: #e4d0b7; 
        padding: 0;
    }

    .about_sec .d-none {
        display: block !important;
        width: 100%;
        max-width: 664px;
    }

    .top_right ul {
        display: block;
    }

    .header {
        padding: 10px 0;
    }

    .logo_offcanavs {
        display: flex;
        align-items: center;
    }

    .logo_offcanavs h2 {
        color: #0174cf;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        font-size: 19px;
    }

    .haddings-top h2 {
        font-size: 27px;
    }

    .top_right ul a {
        font-size: 15px;
    }

    .top_bar .row {
        flex-direction: column-reverse;
    }

    .about-hadding h2 {
        font-size: 20px;
    }

    .about_hedding_home h2 {
        font-size: 19px;
    }

    .our_popular_treatment {
        padding: 0;
    }

    .view_m {
        margin-bottom: 20px;
    }

    .youtube_main {
        margin-bottom: 20px;
    }

    .youtube_wepper {
        padding: 10px 0 0;
    }

    .icon-chart .chart-image-wrapper>div span.dollar {
        font-size: 20px;
    }

    .icon-chart .chart-image-wrapper>div span.label {
        font-size: 16px;
    }

    .footer_wepper {
        padding: 20px 0 0;
    }

    .footer_logo p {
        text-align: center;
        font-size: 14px;
        justify-content: start;
    }

    .about_text h3 {
        font-size: 25px;
        text-align: center;
    }

    .about_text p {
        line-height: 23px;
        letter-spacing: 0;
        text-align: justify;
    }

    .sosal-midia-icn {
        margin: 0px;
        margin-top: -12px;
        margin-bottom: 10px;
    }

    .footer_heddng h2 {
        margin-bottom: 10px;
    }

    .footer_heddng {
        margin-bottom: 0px;
        padding: 15px 0;
    }

    .footer_heddng h4 {
        font-size: 16px;
        padding: 8px 0px;
    }

    .send i {
        font-size: 22px;
    }

    .logo-sec-footer {
        justify-content: start;
    }

    

    .sckin_wepper_main {
        padding: 30px 0;
    }

    .about-caption h2 {
        font-size: 25px;
    }

    .about-caption p {
        text-align: justify;
        font-size: 15px;
        line-height: 23px;
    }

    .section-padding {
        padding: 20px 0;
    }

    .section-padding .py-5 {
        padding: 0 !important;
    }

    .get-in-touch h3 {
        font-size: 25px;
    }

    .get-in-touch {
        margin: 0;
    }

    .get-in-touch p {
        margin-bottom: 0;
    }

    .testimonial_sec .pb-5 {
        padding: 0 !important;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-menu {
        overflow: scroll;
        height: 300px;
        width: 300px;
    }

    .videoss-category-content h3 {
        font-size: 17px;
        padding: 0;
    }

    .videoss-content-menu h4 {
        font-size: 10px;
        padding: 0;
    }

    .videoss-content-menu a {
        font-size: 14px;
        margin: 0;
        line-height: 30px;
        padding: 0px 16px;
        margin-top: -10px;
    }

    .adders_main li {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 20px;
    }

    .footer_heddng h3 {
        font-size: 16px;
    }

    .mobile_icon {
        display: block;
        column-count: 2;
    }

    .footer_heddng {
        margin-bottom: 20px;
    }

    .footer_logo {
        margin-bottom: 20px;
    }

    
}

@media (max-width: 462px) {
    .bg_about .nav {
        display: block;
    }

    .cust_tab_main .nav-tabs .nav-link {
        margin: auto;
        width: 100%;
    }

    .footer_logo {
        border-style: unset;
    }

    .adders_main li span {
        margin-right: 10px;
    }


    .footer_wepper .container-fluid {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }
}

@media (max-width: 425px) {
    .logo_hedding h1 {
        font-size: 21px;
    }

    .baby-img {
        margin: auto;
    }

    .red_light_sec {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .top_bar {
        padding: 5px 5px;
    }

    .top_right ul li {
        margin: 0 0px;
    }

    .footer_heddng {
        padding: 0;
    }

    .sosal-midia-icn {
        padding-top: 13px;
    }
    .logo{
        width: 35px;
    }
}

@media (max-width: 414px) {
    .navbar-brand h1 {
        font-size: 18px !important;
    }

    .top_bar {
        padding: 4px 0px;
    }
}

@media (max-width: 411px) {}

@media (max-width: 393px) {}

@media (max-width: 342px) {
    .navbar-brand h1 {
        font-size: 16px !important;
    }
}