html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Instrument Sans';
    font-style: normal;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
}


ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

p {
    font-family: 'Instrument Sans';
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

img {
    max-width: 100%;
    border: 0;
    height: auto;
}

.clear {
    clear: both;
    float: none;
    width: 100%;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none !important;
    transition: all 0.2s ease-in;
    color: #1f1f1f;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond';
}

a:hover {
    color: #000;
}

a,
span {
    display: inline-block;
}

:focus {
    box-shadow: none !important;
    outline: none !important;
}



@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Italic.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Bold.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2'),
        url('../fonts/InstrumentSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Instrument Sans';
    src: url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2'),
        url('../fonts/InstrumentSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Bold.woff2') format('woff2'),
        url('../fonts/EBGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-ExtraBold.woff2') format('woff2'),
        url('../fonts/EBGaramond-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Italic.woff2') format('woff2'),
        url('../fonts/EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Regular.woff2') format('woff2'),
        url('../fonts/EBGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-SemiBold.woff2') format('woff2'),
        url('../fonts/EBGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Medium.woff2') format('woff2'),
        url('../fonts/EBGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}





@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1250px;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1350px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}




/* HEADER STYLES*/


.navbar-nav .dropdown-menu li:nth-child(1) {
   padding: 8px 15px 8px 15px;
}
.navbar-nav .dropdown-menu li:last-child  {
   padding: 8px 15px 8px 15px;
}

.navbar-nav .dropdown-menu .nav-link{
   padding: 0;
}

.navbar-nav li:nth-child(1) {
    padding: 8px 25px;
}

.navbar-nav li:last-child {
    padding: 8px 25px;
}

.main-menulist {
    padding: 45px 0px 45px 60px;
}

.nav-button .cmn-btn {
    padding: 15px 25px;
    border-radius: 50px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    transition: 0.7s ease-out;
    position: relative;
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 0 #fff; 
}

.nav-button img {
    padding-right: 10px;
}

.nav-button .cmn-btn:hover {
    box-shadow: inset 0 -100px 0 0 #197992;
    color: #fff;
    transition: 0.7s ease-out;
    background: transparent;
 
}


header.navpage-header.is-sticky .top-wrapper {
    display: none;
}

.navpage-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;

}


/* STICKY STYLES */
.navpage-header.is-sticky {
    position: fixed;
    /* box-shadow: 0 5px 16px rgb(238 230 230 / 23%); */
    padding: 0px 0;
    /* backdrop-filter: blur(10px); */
    animation: slideDown 0.5s ease-out;
    /* background: #00000054; */
    z-index: 9999;
    color: #000;

    padding: 0 0px;
}

.navpage-header.is-sticky .logo-box img {
    max-width: 48%;
}

.navpage-header.is-sticky .main-menulist {
    padding: 0px 0px 0px 60px;
}

.navpage-header.is-sticky .align-items-start {
    align-items: center !important;
}

.navpage-header.is-sticky .navbar {
    align-items: center;
}

.navpage-header.is-sticky .navbar-expand-lg .navbar-nav {
    background-color: #197992;
    box-shadow: 10px 10px 53px 0px rgb(0 0 0 / 20%);
}

.navpage-header.is-sticky .navbar .nav-link {
    color: #fff;
}

.navpage-header.is-sticky .nav-button .cmn-btn {
    background-color: #197992;
    color: #fff;
    border: 1px solid #197992;
    box-shadow: 10px 10px 53px 0px rgb(0 0 0 / 20%);
}

.navpage-header.is-sticky .nav-button .cmn-btn i {
    color: #fff;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

i.fa.fa-bars {
    color: #000;
}

.navbar-toggler {
    background-color: #000;
}

.navbar {
    align-items: start;
    padding: 0;
}

button.navbar-toggler.collapsed i {
    /* color: #f0287a; */
    color: #fff;
    font-size: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.nav-icons {
    display: flex;
    justify-content: center;
}

.nav-icons li {
    padding: 5px 10px;
}

.btn-secondary {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    background-color: transparent;
    border-color: transparent;
}

.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
    transition: 0.5s ease-in-out;
}

.navbar .nav-link {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    transition: 0.5s ease-in-out;
    position: relative;
}

.nav-item {
    padding: 8px 15px 8px 15px;
    display: flex;
    align-items: center;
    color: #000;
    border-radius: 100px;
    background: transparent;
    transition: 0.6s ease-in-out;
}

.nav-button i {
    padding-right: 6px;
}
.navbar .nav-link:hover {
color: #fff;
}


 .navpage-header.is-sticky .nav-link:hover {
color: #197992;
 }

.navpage-header.is-sticky .nav-hover1:hover {
    box-shadow: inset 200px 0 0 0 #fff;
    color: #197992;
    transition: 0.6s ease-in-out;
}

.navpage-header.is-sticky .nav-hover2:hover {
    box-shadow: inset -222px 0 0 0 #fff;
    color: #197992;
    transition: 0.6s ease-in-out;
}

.nav-hover1 {
    box-shadow: inset 0 0 0 0 #197992;
    transition: 0.6s ease-in-out;
}

.nav-hover1:hover {
    box-shadow: inset 200px 0 0 0 #197992;
    color: #fff;
    transition: 0.6s ease-in-out;
}


.nav-hover2 {
    box-shadow: inset 0 0 0 0 #197992;
    transition: 0.6s ease-in-out;
}

.nav-hover2:hover {
    box-shadow: inset -222px 0 0 0 #197992;
    color: #fff;
    transition: 0.6s ease-in-out;
} 



.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 100px;

}

.dropdown-item:focus,
.dropdown-item:hover {

    background-color: transparent;
}

.dropdown-item {
     padding: 10px 15px;
    position: relative;
}

.navbar .dropdown-menu .nav-link {
	font-size: 16px;
}


.dropdown-menu li:hover {
    background: #197992;
    transition: 0.7s ease-in-out;
}

.dropdown-menu .nav-item {  
	border-radius: 0px;
}


.dropdown-menu li:hover a {
    color: #fff;
    transform: translateX(5px);
    transition: 0.3s ease-in-out;
}

.btn-secondary:focus {
    transition: 0.5s ease-in-out;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}


.sub-menu {
    /* padding: 10px; */
    background-color: #fff;
    color: #000;
    border-radius: 5px;
}

.dropdown-menu {
    padding: 0;
}


@media (min-width: 992px) {

    .navbar .dropdown {
        position: relative;
    }

    .navbar .dropdown-menu {
        left: 0;
        right: auto;
        top: 100%;
/*         transform: translateY(10px); */
        min-width: 240px;
        white-space: nowrap;
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
    }
}


.navbar-expand-lg .navbar-nav .dropdown-menu {  
	width: 360px;
}



.navpage-header.is-sticky .navbar .dropdown-menu .nav-link {
    color: #000;
}

.menu-close {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-open {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .menu-close {
    display: inline-block;
}

.navbar-toggler i {
    color: #fff;
    font-size: 22px;
}





/* ------------home-page-css------------- */

.banner-content-wrapper {
    padding: 0px 50px;
}

.home-banner-section {
    position: relative;
    background-position: center;
    background-size: cover;
    background-image: url(/wp-content/uploads/2026/01/banner-img.webp);
    background-attachment: fixed;
    height: 100vh;
    background-repeat: no-repeat;
    background-color: #0000003b;
    background-blend-mode: darken;
}

.home-banner-title {
    font-size: 98px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    -webkit-text-stroke: 3px #fff;
}

.home-banner-sub-title {
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    -webkit-text-stroke: 3px #fff;
}

.home-banner-content p {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    line-height: 37px;
}

.home-banner-content {
    position: absolute;
    bottom: 11%;
    width: 470px;
    right: 100px;
    border-radius: 20px 150px 20px 20px;
    z-index: 1;
    background: #fff;
    padding: 40px 30px;
}

.banner-title {
    font-size: 64px;
    font-weight: 600;
    color: #1aa6c5;
}

.home-banner-content p {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

.cmn-btn {
    padding: 14px 30px;
    border-radius: 50px;
    background: #197992;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    transition: 0.7s ease-in-out;
    box-shadow: inset 0 0 0 0 #197992;
    border: 1px solid #197992;
}

.cmn-btn:hover {
    background: transparent;
    box-shadow: inset 0 0 200px 0 #ffffff96;
    transition: 0.5s ease-in-out;
    border: 1px solid #197992;
}

.cmn-btn:hover span {
    color: #000000 !important; /* Replace with your desired color */
}

.banner-btn .cmn-btn:hover {
    background: transparent;
    box-shadow: inset 0 0 200px 0 #ffffff96;
    transition: 0.5s ease-in-out;
    border: 1px solid #197992;
    color: #000;
}

.banner-btn {
    padding-top: 15px;
}

.banner-btn a:nth-child(1) {
    margin-right: 0px;
}


.home-title {
    color: #1aa6c5;
    font-size: 70px;
    font-weight: 600;
}

.home-sec2 {
    padding: 100px 50px;
}

.trusted-images {
    overflow: hidden;
}

/* -----scrolling image-css-------- */


.container-inview.hide {
    display: none;
}

.container-scroll {
    padding: 0;
    height: 100%;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.inner-banner-section { position: relative;}
.inner-banner-section .inner-banner-content{
    position: absolute;
    top: 70%;
    left: 5%;
        border-radius: 50px 50px 50px 50px;
    z-index: 1;
    background: #ffffffd9;

}
.inner-banner-section .inner-banner-content .banner-title .banner-sub-title {
    font-size: 70px;
    font-weight: 600;
    color: #1aa6c5;
    padding: 10px 40px;
}

/* ----------end------------ */

.top-main-container {
    padding: 100px 0px;
}

.home-about-img1 img {
    border-radius: 0px 130px 0px 0px;
      box-shadow: 10px 10px 33px 0px rgb(26 166 197 / 39%);
}

.home-about-img2 img {
    border-radius: 130px 0px 0px 0px;
    box-shadow: 10px 10px 53px 0px rgb(26 166 197 / 39%);
}


.home-service-card img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 0.7s linear;
    z-index: 20;
    box-shadow: 10px 10px 53px 0px rgb(0 0 0 / 20%);
}

.home-service-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.7s linear;
    box-shadow: 10px 10px 53px 0px rgb(0 0 0 / 20%);
}

.home-service-card {
    position: relative;
    z-index: 1;
    transition: all 0.7s linear;
}

.offer-text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    transition: all 0.7s linear;
    color: #000;
    margin: 0;
}

.offer-text {
    padding: 15px;
    position: absolute;
    background: #ffffffd4;
    bottom: 20px;
    right: 20px;
    left: 20px;
    margin: auto;
    border-radius: 20px;
    z-index: 99;
}



.offer-header-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.offerservices-cards {
    display: flex;
    gap: 30px;
}

.offer-text .title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
}

.home-offer-sec2 {
    background-image: url(../images/home-offer-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-color: #ffffffeb;
    background-blend-mode: lighten;
	 padding: 0px 60px;
}



.offerservices-cards {
    display: flex;
    flex: 1;
    gap: 30px;
}

.home-service-card {
    flex: 1 1 1%;
    position: relative;
   transition: 0.7s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;

}

.home-service-card:hover {
    flex-basis: 30%;
    transition: 0.7s ease-in-out;
}


.home-service-card .offer-img {
    width: 100%;
    height: 0;
    padding-bottom: 600px;
    overflow: hidden;
    position: relative;
}

.home-service-card .offer-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.choose-box {
    display: flex;
    align-items: center;
    background: #1aa6c5;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
}

.choose-box p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding-left: 10px;
}

.home-choose-img img {
    border-radius: 20px;
}

.choose-box-wrap {
    margin-top: 22%;
}

.home-choose-img img {
    margin-left: 43px;
}

.home-choose-img {
    overflow: hidden;
    border-radius: 10px;
}


.home-experience-sec4 {
    background-image: url(../images/cura-experience-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 150px 0px;
}

.wellness-experience-inner {
    width: 1150px;
    margin: auto;
    background: #ffffffc7;
    padding: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.experience-title {
    font-size: 55px;
    color: #000;
    font-weight: 600;
}

.wellness-experience-text p {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 16%;
}

.wellness-experience-text p strong {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.wellness-experience-img img {
    border-radius: 10px;
    overflow: hidden;
}

.wellness-experience-img {
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 560px;
}

.swiper-slide img {
    display: block;
    height: auto;
    width: 100%;
    object-fit: cover;

}

.testimonial-slide .img-title {
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 0;
    font-size: 40px;
    font-weight: 600;
}


  .before-img{
    background: #000;
    padding: 15px 15px 1px 15px;
    border-radius: 20px;
    transform: rotate(-7deg);
 
}

.after-img {
    background: #000;
    padding: 15px 15px 1px 15px;
    border-radius: 20px;
    transform: rotate(4deg);
    right: 22%;
    top: 40px;
    position: relative;
}

.testi-text{
position: relative;
}


.testi-text::after {
    content: '';
    background-image: url(../images/testi-quote-img.webp);
    width: 448px;
    height: 320px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 47%;    
    left: 85px;
}


.owl-carousel .owl-stage-outer {
  
    padding: 60px 50px !important;
}
.testi-text {
    padding-right: 50px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: fit-content !important;
}

.testi-name {
    font-size: 21px;
    color: #000;
    font-weight: 500;
    padding-left: 0;
}

.testi-profile {
    font-size: 18px;
    font-weight: 500;
}

.home-product-sec4 {
    padding-top: 100px;
}



#related-slid .owl-prev {display: none;}
#related-slid .owl-prev span {background-color: #fff;width: 40px;height: 40px;border-radius: 50%;color: #000;font-size: 24px;text-align: center;}
#related-slid.owl-next span {background-color: #fff;width: 40px;height: 40px; border-radius: 50%;color: #000;font-size: 24px;text-align: center;}
#related-slid .owl-nav {display: none;}
#related-slid .owl-dot span {background-color: #000; width: 15px;height: 15px;margin: 2px;border-radius: 50%;}
#related-slid .owl-dot.active span {background-color: #1aa6c5;width: 15px;height: 15px;margin: 2px;border-radius: 50%;}
#related-slid .owl-dots {display: flex; z-index: 20;position: relative;bottom: 0px;justify-content: end;}




.owl-carousel .owl-item img {
    display: block;
    width: auto;
}

#testi-slid2 .owl-dots {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}


.testimonial-slide {
    max-width: 950px;
}

.home-testimonial-sec5 {
    padding: 0px 60px 30px 60px;
    position: relative;
}


.testi-name {
    font-size: 18px;
    font-weight: bold;
}


.contact-form {
    position: relative;
    z-index: 1;
}
.navbar-nav .dropdown-menu li {
    padding: 8px 15px 8px 15px;
}

.contact-form input::placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 400;

}

.contact-form textarea::placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 400;

}
.map p {
    margin: 0;
    line-height: 0;
}
.input-text {
    border: 1px solid #c8c7c7;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;

}

.input-textarea {
    border: 1px solid #c8c7c7;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom:0px;
    height: 265px;

}


.textarea {
    border: 1px solid #c8c7c7;
    padding: 15px 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px;
    color: #3f3f3f;
    font-size: 17px;
    font-weight: 500;

}


.submit-btn {
    padding: 14px 30px;
    border-radius: 50px;
    background: #fff;
    color: #1aa6c5;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    transition: 0.7s ease-in-out;
    border: 1px solid #1aa6c5;
}

.submit-btn:hover {
    color: #fff;
    background-color: transparent;
    transition: 0.5s ease-in-out;
}

.home-contact-sec6 {
    background-image: url(../images/home-contact-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 150px 0px;
}

.home-contact-inner {
    background: #145f72cc;
    padding: 60px 30px;
}

.home-contact-text p {
    color: #fff;
    font-size: 24px;
}

.home-contact-text ul li {
    font-size: 22px;
    color: #fff;
    padding-bottom: 2px;
}



/* ----------------------blog-listing-css-------------------------- */

.default-sec {
    background: #ceeef3;
    padding: 150px 0px;
}


.inner-main-title {
    text-align: center;
    font-size: 60px;
}

.home-blog-img a{
    display: block;
}
.blog-section{
    padding: 100px 0px;   
}
.blog-text {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
}
.blog-search {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
}
.inner-blog-card {
    background: #fff;
    border-radius: 30px;
}
.inner-blog-card video {
    border-radius: 30px;
}
.blog-img a {
    width: 100%;
}

.blog-search .blog-submit{
   position: absolute;
   right: 0px;
   top: 0px;
}
.home-blog-button a {
    margin: 0;
}
.blog-title{
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.blog-search button {
    background: #6ccff6;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0px 20px;
    transition: 0.5s ease-in-out;
}
.blog-search button:hover {
    background: #293991;
    color: #fff;
    transition: 0.5s ease-in-out;
}
 .blog-listing-title{
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.blog-listing-button .book-btn{
    margin: 0;
}
 .inner-blog-card-text{
    padding: 30px;
    transition: 0.5s ease-in-out;
    border: 1px dashed #fff;
}

.blog-search-box{
    box-shadow: 0px 0px 20px #ccc;
    background: #ffff !important;
    padding: 20px 25px 140px 25px;
   
}
.blog-search input{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin-right: 10px;
}
.blog-search .form-control {
    max-width: 100%;
    padding: 10px 10px;
    border-radius: 10px;
}

.blog-submit{
    border-radius: 10px;
    background-color: #6ccff6;
    padding: 15px 20px;
   font-weight: 600;
}

.categories ul li {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid #9f9f9f;
    padding: 10px 0px 10px 0px;
    position: relative;
}

.categories ul li a{
display:inherit !important;
transition: 0.5s ease-in-out;
}

.categories  a:hover{
color: #6ccff6;
transition: 0.5s ease-in-out;
}
.categories ul li i {
    position: absolute;
    left: 0;
    top: 18px;
}
.search-icon {
    right: 10px;
    position: absolute;
    top: 14px;
    font-size: 18px;
}
.blog-main-form textarea{
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    height: 180px;
}



/* -----------------blog-detail-csss------------------- */

.blog-banner-text{
    margin: 30px 0px;
}
.blog-detail-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-title{
    color: #000;
    font-size: 26px;
    font-weight: 500;
}

.blog-contact-form .form-check{
    margin: 10px ;
}

.blog-contact-form .form-check label{
  font-size: 18px;
}
.blog-contact-form .contact-button{
text-align: start;
}
.blog-contact-form{
   box-shadow: 0px 0px 20px #ccc;
   padding: 40px 30px;
   height: auto;
   margin: 0;
   position: relative;
}


/* -------------------end---------------------- */




/* -------------------------error-page---------------------- */

.no-banner-pad {
    padding: 330px 0px 150px 0px;
}

.error-title {
     color: #197992;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    margin-top: 30px;
   
}
  .error {
     color: #197992;
    text-align: center;
   
  }
.error > .code {
    font-size: 18rem;
    margin: 0;
    line-height: 220px;
    letter-spacing: 25px;
    font-weight: bold;
    color: #197992;
    text-shadow: 0px 0px 12px #ceeef3;
}
  .error > p {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
     color: #197992;
  }

 

/* --------------thanku-page-css---------------- */


.message {
    padding:  40px;
    text-align: center;
    max-width: 700px;
    margin: auto;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 4px 8px 40px 8px rgb(103 198 235 / 15%);
}
.thanku-text {
    font-size: 100px;
    color: #197992;
    font-weight: 500;
}

.message p{
    font-size: 25px;
    color: #197992;
    font-weight: 600;
    padding: 10px 0px 20px 0px;
    letter-spacing: 2px;
}











/* ----------------------footer-section------------------------- */
.footer {
    background-color: #ceeef3;
    position: relative;
}

.footer-content input[type=email] {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: transparent;
    padding: 20px 20px;
    border: 1px solid #000;
    border-radius: 100px;
    position: relative;
}

.footer-content.Our-Address.footer-padding {
    margin-left: 20%;
}

.footer-center-logo {
    border-right: 1px solid #000;
}

.footer-center-logo {
    border-left: 1px solid #000;
}

.footer-padding {
    padding: 70px 0px 100px 0px;
}

.footer-center-logo {
    padding: 70px 40px;
}

.footer-content .footitl {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* .footer-email {
    width: 85%;
    margin: auto;
    border: 1px solid #000;
    border-radius: 100px;
} */

button.footer-submit {
    position: absolute;
    right: -4px;
    top: 0px;
}

.footer-email i {
    background: #1aa6c5;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 27px;
}


.footer-content .dropdown-item {
    padding: 0;   
}


.footer-email input::placeholder {
    font-size: 18px;
    color: #000;
}


.footer-center-text {
    padding-top: 30px;
}


.footer-content ul li {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 8px;
}

.footer-content a {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}

.social-links ul li i {
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #000000;
    border-radius: 50px;
    text-align: center;
    align-items: center;
    margin-right: 5px;
    margin-top: 10px;
}

.social-header {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 0px;
    padding-top: 20px;
}

.copy-right {
    display: flex;
    justify-content: center;

    padding: 20px 0px;
}

.copy-right-main {
    border-top: 1px solid #000;
}

.copy-right p {
    color: #000000;

}

.footer-btn {
    padding: 15px 0px;
    color: #ffff;
    background-color: #287ff9;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}


.footer-btn:hover {
    background-color: #ffff;
    color: #14287b;
}

.fa-brands:hover {
    background-color: #fff;
    color: #000000;
}

.Quick-links a:hover {
    color: #fff;
}

.Quick-contact a:hover {
    color: #fff;
}


.Quick-links ul li:hover {
    color: #fff;

}

.footer-content.Our-Address img {
    padding-right: 20px;
}
.footer-content.Our-Address li {
    padding-bottom: 20px;
}

/* ------hover-line-css-------- */

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1aa6c5;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}


.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}





/* ---------------------------contact-main-sec-------------------------- */

.contact-main-sec{ background: none; height: auto; padding: 100px 0px;}
.contact-main-sec .home-title { color: #000000;}

.contact-main-sec .home-contact-text p {
    color: #000000;
    font-size: 24px;
}
.contact-main-sec .home-contact-text ul li {
    font-size: 20px;
    color: #000000;
    padding-bottom: 2px;
}

.contact-main-sec .contact-form {
    position: relative;
    z-index: 1;
    border: 1px solid #197a92;
    padding: 60px 30px;
    border-radius: 30px;
}
.contact-main-sec .home-contact-inner{ background: none;  padding: 0px;}

.contact-main-sec .input-text {
    border: 1px solid #197a92;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 500;

}

.contact-main-sec .input-textarea {
    border: 1px solid #197a92;
    padding: 15px 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 0px;
    height: 265px;

}


/*-------------------------------contacy-us------------------------------------*/

 .inner-banner-contact{
    max-width: 40%;
    position: absolute;
    top: 44%;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: rgba(249, 245, 246, 0.7);
    border-radius: 44px;
    transition: all 0.5s ease-in;
}

.inner-contact-title{
    text-align: center;
    color: #a90e14;
    font-size: 38px;
    font-weight: 900;
   padding:20px;
   
}
section.inner-contact-social {
    padding-top: 100px;
}
.center-box {
    max-width:100%;
    margin: auto;
}
.inner-contact-box {
    background-color: #197a92;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #ccc;
    position: relative;
    top: 0%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0px 20px;
    transition: all 0.5s ease-in;
}
.inner-contact-box:hover{
    background-color: #1aa6c5 ;
    transform: scale(1.1);
}
.inner-contact-box img{ margin-bottom: 20px;}
.inner-contact-box p {
    font-size: 18px;
    color: #fff;
}
.inner-contact-box p a{
    font-size: 18px;
    color: #fff;
}
.inner-contact-box a{
    font-size: 18px;
    color: #fff;}
.inner-contact-box .center-box {
    max-width: 100%;
    margin: auto;
}

.map{
    line-height: 0px;
}









/* -----------------------services-sec-1------------------------------ */


.services-sec-1{
    padding: 100px 0px;
}
.services_1-text{
    height: 100%;
    box-shadow: 0px 0px 15px #ccc;
    padding: 65px 30px;
    border-radius: 20px;
}
.services_1-text h3{
    font-size: 60px;
    color: #1aa6c5;
}
.services_1-img{
    border-radius: 20px;
}
.services_1-img img{
    border-radius: 20px;
}
.services_1-text23{ box-shadow: none;}
.services-sec-1-2{
    padding:0px;
}
.services_1-img-change{ position: relative;}
.services_1-text22{ position: absolute; top:0px; padding:50px 50px;}
.services_1-text22 h4{ font-size: 40px; color: #fff;}
.services_1-text22 p{ font-size: 18px; color: #fff;}

.services-sec-1-3 { padding: 40px;}
.services-sec-1-4 { padding-bottom: 100px;}


/* -----------------------about-sec-1---------------------------------- */

.about-sec-1 {
    position: relative;
    padding: 70px 0px;
    margin-top: 90px;
}
.about-sec-1::after {
    position: absolute;
    content: "";
    background: url(../images/about-bg-3.jpg);
    background-repeat: no-repeat;
    right: -30px;
    width: 1156px;
    height: 826px;
    top: 0px;
    z-index: -1;
}
.about-sec-1 .services_1-text {
    height: 100%;
    box-shadow: 0px 0px 15px #ccc;
    padding:40px 30px;
    border-radius: 20px;
    background: #fff;
    width: 600px;
    margin-left: -70px;
    position: relative;
}
.services_1-text p{ font-size: 18px;}


.about-sec-2 {
    position: relative;
    padding: 70px 0px;
    margin-top: 90px;
}
.about-sec-2::after {
    position: absolute;
    content: "";
    background: url(../images/about-img2.jpg);
    background-repeat: no-repeat;
    right: 0px;
    width: 913px;
    height:584px;
    top: 0px;
    z-index: -1;
    border-radius: 20px 0px 0px 20px;
}
.about-sec-2 .services_1-text {
    height: 100%;
    box-shadow: 0px 0px 15px #ccc;
    padding: 30px 30px;
    border-radius: 20px;
    background: #fff;
    margin-right: -130px;
    margin-left: 200px;
}




/* ---------------------------testimonials---------------------------- */

section.testimonials {
    padding: 100px 0px 50px;
}
.test-box{
    position: relative;
}
.testimonials .test-img-text {
    position: absolute;
    top: 20px;
    left: 6%;
}
.testi-box p {
    line-height: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    margin-bottom: 4px;
}
.testimonials .wrigh {
    font-size: 18px;
    color: #000;
    margin: 0px;
    margin-top: 0px;
}

.inner-testy-card {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 15px #ccc;
    padding: 30px 40px;
    border-radius: 30px;
    margin-bottom: 60px;
	margin-top: 40px;
}
.inner-testy-card::after{
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background: #19a3c2;
   bottom: -5px;
   right: -5px;
   border-radius: 30px;
   z-index: -1;
}

.inner-testy-card ul{
    display: flex;
}
.inner-testy-card ul li{
    padding:5px 5px 5px 0px;
    color: #f8b805;
}
.test-img img {
    border: 2px solid #47aec5;
    border-radius: 50%;
}


.navpage-header.is-sticky .logo-box img {
    border: 1px solid #197992;
    border-radius: 10px;
}









.nav-item:hover .nav-link {
    color: #fff;
}
.navpage-header.is-sticky .nav-item:hover .nav-link {
    color: #197992;
}
#menu-item-163:hover .dropdown-menu.shadow li a {
    color: #000;
}

#menu-item-163:hover .dropdown-menu.shadow li:hover a {
    color: #fff;
}

/*------end--------*/


.wpcf7-form-control-wrap {  
    width: 100% !important;
}

.navpage-header.is-sticky .dropdown-menu .nav-link.dropdown-item:hover {  
    color: #fff !important;
}

/* .navpage-header.is-sticky .dropdown-menu .nav-link {  
    color: #197992 !important;
} */

.navpage-header.is-sticky .navbar a.nav-link.dropdown-toggle:hover {
    color: #197992;
}

.contact-form .wpcf7-form-control.wpcf7-file {
    background: #fff;
    padding: 13px 20px;
    border-radius: 6px;
    width: 100%;
}


.services_1-img.services_1-img-change img {
    filter: brightness(0.5);
}




.mainn-sec{ position:relative;     height: 100%;}
.mainn-sec .choose-box-wrap{
	position:absolute;
	bottom:0px;
}
.choose-box-wrap {
    margin-top:0%; 
}

section.blog-detail.blog-section ul {
    padding-left: 0px;
	margin-bottom:20px;
}
section.blog-detail.blog-section ul li{
	padding-bottom:5px;
	font-size:20px;
}


section.blog-detail.blog-section ol {
    padding-left: 20px;
	margin-bottom:20px;
}
section.blog-detail.blog-section ol li{
   list-style:disc;
	padding-bottom:5px;
	font-size:20px;
}
.blog-detail-title {
    color: #1aa6c5;
    font-size: 33px;
    font-weight: 600;
}
.blog-banner-text h2{
    color: #1aa6c5;
    font-size: 33px;
    font-weight: 600;
}

.blog-banner-text p a {
    color: #1aa6c5;
}
.blog-banner-text p a:hover {
    color: #1aa6c5;
	text-decoration:underline;
}

.blog-listing-title { font-size: 30px;}







@media (max-width: 1600px){
.navbar .nav-link { font-size: 17px;}
.nav-item { padding: 5px 10px 5px 10px;}
.navbar-nav li:nth-child(1) { padding: 5px 25px;}
.navbar-nav li:last-child { padding: 5px 25px;}
.main-menulist {padding: 25px 0px 0px 60px;}
.logo-box img {width: 190px;}
.banner-title {font-size: 54px;}
.home-banner-content { width: 29%;  padding: 25px 30px;}
.cmn-btn {padding: 8px 25px;font-size: 17px;}
.home-service-card .offer-img {padding-bottom: 530px;}
 .home-title {font-size: 50px;line-height: 56px;}
.home-contact-text p { font-size: 22px;}
.home-contact-text ul li {font-size: 20px;}
.home-contact-sec6 { padding: 65px 0px;}
.footer-padding {padding: 60px 0px 75px 0px;}
.no-banner-pad {padding: 200px 0px 100px 0px;}
.error > .code { font-size: 15rem;line-height: 190px;    letter-spacing: 18px;}
.error-title {font-size: 60px;  margin-top: 15px;}
.error > p { font-size: 25px; padding-bottom: 15px;}
.inner-banner-section .inner-banner-content .banner-title { font-size: 50px;  margin-bottom: 0px;}
.about-sec-1::after { width: 1035px; height: 750px; background-size: 100%;}
.about_1-img { width: 550px;  margin-left: 50px;}
.services_1-text p { font-size: 17px;  line-height: 28px;}
.about-sec-1 { padding: 60px 0px;  margin-top: 80px;}
section.inner-contact-social { padding-top: 80px;}
.center-box { max-width: 90%;}
.inner-contact-box { padding: 25px 0px 15px;}
.inner-fax img { width: 50px;}
.contact-main-sec .home-contact-text p { font-size: 22px;}
.contact-main-sec .home-contact-text ul li { padding-bottom: 5px;}
.contact-main-sec .input-textarea { height: 230px;}
.contact-main-sec .input-text { font-size: 16px;}
.contact-main-sec { height: auto;}
.services-sec-1 { padding: 80px 0px;}
.services-sec-1-2 { padding: 0px;}
.services-sec-1-3 { padding: 40px;}
.services-sec-1-4 { padding-bottom: 65px;}
p { font-size: 18px;}
.testimonials { padding: 80px 0px 20px;}
.nav-button .cmn-btn {padding: 13px 5px;}
.contact-form .wpcf7-form-control.wpcf7-file { padding: 12px 20px;}
.map iframe { height: 460px;}
button.footer-submit {right: -4px;}
.experience-title { font-size: 50px;}	
.wellness-experience-text p { font-size: 18px;  line-height: 26px; padding: 0px 9%;}
.services_1-text h3 { font-size: 50px;}	
.contact-main-sec .home-contact-text ul li { font-size: 18px;}	
.contact-main-sec .home-contact-text p { font-size: 18px; }	
.contact-main-sec .contact-form { padding: 50px 30px;}
.error > .code { font-size: 12rem; line-height: 148px; }	
.error-title { font-size: 50px; }	
.no-banner-pad { padding: 260px 0px 130px 0px; }	
.error > p { font-size: 22px; padding-bottom: 15px; }	
}

body,html{overflow-x: hidden;}

@media (max-width: 1440px){
.main-menulist { padding: 25px 20px 0px 30px; }
 .home-banner-content { right: 50px;width: 34%;}
 .top-main-container {padding: 60px 0px;}
.choose-box p { font-size: 18px;}
.choose-box-wrap {margin-top: 15%;}
.home-contact-sec6 {padding: 100px 0px;}
.footer-content input[type=email] {width: 100%; padding: 15px 20px;}
.footer-content a { font-size: 17px;}
.footer-center-text p {font-size: 18px;}
.copy-right p {font-size: 18px;}
.cmn-btn { padding: 12px 23px; }
.about-sec-1::after { width: 860px;  height: 690px;  background-size: cover;}
.about_1-img { width: 510px; margin-left: 40px;}
.about-sec-2 .services_1-text { margin-right: -70px; margin-left: 0px;}
.about-sec-2::after { width: 880px; height: 565px; background-size: 100%;}
.services_1-text h3 {font-size:45px;}
.services_1-text { padding: 45px 30px; }
.about-sec-1 .services_1-text{margin-left: -20px;}
.services-sec-1 { padding: 80px 0px;}
.inner-banner-section .inner-banner-content .banner-title {font-size: 55px; }
.home-title {font-size: 45px;}
.services-sec-1-2 { padding: 0px;}
.services-sec-1-3 { padding: 40px;}
.services-sec-1-4 { padding-bottom: 65px;}
.services_1-text22 { padding: 33px 50px;}
.services_1-text22 p { font-size: 17px;}
.services_1-text22 { padding: 33px 40px;}
    button.footer-submit {right: -4px;}
.footer-email i { width: 60px; height: 60px;  line-height: 60px;   font-size: 22px;}
.footer-content.Our-Address.footer-padding { margin-left: 15%;}
.experience-title { font-size: 45px;}
.home-experience-sec4 {padding: 100px 0px;}
.home-offer-sec2 { padding: 0px 50px 20px;}	
.home-choose-sec3 {padding: 20px 0;}	
.choose-box { padding: 12px;}	
.home-contact-text ul li {font-size: 18px;margin-bottom: 5px;}
.blog-section { padding: 80px 0px;}	
.contact-main-sec .contact-form {padding: 40px 20px;}	
.contact-main-sec .input-textarea {height: 180px;padding: 15px 15px;}
.contact-main-sec .input-text{ padding: 15px 15px;}
#related-slid .owl-dots { bottom: -20px;}	
.inner-testy-card {padding: 30px 20px;margin-bottom:40px;}
.banner-title { font-size: 70px; }	
.home-banner-content p { font-size: 18px;}	
.home-title { font-size: 45px; }	
p { font-size: 17px; }	
.experience-title { font-size: 45px; }	
.input-text { padding: 12px 15px; font-size: 16px;}	
.input-textarea { padding: 12px 15px;}	
.inner-banner-section .inner-banner-content .banner-title { font-size: 50px;}	
.services_1-text h3 { font-size: 45px;}	
	
	
	
	
	
	
}



@media (max-width: 1400px) {
.services_1-text h3 { font-size: 45px; }
.services-sec-1 { padding: 75px 0px;}
.services_1-text { padding: 30px 20px; }
.footer-email i { width: 60px; height: 60px;line-height: 60px;}
.footer-content.Our-Address.footer-padding { margin-left: 12%;}
.center-box { max-width: 100%; }
.services-sec-1-2 { padding: 0px;}
.services_1-text22 h4 { font-size: 36px;}
.services_1-text22 { padding: 22px 40px; }
.testimonials .test-img-text {  left: 7%;}
.home-banner-section {  height: 90vh;}
.home-contact-sec6 { padding: 70px 0px; }


}


@media (max-width: 1366px){
.main-menulist {padding: 25px 25px 0px 25px;}
.nav-button .cmn-btn { padding: 15px 5px;  font-size: 16px;}
.navbar-nav li:nth-child(1) { padding: 5px 18px; }
.navbar-nav li:last-child { padding: 5px 18px;}
.navbar .nav-link { font-size: 16px;}
.banner-title {  font-size: 54px; }
.cmn-btn { padding: 10px 20px; font-size: 16px;}
.home-banner-content p {  font-size: 18px; line-height: 25px;}
p { font-size: 18px; line-height: 29px;}
.home-service-card .offer-img {padding-bottom: 400px;}
.offer-text .title {font-size: 23px;}
.choose-box p {font-size: 16px;}
.choose-box {padding: 10px 15px;  }
.home-experience-sec4 {padding: 60px 0px;}
.home-contact-sec6 {padding: 50px 0px;}
.home-contact-inner {padding: 30px 30px;}
.submit-btn {padding: 10px 25px;  font-size: 17px;  }
.footer-content .footitl {font-size: 34px; margin-bottom: 5px;}
.footer-content ul li {padding-bottom: 5px;}
.footer-content a { font-size: 16px;}
.footer-email i {width: 55px; height: 55px;line-height: 55px; border-radius: 50%; font-size: 20px;}
.footer-content.Our-Address img { padding-right: 12px;    width: 30px;}
.footer-email input::placeholder {font-size: 16px;}
.footer-center-logo {padding: 50px 30px;}
.copy-right p { margin: 0; font-size: 16px;}
.footer-logo img {width: 140px;}
.no-banner-pad { padding: 180px 0px 70px 0px;}
.error > .code {font-size: 12rem;line-height: 150px; letter-spacing: 17px;}
.error-title {font-size: 50px; margin-top: 15px;}
.error > p { font-size: 22px;  padding-bottom: 15px; }
.thanku-text { font-size: 80px;}
.services_1-text p {font-size: 16px; }
.about_1-img { width: 450px; }
.about-sec-1::after { height: 620px;}
.about-sec-2 { margin-top: 70px;}
.services_1-text h3 { font-size: 40px; }
.footer-email i { margin-right: 0px; }
.about-sec-2::after { width: 826px; height: 525px; }
.about-sec-2 { padding: 45px 0px 80px;}
.about-sec-2 .services_1-text { margin-left: 100px; }
.home-title {font-size: 40px;}
.contact-main-sec .input-text { padding: 12px 15px;}
.contact-main-sec .input-textarea { padding: 12px 15px;}
.inner-contact-box p { font-size: 17px;}
.inner-contact-box a { font-size: 17px;}
.inner-contact-box p a { font-size: 17px;}
.contact-main-sec .home-contact-text ul li { font-size: 18px;}
section.inner-contact-social { padding-top: 60px; }
.contact-main-sec .home-contact-text p { font-size: 18px; }
.inner-banner-section .inner-banner-content .banner-title { font-size: 50px; }
section.map iframe { height: 500px;}
.services-sec-1-2 { padding: 0px;}
p { font-size: 16px; line-height: 28px; }
.testimonials .wrigh {font-size: 17px;}
.test-img img { width: 55px;}
.testimonials .test-img-text { top: 15px; left: 6%;}
.inner-testy-card {  margin-bottom: 50px; padding: 30px 20px;}
.footer-center-text p { font-size: 16px; }
.footer-content input[type=email] { width: 100%;  padding: 14px 20px; }
.inner-banner .banner-box-inner { height: 12vh;}
.blog-search-box { padding: 20px 25px 60px 25px;}
.inner-banner-section .inner-banner-content {left: 3%;}
.services_1-text22 {padding: 22px 30px;}
.about-sec-1 .services_1-text {margin-left: -60px;}
.input-textarea {height: 175px;}
.home-contact-text p {font-size: 20px;}
.home-contact-text ul li {font-size: 17px;margin-bottom: 5px;}
.home-banner-section { height: 100vh;}	
.home-title { line-height: 50px;}	
.experience-title {font-size: 40px;}	
.wellness-experience-text p { font-size: 16px; line-height: 26px;  padding: 0px 5%;}	
.testimonial-slide .img-title { font-size: 35px;}	
.home-contact-text p { font-size: 18px;}	
.home-contact-text ul li {font-size: 16px; }	
.contact-form .wpcf7-form-control.wpcf7-file { padding: 10px 15px;}	
.navbar .dropdown-menu .nav-link {font-size: 15px;}
.home-title { font-size: 40px;}	
.inner-fax img { width: 44px; }	
.navpage-header.is-sticky .main-menulist {  padding: 25px 25px 0px 25px;}	
.error > .code { font-size: 10rem; line-height: 130px;  }	
.error-title {font-size: 40px; }	
.error > p { font-size: 20px; padding-bottom: 15px; }	
.no-banner-pad { padding: 230px 0px 70px 0px; }	
.categories ul li a { font-size: 16px;}	
.blog-search input {  margin-right: 0px;}	
	
}

@media (max-width: 1360px){
.about-sec-2 .services_1-text { margin-right: 0px; margin-left: 0px;}
.logo-box img { width: 160px; }
.inner-banner-section .inner-banner-content .banner-title { font-size: 45px; }	
.services-sec-1 { padding: 65px; }	
.services_1-text22 h4 {   font-size: 30px;  }	
.services_1-text22 p { font-size: 16px; margin-bottom: 10px; }	
section.testimonials {  padding: 60px 0px 50px;}
.footer-center-logo { padding: 50px 20px;}	
.home-banner-content { right: 50px; width: 37%;  }	
.services-sec-1-2 { padding: 0px;}
.services-sec-1-3 { padding: 65px;}
.services-sec-1-4 { padding: 65px;}
	
	
}




@media (max-width: 1280px){
#related-slid .owl-carousel .owl-stage-outer {padding: 40px 50px !important;}
.home-testimonial-sec5 { padding: 0px 40px 30px 40px;}
.input-text { padding: 12px 18px;}
.contact-form .wpcf7-form-control.wpcf7-file { padding: 10px 20px;}
.logo-box img {width: 160px;}
.inner-banner-section .inner-banner-content .banner-title {font-size: 46px;padding: 8px 30px;}
.about-sec-2 .services_1-text {margin-left: 50px;}
.blog-section {padding: 60px 0px;}
.services_1-text22 p {font-size: 16px; line-height: 25px;margin-bottom: 8px;}
.navpage-header.is-sticky .logo-box img {max-width: 75%;}
.about-sec-2::after { width: 776px; height: 495px; }	
.services-sec-1-2 { padding: 0px; }	
.services_1-text { padding: 20px 20px; }	
.about-sec-1 .services_1-text {  padding: 20px 20px;}	
.nav-button .cmn-btn { padding: 15px 5px;font-size: 15px;}	
}



@media (max-width: 1152px){
.main-menulist {padding: 20px 15px 0px 15px;}
.nav-button .cmn-btn {padding: 11px 5px;font-size: 15px;}
.dropdown-item {padding: 6px 15px;position: relative;}
.logo-box img { width: 120px;}
.wellness-experience-inner {max-width: 940px !important;}
.experience-title {font-size: 42px;}
.choose-box-wrap {margin-top: 8%;}
.input-text {padding: 13px 17px;margin-bottom: 0px;}
.footer-center-logo {padding: 50px 20px; }
.wellness-experience-text p {font-size: 17px;line-height: 24px;padding: 0px 0%;}
.about-sec-2 .services_1-text { margin-left: 0px;}
.about-sec-1 .services_1-text {margin-left: 30px;}
.navpage-header.is-sticky .main-menulist {padding: 0px 20px 0px 20px;}
.services_1-text22 h4 {font-size: 31px;}
.services_1-text22 p {font-size: 15px;line-height: 21px;margin-bottom: 8px;}
.inner-main-title {font-size: 50px;}
section.map iframe {height: 350px;}
.contact-main-sec .input-textarea {height: 150px;}
.contact-main-sec .input-text { padding: 12px 15px;margin-bottom: 0; }
.inner-contact-box {padding: 25px 10px 15px;}
.testimonials .wrigh {font-size: 17px;margin-left: 10px;}
section.testimonials {padding: 70px 0px 40px;}
.services-sec-1 {padding: 65px 0px;}
.inner-banner-section .inner-banner-content .banner-title {font-size:43px;padding:8px 30px;}
.services_1-text22 {padding: 20px 20px; height: 100%;}
.offer-text .title {font-size: 21px; }	
.offer-text p { font-size: 16px; line-height: 26px;}	
.home-choose-img img { margin-left: 10px;}	
.choose-box { padding: 5px 10px;}	
.about-sec-1 { margin-top: 60px;}	
.about-sec-1::after { height: 620px; width: 700px; }	
section.services-sec-1.about-sec-2 { padding: 65px 0px 0px;}	
.services-sec-1-2 {  padding: 0px; }	
.services_1-text22 h4 { font-size: 30px; }
.services_1-text22 { padding: 15px 20px; height: 100%; }	
.services-sec-1 {padding: 55px 0px;}	
.footer-padding { padding: 45px 0px 75px 0px; }	
.owl-carousel .owl-stage-outer {  padding: 50px 20px !important;}	
.input-text { padding: 10px 15px; margin-bottom: 0px; }	
.contact-form .wpcf7-form-control.wpcf7-file { padding: 10px 15px;  }	
.top-main-container { padding: 50px 0px; }	
.home-title {  font-size: 38px;}	
.contact-main-sec .contact-form { padding: 30px 15px; }	
.contact-main-sec .home-contact-text ul li { font-size: 16px; }	
.contact-main-sec .home-contact-text p { font-size: 16px; }
.container{ max-width: 90%; }	
.footer-content.Our-Address.footer-padding { margin-left: 3%; }	
.no-banner-pad { padding: 180px 0px 70px 0px; }	
.nav-button .cmn-btn { padding: 15px 5px; font-size: 14px;  }	
	
}



@media (max-width: 1024px){
.home-banner-content {right: 50px;width: 43%;}
.navbar .nav-link {font-size: 15px;}
.main-menulist {padding: 20px 15px 0px 15px;}
.navpage-header.is-sticky .main-menulist {padding: 0px 15px 0px 15px;}
.services-sec-1.services-sec-1-2 {padding: 0px 0 0;}
.nav-button .cmn-btn { padding: 11px 5px;font-size: 14px;}
.navpage-header.is-sticky .logo-box img {max-width: 103%;}
.inner-testy-card {margin-bottom: 30px;padding: 30px 20px;}
.default-sec {background: #ceeef3;padding: 140px 0px 70px;}
.services_1-text.services_1-text23 {padding: 0px 0px;}
.top-main-container {padding: 40px 0px;}
.owl-carousel .owl-stage-outer {padding: 10px 30px !important;}
.about-sec-1 .services_1-text { margin-left: 0; }
.choose-box p { font-size: 14px; line-height: 26px;  }	
.mt-3 {  margin-top: 0.5rem !important;}	
.testi-text {  padding-right: 20px;}	
.about-sec-1 .services_1-text { width: 520px;}	
section.services-sec-1.about-sec-2 { padding: 30px 0px 16px;}	
.services_1-text h3 { font-size: 34px;}	
.services_1-text22 {  padding: 10px 20px;}	
.wellness-experience-inner { max-width: 100% !important;}	
.home-title	br{ display:none;}
	
	
	
	
	
	
	
	
}



@media (max-width: 991px){
.nav-button {position: absolute;right: 90px;margin: auto;text-align: center;  top: 32px;}
.navbar-toggler { position: absolute;right: 0;top:10px;background: #000;border-radius: 50%;width: 50px;height: 50px;}
.navbar-expand-lg .navbar-nav { border-radius: 0; display: block; background: #fff; box-shadow: 0px 0px 15px #ccc; }
i.fa.fa-bars { color: #fff;}
.navpage-header.is-sticky .navbar-toggler {top: 30px; }
.nav-hover1:hover,.nav-hover2:hover {box-shadow: inset 963px 0 0 0 #197992;color: #fff;transition: 0.6s ease-in-out;width: 100%;border-radius:0px;}
.nav-item {border-radius: 0px !important;}
.navbar-nav li:nth-child(1) {padding: 5px 10px;}
.navbar-nav li:last-child {padding: 5px 10px;}
.home-banner-content {right: 40px; width: 43%; }	
.about_1-img {width: 100%;margin-left: 0;}
.about-sec-1 .services_1-text {margin-left: 0; width: 100%;}
.about-sec-2 .services_1-text {margin-left: 0px;width: 100%;}
.about-sec-1 {padding: 48px 0px;margin-top: 80px;}
.banner-title br {display: none;}
.container { max-width: 95%;}
.services-sec-1.about-sec-2 {padding-bottom: 0;padding-top: 37px;}
.footer-content.Our-Address img {padding-right: 13px;width: 34px;}
.home-banner-content { background: #ffffffc9;}	
.home-banner-section { background-attachment: scroll;  height: 80vh;}
.banner-title { font-size: 60px;}	
.home-title { font-size: 40px; line-height: 46px; }	
.testi-text::after { width: 308px; height: 220px;}	
.home-service-card:hover { flex-basis: initial;}	
.home-service-card { flex: inherit;}	
.offer-text .title { font-size: 22px; }	
.offer-text p {font-size: 16px; line-height: 26px;}
.home-contact-text p { font-size: 18px; }	
.navpage-header.is-sticky {  background: #0000009e;}
.navpage-header.is-sticky .logo-box img { max-width: 80%; }	
.nav-item {display: block;}	
.navbar-expand-lg .navbar-nav .dropdown-menu { width: 100%;}	
.testi-text {padding-right: 20px; }	
.owl-carousel .owl-stage-outer { padding: 10px 20px !important; }	
.home-contact-inner{padding: 30px 20px;}	
.testimonial-slide .img-title { font-size: 26px; }
.about-sec-1 .services_1-text { margin-left: -75px;width: 520px; }	
.about-sec-1::after { height: 600px; width: 700px;}	
.navpage-header.is-sticky .nav-hover1:hover { box-shadow: none;}	
.nav-hover1:hover, .nav-hover2:hover { box-shadow: none;}	
.navbar .nav-link {font-size: 15px; }	
.navbar .nav-link:hover {  color: #000000;}	
.navpage-header.is-sticky .navbar a.nav-link.dropdown-toggle:hover { color: #ffffff;}	
.navpage-header.is-sticky .nav-link:hover {  color: #ffffff;}	
.navpage-header.is-sticky .nav-hover2:hover { box-shadow: none;}	
.navpage-header.is-sticky .nav-item:hover .nav-link { color: #ffffff;}	
.services_1-text22 { padding: 20px 20px; }	
.navbar .nav-link { font-size: 18px; }	
.wellness-experience-inner {  max-width: 100%;}		
.contact-main-sec .home-contact-text p br{ display:none;}	
}


@media (max-width: 912px){
.home-banner-section { background-attachment: scroll;  height: 50vh;}	
.home-title { font-size: 30px;line-height: 40px; }
.home-title br{ display:none;}	
.experience-title { font-size: 30px; }	
.about-sec-1 {  margin-top: 60px; }	
.about-sec-1::after { height: 550px; width: 700px; }	
.about-sec-2 .services_1-text { padding: 25px 20px;}	
.about-sec-1 .services_1-text {  width: 470px; }
.home-contact-text p br{ display:none;}	
	
}	
	
	
	

@media (max-width: 840px){
.home-offer-sec2 {padding: 0px 20px 20px;}
.offer-text {padding: 13px; right: 10px;left: 10px;}	
.home-choose-sec3 .home-title br {display: none;}	
.wellness-experience-inner {max-width: 100% !important; }
.experience-title br {display: none;}
.owl-carousel .owl-stage-outer {padding: 10px 20px !important;}
.home-testimonial-sec5 {padding: 0px 20px 0px 20px;}
.input-text {padding: 9px 15px;margin-bottom: 0px;}
.services_1-text h3 {font-size: 35px;}
.services_1-text22 {padding: 8px 20px; height: 100%;}
.services_1-text22 p {font-size: 14px; line-height: 20px; margin-bottom: 2px;}
.contact-form .wpcf7-form-control.wpcf7-file {padding: 5px 14px;}
.contact-main-sec .input-textarea {height: 120px;padding: 8px 11px;margin: 0;}
.testimonials .mb-5 { margin-bottom: 1rem !important;}
.contact-main-sec .input-text { padding: 8px 11px;margin-bottom: 0;}
.services_1-text22 h4 {font-size: 27px; }
.inner-contact-box p a {font-size: 17px;word-break: break-all;line-height: 27px;}
.testimonials .wrigh {font-size: 17px;margin-left: 20px;}
.services-sec-1 { padding: 55px 0px;}
.services-sec-1.about-sec-2 {padding-bottom: 0;padding-top: 22px;}
.about-sec-2 .services_1-text {margin-left: 0px; width: 100%; padding: 20px 20px;}
.about-sec-1 .services_1-text {padding: 30px 20px;}
.inner-banner-section .inner-banner-content .banner-title {font-size: 35px; padding: 7px 20px;}
.about-sec-1 {padding: 31px 0px;margin-top: 50px;}
.footer-padding {padding: 40px 0px 40px 0px;}
.footer-content.Our-Address.footer-padding {margin-left: 3%;}
.input-textarea {height: 115px;padding: 9px 15px;margin-bottom: 0;}
.contact-form .wpcf7-form-control.wpcf7-file {padding: 7px 20px;}
.home-contact-inner {padding: 30px 20px;}
.home-title {font-size: 30px;line-height: 55px;}
.choose-box p {font-size: 16px;padding: 0; margin: 6px 0 0;}
.choose-box { padding: 10px 15px;display: block;}
.home-banner-content { right: 40px; width:48%; }
.mainn-sec .choose-box-wrap { position: relative;}
.choose-box { text-align: center; }
.banner-title { font-size: 55px;}	
.about-sec-1 .services_1-text { margin-left: -75px; width: 440px; }
.about-sec-2 { margin-top: 50px; }	
.about-sec-2::after { width: 476px; height: 325px; top: 110px; }	
.services_1-text h3 { font-size: 30px; }	
.home-title { font-size: 30px; line-height: 40px; }	
	
	
	
	
	
	
	
	
	
	
}




@media (max-width: 768px){
.services_1-text22 h4 { font-size: 22px; }
.services_1-text h3 { font-size: 30px; }
.services_1-text22 { padding: 5px 10px;  height: 100%; }	
.banner-title { font-size: 45px; }	
.home-banner-content { padding: 15px 20px; }	
.home-banner-content { border-radius: 20px 100px 20px 20px;}		
.main-menulist { padding: 0px 15px 0px 15px;}	
.navbar-toggler { top: 40px; }	
.nav-button .cmn-btn { font-size: 16px; }	
.nav-button { top: 40px; }	
.home-offer-sec2 { padding: 0px 20px 0px; }	
.footer-content .footitl { font-size: 30px; }	
.input-textarea { height: 220px;}
.about-sec-1 .services_1-text {margin-left: -44px; width: 380px; }	
.about-sec-1::after { height: 620px; width: 480px; }	
.navpage-header.is-sticky .nav-button { top: 30px; }	
.services_1-text22 { padding: 10px 15px; height: 100%; }	
.banner-btn { padding-top: 0px;}	
.navheight { height: 128px;}	
.about-sec-1::after	{ display:none;}
.about-sec-1 {padding: 0px 0px;}	
.inner-contact-box p a { font-size: 16px; }	
.about-sec-2 { margin-top: 20px;}	
.no-banner-pad { padding: 70px 0px 70px 0px; }	
.thanku-text { font-size: 70px;}	
.message p { font-size: 20px; padding: 0px 0px 20px 0px;}	
.default-sec { padding: 70px 0px 70px; }
.blog-search-box { padding: 20px 15px 60px 15px; }	
}

@media (max-width: 767px){
.home-banner-section { height: 90vh;    background-attachment: inherit;background-position-x: center;}
.home-banner-content {bottom: 11%;width: 95%;left: 0;right: 0; border-radius: 10px 120px 10px 10px;z-index: 1; background: #ffffffd1;padding: 30px 20px; }
.banner-btn {padding-top: 0px;}
.home-about-text.text-center {padding: 30px 10px;}	
.footer-padding {padding: 20px 0px 0px 0px;}
.footer-center-logo {padding: 30px 0px 0;text-align: left;border: none;}
.footer-center-logo {padding: 20px 0px 0;text-align: left;border: none;}
.footer-center-text {padding-top: 20px;}
.footer-content.text-center {text-align: left !important; padding-left: 10px;}
.home-contact-text .home-title { font-size: 30px;line-height: 42px;margin-bottom: 4px;}
.home-contact-inner { padding: 20px 20px;}
.wellness-experience-text.text-center { margin-bottom: 20px;}
.home-contact-sec6 { padding: 30px 0px;}
.home-contact-text {margin-bottom: 20px;}
.experience-title {font-size: 35px;}
.offerservices-cards {display: block;}
.home-choose-img img {margin-left: 0;}
.home-experience-sec4 { padding: 30px 0px;}
.home-service-card {margin-bottom: 30px;}
.home-choose-img {margin: 20px 0 0;}
.home-title {font-size: 30px;line-height: 55px;margin-bottom: 4px;}
.home-offer-sec2 {padding: 20px 10px 0px;background-attachment: inherit;}
.home-choose-sec3 {padding: 0px 0;}
.top-main-container {padding: 20px 0px;}
.offer-header-text p {text-align: left;}
#related-slid .owl-dots {bottom: -10px;}
.after-img {width: 60%; right: 0; margin: auto;}
.testi-text .home-title { font-size: 30px; line-height: 35px; margin-bottom: 10px !important;}
.before-img {width: 60%; margin: auto;}
.home-about-text.text-center .home-title.text-center { margin-bottom: 0 !important;}
.home-testimonial-sec5 { padding: 0px 0px 0px 0px;}
.testi-text {padding-right: 20px;margin: 80px 0 0;}
.copy-right {display: flex; justify-content: left;padding: 10px 10px;}
.logo-box img {width: 100px;}
a.navbar-brand { padding: 0;}
.nav-button .cmn-btn {padding: 11px 5px;font-size: 14px; background: #1aa6c5; color: #fff;}
.nav-button { top: 22px;}
.navbar-toggler {top: 18px;}
.navpage-header.is-sticky .nav-button {top: 29px;}
.main-menulist {padding: 0px 10px 0px 0px;}
.about-sec-1 .services_1-text {padding: 20px 20px;}
.services_1-text {padding: 30px 20px; margin: 0px 0 0;}
.services-sec-1.abtsec3 { padding: 25px 0px 40px;}
.services-sec-1.about-sec-2 {padding-bottom: 0;padding-top: 30px;margin-bottom: 30px;}
.home-contact-sec6.contact-main-sec {padding: 20px 0px 40px;}
.about-sec-1 {padding: 30px 0px;margin-top:0px;}
.contact-main-sec .contact-form {padding: 30px 10px 10px;}
.default-sec {background: #ceeef3; padding: 30px 0px;}
.blog-text { padding: 15px;}
section.testimonials {padding: 40px 0px 30px;}
section.inner-contact-social {padding-top: 40px;}
.testimonials .wrigh {font-size: 18px; margin-left: 42px;}
.blog-search-box {padding: 20px 15px 30px 15px;}
.blog-section {padding: 40px 0px;}
.inner-main-title {font-size: 28px; margin: 0; }
.about-sec-2 {margin-top: 0px;}
.services-sec-1.medicalsec1 {padding: 30px 0 10px;}
.services-sec-1.service3sec {padding: 0px;}
.services-sec-1.service4sec {padding-bottom: 65px;}
.services_1-text22 p {font-size: 14px; line-height: 20px; margin-bottom: 7px;}
.services-sec-1.medicalsec1 .services_1-text {margin-bottom: 20px;}
.inner-banner-section .inner-banner-content .banner-title {font-size: 28px; padding: 7px 20px;}
.navpage-header.is-sticky .logo-box img {max-width: 84%;}
.navpage-header.is-sticky .navbar-toggler {top: 15px;}
.navpage-header.is-sticky .main-menulist {padding: 10px 10px 10px 10px; background: #fff;}
.inner-banner-section .inner-banner-content {left: 3%; top: 50%;}
.navheight { height: 103px;}
.footer-content.Our-Address li {padding-bottom: 9px;}
.offer-header-text { display: block;text-align: left; margin-bottom: 0px; }	
.footer-content.Our-Address.footer-padding {margin-left: 0%; }
.banner-title {font-size: 50px;}
.services_1-text.services_1-text23 {padding: 0px 0px;margin-top: 4px; }
.navpage-header.is-sticky .nav-hover1:hover {box-shadow:none;}
.navpage-header.is-sticky .nav-hover2:hover { box-shadow:none;color: #197992;transition: 0.6s ease-in-out;}
.navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute;top: 45px;width: 100%;}
.services_1-text22 { padding: 15px 15px; height: 100%; position: inherit; background: #000; }	
.services_1-img.services_1-img-change img{ border-radius:0px;}	
.services_1-text22 h4 { font-size: 26px; }
.inner-banner-section .inner-banner-content { left: 1%;  top: 50%; }	
section.footer { padding-bottom: 20px;}	
.home-banner-section { height: 60vh;}	
.home-banner-content { bottom: 5%; width: 100%; border-radius: 20px 20px 20px 20px; background: #ffffffbd; padding: 30px 20px; margin: 10px; width: auto; }	
.home-about-img2 img {  border-radius: 0px 0px 0px 0px;}	
.home-about-text.text-center { padding: 10px 10px 40px;}	
.home-offer-sec2 .top-main-container { padding: 0px 0px; }	
.container { max-width: 100%; }	
.home-title { font-size: 30px; line-height: 35px; margin-bottom: 10px;}	
.choose-box p { font-size: 20px; padding: 0; margin: 6px 0 0;  }	
.choose-box { padding: 20px 15px; display: block; }	
.experience-title {font-size: 30px; }	
.wellness-experience-inner { padding: 10px;}	
.owl-carousel .owl-stage-outer { padding: 10px 0px !important;}	
.home-contact-inner { padding: 20px 15px; }	
.about-sec-1 .services_1-text {  margin-left: 0px; width: 100%; }	
section.services-sec-1.about-sec-2 { padding: 0px; margin: 0px;}	
.about-sec-2::after { display:none;  }	
.about-sec-2 .services_1-text { padding: 20px 15px;}
.about-sec-1 .services_1-text { padding: 20px 15px; margin-top: 0px; }	
.services_1-text { padding: 20px 15px; margin: 0px 0 0; }	
.about-sec-1 .services_1-text { border-radius: 0px 0px 20px 20px;}	
.services_1-text { border-radius: 0px 0px 20px 20px;}	
.services_1-img img { border-radius: 0px;}	
.services_1-text h3 br{ display:none;}	
section.services-sec-1.medicalsec1 .row {  flex-direction: column-reverse;}	
.home-contact-sec6.contact-main-sec {  padding: 0px 0px 40px; }	
.home-about-img1 img { border-radius: 0px 0px 0px 0px;  box-shadow:none;}	
.wellness-experience-inner .row {  flex-direction: column-reverse;}	
.wellness-experience-inner { padding: 15px; }	
.wellness-experience-inner img{ margin-bottom:15px; }
.footer-content.text-center { padding-left: 10px; padding-right: 10px; }	
.offer-left-text.text-end.wow.fadeInRight p br{ display:none;}	
.offer-text { border-radius: 15px;}	
.home-title { margin-bottom: 5px;  }
.error > .code { font-size: 8rem; line-height: 100px; }	
.error-title { font-size: 30px; }	
.no-banner-pad { padding: 70px 10px 70px 10px;}	
.thanku-text {font-size: 40px;}	
.message { padding: 20px;}		
.footer-padding { margin-top:170px; }	
.footer-content.Our-Address.footer-padding {  margin-top: 0px;}	
.footer-logo { position: absolute; top: 20px;}
.copy-right-main {  margin-top: 10px;}	
.inner-contact-box:hover { transform: initial;}	
.wellness-experience-text p br{ display:none;}	
.testi-text::after { width: 178px;height: 250px;}	
.home-contact-text p br{ display:none;}	
.inner-banner-section .inner-banner-content .banner-title { font-size: 24px; }	
.inner-banner-section .inner-banner-content { left: 0%; top: 50%; right: 0px; margin: auto; display: inline-table; }	
	
	
}









@media (max-width: 414px){
.inner-banner-section .inner-banner-content .banner-title {font-size: 25px;padding: 7px 14px;}
	
	
}


@media (max-width:375px) {
.home-banner-content {  padding: 30px 15px; }
	
	
	
	
}
@media (max-width:360px) {
.cmn-btn { padding: 10px 15px;}
.inner-banner-section .inner-banner-content .banner-title { font-size: 22px; }	
	
	
	
}




