/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.home #main {
  padding: 0 !important;
}
/*************************
 ******* Common Css  ********/
 .home body{
  color: #242323;
 }
.home #main h1{font-size: 48px; line-height: 1.3 !important;  color: #242323; font-family: muller;  margin-top: 0; text-transform: capitalize;}
.home #main h2{font-size: 36px; line-height: 1.3 !important;  color: #242323; font-family: muller;  margin-top: 0; text-transform: capitalize;}
.home #main h3{font-size: 24px; line-height: 1.3 !important;  color: #242323; font-family: muller;  margin-top: 0; text-transform: capitalize;}
.home #main h4{font-size: 18px; line-height: 1.3 !important;  color: #242323; font-family: muller;  margin-top: 0; text-transform: capitalize;}
.home #main h5{font-size: 16px; line-height: 1.3 !important;  color: #242323; font-family: muller;  margin-top: 0; text-transform: capitalize;}
.home #main h6{font-size: 14px; line-height: 1.3 !important;  color: #242323; font-family: muller;  margin-top: 0; text-transform: capitalize;}
.no-btn-style {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.yellow_btn {
  background: #596F5F;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  line-height: normal;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.yellow_btn:hover {
  background: #000;
  color: #fff;
}

.blue_btn {
  background: #596F5F;
  border-radius: 5px;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  line-height: normal;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.blue_btn:hover {
  background: #000;
  color: #fff;
}

.trans_btn {
  background: #fff;
  border-radius: 5px;
  color: #000;
  padding: 15px 30px;
  display: inline-block;
  line-height: normal;
  text-decoration: none !important;
  border: 1px solid #000;
}
.trans_btn:hover {
  background: #000;
  color: #fff;
}

.trans_btn.white_border {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.trans_btn.green_border {
  background: transparent;
  color: #596F5F;
  border: 1px solid #596F5F;
}
.trans_btn.white_border:hover,
.trans_btn.green_border:hover {
  background: #000;
  color: #fff;
  border-color: transparent;
}

.trans_btn.blue_border {
  background: transparent;
  color: #0086DA;
  border: 1px solid #0086DA;
}
.trans_btn.blue_border:hover {
  background: #000;
  color: #fff;
  border-color: transparent;
}

 /*************************
 ******* Header  ********/
header .menu_btn a {
  text-decoration: none;
}
header .menu_btn a span {
  font-size: 16px;
  background: #fff;
  border-radius: 5px;
  color: #596F5F;
  font-family: clear sans;
}
header .menu_btn a:hover span {
  background: #000;
}

.home .container {
  width: 100% !important;
  max-width: 1280px !important;
  overflow: unset;
}
header.fusion-sticky-transition {
  box-shadow: 0 1px 5px rgb(0,0,0,0.5);
}
.fusion-sticky-transition #site_logo img {
  max-width: 160px;
}
#site_logo img {
  transition: 0.3s;
}
#main_header {
	padding: 20px;
	animation: unset !important;
}
#main_header.fusion-sticky-transition {
	padding: 3px 0;
	transition: 0.3s;
}
/*************************
 ******* Footer  ********/
.footer_newsletter {
  display: flex;
}
.footer_newsletter .wpcf7-not-valid-tip {
  display: block;
}
.footer_newsletter .wpcf7-spinner {
  position: absolute;
  bottom: 0;
}
.footer_newsletter .wpcf7-submit, .footer_newsletter input {
  height: 50px;
  line-height: 30px !important;
}
#copyright_bar a:hover {
  color: #000;
}
.copyright_link a {
  color: #000;
}
.copyright_link a:hover {
  color: #333;
}
/**********   Home   ***************
 ******* Home banner  ********/

.home_banner .banner_content {
  max-width: 540px;
}

.home_banner .blue_btn{
  margin-right: 10px;
}
.home_banner {
	background: #2a2b2a;
	overflow-y: hidden;
	overflow-x: hidden;
	padding-top: 120px;
}
.avada-page-titlebar-wrapper {
	padding-top: 105px;
}
.home #main .home_banner h1 {
	color: #fff;
}
.home #main .home_banner p {
	color: #fff;
}
.banner_image {
  display: flex;
  justify-content: center;
  text-align: center;
}
.banner_image .img_wrap {
  position: relative;
  width: 100%;
  max-width: 608px;
}
.banner_image .img_wrap .pattern_img {
  top: 70px;
  left: 30px;
  z-index: 0;
  position: absolute;
  transition: 1s;
  transition-timing-function: ease-in-out;
  opacity: 1;
}
.banner_image .img_wrap .circle1_img {
  position: absolute;
  top: 50px;
  right: -20px;
  z-index: 0;
  opacity: 1;
  transition-timing-function: ease-in-out;
  transition: 3s;
}
.banner_image .img_wrap .circle2_img {
  position: absolute;
  top: 20px;
  right: 60px;
  z-index: 0;
  transition-timing-function: ease-in-out;
  transition: 3s;
  opacity: 1;
}
.banner_person {
  position: relative;
  z-index: 1;
}
.pattern_wrapper {
  position: absolute;
  top: 40%;
  width: 100%;
  height: 350px;
}


/**********   Home   ***************
 ******* Home Diaries   ********/
#main .diaries_content {
  padding: 112px 0;
}
#main .hd_wrapper {
  margin-bottom: 0px;
}
#main .hd_wrapper h5 {
  margin-bottom: 0;
  color: #596F5F;
  font-weight: normal;
  text-transform: uppercase;
}
#trigger-pattern .video_diaries {
  padding-bottom: 30px;
}
.video_diaries ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.video_diaries ul li {
  padding: 0 1px;
  flex: 1;
}
.video_diaries ul:before, .video_diaries ul:after {
  display: none;
}
.video_diaries .video_wrapper video {
  width: 100%;
  object-fit: cover;
  height: 330px;
  object-position: center;
  display: block;
  border-radius: 10px;
}
.video_diaries .video_content {
	position: absolute;
	bottom: 0;
	display: flex;
	padding: 10px;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: space-between;
	transition: 0.3s;
	border-radius: 0 0 10px 10px;
}
.video_diaries .video_content:hover {
    background: rgba(89,111,95,.76);
    border-radius: 0 0 9px 9px;
    width: calc(100% + 0.5px );
}
.video_diaries .video_content .link_icon {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  flex: 0 0 auto;
}
.video_diaries .video_content .link_icon img {
  width: auto;
}
.video_diaries .video_wrapper {
  position: relative;
  margin: 20px 0;
}
#main .video_diaries .video_content h3 {
	margin-bottom: 0;
	max-width: unset;
	padding-right: 15px;
}
#main  .video_diaries .video_content h3 a {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px !important;
  color: #FFFFFF;
}
.video_diaries .video_wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.32);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
}

.diaries_wrap .bg_img {
  position: absolute;
  top: 30px;
  z-index: 0;
  max-width: calc(100% - 30px);
}
.diaries_wrap  .overlap_img {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.diaries_wrap .overlap_img img {
  border-radius: 10px;
}


/**********   Home   ***************
 ******* Home Health Programs   ********/
 .health_programs_wrapper {
  padding-bottom: 112px;
  padding-top: 60px;
 }
.health_programs_wrapper .collapse {
  display: block;
}
.health_programs_wrapper  .collapse:not(.show) {
  display: none;
}

.health_programs_wrapper .nav-pills .nav-link {
  background: #FFFFFF;
  border: 1px solid #E7E7E7 !important;
  border-radius: 10px !important;
  width: 100%;
  position: relative;
  padding: 0 0 0 70px;
  box-shadow: 0px 22px 40px -12px rgba(0, 0, 0, 0.08);
}
.health_programs_wrapper .nav-pills .nav-link::before {
  content: "";
  background: url(/wp-content/uploads/2022/06/Group-43791.png)no-repeat scroll left center / 24px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 20px;
  top: 32px;
}

.health_programs_wrapper .nav-item {
  width: 100%;
  margin: 0 0 15px 0;
}
.health_programs_wrapper .nav-item:last-child {
  margin-bottom: 0;
}
.health_programs_wrapper .nav-pills .nav-link.active, .health_programs_wrapper .nav-pills .nav-link:hover {
  background: #596F5F;
  border: none;
  box-shadow: none;
  border-radius: 10px;
}
.health_programs_wrapper .nav-pills .nav-link:hover .accordion-button{
  color: #fff !important;
}

.health_programs_wrapper .nav-pills .nav-link.active .accordion-button {
  background: none;
  box-shadow: none;
  color: #fff !important;
  padding-bottom: 15px;
}

.health_programs_wrapper .accordion-content {
  text-align: left;
}

.health_programs_wrapper .nav-pills .nav-link.accordion-button + .accordion-content {
  border: 0;
  color: #fff;
  text-align: left;
}
.health_programs_wrapper .nav-pills .nav-link.active .accordion-button + .accordion-content {
  background: #596F5F;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0 60px 30px 0;
  text-align: left;
}
.health_programs_wrapper .nav-pills .nav-link.active .accordion-button.collapsed {
  padding-bottom: 25px;
}
.health_programs_wrapper .nav-pills .nav-link .accordion-button {
  padding: 30px 40px 30px 0px;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #000 !important;
  font-family: clear sans bold;
  background: none;
  box-shadow: none;
}
.health_programs_wrapper #pills-tabContent {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.health_programs_wrapper .nav-pills .nav-link:not(.active) + .accordion-content {
  display: none;
}
.health_programs_wrapper .nav-pills .nav-link.active + .accordion-content {
  display: block;
}
.health_programs_wrapper .nav-pills .nav-link .accordion-button::after {
  background: url(/wp-content/uploads/2022/06/Group-43781.png)no-repeat scroll center / 24px;
  width: 24px;
  height: 24px;
  transform: rotate(0);
  position: absolute;
  right: 15px;
  top: 32px;
}
/*.health_programs_wrapper .nav-pills .nav-link.active .accordion-button.collapsed::after{
  transform: rotate(0);
  background: url(/wp-content/uploads/2022/06/Group-43782.png)no-repeat scroll center / 24px;
}*/
.health_programs_wrapper .nav-pills .nav-link.active .accordion-button::after{
  background: url(/wp-content/uploads/2022/06/Group-43782.png);
  transform: rotate(0deg);
}
.health_programs_wrapper .nav-pills .nav-link.active::before {
  background: url(/wp-content/uploads/2022/06/Group-43792.png)no-repeat scroll left center / 24px;
}
.health_programs_wrapper .nav-pills .nav-link:hover:before {
  background: url(/wp-content/uploads/2022/06/Group-43792.png)no-repeat scroll left center / 24px;
}
.health_programs_wrapper .nav-pills .nav-link:hover .accordion-button::after {
  background: url(/wp-content/uploads/2022/06/Group-43782.png);
}


/**********   Home   ***************
 ******* Home CTA   ********/
 #main .cta_group {
  padding: 145px 0;
 }
#main .cta_group h2 {
  color: #fff;
  font-size: 60px;
  line-height: 1.2 !important;
}
#main .cta_group .phone_number a {
  color: #fff;
  font-size: 36.9855px;
  line-height: 43px;
  font-family: Clear Sans Bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
#main .cta_group .phone_number a img {
  margin-right: 10px;
}



/**********   Home   ***************
 ******* Home Professional Programs   ********/
.professional_programs {
  padding: 112px 0;
  background: #F9F9F9;
}
.professional_programs .nav-tabs .nav-link {
  border-radius: 5px;
  text-transform: capitalize;
  color: #000000;
  border: 0;
  margin: 0 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  transition: unset !important;
  transition: 0.1s linear !important;
}
.professional_programs .nav-tabs .nav-link.active, .professional_programs .nav-tabs .nav-link:hover {
  background: #596F5F;
  color: #fff;
}
.professional_programs .nav-tabs .nav-link:hover img, .professional_programs .nav-tabs .nav-link:hover svg {
  filter: invert(1) brightness(100);
}
.professional_programs .nav-tabs {
  border: 0;
  justify-content: center;
}
.professional_programs .nav-tabs .nav-link.active img {
  filter: invert(1) brightness(100);
}
.professional_programs .nav-tabs .nav-link img, .professional_programs .nav-tabs .nav-link svg {
	margin-right: 10px;
	max-width: 23px;
	height: 23px;
}

.professional_programs li {
  list-style: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.professional_programs ul {
  padding-left: 0;
}
.professional_programs .pro_data {
  background: #F6F6F6;
  border: none;
  border-radius: 10px;
  display: flex;
  transition: 0.3s;
  height: 100%;
}
.pro_data .left_section {
  padding: 40px 25px 40px 40px;
  max-width: 346px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#main .pro_data .left_section h3 {
  margin-bottom: 3px;
  color: #596F5F;
  font-family: clear sans bold;
  line-height: 1.2 !important;
}
#main .pro_data h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-family: clear sans;
  margin-bottom: 10px;
}
.professional_programs .pro_data .left_section_img {
  flex: 1;
  text-align: right;
  padding-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.professional_programs .pro_data .link a {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-top: 15px;
}
.professional_programs .pro_data .left_section_img img {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
}

#main .professional_programs #main .pro_data .left_section h3 {
  color: #fff !important;
}
#main .professional_programs .pro_data:hover h3, #main .professional_programs .pro_data:hover h4 {
  color: #fff;
}
.professional_programs .pro_data:hover {
  background: #596F5F;
}
#main .professional_programs .pro_data:hover .content {
  color: #fff;
}
#main .professional_programs .pro_data:hover .link img {
  filter: invert(1);
}

/**********   Home   ***************
 ******* Home Logo Section   ********/
#main .logo_section {
  padding: 112px 0;
}
#main .logo_gallery {
  align-items: center;
}
#main .logo_gallery li {
  width: 100%;
  max-width: 200px;
}

/**********   Home   ***************
 ******* Home Clinic   ********/
.clinics {
  padding: 112px 0;
}
.clinic_wrapper {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px -1.61709px 129.368px rgba(0, 0, 0, 0.07);
  border-radius: 8.08547px;
  padding: 20px;
  align-items: center;
}
.clinic_wrapper .img_wrap {
  margin-right: 7px;
  max-width: 219px;
}
.col-12:nth-child(2) .clinic_wrapper img {
	object-position: right center;
}
.clinic_wrapper img {
	border-radius: 7px;
	height: 225px;
	width: 100%;
	object-fit: cover;
}
#main .clinic_wrapper  h4 {
  font-family: clear sans medium;
}
.clinic_name {
  font-size: 15px;
  margin-bottom: 5px;
}
.clinic_address, .clinic_tel {
  font-size: 15px;
}
.clinic_link, .clinic_link a {
  font-size: 15px;
  color: #596f5f;
  font-family: clear sans medium;
}
.clinic_wrapper .content {
  flex: 1;
  position: relative;
  padding-left: 26px;
}

.clinic_wrapper .content:before {
  content: "";
  background: url(/wp-content/uploads/2022/06/Vector6.png)no-repeat scroll left / 16px;
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 15px;
}

/**********   Home   ***************
 ******* Home Testimonials  ********/
.testimonials_container {
  position: unset !important;
}

.testimonial_wrapper {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  padding: 112px 0;
}
.testimonial_wrapper::before {
	content: "";
	background: #242323;
	border-radius: 0px 10px 10px 0px;
	position: absolute;
	left: 0;
	width: calc(100% - 16.3%);
	height: 100%;
}
.testimonial_wrapper .testimonial_outer {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	max-width: calc(62% - 60px);
	margin-left: 60px;
	display: flex;
	align-items: center;
}
.testimonial_item {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.testimonial_wrapper .owl-item.active + .owl-item.active .testimonial_item::before {
	display:none;
  content: "";
  background: linear-gradient(to left,#fff 54%, rgba(255, 255, 255, 0.5));
  position: absolute;
  right: 0;
  width: 50%;
  height: 810px;
  top: 0;
  bottom: 0;
}

.testimonial_wrapper .owl-item.active:first-child .testimonial_item::before {
  display: none;
}
.testimonial_item .img_wrap {
  max-width: 85px;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonial_item .content {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    margin: 25px 0 25px;
}
.testimonial_item .name {
  font-size: 20px;
  line-height: 115%;
  text-transform: capitalize;
  color: #596F5F;
  font-family: clear sans bold;
  margin-bottom: 5px;
}
.testimonial_item  .desig {
  font-size: 15px;
  line-height: 20px;
  color: #979191;
}

.testimonial_outer .owl-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  border: 1px solid #fff !important;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonial_outer .owl-dot.active {
  background: #fff;
}

.slider_nav button {
  background: none;
  border: 1px solid #fff;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 20px;
  transition: 0.3s;
}
.slider_nav button:hover {
  opacity: 0.5;
}
.slider_nav {
  margin-top: 30px;
}
#main .testimonial_wrapper h4 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}
#main .testimonial_wrapper h2 {
	color: #fff;
	margin-top: 20px;
	font-size: 48px;
	margin-right: 40px !important;
}
.star_rating img {
  max-width: 17px;
}

.pattern_wrapper.an_text .pattern_img {
  margin-top: -50px;
  opacity: 0;
}
.pattern_wrapper.an_text .circle1_img {
  top: -20%;
  opacity: 0;
}
.pattern_wrapper.an_text .circle2_img {
  opacity: 0;
  top: 50%;
}
#pills-tabContent .tab-pane {
  opacity: 1;
}
#pills-tabContent .tab-pane.fade:not(.show) {
  opacity: 0;
}


/**********   Home   ***************
 ******* Home Books media  ********/


#main .books_media .hd_wrapper {
  margin-bottom: 90px;
  padding-bottom: 2rem;
  position: relative;
}
#main .books_media .hd_wrapper:before {
  content: "";
  background: #596F5F;
  border-radius: 10px;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
}
#main .books_media .hd_wrapper::after {
  content: "";
  background: #000;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  position: absolute;
  height: 10px;
  width: 260px;
}
.books_media .content_wrapper {
  font-size: 24px;
  line-height: 34px;
  color: #242323;
}
.books_media .content_wrapper p {
	margin-bottom: 2rem;
}
.books_media .content_wrapper p strong {
  color: #596F5F;
}
.books_media img {
	margin-bottom: 2rem;
	transition: 0.3s;
}
.books_media .book_wrap:hover img {
  box-shadow: 0 15px 28px rgba(0, 0, 0, 0.13);
}

/**********   Home   ***************
 ******* Home Bio Stores  ********/
.bio_stores {
	padding: 112px 0 0;
}
.bio_stores_code p:empty {
  display: none;
}
.bio_stores .fusion-checklist .fusion-li-item p {
  margin-bottom: 0;
}
.bio_stores .fusion-flip-boxes {
	justify-content: center;
}

/**********   Home   ***************
 ******* Home Modal  ********/
#main .modal.fade.show {
  opacity: 1;
}
.modal-backdrop.show {
	opacity: .5 !important;
}
.professional_programs .modal {
  left: unset;
}
.professional_programs .modal.fade .modal-dialog {
	margin: 0 0 0 auto;
	transform: none;
	height: 100vh;
}
.professional_programs .modal-header .btn-close {
	background-color: #fff;
	filter: invert(1);
}