/*
Theme Name: Flatsome Child
Description: Child theme for Flatsome
Author: Your Name
Template: flatsome
Version: 1.0
*/
#services-banner {
  height: 600px;
  background-image: url(/wp-content/themes/fvhospital.com/assets/images/fv-lifestyle/FacePage_Cover.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
#services-banner h3 {
  font-size: 120px;
  text-transform: uppercase;
  opacity: 0.7;
  font-weight: 400;
  text-shadow: none;
  color: #59595c;
}
.service-info {
  text-align: center;
  color: #fff;
  position: relative;
}
.service-info img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.service-info .box-content,
.service-info:after {
  width: 100%;
  position: absolute;
  left: 0;
}
.service-info .box-content {
  padding: 20px;
  margin-bottom: 20px;
  bottom: 0;
  z-index: 1;
}
.service-info .title {
  transform: translateY(100px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}
.service-info .title {
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.title {
  color: #fff;
}
.service-info .social {
  list-style: none;
  padding: 0 0 5px;
  margin: 40px 0 25px;
  opacity: 0;
  position: relative;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.service-info .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}
.service-info .social li {
  display: inline-block;
}
.service-info .box-content,
.service-info:after {
  width: 100%;
  position: absolute;
  left: 0;
}
.service-info:after {
  content: "";
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.08) 69%,
    rgba(0, 0, 0, 0.76) 100%
  );
  top: 0;
  transition: all 0.5s ease 0s;
}
.service-info:hover .title {
  transform: translateY(0);
}
.service-info:hover:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.01) 0,
    rgba(0, 0, 0, 0.09) 11%,
    rgba(0, 0, 0, 0.12) 13%,
    rgba(0, 0, 0, 0.19) 20%,
    rgba(0, 0, 0, 0.29) 28%,
    rgba(0, 0, 0, 0.29) 29%,
    rgba(0, 0, 0, 0.42) 38%,
    rgba(0, 0, 0, 0.46) 43%,
    rgba(0, 0, 0, 0.53) 47%,
    rgba(0, 0, 0, 0.75) 69%,
    rgba(0, 0, 0, 0.87) 84%,
    rgba(0, 0, 0, 0.98) 99%,
    rgba(0, 0, 0, 0.94) 100%
  );
}
#services-banner.cat-service-child h3 {
  font-size: 100px;
}
#lifestyle_services_inner .services {
  background-color: #d6dfda;
}
#lifestyle_services_inner .services_box {
  margin: 30px 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#lifestyle_services_inner img {
  width: 100%;
  border-radius: 0;
}
#lifestyle_services_inner .services_info {
  background: #fff;
  color: #000;
  padding: 0 0 15px 0;
  min-height: 240px;
}
#lifestyle_services_inner .services_info hr {
  border-top: 2px solid #000;
  width: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-sizing: content-box;
  opacity: 1;
  margin: auto;
}
#lifestyle_services_inner .services_info h4 {
  margin-top: 0;
  padding-top: 30px;
  font-weight: 500;
  font-size: 24px;
  color: #7d9b88;
  text-align: center;
}
#lifestyle_services_inner .text {
  padding: 15px;
  text-align: justify;
}
#lifestyle_services_inner .services_box:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.8);
}
#lifestyle_services_inner .services_box:hover .services_info {
  background: #809d89;
  color: #fff;
  padding: 0 0 50px 0;
}
#lifestyle_services_inner .services_box:hover .services_info h4 {
  color: #fff;
}
.special_features .quote-wrapper {
  text-align: center;
  position: relative;
  margin: 3vh auto;
}
.special_features .quote-wrapper::before {
  background-image: url(/wp-content/uploads/2026/04/1-scaled.png);
  background-size: 130px 113px;
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -130px;
  width: 130px;
  height: 113px;
  padding-right: 10px;
  content: "";
}
.special_features .quote-wrapper h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.standard_page_lifestyle p {
  font-size: 1.2em;
  line-height: 150%;
}
.form-page h2 {
  color: #666;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  margin-bottom: 10px;
  text-align: center;
}
.form-page h3 {
  color: #666;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  text-transform: none;
  margin-bottom: 10px;
  text-align: center;
}
.form-page hr {
  border-top: 2px solid #000;
  width: 50px;
  padding-bottom: 30px;
  margin: 15px 0;
  opacity: 1;
  color: #000;
  margin: auto;
}
#reg_lifestyle label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#reg_lifestyle .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.termOfUse {
  margin: auto;
}
.honeypot {
  margin: auto;
}
.honeypot .btn.btn-green {
  background-color: #E85002;
  color: #fff;
}
.honeypot .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.single-content {
  display: flex;
  gap: 30px;
}
.single-content article {
  flex: 3;
}
.single-content .sidebar {
  flex: 1;
}
#header-page {
  height: 600px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.service-list h4 {
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -98%);
  font-size: 66px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.service-list .box-overlay:hover h4 {
  color: #e85002;
}
.title-home a {
  text-decoration: none;
  color: #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
.title-home h2 {
  font-weight: 400;
  text-transform: uppercase;
}
.title-home strong {
  font-weight: 400;
}
.title-home hr {
  border: 0;
  border-bottom: 2px solid #535353;
  width: 100px;
  margin: 0 auto;
  border-top: 1px solid #eee;
}
#news-banner {
  height: 800px;
  background-image: url(/wp-content/themes/fvhospital.com/assets/images/fv-lifestyle/FacePage_Cover.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
#news-banner h3 {
  font-size: 120px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 400;
  text-shadow: none;
  color: #fff;
}
.category-news .nav:after {
  clear: both;
}
.category-news .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.category-news .nav > li {
  position: relative;
  display: block;
}
.category-news .nav-tabs > li.active > a {
  color: #fff !important;
}
.category-news .nav:before,
.category-news .nav:after {
  content: " ";
  display: table;
}
.category-news .nav-tabs {
  border-bottom: 1px solid #ddd;
  margin: 20px 0px;
  border-width: 5px;
}
.category-news .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.single-default {
    margin-top: 50px;
}

.testimonials .col-inner {
    background: #FFF;
    border-radius: 0;
    padding: 10px 10px 60px 10px;
    margin: 30px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.testimonials .box-image-inner img {
    display: block;
    max-width: 100%;
    height: auto;
}

.testimonials .box-image-inner img {
    width: 100%;
    border-radius: 50%;
    padding: 15px 40px 15px 40px;
}

.testimonials .box-text {
    font-size: 16px;
    text-align: justify;
    padding: 15px;
}
.testimonials .box-text h4 {
    color: #E85002;
    padding-right: 20px;
    font-weight: 400;
}
.testimonials .col-inner:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.8);
}
.menu-contacts-left {
	display: flex;
    position: fixed !important;
    gap: 1rem;
    align-items: flex-end;
    flex-direction: column;
    z-index: 999;
    top: 75%;
    right: 1.5rem;
}
.menu-contacts-left .btn_animation{
    box-shadow: 0px 0px 5px 0px #0D3B66;
    display: flex;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 45px;
    width: 45px;
    transition-delay: 15ms;
}
.menu-contacts-left .btn_animation:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    inset: 0;
    width: 100%;
    background-image: linear-gradient(180deg, #e85002, #FAF0CA);
    height: 60px;
    animation: rotate360 4s linear infinite;
    transition: all 0.2s linear;
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    pointer-events: none;
    -webkit-animation: rotate360 4s linear infinite;
}

.menu-contacts-left .btn_animation:after {
    content: "";
    position: absolute;
    background: #fff;
    inset: 4px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.menu-contacts-left .btn_animation a{
	background-color: transparent;
	touch-action: manipulation;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative !important;
}

.menu-contacts-left .btn_animation img {
    height: 30px;
    width: 30px;
    z-index: 999;
    position: relative;
	animation: shake-animation 2s ease-in-out infinite;
}

.menu-contacts-left .btn_animation span {
    position: relative;
    z-index: 2;
    color: #FAF0CA;
	opacity: 0;
	width: 0;
	font-size: 1rem;
    line-height: 1.5rem;
	white-space: pre;
}

.menu-contacts-left .btn_animation:hover {
    color: #fff;
    background: #fff;
	padding-left: .5rem;
    padding-right: .5rem;
	width: 100%;
}

.menu-contacts-left .btn_animation:hover {
    transition: all 0.3s ease-in-out;
    z-index: 1;
    margin: auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu-contacts-left .btn_animation:hover span {
    width: auto;
    color: #e85002;
	padding-left: 10px;
    padding-right: 10px;
	opacity: 1;
}
#tuvanModal h2{
    font-size: 20px;
	margin-bottom: 25px;

}

#tuvanModal .form-book input {
    border-radius: 20px;
}

#tuvanModal label {
    text-align: left;
    display: block;
    font-size: .9em;
    font-weight: 700;
    margin-bottom: .4em;
}
.title-home h3 {
    color: #e85002;
    font-size: 1.6em;
    font-weight: 700;
    text-transform: none;
}

.category-news .nav-tabs{
border-color: #e85002;
}
.category-news .nav-tabs li a{
background-color: #e85002;
}

.category-service-parent .nav-tabs{
border-color: #e85002;
}
.category-service-parent .nav-tabs li a{
background-color: #e85002;
}
.category-service-parent .nav-tabs{
    border-bottom: 1px solid #e85002;
    margin: 20px 0px;
    border-width: 5px;
}
.category-service-parent .nav:before, .category-service-parent .nav:after {
    content: " ";
    display: table;
}

.category-service-parent .nav-tabs li{
    float: left;
    margin-bottom: -1px;.
	position: relative;
    display: block;
}

.category-service-parent .nav-tabs li a{
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
	color: #fff;
}
.category-service-parent .row{
    margin-left: 0px;
    margin-right: 0px;
}

#reg_lifestyle .form-group{
    text-align: left;
}

.banner-top .flickity-prev-next-button {
    width: 50px;
}


@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE ***************/
	#services-banner h3 {
        font-size: 55px !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        margin: 0 0 10px !important;
        transform: translateY(90px) !important;
        opacity: 1 !important;
    }
	#services-banner {
    height: 400px;
}

    #services-banner {
        background-position: 75% 25%;
    }
	#news-banner h3 {
        font-size: 55px !important;
        font-weight: 400 !important;
        color: #ffffff !important;
        text-transform: uppercase !important;
        margin: 0 0 10px !important;
        transform: translateY(90px) !important;
        opacity: 1 !important;
    }

    #news-banner {
        background-position: 75% 25%;
    }
	
	#news-banner {
    height: 400px;
}

	#related-promotion{display: none;}
}
