/*------------slider--------------*/
#slider img {
    width: 100%;
}
#slider {
    position: relative;
    top: 0;
    width: 100%;
}
#slider .carousel-caption {
    top: 30%;
}
.prop_button p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-mont);
    background: var(--pink);
    width: 177px;
    text-transform: uppercase;
    padding: 8px 0 7px 0;
    border-radius: 4px;
    margin: 0 auto;
}
.slider-main-heading {
    font-size: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    font-family: var(--font-exo);
}
.read-more,.slider-button2 {
    padding: 10px 21px;
    border-radius: 4px;
    border: 1px solid #ffffff94;
    font-size: 14px;
    letter-spacing: 1px;
    color: #192136;
    font-weight: 500;
    font-family: var(--font-mont);
    text-transform: uppercase;
    background: var(--white);
}
.slider-button2
{
    background: unset;
    color: var(--white);
}
#slider .carousel-control-prev-icon {
    color: black;
    position: absolute;
    left: 4%;
    border: 1px solid white;
    border-radius: 50%;
    padding: 9px 13px;
    width: 43px;
    background: white;
    height: 43px;
}
.slider-main-headings {
    max-width: 489px;
    margin: 0 auto;
}
#slider .carousel-control-prev-icon:hover,#slider .carousel-control-next-icon:hover
{
  background: var(--white);
  border:1px solid transparent;
}
#slider .carousel-control-next-icon
{
    color: var(--blue);
    position: absolute;
    right: 4%;
    border: 1px solid white;
    border-radius: 50%;
    padding: 9px 16px;
    width: 43px;
    background: white;
    height: 43px;
}
#slider .slide_nav {
    position: absolute;
    bottom: 45%;
    left: 4%;
    z-index: 9;
    right: 4%;
}
.slider-button2:hover {
    color: white;
}
#slider .carousel-control-prev-icon:hover, #slider .carousel-control-next-icon:hover {
    color: var(--pink);
}
/*---------------------- Therapy------------------------*/
.therapy-box {
    padding: 30px;
}
#therapy{
  margin-top: -180px;
   border-bottom: 1px solid #e8e8e8;
}
.therapy-box h4 a {
    font-size: 14px;
    color: #ee344e;
    font-weight: 400;
    font-family: var(--font-mont);
    text-transform: uppercase;
}
.therapy-box h4 {
    margin-bottom: -3px;
}
.therapy-box p {
    font-size: 21px;
    color: #192136;
    font-weight: 600;
    font-family: var(--font-exo);
}
.feature-img {
    position: relative;
}
.therapy_imges {
    background: var(--pink);
    position: absolute;
    top: 66%;
    left: 71%;
    height: 63px;
    width: 63px;
    border-radius: 50%;
    animation: zoomIn 1.2s infinite;
}
.feature-images {
    height: auto;
    width: auto !important;
    margin: 18px 16px;
}
.therapy-box:hover .therapy_imges
{
  background: white;
  box-shadow: 4px 2px 12px 1px #ccc;
}
.therapy-box:hover p
{
    color: var(--pink);
}
.feature-images-hover {
    height: auto;
    width: auto !important;
    margin: 18px 16px;
    opacity: 0;
    position: absolute;
    top: 0;
}
.therapy-box:hover .feature-images-hover
{
  opacity: 1;
}
.therapy-box:hover .feature-images
{
  opacity: 0;
}
/*------------------------ our facility----------------*/
.main-facility-tabs-box {
    display: flex;
    background: var(--white);
    padding: 10px 0px;
    border-radius: 6px;
}
.small-title {
    font-size: 15px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 400;
    font-family: var(--font-mont);
    text-transform: uppercase;
    margin-bottom: 0;
}
.why-choose-us-head h3 {
    font-size: 29px;
    line-height: 40px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--font-exo);
    max-width: 477px;
}
.nav-link.active .main-facility-tabs-box span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Exo 2";
    margin-left: -20%;
    margin-top: 8px;
}
.facility-box-without-active {
    height: 25px;
    margin: 5px 15px;
}
#our-facility .why-choose-us-head {
    margin-left: 7px;
}
.nav-link.active .main-facility-tabs-box {
    background: var(--blue);
}
.nav-link.active .facility-box-with-active {
    opacity: 0;
    position: relative;
    height: 25px;
    top: 5px;
    left: -40px;
}
.main-facility-tabs-box span {
    font-size: 14px;
    color:var(--blue);
    font-weight: 500;
    font-family: "Exo 2";
    margin-left: -20%;
    margin-top: 8px;
}
.facility-box-with-active {
    position: relative;
    left: -40px;
    height: 24px;
    top: 6px;
    width: 30px;
    object-fit: contain;
}
.facilities-text {
    font-size: 13px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--font-mont);
    line-height: 25px;
}
.our-facility-shortcode {
    background: var(--blue);
    padding: 45px;
    position: relative;
    border-radius: 6px;
    top: -6px;
}
#our-facility {
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
}
#our-facility input[type="email"], #our-facility input[type="number"], #our-facility input[type="text"], #our-facility textarea, #our-facility select {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 6px;
    font-size: 14px;
    color: #848484;
    font-weight: 500;
    font-family:var(--font-mont);
    background: white;
    border: unset;
}
#our-facility textarea
{
    height: 85px;
}
#our-facility input[type="submit"] {
    font-size: 15px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--font-exo);
    border: unset;
    background: var(--pink);
    width: 100%;
    border-radius: 6px;
}
.our-facility-outer-head {
    font-size: 16px;
    color: var(--lightblue);
    font-weight: 400;
    font-family: var(--font-mont);
}
.our-facility-outer-para {
    font-size: 22px;
    color:var(--blue);
    font-weight: 600;
    font-family: var(--font-exo);
}
.facility-bottom-content {
    position: relative;
    top: 75px;
}
.our-facility-shortcode-head {
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    margin: -11px 0 24px 0;
    font-family: "Exo 2";
}
.tabs-img-sec {
    margin-left: -7px;
}
/*------------------------------- core services---------------------*/
#our-core-services {
       width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 143px;
}
.our-core-services-img img {
    height: 243px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.our-core-services-boxes {
    padding: 22px;
}
.Our-core-services-title a {
    font-size: 22px;
    color: var(--blue);
    font-weight: 600;
    font-family: var(--font-exo);
}
#our-core-services .post-description {
    font-size: 14px;
    line-height: 24px;
    color:var(--lightblue);
    font-weight: 400;
    font-family: var(--font-mont);
}
.read-more-core-services {
    font-size: 15px;
    color: #ee344e;
    font-weight: 700;
    font-family: "Exo 2";
}
.read-more-core-services:hover,.read-more-latest:hover
{
 color: #ee344e;
}
.core-services-meta-box {
    border-radius: 8px;
    filter: drop-shadow(0 0 9px rgba(0,0,0,0.07));
    background-color: #ffffff;
    padding: 10px 14px 32px 25px;
}
/*----------------------- Gallery---------------------------*/
.tg_gallery_front img {
    width: 100%;
    height: 313px;
    object-fit: cover;
    border-radius: 8px;
}
#tg_gallery .tg_gallery_front li {
    position: relative;
    padding: 15px !important;
    transition: all 0.5s ease-in-out;
}
#tg_gallery .icon_overlay
{
    top: 14px;
    height: 92%;
    width: 92%;
    left: 14px;
    background-color: #ee344e99;
    border-radius: 8px;
}
#tg_gallery .icon_overlay:before {
    content: '\2922';
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    font-weight: 500;
}
#tg_gallery .icon_overlay i
{
    opacity: 0;
}
.tg_gallery_custom_front li {
    list-style: none;
    position: relative;
    padding: 15px!important;
    transition: all .5s ease-in-out;
}
/*----------------------------------- faq section-------------------------------*/
#tg_faq {
    background-size: cover;
    background-repeat: no-repeat;
}

   .video-content-box {
    position: relative;
}
/* ------------ Video Popup ----------------- */

/* The Modal (background) */
.modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 100px;
}
/* Modal Content */
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px 20px 40px;
  width: 60%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: var(--pink);
  border: unset;
  height: 38px;
    width: 38px;
}
/*---------------*/
.modal-new,.modal-new{
  display: none;
}
.modified {
    width: 45%;
}
#tg_faq .faq-heading {
    font-size: 29px;
    color: #000000;
    font-weight: 600;
    font-family: "Exo 2";
}
.para-faq {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    font-family: "Montserrat";
}
.latest-main-box {
    padding-bottom: 8px;
}
.btn{
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.btn:focus{ 
    color: #fff;
    border: unset;
 }
.btn:hover{
    color: #fff;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
    border: unset;
}
.btn:before,
.btn:after{
    content: '';
        background-image: linear-gradient( -225deg, #ee344e 0%, #ee344e 0%, #ee344e 67%, #ee344e 100% );
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleX(0);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
    border: unset;
}
.btn:after{
    background-color: #ee344e;
    border-radius: 0;
    transform: scaleX(1);
    border: unset;
}
.btn:hover:before{
    border-radius: 6px;
    opacity: 1;
    transform: scaleX(1);
    border: unset;
}
.btn:hover:after{
    border-radius: 50%;
    opacity: 1;
    transform: scaleX(0);
    border: unset;
}
.read-more:hover
{
    background: unset;
}
.gallery-title {
    color: white;
    font-family: 'Exo 2';
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    top: 32%;
    right: 0;
    text-align: center;
    left: 0;
}
.heart_count {
    color: white;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 37%;
    transform: translate(-50%,-50%);
    font-family: 'Exo 2';
}
.heart_count i {
    opacity: 1 !important;
    left: 20px;
    position: absolute !important;
}


