@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 100;
    src: local('Manrope Thin'), url('../fonts/manrope-thin.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: local('Manrope Light'), url('../fonts/manrope-light.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: local('Manrope Regular'), url('../fonts/manrope-regular.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: local('Manrope Medium'), url('../fonts/manrope-medium.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: local('Manrope Semibold'), url('../fonts/manrope-semibold.woff') format('woff');
}
@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: local('Manrope Bold'), url('../fonts/manrope-bold.woff') format('woff');
}


/* variable */
:root {     
    --primary: #0096a5; 
    --secondary: #363636;
    --bg-light:#8dc63f;
    --alt-font: 'Manrope'; 
    --primary-font: 'Manrope';
    --dark-gray: #303334;
    --red: #f45959;
    --medium-light-gray:#b4b4b4;
    --medium-gray:#848587;
    --gap: 2em;
    --line-thickness: 1px;
    --line-color: #e0e0e0;
    --line-offset: calc(var(--gap) / 2);
}
/* html {
    scroll-behavior: smooth;
} */
/* box layout */
.box-layout {
    padding: 0 100px;
}
.h2, h2 {
    line-height: 1.1;
    font-size: 3.238rem;
}
body{
    font-size: 17px;
    line-height: 1.7;
    color: var(--secondary);
    font-weight: 300;
    letter-spacing: 0.3px;
    transition: all .3s ease-in-out;
}
.container{
    transition: all .3s ease-in-out;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 18px;
    padding: 10px 22px;
}
header .container-fluid {
    padding-left: 85px;
    padding-right: 85px;
}
.sticky-wrap.shadow-in {
    left: 31px;
}
header .navbar-brand img {
    max-height:40px;
}
/* bg color */
.bg-light-turquoise-blue {
    background-color: #edf9fa;
}
.bg-light-sea-green-transparent {
    background-color: rgba(22, 193, 204,0.8);
}
.bg-light-sea-green-transparent-light {
    background-color: rgba(22, 193, 204,0.15);
}
/* border color */
.border-color-transparent-dark-gray {
    border-color: rgba(39, 47, 48, 0.1) !important;
}
.border-color-red {
    border-color: var(--red) !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
    color: var(--secondary);

}
/* btn */
.btn {
    text-transform: inherit;
    font-weight: 500;
    letter-spacing: 0px;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:17px;
}
.btn.btn-medium {
    font-size: 16px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px;
}
/* .btn.btn-dark-gray:hover,
.btn.btn-dark-gray:active,
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active,
.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active{
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
} */
.btn {
    background: var(--primary);
    color: var(--white);
}
.btn:hover {
    background-color: #27aae1;
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
a{
    color: var(--secondary);
    transition: all .3s ease-in-out;
}
a:hover{
    color: var(--primary);
}
/* page title */

.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
}
/* social media icon */
.social-icon-style-02 .small-icon li {
    margin: 0;
}
/* outside box right */ 
.outside-box-right-2 {
    margin-right: -2vw;
}
/* tab style 01 */
.tab-style-01 .nav-tabs .nav-link.show,
.tab-style-01 .nav-tabs .nav-link.active,
.tab-style-01 .nav-tabs .nav-link:hover {
    background-color: var(--base-color);
    color: var(--white);
}
.tab-style-01 .nav-tabs .nav-link {
    padding: 7px 29px;
    color: var(--dark-gray);
}
.tab-style-01 .nav-tabs > li.nav-item {
    padding: 0 13px;
}
/* time table */ 
.time-table-box .hover-detail {
    padding: 25px 30px;
}
/* accordion style 05 */
.accordion-style-05 .accordion-item {
    padding: 25px 35px 27px 75px;
}
/* footer */
footer .nav-link {
    color: var(--white);
}
.elements-social .light li a:hover {
    color: var(--base-color) !important;
}
footer .footer-logo img {
    max-height: 40px;
}
footer .elements-social ul li:last-child {
    margin-right: 0;
}
.footer-top{
    background: var(--primary);
}

/* home page */

.hero-banner{
    background: url('../images/hero-banner.webp') no-repeat center center / cover;
    transition: all .3s ease-in-out;
}
.banner-wrap {
    padding: 0 9rem;
}
.blur-box {
    /* bottom: 70px;
    left: 0;
    right: 18%;
    margin: 0 auto; */
    bottom: 40px;
    left: auto;
    right: 5%;
    margin: 0;
}
.banner-img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.home-service-sec .transition-inner-all {
    height: 100%;
}
.home-service-sec .swiper-wrapper .swiper-slide{
    height: auto;
}
.home-service-sec .swiper-wrapper .feature-box{
    height: 100%;
    justify-content: flex-start;
}
.home-service-sec h2{
    word-break: initial;
}
.service-card-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}
.service-card-content .feature-box-content{
    height: 100%;
}
.home-service-sec .feature-box .feature-box-icon-rounded {
    width: 100px;
    height: 150px;
}
.box-shadow-large-hover:hover{
    background: var(--primary);
}
.home-overlap .overlap-section{
    background: var(--primary);
}
.singleLine-txt span{
    color: var(--secondary);
}
.singleLine-txt a{
    color: var(--primary);
}
.feature-box .feature-box-overlay{
    background: var(--primary);
}
.singleLine-wrap{
    margin-bottom: 6rem;
}
.feather{
    font-style: normal;
    font-weight: 100;
}
.main-slider-wrap .swiper-slide a{
    display: flex;
    align-items: center;
    line-height: 1;
}
.about-backimg{
    aspect-ratio: 9/11;
    object-fit: cover;
}
.about-frontimg{
    aspect-ratio: 9 / 12;
}
.expert-practitioners{
    aspect-ratio: 9 / 10;
}
.tailored-care{
    aspect-ratio: 9 / 10;
}
/* ---------------header----------------- */

header .navbar-brand .default-logo {
    width: 200px;
    height: 100%;
}
header .navbar-brand {
    padding: 20px 0;
}
header .navbar-brand img {
    max-height: none;
    max-width: none;
}
header .navbar [class*=col-] .navbar-nav .nav-item:hover a,
header .navbar [class*=col-] .navbar-nav .nav-item.active a 
{
    color: var(--primary);
    opacity: initial;
}
/* header .nav-item.active{
    color: var(--primary);
} */

/* ---------------footer----------------- */
.footer-navbar li a:hover{
    color: var(--white);
    opacity: .8;
}
footer .footer-logo img {
    max-height:none;
}
footer .footer-logo{
    height: 100%;
    width: 200px;
}
.social-icon-style-08 ul.light li a:hover {
    opacity: .8;
    color: var(--white) !important;
}
/* ---------------Contact US----------------- */
.contact-details .small-icon{
    display: flex;
    gap: 1rem;
}
.contact-details a:hover{
    color: var(--primary);
}
.star-radio{
    display: flex;
    justify-content:flex-start;
    gap: 30px;
    flex-wrap: wrap;
}
.input-group {
    display: flex;
    gap: .5rem;
    align-items: baseline;
    width: auto;
}
.input-group label{
    line-height: 1;
    cursor: pointer;
}
.star-radio input{
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.contact-form .btn.btn-switch-text.btn-medium>span {
    padding: 16px 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.have-query-img::before {
    content: '';
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0; 
    bottom: 0;
}
section.big-section {
    padding-top: 100px; 
    padding-bottom: 100px;
}
.box-socialIcon a{
     color: var(--white);
     text-decoration: underline;
     /* transition: all 0.3s ease-out; */
}
.box-socialIcon a:hover{
    text-decoration: none;
}
/* ease-out */

/* privacy policy */
.intro-header h1{
    margin-bottom: 4rem;
    margin-top: 2rem;
    font-size: 3.375rem;
    line-height: 1.2;
}

.intro-header h2{
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 600;
}
.terms-condition-sec ul li,
.privacy-content-wrap ul li
{
    list-style:disc;
}

.privacy-email{
    color: var(--primary);
}
.privacy-email:hover{
    color: var(--primary);
}
.heading-bold{
    font-weight: 700;
}
.term-block {
    padding-bottom: 5rem;
}
.tc-video-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 8;
}
.tc-btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
/* about us */
.color-white{
    background-color: var(--white);
}
.accordion .accordion-item .accordion-header .accordion-title {
    letter-spacing: 0.5px;
}
.accordion-table .time-table-box {
    flex-basis: 34%;
}
.accordion-table .time-table-box+.time-table-box.name-box:before{
    background-color: var(--primary);
}
.breadcrumb{
    background: url('../images/contact-us-1.webp') no-repeat center center / cover;
}
.about-accrodion-wrap .text-outline-color-base-color {
    -webkit-text-stroke-color: var(--primary);
}
.about-accrodion .accordion-style-05 .accordion-item.active-accordion .number {
    -webkit-text-fill-color: var(--primary);
    -webkit-text-stroke-color: var(--primary);
}
.about-accordion-wrap .feature-box,
.role-rci-sec .feature-box{
    align-items: flex-start !important;
}
.about-accordion-wrap .feature-box-icon,
.role-rci-sec .feature-box-icon{
    background: var(--primary);
    margin-top: 6px;
}
.about-accordion-wrap .feature-box .feature-box-icon
.role-rci-sec .feature-box .feature-box-icon{
    margin-top: 0.5rem;
}
.accordion-sec .col-width-1{
    flex-basis: 26%;
}
.accordion-sec .col-width-2{
    flex-basis: 37%;
}
.accordion-sec .col-width-3{
    flex-basis: 37%;
}

.accordion-sec .accordion-item{
    border: none;
    margin-bottom: 20px;
    box-shadow:none;
    border-radius: 35px 0 35px 0;
    width: 100%;
    -webkit-border-radius: 35px 0 35px 0;
    -moz-border-radius: 35px 0 35px 0;
    -ms-border-radius: 35px 0 35px 0;
    -o-border-radius: 35px 0 35px 0;
}
.accordion-sec button{
    border-radius: 35px 0 35px 0;
}
.accordion-sec button{
    padding:1.5rem 2.4rem;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--white);
    background: var(--primary);
    box-shadow: none;
    border-bottom-right-radius: 0;
}
.accordion-sec .accordion-item:first-of-type>.accordion-header .accordion-button {
    /* border-top-left-radius: 8px; */
    border-top-left-radius:0;
}
.accordion-sec .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    /* border-bottom-right-radius: 8px; */
    border-bottom-right-radius: 0;
}
.accordion-button:not(.collapsed) {
    box-shadow:none;
}
.accordion-sec button{
    font-size: var(--font20);
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-playfairDisplay);
    background:var(--primary);
}
.accordion-sec .accordion-body{
    padding: 4rem;
    background: #edf9fa;
}
.sec-divider {
    background: rgb(32 38 79 / 19%);
    height: 1px;
}
.accordion-sec .table .column-heading{
    width: 20%;
}
.accordion-sec .table>:not(caption)>*>* {
    padding: 1.5rem;
}
.accordion-button::after{
    background-image: url('../images/icons/white-down-arrow.svg');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/icons/white-down-arrow.svg');

}
.breadcrumb{
    position: relative;
}
.sub-banner{
    object-fit: cover;
    aspect-ratio: 16 / 5;
    transition: all .3s ease-in-out;
}
.sub-banner-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
;
}
.breadcrumb-content{
    position: relative;
    height: 100%;
}
.accordion-sec .accordion-title{
    line-height: 1.5;
}



/* demo */

/* .default-table tr td {
    font-size: var(--font14);
    line-height: 1.4;
    font-weight: var(--regular);
    color: #303030;
    padding: 10px 0;
}
.default-table tr th {
    font-size: var(--font18);
    line-height: 1.3;
    font-weight: var(--bold);
    color: var(--black);
    padding: 10px 0;
}
.default-table, .custom-table {
    margin-top: 35px;
    width: 100%;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
} */


.have-query-img{
    background: url('../images/contact-us-2.webp') no-repeat center center / cover;
}
.video-sec .btn.btn-rounded.btn-extra-large {
    padding: 15px 25px;
}

.btn.btn-extra-large {
    font-size: 16px;
}

.video-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 8;
}
.video-sec{
    padding-top: 5rem;
}
 
/* service page */

.services-breadcrumb{
    background: url('../images/services-banner.webp') no-repeat center center / cover;
}
.services-breadcrumb::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    top: 0;
    bottom: 0;
}
.young-adults-img{
    aspect-ratio: 16 / 8;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-band{
    background: var(--primary);
}
.service-page-card .feature-box{
    justify-content: flex-start;
}
.service-wrap {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
}
.service-wrap:last-child {
    border-bottom: 0; 
    padding-bottom: 0; 
    margin-bottom: 0;
}



.tailoredCare-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(min-content, 1fr);
    align-items: stretch;
    gap: var(--gap);
    overflow: hidden;
}

.tailoredCare-wrapper .tailoredCare-card {
    position: relative;
    /* padding: 1.5em; */
}

.tailoredCare-wrapper .tailoredCare-card::before,
.tailoredCare-wrapper .tailoredCare-card::after {
    content: "";
    background-color: rgb(32 38 79 / 12%);
    position: absolute;
}

.tailoredCare-wrapper .tailoredCare-card::after {
    inline-size: 100%;
    block-size: 1px;
    inset-block-start: calc(var(--line-offset) * -1);
    inset-inline-start: 0;
}

.tailoredCare-wrapper .tailoredCare-card::before {
    inline-size: 1px;
    block-size: 100%;
    inset-block-start: 0;
    inset-inline-start: calc(var(--line-offset) * -1);
}



/* resource */
.resource-img{
    height: 100%;
    width: 100%;
    object-fit: cover; 
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
.resources-sec .feature-box{
    height: 100%;
} 
.resources-breadcrumb{
    background: url('../images/resource-banner.webp') no-repeat center center / cover;
}
.link-svg {
    width: 15px;
}
.box-link-wrap {
    background: var(--primary);
    padding: 8px 10px;
    border-radius: 4px;
    margin-top: 1rem;
    line-height: normal;
    display: inline-flex
;
}


/* validation form success code  */

.form-control.error{
    font-size: 16px;
}
.input-fields span {
    margin-left: 3px;
}
.error{
    color: #f74141;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: .6rem;
    letter-spacing: 0.5px;
}
.contact-form-sec label span{
    color: #f74141;
}
.success-msg{
    padding: 4rem 3rem;
    text-align: center;
    background: var(--white);
    border-radius: 20px;
}
.success-msg h5 {
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.success-msg p{
    margin-bottom: 0;
}
.contact-form-style-05 {
    height: 100%;
}
.contact-form-style-05 .success-msg {
    background: #edf9fa;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* practitioners */
.practitioners-breadcrumb{
    background: url('../images/practitioners-banner.webp') no-repeat center center / cover;
}
.breadcrumb-overlay::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.05;
    top: 0;
    bottom: 0;
}

.loading-animation {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
  /* Initially hide the spinner, you can toggle visibility with JS */
#contact-loadingSpinner,#feedback-loadingSpinner {
    display: none;
}
  /* The spinner itself */
.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid var(--primary);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}
  /* Spin animation */
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  /* iframe */

  .iframe-sec iframe{
    width: 100%;
    height: 1000px;
  }
/* new code added */
  .primary-color{
    color: var(--primary);
  }
     
.long-intro-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio:9/11;
}
.vi-feature-style-2 a{
    text-decoration: none;
    padding: .5rem 1.5rem;
    border-radius: 24px;
    color: var(--white);
    background: var(--green);
}
.vi-feature-style-2.head-tag {
    color: var(--info);
}
.vi-feature-style-2 .rounded-btn{
    padding: .6rem 1.5rem;
    border-radius: 24px;
    color: var(--white);
    background: var(--black);
}
.vi-feature-style-2 .head-tag {
    color: var(--info);
}
.vi-feature-style-2 .sec-top-wrap {
    margin-bottom: .8rem;
    display: inline-block;
}
.vi-feature-style-2 .sec-heading {
    margin-bottom: 2rem;
}
.vi-feature-style-2 .split-left-img{
    aspect-ratio: 16 / 10;
    position: relative;
    height: 100%;
    width: 100%;
}
.vi-feature-style-2 .split-left-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.vi-feature-style-2 .split-right-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;   
}
.vi-feature-style-2 .feature-card{
    border-radius: 6px;
    padding: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    justify-content: flex-end;
    align-items: start;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.vi-feature-style-2 .card1{
    background: #edf9fa;
}
.vi-feature-style-2 .split-left{
    height: 100%;
}
.vi-feature-style-2 .card2{
    background: var(--primary);
    color: #fff;
}
.vi-feature-style-2 .heading-wrap {
    margin-bottom: 2rem;
}
.vi-feature-style-2 .split-left-animation{
    height: 100%;
}
.footer-navbar .ftr-tc:hover{
    color: var(--primary);
}
.floating-btn {
    display: none;
}
.feature-box.feature-box-left-icon-middle .feature-box-content {
    line-height: 1.6;
}
.why-chooseUs-sec .feature-box{
    justify-content: flex-start;
}
.role-rci-sec .feature-box.feature-box-left-icon-middle .feature-box-content {
    line-height: 1.6;
}