@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

/* Scss Document */

body {
  font-family: "Onest", sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  background:#fff;
  color: #111;
  line-height: normal;
}


p {
  font-size: 16px;
  color: #555;
}

img {
  max-width: 100%;
  border: 0; }

.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: #983CFF; }

a:hover { color: #000; }

.img-responsive {
  width: 100%;
  height: auto;
}

.pa-20{ padding: 16px 0px; }
.pt-30{ padding-top: 30px; }
.pt-50{ padding-top: 50px; }
.pt-60{ padding-top: 60px; }
.pt-70{ padding-top: 70px; }
.pt-80{ padding-top: 80px; }
.pb-80{ padding-bottom: 80px; }
.pa-80{ padding: 80px 0; }
.pa-60{ padding: 60px 0; }
.pa-50{ padding: 50px 0; }
.pa-30{ padding: 30px 0; }
.pa-120{ padding: 120px 0; }


/*------------------common-css-------------------*/

.common-btn {
  font-size: 16px;
  background: #B879FF;
  color: #fff;
  padding: 16px 30px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border-radius: 40px;
  font-weight: 600;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

/* Modern Hover Effects */
.common-btn:hover {
  background: #983CFF;
  color: #fff;
}


.title-col{ margin-bottom:40px; }

.title {
  position: relative;
  font-size:44px;
  font-weight:500;
  color:#010101;
  margin-bottom:0px;
}

.title-para{ font-size:18px; max-width: 900px; margin:20px auto 50px; width: 100%; line-height: 28px; }

.form-control {
  font-size: 13px !important;
  border-radius: 8px;
  padding: 8px 15px;
  font-size: 16px;
  background-color:#fff;
  color: #000;
  border: 1px solid #ccc;
}

select.form-control { padding: 0; padding-left:15px; height:42px; -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.3em;
  background-color:#fff;
  border:1px solid #ccc;
  color: #000 !important;
}

.form-select {
  font-size: 13px !important;
  height: calc(2em + 0.75rem + 2px);
  border-radius: 8px;
  padding: 8px 15px;
  padding-right: 32px;
  font-size: 16px;
  background-color:#fff;
  color: #000;
  border: 1px solid #ccc;
}

.form-select:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff;
  border: 1px solid #983CFF;
  color: #000 !important;
}


textarea.form-control{ height: auto; }

.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  background-color: #fff;
  border: 1px solid #983CFF;
  color: #000 !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


@media (min-width: 992px){
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*------------------end common-css-------------------*/

.topheader-cols{ padding: 10px 0px 0px; display: none; }

.inner-topheader{ display: flex; align-items: center; justify-content: space-between; }
.mobile-login{ margin-left: 10px; width: 43%; }
.inner-topheader a.common-btn{ padding: 14px 24px; flex-grow: 1; }

.inner-topheader a:first-child{ border: 2px solid #444; background: #fff; color: #444; margin-right: 10px; padding: 12px 24px; }
.inner-topheader a:last-child{ border: 2px solid #B879FF; background: #fff; color: #B879FF; margin-left: 10px; padding: 12px 24px; }


.main-header {
  padding:10px 0;
  transition: all 0.3s ease;
  background:#000;
  width: 100%;
  z-index: 9;
  position: relative;
}

.main-header .container-fluid{ padding-left: 30px; padding-right: 30px; }

.logo img{ max-height:70px; }

.main-header .navbar-expand-xl .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0px 12px;
  padding: 10px 0px;
  text-align: center;
}


.main-header .navbar-expand-xl .navbar-nav .nav-link:hover { color: #983CFF; }

.navbar-nav .nav-item:last-child .nav-link {
  background:#983CFF;
  padding: 10px 18px 12px;
  color: #fff;
  margin-left: 10px;
  margin-right: 0px;
  border-radius:40px;
  border: 1px solid #983CFF;
}

.navbar-nav .nav-item:last-child .nav-link:hover{ color: #fff; background:#5b00c0; } 

.navbar-nav .nav-item:nth-last-child(2) .nav-link {
  background:#983CFF;
  padding: 10px 20px 10px 20px;
  color: #fff;
  margin-left: 10px;
  margin-right: 0px;
  border-radius:40px;
  border: 2px solid #983CFF;

}

.navbar-nav .nav-item:nth-last-child(2) .nav-link span img{ max-height: 20px; vertical-align: bottom; margin-right:3px; }

.navbar-nav .nav-item:nth-last-child(2) .nav-link:hover{ color: #fff; background:#5b00c0; border-color: #5b00c0; }
.navbar-nav .nav-item:nth-last-child(2) .nav-link:hover img{ filter: brightness(0) contrast(1) invert(1); }

.navbar-nav .nav-item:nth-last-child(3) .nav-link {
  background:none;
  padding: 10px 20px 10px 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 0px;
  border-radius:40px;
  border: 2px solid #fff;

}

.navbar-nav .nav-item:nth-last-child(3) .nav-link span img {
    max-height: 15px;
    vertical-align: -2px;
    margin-right: 2px;
    filter: brightness(0) contrast(1) invert(1);
}

.navbar-nav .nav-item:nth-last-child(3) .nav-link:hover{ color: #fff; background:#444; }
.navbar-nav .nav-item:nth-last-child(3) .nav-link:hover img{ filter: brightness(0) contrast(1) invert(1); }

header.main-header.fixed-nav {
    position: fixed;
    background:#fff;
    z-index: 9;
    width: 100%;
    padding: 0px 0;
	  top: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}


header.main-header.fixed-nav .logo img{ max-height:50px; }

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.navbar-nav .dropdown-menu{ padding: 0px; border-radius: 0px; margin-top: -3px; min-width: 260px; }

.dropdown-item span {
  line-height: 1;
  font-size: 15px;
  position: absolute;
  top: 8px;
  right: 12px;
}

.dropdown-item {
  padding: 10px 1.1rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 30px;
  white-space: normal;
}

ul.submenu.dropdown-menu .dropdown-item{ padding-right: 1.1rem; }

.dropdown-item:hover{ background-color:#BA0B0B; color: #fff; }

@media (min-width: 992px){
.nav-item .submenu {
    top: 3px;
}
}

@keyframes slideIn {
  0% {
      transform: translateY(2rem);
      opacity: 0;
  }
  100% {
      transform: translateY(0rem);
      opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

/*-------------banner---------------*/

.banner{
  position: relative;
  background: #000;
  overflow: hidden;
  padding-bottom: 40px;
}

.banner .container-fluid{ padding-left: 30px; padding-right: 30px; }
.banner-pic{ border-radius: 20px; overflow: hidden; position: relative; }
.banner-pic:before {
    content: "";
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 100%));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner .banner_containt {
position: absolute;
left:50%;	
top: 70%;
transform: translate(-50%, -70%);
z-index: 9;
max-width:1100px;
width: 100%;
padding-left:30px;
padding-right:30px;
margin:auto;
text-align: center;	
}


.banner .banner_containt h1 {
color: #fff;
margin-top: 0;
font-size:58px;
font-weight:500;	
}


.banner .banner_containt p {
color: #fff;
font-size:21px;
margin:15px auto 20px;
font-weight:400;
max-width: 90%;
}

.banner .banner_containt h3{ color: #fff; font-size: 24px; font-weight: 400; margin-bottom: 30px;  }
.banner .banner_containt h3 b{ font-size: 36px; font-weight: 600; }

.banner .owl-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 9; }
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span {	background:#fff; }

.owl-nav.disabled{ display: none !important; }

.homesec-1 .title-col .sub-title{ display: block; margin-top: 15px; font-size: 36px; }
.howwork-3cols{ text-align: center; padding: 0px 30px; margin-top: 30px; }
.howwork-ico{ margin-bottom: 20px; }
.howwork-txt h3{ font-weight: 600; font-size: 28px; margin-bottom: 10px; }
.howwork-txt p{ font-size: 15px; color: #555; line-height: 22px; }

.howwork-3cols .col-md-4:nth-child(2) { background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.homesec-2{ position: relative; max-height: 92vh; overflow: hidden; background: #fff; }
.videotherapist-points {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 92%;
    z-index: 9;
    max-width: 680px;
    background: rgb(0 0 0 / 50%);
    padding: 40px;
    border-radius: 20px;
}
.videotherapist-points ul{ margin-bottom: 0px; list-style: none; padding: 0px; }
.videotherapist-points ul li{ font-size: 16px; color: #fff; margin-bottom:40px; position: relative; font-size: 24px; font-weight: 400; border-bottom: 1px dashed #fff; padding-bottom: 40px; padding-left:40px; }

.videotherapist-points ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left:-10px;
  background: url(../images/check-badge.svg);
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.videotherapist-points ul li:last-child{ border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }

.welcome-text{ padding-right: 50px; }
.welcome-text p{ font-size: 16px; font-weight: 300; color: #707070; line-height: 32px; margin:30px 0px; }

.small-highlighter{ display: block; font-size: 26px; color: #983CFF; margin-bottom:10px; }

.item-ico img {
    max-height: 50px;
    text-align: left;
    display: inline-block !important;
    width: auto !important;
}

.item-pic{ position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 30px; }

.item-pic:before {
    content: "";
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 90%));
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.treatment-slide{ position: relative; }
.treatment-slide a{ position: relative; display: block; }
.treatment-slide .item-text{ position: absolute; bottom: 0px; left: 0px; color: #fff; z-index: 1; padding: 30px; }
.treatment-slide .item-text p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.item-ico{ margin-bottom: 15px; }
.treatment-slide .item-text h3{ font-size: 24px; font-weight: 500; margin-bottom: 10px; color: #fff; }


.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -4%;
    transform: translateY(-50%);
    font-size: 24px;
}
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -4%;
    transform: translateY(-50%);
    font-size: 24px;
}

.therapist-slide{ text-align: center; }
.therapist-pic img {
    max-height: 260px;
    width: auto !important;
    border-radius: 50%;
    margin: auto;
    border: 2px dashed #B879FF;
    padding: 10px;
}
.therapist-text{ text-align: center; margin-top: 20px; }
.therapist-text h3{ font-size: 22px; font-weight: 500; margin: 10px 0px; color: #000; }
.therapist-text p{ font-size: 16px; color: #989898; margin-bottom: 0px; }

.pricing-slide{ background: #fff; border-radius: 20px; text-align: center; padding:0px 0px 30px; border: 1px solid #B879FF; overflow: hidden; position: relative; }
.clock-circle{ padding-bottom: 20px; padding-top: 20px; }
.clock-circle img{ max-height: 60px; width: auto !important; margin: auto; }

.timing-big{ padding: 20px 0px; background: #ecdbff; }
.timing-big h3{ font-size: 40px; font-weight: 500; margin-bottom: 0px; color: #000; }
.timing-big p {
    font-size: 20px;
    color: #8e3de8;
    margin-bottom: 0px;
    margin-top: 7px;
}

.pricing-big{ background: #fff; padding: 30px 0px 15px; font-size: 64px; font-weight: 600; color: #b879ff; margin-bottom: 0px; }
.pricing-big small{ font-size: 32px; display: block; }

.pricing-slide ul{ padding: 0px 20px; list-style: none; margin:0px 0px 30px; }
.pricing-slide ul li {
    font-size: 16px;
    color: #535353;
    margin-bottom: 20px;
}

.popular-tag {
    position: absolute;
    background: #8e3de8;
    right: -32px;
    top: 27px;
    transform: rotate(45deg);
    padding: 3px 28px;
    color: #fff;
    font-size: 14px;
}

#homepricing-slider .owl-item.center{ padding: 0px; }

#homepricing-slider { padding:10px 10px; }


.homeabout-7{ background: url(../images/flower-vector.jpg) no-repeat; background-position: right 120px; padding-top: 120px; }
.homeabout-7 .welcome-text{ padding-right: 0px; padding-left:70px; }

.about-numbers{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px auto 0px;
}
.counter {
  font-size: 52px;
  color:#983CFF;
  font-weight: 500;
  margin-bottom: 0px;
  line-height: 1;
}
.nos h4 {
  font-size: 18px;
  color: #000;
  margin-top: 10px;
}

.nos-digit{ display: flex; align-items: center; }
.nos-digit b {
  font-size: 44px;
  color: #983CFF;
  font-weight: 400;
  margin-bottom: 0px;
  margin-left: 7px;
  line-height: 1;
}

.faq-questions{ padding-left: 100px; }
.accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}
.accordion-body {
    font-weight: 400;
    color: #707070;
    font-size: 16px;
    line-height: 24px;
}
.accordion-button:not(.collapsed){ background-color: #f4eaff; }
.accordion-button:focus{ border-color:none; box-shadow: none; }

#testimonial-slider .item { padding: 0px; }

.testi {
    margin: 0px auto;
    padding: 0px 50px;
    position: relative;
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.testi p {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  font-weight: 300;
  margin: 30px 0px;
}

.testi h5{ font-weight: 600; font-size: 24px; text-transform: uppercase; }

#testimonial-slider .quote-rate img{ width: 70px; margin: auto; }
.star-rate{ text-align: center; margin-bottom:15px; }
.quote-rate { margin: auto; margin-bottom: 20px; }
.star-rate img{ max-width: 100px; margin: auto; }
.star-rate{ margin-bottom: 20px; }

.hometestimonials-8 .owl-nav .owl-prev{ left: 0; }
.hometestimonials-8 .owl-nav .owl-next{ right: 0; }
.hometestimonials-8 .title-col { margin-bottom: 60px; }

.homeapp-sec{ position: relative; }
.homeapp-txt{ position: absolute; top: 50%; left: 80px; transform:translateY(-50%); z-index: 9; text-align: center; }
.homeapp-txt h3 {
    font-size: 54px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}
.homeapp-txt p{ font-size: 24px; color: #fff; font-weight: 300; margin-bottom: 20px; max-width: 400px; width: 100%; margin-left: auto; margin-right: auto; }

.applaunch-btn{ margin-bottom: 25px; }
.applaunch-btn img{ max-height: 46px; margin: 0px 6px; }

footer{ background: #000; padding: 70px 0px 30px; }
.footer-title{font-size: 20px; font-weight: 600; color: #fff; text-transform: uppercase; margin-bottom: 20px; }
.footer-links p { margin-bottom: 8px; }
.footer-links p a { font-size: 15px; color: #848484; }
.footer-links p a:hover{ color: #fff; }

.footer-links { padding-left: 50px; }

.footer-logo{ margin-bottom: 10px; }
.footer-logo img{ max-height: 75px; }


.footer-about-text p{ color: #848484; font-size: 15px; line-height: 24px; }
.contact-conten a{ color: #848484; }
.contact-conten a:hover{ color: #fff; }
.contact-conten p{ color: #848484; display: flex; align-items: center; }
.footer-social a{ margin: 0px 4px; }
.contact-conten p strong {
    max-width: 15%;
    flex: 0 0 15%;
}

.contact-conten p strong img{ filter: brightness(0) contrast(1) invert(1); }

.footer-social{ margin-top: 20px; }
.footer-social a{ font-size: 24px; color: #fff; margin-right: 10px; }

.copyright {
  display: flex;
  justify-content: space-between;
  color: #707070;
  font-size: 14px;
  margin-top: 45px;
}

.copyright a{ color: #707070; }
.copyright a:hover{ color: #fff; }


/*------------------login css-------------------*/

.login-form-col {
    width: 100%;
    margin: auto;
    padding: 30px 40px 20px;
}

.login-form-col h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.login-form {
    margin-top: 20px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form-col p {
    font-size: 14px;
    color: #424242;
    font-weight: 400;
}

.login-form .form-group .form-control {
    font-size: 13px;
    color: #000;
}

.common-modal .form-control {
    background: #fff;
    border-color: #c9c9c9;
    font-size: 13px;
    font-weight: 400;
    height: calc(2em + 0.75rem + 2px);
}

.common-modal .form-control:focus {
    border-color: #000;
}

.form-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 15px;
    vertical-align: middle;
    width: 100%;
}

.form-footer .custom-control {
    font-size: 1.3rem;
}

.form-footer .custom-control-label::before {
    top: 0.1rem;
}

.form-footer .custom-control-label::after {
    top: 0.1rem;
}

.form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto;
    vertical-align: 3px;
}

.reg-link {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto;
    vertical-align: 3px;
}
.custom-control-label {
    font-size: 13px;
    cursor: pointer;
}

.forget-password{ font-size: 13px; }


/*------------------end login css-------------------*/


.user-profile{ width: 40px; height: 40px; border-radius: 50%; overflow: hidden; display: inline-block; vertical-align: middle; margin: -7px -15px -10px -15px; } 
.user-profile img{ width: 100%; height: 100%; object-fit: cover; }

.inner-banner{ background: url(../images/inner-banner.jpg) no-repeat; background-size: cover; padding: 100px 0px; position: relative; }
.inner-banner-content{ display: inline-block; background-color: rgba(255, 255, 255, .1450980392); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 30px; min-width: 400px; }

.inner-banner-content p{ color: #fff; margin-bottom: 0px; font-weight: 300; margin-top: 15px; }

.booking-steps{ text-align: center; max-width: 450px; width: 100%; margin: 0px auto; background: black; padding:50px 40px 50px; border-radius: 20px; border: 2px dashed #B879FF; }
.booking-steps .common-btn{ width: 100%; margin-top:25px; }

.loc-ico{ position: absolute; top: 8px; right: 10px; }
.booking-top{ margin-bottom: 30px; }

.booking-steps .form-control{ padding: 12px 15px; }

.booking-pg{ padding:0px 0px 50px; background: url(../images/flower-vector.jpg) no-repeat; background-position: right center; background-size: 400px; }
.booking-top p{ margin-top: 15px; }


.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0px 5px;
  margin-top: 10px;
  justify-content: center;
}
.breadcrumb-item {
  font-size: 14px;
  font-weight: 300;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before { color: #fff; content: ">"; }

.howwork-sec1 .welcome-text { padding-right: 0px; padding-left: 70px; }
.howwork-sec1 .welcome-text p{ font-size: 18px; }

.howwork-ico img{ max-height: 60px; }

.howwork-sec3 .welcome-text { padding-right: 120px; padding-left: 0px; }
.howwork-sec3 .welcome-text p{ font-size: 18px; }

.pricing-pg .pricing-slide{ margin-top: 24px; }

.treatments-pg .title-col{ margin-bottom: 60px; }
.treatment-txt{ background:#E9F1FB; border-radius: 20px; padding: 30px; margin-left: 10px; }
.maintreatment-col{ display: flex; margin-bottom: 24px; }
.treatment-pic{ max-width: 30%; flex: 0 0 30%; border-radius: 20px; overflow: hidden; position: relative; }
.treatment-txt h3{ margin-bottom: 15px; }
.treatment-txt p{ margin-bottom: 15px; }

.treatmentsdt-sec1{ padding-bottom: 100px; }
.treatmentsdt-sec1 .welcome-text { padding-right: 0px; padding-left: 70px; }
.treatmentsdt-sec1 .welcome-text p{ font-size: 18px; margin: 20px 0px; }

.treatmentsdt-sec2{ background: #F5F5F3; }
.treatmentsdt-sec2-left{ padding-right: 150px; }
.treatmentsdt-sec2-left .sub-title{ margin-bottom: 30px; }
.treatmentsdt-sec2-left ul{ padding-left: 16px; margin-bottom: 0px; }
.treatmentsdt-sec2-left ul li{ margin-bottom: 14px; color: #666; font-size: 18px; }
.treatmentsdt-sec2-left p{ margin-bottom: 14px; color: #666; font-size: 18px; line-height: 28px; }

.treatmentsdt-sec2 .row{ border-bottom: 1px solid #e1e1e1; padding-bottom: 30px; margin-bottom: 30px; }
.treatmentsdt-sec2 .row:last-child{ border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }

.bookmaslist-col{ margin-bottom:50px; }
.bookmaslist-col h3{ font-size: 18px; font-weight: 500; color: #000; margin-bottom:10px; margin-top: 20px; }
.bookmaslist-col p{ font-size: 14px; color: #666; margin-bottom: 0px; }

.sub-title2{ 
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}

.booking-duration-wrapper{ width: 100%; margin: auto; padding: 30px; }

.duration-options{ background:#f4eaff; padding:20px; border-radius: 10px; border: 2px dashed #B879FF; }

.messagemodal-txt h3{ font-size: 18px; font-weight: 500; }
.messagemodal-txt p{ font-size: 14px; color: #666; }

.messagemodal-txt .common-btn{ font-size: 14px; padding: 14px 18px; }

.booking-calendar{ background: #deceef; padding: 30px 0px; }

.backbtn{ margin-bottom: 15px; }
.backbtn i{ font-size: 20px; vertical-align: bottom; margin-right: 10px; }

.booking-therapist .therapist-pic img{ 
  max-height: 150px;
  padding: 5px;
}
.booking-therapist .therapist-slide{ background: #f5f5f5; padding: 20px; border-radius: 20px; margin-bottom: 30px; cursor: pointer; }

.booking-therapist .therapist-slide:hover{ background: #f4eaff; }

.booking-therapist .therapist-text h3{ font-size: 18px; font-weight: 500; color: #000; margin-bottom: 10px; }
.booking-therapist .therapist-text .star-rating{ font-size: 14px; color: #FAC600; margin-bottom: 10px; }
.booking-therapist .therapist-text p{ font-size: 14px; color: #666; margin-bottom: 0px; }

.therapistdtmodal-wrapper{ padding: 30px; }
.therapistdtmodal-top .therapist-pic img{ max-height: 150px; padding: 5px; }
.therapistdtmodal-top .therapist-text h3{ font-size: 30px; font-weight: 500; color: #000; margin-bottom: 10px; }
.therapistdtmodal-top .therapist-text h3 span{  
    vertical-align: 3px;
    margin-left: 20px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.therapistdtmodal-top .therapist-text .star-rating{ font-size: 14px; color: #FAC600; margin-bottom: 10px; }
.therapistdtmodal-top .therapist-text p{ font-size: 14px; color: #666; margin-bottom: 0px; }

.therapistdtmodal-wrapper .nav-tabs{ border: none !important; }
.therapistdtmodal-wrapper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ color: #983CFF; }
.therapistdtmodal-wrapper .nav-link {
    color: #999;
    border: none !important;
    border-bottom: 2px solid #999 !important;
    margin: 0px 5px;
}
.therapistdtmodal-wrapper .nav-link.active{ border-color: #983CFF !important; }
.therapistdtmodal-top{ margin-bottom: 20px; }
.therapistdtmodal-wrapper .tab-pane{ padding: 20px 0px; }

.theratabs{ display: flex; align-items: center; margin-right: 10px; }
.theratabs p{ font-size: 12px; color: #555; margin-bottom: 0px; border: 1px solid #555; padding: 5px 10px; border-radius: 20px; margin-right: 10px; }

.therabio{ text-align: center; }
.therabio h5{ font-size: 14px; display: flex; justify-content: center; margin-bottom: 14px; }
.therabio h5 span{ margin: 0px 10px; flex-grow: 1; }
.therabio h5 small{ display: block; font-size: 12px; color: #999; margin-bottom: 5px; }
.therabio p{ font-size: 13px; color: #555; text-align: center;  }

.therapistdt-tabs .testi p{ font-size: 13px; line-height: normal; margin: 10px 0px; }
.therapistdt-tabs .testi h5{ font-size: 14px; margin: 0px; }
.therapistdt-tabs #testimonial-slider .quote-rate img{ width: 30px; }
.therapistdt-tabs .owl-nav .owl-prev{ left: 0; }
.therapistdt-tabs .owl-nav .owl-next{ right: 0; }
.therapistdt-tabs .star-rate{ margin-bottom: 10px; }

.bookthera-gridfilter{ display: flex; justify-content: space-between; margin-bottom: 50px; }
.bookthera-gridfilter .title-col{ margin-bottom: 0px; }

.location-codes h2, .location-codes h5{ font-size: 46px; font-weight: 100; }
.location-codes li{ margin-bottom: 10px; color: #777; }
.location-codes li strong{ color: #444; font-weight: 600; }

.locations-pg .title-col{ margin-bottom: 60px; }
.location-codes { margin-bottom: 40px; }

.becometherapist-content{ padding: 10% 15%; }
.becometherapist-content .title-para{ margin-bottom: 30px; padding-right: 100px; }

.becometherapist-pg hr{ border-color: #dee2e6; opacity: 1; }

.becometherapist-sec2{ background: #f4eaff; }
.becometherapist-sec2 .border-info{ border-color: #B879FF !important; background: #fff; }
.becometherapist-sec2 .text-info{ color: #5b00c0 !important; }
.becometherapist-sec2 .card-body{ padding: 30px 25px; }
.becometherapist-sec2 .card-body .fs-5{ font-size: 32px !important; }

.becometherapist-sec3{ position: relative; }
.becometherapist-sec3-txt{ position: absolute; left: 40px; top: 60px; z-index: 1; max-width:800px; width: 100%; padding: 30px; }
.becometherapist-sec3-txt h3{ margin-bottom: 0px; color: #fff; font-size: 42px; text-shadow: 1px 1px 2px rgb(0 0 0 / 50%); }

.applytherapist-pg{ background: #F0EBF8; }

.applytherapist-form{ max-width: 760px; width: 100%; margin:0px auto; }
.applytherapist-form .title{ font-size: 28px; margin-bottom: 15px; }

.therapist-formtop{ border-top: 10px solid #983CFF !important; }
.therapist-formtop p{ margin-bottom: 0px; }
.whitebox{ background: #fff; border: 1px solid #dadce0; border-radius: 10px; padding:25px 30px; margin-bottom: 12px; }

.selected-dial-code { font-size: 13px; }
.intl-tel-input .country-list .country { font-size: 13px; }

.form-label{ font-size: 16px; color: #111; }
.intl-tel-input{ width: 100%; }

.form-check-input{ border-color:#333 !important; margin-top: .15em; }
.form-check-input:checked{ background-color: #983CFF !important; border-color: #983CFF !important; }

.therapist-formmiddle .title{ border-bottom: 1px dashed #ccc; padding-bottom: 15px; margin-bottom: 20px; font-size: 24px; }

.form-check.form-check-inline .form-check-label{ font-size: 14px; }

/*------------blog----------*/

.bestblog-sec{ background:#fff;  }
.bestblog-col{ border:1px solid #ddd; border-radius:10px; overflow: hidden; margin-bottom:30px;  }
.bestblog-col a{ display: block; }
.bestblog-pic img{ width:100%; }
.bestblog-content{ padding:20px; }
.blog-cat-blue{ background:#983CFF; font-weight:600; font-size:15px; padding:4px 12px; display: inline-block; color:#fff; margin-bottom:15px; border-radius: 40px;  }
.bestblog-content h4{ font-size:16px; color:#565656; font-weight: 500;  margin-bottom:12px; }
.bestblog-content p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #999;
}

 .middle-blog-left a{ display: block; }
  .middle-blog-left-pic img{ width:100%; border-radius:10px;  }
  .middle-blog-left-txt{ margin-top:20px; }
  .middle-blog-left-txt h5{ font-size:15px; color:#000; font-weight: 600;  }
  .middle-blog-left-txt h4{ font-size:22px; color:#1c1c1c; font-weight: 400; margin:15px 0 10px;  }
  .middle-blog-left-txt p{ font-size:15px; color:#101010; font-weight: 400;  }
  
  .middle-blog-right-col{ margin-bottom:30px; }
  .middle-blog-right-col a { display: flex; }
  .middle-blog-right-pic {
      max-width: 20%;
      flex: 0 0 20%;
  }
  
  .middle-blog-right-pic img{ border-radius:10px; }
  
  .middle-blog-right-txt{
      max-width: 74%;
      flex: 0 0 74%;
      padding-left:0px;
      margin-left: 20px; 
  }
  
  .middle-blog-right-txt h5{ font-size:15px; color:#000; font-weight: 600;  }
  .middle-blog-right-txt h4{ font-size:15px; color:#1c1c1c; font-weight: 400; margin:5px 0 5px;  }
  .middle-blog-right-txt p{ font-size:13px; color:#555; font-weight: 400; margin-bottom: 0px; margin-top: 15px;  }
  
  .bottom-blog-sec{ margin:50px 0px; }
  .middle-blog-sec { background:#F0EBF8; padding:70px 0 30px; }

.pagination-col {
      margin-top: 20px;
      width: 100%;
  }
  .pagination {
      justify-content: center;
  }
  .page-item:first-child .page-link, .page-item:last-child .page-link {
      border-radius:5px;
  }
  .pagination-col .page-link {
      color: #575757;
      font-size: 16px;
      font-weight: 500;
      margin: 0 6px;
      width: 42px;
      height: 42px;
      background-color: #fff;
      border-color: #ccc;
      padding: 0;
      line-height: 42px;
      text-align: center;
      border-radius:5px;
  }
  
  .pagination-col .page-link i{ font-size:16px; vertical-align: middle; } 
  
  .pagination-col .page-link:hover{ border-color:#983CFF; }
  
  .page-item.active .page-link {
      z-index: 1;
      color: #fff;
      background-color:#983CFF;
      border-color:#983CFF;
  }

.bestblog-col:hover{ border-color:#983CFF; background-color:#faf5ff; }


.blog-detail {
    max-width:870px;
    margin: auto;
	width:100%; 
}

.blog-detail-content{ margin:30px 0; }

.blog-detail-content p {
  color:#5a5a5a;
  font-size: 15px;
  line-height: 26px;
}

.blog-detail-content p em{ font-style: normal; border-left:3px solid #983CFF; padding-left:20px; font-weight: 400; display: block; margin:30px 0;   }

.blog-detail-content p strong{ border-bottom:1px solid #000; }
.blog-detail-title{ margin-bottom:40px; }
.blog-detail-content h3{ font-size:2.1rem; font-weight: 500; }
.blog-detail-content h4{ font-size:21px; font-weight: 500; margin-top: 30px; }
.blog-detail-title .blog-date{ font-size:16px; }

.blog-pic img{ border-radius: 20px; }

.other-blogs-sec{ margin-top:70px; }
.other-blogs-sec .blog-col { margin-bottom: 40px; padding:0;  }

.other-blogs-sec .title-col{ margin-bottom:50px; }

hr { border-color: #dee2e6; opacity: 1; }

.safety-sec3 .flex-lg-row-reverse .welcome-text{ padding-right: 120px; padding-left: 0px; }

.therapist-becomebanner img {
    min-height: 86vh;
    object-fit: cover;
    max-height: 86vh;
}

.arrow-animation {
  animation: bounce 2s infinite;
  cursor: pointer;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(10px);
  }
  60% {
    transform: translateY(5px);
  }
}

.aboutsec-2{ background: #E9F1FB; }

.about-text ul{ margin: 20px 0px; }

.inner-checkoutpg{ 
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
    background: black;
    padding: 30px 40px 50px;
    border-radius: 20px;
    border: 2px dashed #B879FF;
 }

.checkout-form .form-control {
    padding: 12px 15px;
}

.checkout-form .form-label{ margin-bottom: 6px; display: block; }

.checkout-card {
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      padding: 30px;
}

.product-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.form-section-title {
  margin-top: 30px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.checkout-card{
  width: 100%;
  margin: 0px auto;
  background: #f4eaff;
  padding: 30px 40px 40px;
  border-radius: 20px;
  border: 2px dashed #B879FF;
  height: 100%;
}

.w50{ width: 50%; }

.checkout-dtscols .w50{ color: #5b00c0; }
.checkout-dtscols .w50 i{ margin-right: 5px; }

.stripe-vector img{ max-height: 60px; }
.stripe-vector{ margin-bottom: 20px; }

.confirmation-card {
      background: #fff;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      text-align: center;
  }

  .confirmation-icon {
    font-size: 50px;
    color: #28a745;
  }

  .order-summary {
    margin-top: 30px;
  }

  .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

.confirmation-card{ max-width: 800px; width: 100%; margin: auto; }

.order-summary .summary-item{ margin-bottom: 20px; }

.error-card {
      background: #fff;
      border-radius: 10px;
      padding: 40px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      text-align: center;
      max-width: 800px; width: 100%; margin: auto;
  }

  .error-icon {
    font-size: 50px;
    color: #dc3545;
  }

.common-btn2{ color: #B879FF; border:1px solid #B879FF; background: #fff; }

.masonry-grid {
      column-count: 1;
      column-gap: 1.5rem;
}

@media (min-width: 576px) {
  .masonry-grid {
    column-count: 2;
  }
}

@media (min-width: 768px) {
  .masonry-grid {
    column-count: 3;
  }
}

.testimonial-card {
  display: inline-block;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #e1e1e1;
}

blockquote {
  font-style: italic;
  color: #555;
  margin: 0 0 1rem;
  font-size: 14px;
line-height: 21px;
}

.testimonial-footer {
    font-size: 0.875rem;
    color: #777;
    display: flex;
    align-items: center;
}

.testimonial-footer strong {
  color: #000;
}

.testreviewr-pic img{ width: 40px; border-radius: 50%; }

.testimonial-footer .testreviewr-pic{ margin-right: 15px; }

.about-lists{ list-style: none; padding: 0px; margin: 0px; }
.about-lists li{ background: #fff; padding:20px; border-radius: 10px; border-left: 2px solid #983CFF; }
.about-lists li strong{ color: #983CFF; display: block; margin-bottom: 5px;  }

.aboutsec-2 .about-text{ padding-right: 50px; }
.aboutsec2-para h4{ font-size: 18px; margin-bottom: 10px; }
.aboutsec2-para p{ font-size: 14px; line-height: 23px; }

.aboutsec-3 .howwork-txt h3{ font-size: 18px; }
.aboutsec-3 .howwork-ico img { max-height:40px; }

.aboutsec-4{ background: #f3f1e7; }
.aboutsec-4 .about-text{ padding-right: 50px; }
.aboutsec-5 .howwork-txt h3 { font-size: 21px; }


/*-------------dashboard----------------*/

.userdashboard-page{ background: #F0EBF8; min-height: 86vh; }

.adminuser-menulist{ padding: 0px; margin-bottom: 0px; }
.adminuser-menulist li{ margin-bottom: 15px; }
.adminuser-menulist li a{ color: #111; display: flex; align-items: center; padding: 5px 0px; font-weight: 500; }
.adminuser-menulist li a i {
    margin-right: 15px;
    color: #B879FF;
    background: #f4eaff;
    padding: 10px;
    border-radius: 10px !important;
    width: 36px;
    height: 36px;
    text-align: center;
}

.adminuser-menulist li a:hover{color:#983CFF;}

.active-link a{ color:#983CFF !important; }
.active-link a i{ color: #fff !important; background: #983CFF !important; }
.adminuser-menulogout{ color: red !important; }
.adminuser-menulogout i{ background: #ffeaea !important; color: red !important; }

.adminright-sec .sub-title{ font-size: 24px; margin-bottom: 24px; font-weight: 600; border-left: 5px solid #983CFF; padding-left: 10px; }

.bg-purple{ background: #983CFF; }

.adminright-sec table th{ font-size: 14px; }
.adminright-sec table td{ font-size: 13px; }

.adminright-sec{ height: calc( 100% - 12px ); }
.table-btns { width: 60px; }
.table-btns a{ padding: 6px; width: 24px; }

#appointmentModal .checkout-card{ margin-bottom: 20px; padding: 20px 20px 0px; }

.text-purple{ color: #983CFF; }

.stamp {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #dee2e6;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: bold;
      color: #6c757d;
    }
    .stamp.active {
      background-color: #198754;
      color: white;
    }

.userdashboard-page .container{ max-width: 100%; }

.clientlocation-map{ border-radius: 20px; overflow: hidden; }

/*-------delete modal------*/
.centermodal-col{ text-align: center; padding: 20px; }
.centermodal-col .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
	line-height:73px; 
}
.centermodal-col .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}

.centermodal-col h3 {
    text-align: center;
    font-size: 26px;
    margin:30px 0 20px;
	color: #222;
	font-weight:500;
}

.centermodal-col p {
    max-width: 350px;
    margin: auto;
    width: 100%;
    color: #7e7e7e;
    font-size: 14px;
}

#deleterecord-modal { --bs-modal-width: 400px; }

.twocol-btns { margin-top: 20px; }


.twocol-btns button{ margin:0px 2px; min-width: 120px; } 
.twocol-btns .btn-secondary { background:#aaa; border-color:#aaa;  }
.twocol-btns .btn-secondary:hover{ background:#999; border-color:#999;  }
.twocol-btns .btn-danger { background: #f24242; border-color:#f24242; }
.twocol-btns .btn-danger:hover { background:#da4444; border-color:#da4444; }

/*-----end delete modal-----*/


.table-btns a:hover{ color: #fff; }

.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
    color: #000;
}

.pagination {
    float: right;
    margin: 0 0 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
	overflow: hidden;
}

.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #000;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding:3px 6px;
	background:none; 
  display: inline-block;
}

.pagination li a i{ font-size:14px !important; }

.page-item.active .page-link {
    z-index: 1;
    color: #8F00FF;
    font-weight: 600;
    background-color: #fff;
    border-color: #fff;
}

.pagination .page-item:first-child{ background:#983cff;  }
.pagination .page-item:last-child{ background:#983cff; }

.pagination .page-item:first-child a{ color:#fff; }

.page-link:hover{ color:#983cff; background:#fff; }

.pagination .page-item:first-child a.page-link{ color:#fff; background:none;  }
.pagination .page-item:last-child a.page-link{ color:#fff; background:none;  }

.theraadmin-earning .bg-light{ border: 1px solid #e1e1e1 !important; background: #f4eaff !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input { display: none; }
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px; width: 18px;
  left: 3px; bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #28a745;
}
input:checked + .slider:before {
  transform: translateX(26px);
}

.small-font-size {
    font-size: 14px;
    vertical-align: 6px;
    margin-left: 10px;
}

.card.bg-warning a{ color: #000; }

.invoice-head{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }

.table-light{ --bs-table-bg: #9d7bc4; color: #fff; font-size: 13px; }

.profile-massagetype{ background:#F4EAFF; padding:20px 20px 10px; border-radius: 20px; }

.loyality-lists{
  list-style: none;
    padding: 0px;
    margin: 0px;
}

.loyality-lists li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #983CFF;
    margin-bottom: 25px;
    border-bottom: 1px dashed #e1e1e1;
    padding-top: 0px;
}

.loyality-lists li strong{ color:#983CFF; }

.addnote-btn{ background: #983CFF; border: none; color: #fff; border-radius: 40px; font-size: 12px; font-weight: 500; padding: 4px 10px;  }

#starRating {
  direction: rtl;
  unicode-bidi: bidi-override;
  display: inline-flex;
}

#starRating input[type="radio"] {
  display: none;
}

#starRating label {
  font-size: 1.5rem;
  color: #ccc;
  cursor: pointer;
  padding: 0 2px;
}

#starRating input[type="radio"]:checked ~ label {
  color: gold;
}

#starRating label:hover,
#starRating label:hover ~ label {
  color: gold;
}

.addnote-btn.disabled{ opacity: 0.4; cursor: auto; }

.paymbtn{ font-size: 10px; padding: 2px 6px; font-weight: 500; }

.cursor{ cursor: pointer; }

.postcode-box {
    background-color: #f4eaff;
    border: 1px solid #e3cdfb;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }

  .postcode-box:hover {
    background-color: #e8d9f7;
    border: 1px solid #d5b6f6;
  }

  .postcode-box input[type="checkbox"] {
    display: none;
  }

  .postcode-box label {
    display: block;
    font-weight: 600;
    color: #495057;
  }

  .postcode-box input[type="checkbox"]:checked + label {
    background-color: #B879FF;
    color: white;
    padding: 0.5rem;
    border-radius: 0.3rem;
  }

.selected-item {
   border: 1px solid #f1aeb5;
  padding: 5px 6px 5px 15px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
}

.selected-item span {
  font-weight: 500;
  margin-right: 0.5rem;
}

.selected-item button {
  background: #f8d7da;
  border: none;
  color: #b02a37;
  border: 1px solid #f1aeb5;
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  width: 26px;
  height: 26px;
}

.banner-note{ position: absolute; bottom:65px; left:50px; color: #fff; z-index: 1; }

.contact-header {
    background: linear-gradient(135deg, #ae73f1 0%, #983cff 100%);
    color: white;
    padding: 40px 0;
    text-align: center;
}
.contact-header h1 {
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-header p {
    font-size: 1.2rem;
    opacity: 0.9;
    color: #fff;
}
.contact-section {
    padding: 40px 0 80px;
}
.contact-info {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow:10px 15px 30px rgba(0,0,0,0.05);
    height: 100%;
}
.contact-info h3 {
    color: #111;
    margin-bottom: 25px;
    font-weight: 600;
}

.contact-details p{ font-size: 14px; }

.contact-item {
    display: flex;
    margin-bottom: 25px;
}
.contact-icon {
    background-color: #f9f3ff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #b879ff;
    font-size: 20px;
    flex: 0 0 50px;
}
.contact-details h5 {
    margin-bottom: 5px;
    font-weight: 600;
}
.contact-form {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 10px 15px 30px rgba(0,0,0,0.05);
}
.contact-form h3 {
    color: #111;
    margin-bottom: 25px;
    font-weight: 600;
}


.map-container {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 10px 15px 30px rgba(0,0,0,0.05);
    margin-top: 30px;
}
.social-links {
    display: flex;
    margin-top: 20px;
}
.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:#f9f3ff;
    color: #b879ff;
    margin-right: 10px;
    transition: all 0.3s;
}
.social-links a:hover {
    background-color: #b879ff;
    color: white;
    transform: translateY(-3px);
}

.terms-section {
    margin-bottom: 40px;
}

.terms-section h2 {
  font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.terms-section p{ font-size: 14px; margin-bottom: 15px; }
.terms-section ul { margin-bottom: 20px; padding-left: 20px; }
.terms-section li { margin-bottom: 8px; font-size: 14px; }
.highlight-box {
    background-color: #f9f3ff;
    border-left: 4px solid #b879ff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}
.terms-section h3 {
    color: #b879ff;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
}

.data-rights {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.right-item {
    background-color: #f9f3ff;
    padding: 15px;
    border-radius: 8px;
    border-left: 3px solid #b879ff;
}

.right-item h5 {
    color: #8149bf;
    margin-bottom: 8px;
}












/*------------------media css-------------------*/

@media (max-width: 1280px) {
.main-header .navbar-expand-xl .navbar-nav .nav-link{ font-size: 14px; }
.logo img{ max-height:50px; }
.navbar-nav .nav-item:nth-last-child(2) .nav-link{ padding: 8px 17px 9px 10px; }
.navbar-nav .nav-item:nth-last-child(3) .nav-link{ padding: 8px 17px 9px 10px; }
.banner .banner_containt h1{ font-size: 48px; }
.videotherapist-points ul li{ font-size: 20px; }
.treatment-slide .item-text h3{ font-size: 20px; }
.title{ font-size: 40px; }
.homeabout-7 .welcome-text{ padding-left: 50px; }
.pricing-big{ font-size: 54px; }
.timing-big h3{ font-size: 32px; }
.therapist-pic img{ max-height: 180px; }
.therapist-text h3{ font-size: 18px; }

}

@media (max-width: 1180px) {
.topheader-cols{ display: block; padding: 10px 0px 10px; }
.navbar-toggler{ color: #fff; font-size: 26px; padding-right: 0px; }
.navbar-nav li{ width: 100%; }
.main-header .navbar-expand-xl .navbar-nav .nav-link{ width: 100%; text-align: right; margin: 0px; font-size: 18px; }
.navbar-nav .nav-item:last-child .nav-link{ display: none; }
.navbar-nav .nav-item:nth-last-child(2) .nav-link{ display: none; }
.navbar-nav .nav-item:nth-last-child(3) .nav-link{ display: none; }
.banner-note{ bottom: 35px; }
.pa-80 { padding: 50px 0; }
.container{ max-width: 96%; }
.homesec-2{ max-height: 65vh; }
.owl-nav .owl-prev{ left: 0; }
.owl-nav .owl-next{ right: 0; }
.faq-questions { padding-left: 10px; }
.therapist-becomebanner img{ min-height: 70vh; max-height: 70vh; }
.aboutsec-2 .about-text { padding-right: 0px; }
.howwork-3cols{ padding: 0px 10px; }
.aboutsec-4 .about-text { padding-right: 0px; }
.clock-circle img{ max-height: 50px; }
.howwork-txt h3{ font-size: 24px; }
.therapistscreen-sec1.pt-50{ padding-top: 20px; }
.becometherapist-content { padding: 4% 10%; }
.becometherapist-sec3-txt h3{ font-size: 32px; line-height: 44px; }
.howwork-sec1 .welcome-text{ padding-left: 20px; }
.howwork-sec3 .welcome-text{ padding-right: 20px; }
.treatmentsdt-sec1 .welcome-text{ padding-left: 0px; }
.treatmentsdt-sec2-left { padding-right: 30px; }
.becometherapist-content .title-para{ padding-right: 0px; }
.treatments-pg .title-col { margin-bottom: 30px; }
.safety-sec3 .flex-lg-row-reverse .welcome-text{ padding-right: 20px; }
.blog-detail{ max-width: 100%; }
.modal-lg, .modal-xl{ --bs-modal-width: 96%; }
.welcome-text { padding-right: 0px; }


}

@media (max-width: 1024px) {
.banner-pic img{ height: 500px; object-fit: cover; }
.banner .banner_containt h1 { font-size: 42px; }
.banner .banner_containt p{ font-size: 18px; }
.homesec-2 { max-height: 70vh; }
.homeabout-7 .welcome-text { padding-left: 10px; }
.homeapp-txt h3{ font-size: 42px; }
.homeapp-txt p{ font-size: 18px; }
.applaunch-btn { margin-bottom: 20px; }
.homeapp-pic img{ height: 320px; object-fit: cover; }
.footer-links { padding-left: 0px; }
.title { font-size: 36px; }
.small-highlighter{ font-size: 24px; }
.pa-120 { padding: 60px 0; }
.pb-80 { padding-bottom: 50px; }
.maintreatment-col{ flex-direction: column; }
.treatment-pic{ max-width: 100%; flex: 0 0 100%; }
.treatment-txt{ margin-left: 0px; margin-top: 10px; }
.whitebox{ padding: 15px 20px; }
.therapist-upcomingtbl table{ width: 1000px; }



}

@media (max-width: 820px) {
.banner .banner_containt h1 { font-size: 38px; }
.videotherapist-points ul li{ padding-bottom: 20px; margin-bottom: 30px; }
.welcome-text{ margin-top: 20px; }
.welcome-text p{ margin: 20px 0px; }
.nos-digit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nos {
    max-width: 25%;
    text-align: center;
}
.homeapp-txt{ left: 35px; }
.footer-about{ margin-bottom: 30px; }
footer{ padding: 30px 0px 30px; }
.copyright{ flex-direction: column; }
.copyright span{ margin-top: 10px; }
.therapist-becomebanner img {
    min-height: 50vh;
    max-height: 50vh;
}
.aboutsec-2 .about-text{ margin-top: 30px; }
.checkout-card{ padding: 20px; }
.howwork-sec1 .welcome-text { padding-left: 0px; }
.adminuser-menulist li a{
  flex-direction: column;
    justify-content: center;
    text-align: center;
}
.adminuser-menulist li a i{ margin-right: 0px; margin-bottom: 5px; }
.theraadmin-earning .bg-light{ height: 100%; text-align: center; }
.adminright-sec table{ width: 800px; }
.adminright-sec .card-title{ font-size: 16px; }



}

@media (max-width: 740px) {
.banner .banner_containt h1 { font-size: 34px; }
.banner .banner_containt p { font-size: 16px; }
.banner .banner_containt h3{ font-size: 20px; }
.title { font-size: 32px; }
.homesec-1 .title-col .sub-title { font-size: 30px; }
.title-col { margin-bottom: 30px; }
.homesec-2 { max-height: 100vh; }
.videotherapist-points ul li { font-size: 16px; }
.faq-questions { padding-left: 0px; }
#testimonial-slider .quote-rate img{ width: 50px; }
.testi p{ font-size: 16px; }
.testi h5{ font-size: 20px; }
.homeapp-txt h3 { font-size: 32px; }
.homeapp-txt { left: 26px; }
.contact-conten p{ font-size: 14px; }
.contact-conten p strong img{ max-height: 24px; }
.counter{ font-size: 38px; }
.therapist-becomebanner img {
    min-height: inherit;
    max-height: inherit;
}
.becometherapist-content { padding: 4% 4% 0px; }
.pa-50 { padding: 30px 0; }
.treatmentsdt-sec2-left {
    padding-right: 0px;
    margin-bottom: 25px;
}
.treatmentsdt-sec2-left p{ font-size: 16px; }
.treatmentsdt-sec2-left .sub-title {
    margin-bottom: 15px;
}
.pagination-col{ justify-content: center; display: flex; }
.pagination{ float: none; }
.treatment-txt h3{ font-size: 20px; margin-bottom: 10px; }
.treatment-txt p{ font-size: 14px; line-height: 21px; }
.becometherapist-sec3-txt{ max-width: 500px; left: 20px; top: 20px;}
.becometherapist-sec3-txt h3 {
    font-size: 26px;
    line-height: 35px;
}
.adminuser-menulist li a {
    flex-direction: row;
    justify-content: start;
    text-align: left;
}
.adminuser-menulist li a i {
    margin-right: 15px;
    margin-bottom: 0px;
}
.safety-sec3 .flex-lg-row-reverse .welcome-text {
        padding-right: 0px;
}


}


@media (max-width: 520px) {
.topheader-cols .container-fluid{ overflow-x: scroll; }  
.inner-topheader{ width: 420px; }
.inner-topheader a.common-btn{ padding: 8px 6px; }
.banner .container-fluid{ padding-left: 15px; padding-right: 15px;  }
.main-header .container-fluid{ padding-left: 15px; padding-right: 15px;  }
.banner .banner_containt{ padding-left: 15px; padding-right: 15px; }
.banner .banner_containt h1 { font-size: 32px; }
.banner .banner_containt h3 { font-size: 18px; }
.banner .banner_containt h3 b{ font-size: 24px; }
.banner .banner_containt p {
  max-width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.3px;
}
.pa-80 { padding: 30px 0; }
.pa-50 { padding: 30px 0; }
.videotherapist-points{ position: static; height: auto; border-radius: 0px; width: 100%; margin-top: -6px; padding: 30px; }
.title { font-size: 27px; }
.welcome-text p{ color: #575757; line-height: 27px; }
.innertreatments-sec { padding: 0px 15px; }
.welcome-text{ text-align: center; }
#homepricing-slider .item{ padding:0px 2px; }
.homeabout-7 .welcome-text { padding-left: 0px; }
.about-numbers{ margin: 50px auto 0px; }
.nos{
max-width: 47%;
text-align: center;
background: #eee;
margin: 5px;
flex: 0 0 47%;
border-radius: 10px;
padding: 15px;
}
.nos h4 {
    font-size: 16px;
    color: #454545;
    font-weight: 300;
}
.counter{ font-weight: 600; }
.nos-digit b{ margin-left: 0px; }
.homeapp-pic img{ object-position: left; }
.homeapp-txt{ left: 10px; right: 10px; }
.footer-about{ display: none; }
.footer-links {
    padding-left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
}
.contact-conten p strong {
    max-width: 10%;
    flex: 0 0 10%;
}
.title-para{ font-size: 16px; line-height: 25px; margin: 20px auto 30px; }
.howwork-3cols{ margin-top: 10px; }
.inner-banner-content{ min-width: inherit; width: 96%; }
.therabio h5{ flex-direction: column; }
.therabio h5 span{ margin: 10px 0px; }
.becometherapist-content .title-para{ margin-bottom: 20px; }
.becometherapist-sec3-pic img {
    height: 300px;
    object-fit: cover;
}
.becometherapist-sec3-txt h3 {
    font-size: 22px;
    line-height: 30px;
}
.becometherapist-sec3-txt{ left: 0px; }
.location-codes { margin-bottom: 0px; }
.becometherapist-content { padding: 8% 7% 0px; }
.howwork-sec1 .welcome-text p { font-size: 17px; }
.other-blogs-sec {
    margin-top: 40px;
}

.booking-duration-wrapper{ padding: 20px; }
.booking-duration-wrapper .sub-title2{ padding-right: 40px; }
.messagemodal-txt{ margin-top: 30px; }
.booking-checkoutpg{ padding:0px 15px; }
.inner-checkoutpg{ padding: 30px 24px 30px; }
.checkout-dtscols table {
    display: block;
}
.checkout-dtscols table td {
    display: inline-block;
}
.summary-item{ display: block; }

.btn-group a.common-btn.common-btn2.me-3{ display: none; }
.adminright-sec table{ width: 850px; }
.adminleft-menu.whitebox {
    height: 200px;
    overflow-y: auto;
}

.accounttwo-btns{ flex-direction: column; }
.accounttwo-btns a.common-btn.common-btn2{ margin-bottom: 20px;  }
.accounttwo-btns .common-btn{ width: 100%; }






}





 