/**
* Template Name: Multi - v4.7.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: 'Rubik', sans-serif !important;
  color: #444444;
}

a {
  color: #ed502e;
  text-decoration: none !important;

}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/





.covertubalblockage {
  background-image: url(../img/tubalblockage.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}



.coverlowmho {
  background-image: url(../img/femaile-infertility-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}





.play-div {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ifream_title {
  color: #000;
  ;
}

.no_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  font-size: 94px;
  color: #00000066;
}

.play-button:hover {
  font-size: 94px;
  color: black;
}

#preloader {display:none!important;}

#preloader {
  background: linear-gradient(180deg, rgba(201, 92, 55, 1) -57%, rgba(50, 135, 77, 1) 106%, rgba(107, 142, 81, 1) 56%) !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  position: fixed;
  z-index: 999999999;
}

#img_preload {
  transform: translate(-50%, -50%);
  animation: jump 2.0s infinite;
  position: absolute;
  top: 57%;
  left: 49%;
}

@keyframes jump {
  0% {
    transform: translate(-50%, -50%) scale(1.25, 0.75);
  }

  50% {
    transform: translate(-50%, -150%) scale(1, 1);
  }

  55% {
    transform: translate(-50%, -150%) rotate(15deg);
  }

  60% {
    transform: translate(-50%, -150%) rotate(-15deg);
  }

  65% {
    transform: translate(-50%, -150%) rotate(15deg);
  }

  70% {
    transform: translate(-50%, -150%) rotate(-15deg);
  }

  100% {
    transform: translate(-50%, -50%) scale(1.25, 0.75);
  }
}

 .treatmentaurveda {
  width: 100%;
  height: 250px;
}

.treatmentaurveda img {
  width: 100%;
 height: 290px;
  object-fit: cover;
} 

 

::-webkit-scrollbar-thumb {
  background: linear-gradient(37deg, rgb(31, 128, 52) -20%, rgb(59, 141, 33) 45%, rgb(80 138 79) 100%) !important;
  border-radius: 187px;
  cursor: pointer !important;
}

::-webkit-scrollbar {
  width: 5px;
  height: 6px;

}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #7574834f;
  width: 5px;
  cursor: pointer;


}

/* .columtab {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #D7D7D7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 20px 0px 0px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 0px;
  height: 577px !important;
  overflow: scroll !important;
}

.bloggreen p {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/


.close {
  position: absolute !important;
  z-index: 99999 !important;
  right: 5px !important;
  top: 3px;
  padding: 7px 10px !important;
  opacity: 1 !important;
  color: #db2e2e !important;
  font-size: 32px !important;
}


.modeltext h2 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
}

.modeltext {
  padding-top: 66px;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ed502e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  z-index: 997;
  padding: 0px 0;
}

#header.header-scrolled {
  padding: 0px 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  position: fixed;
  width: 100%;
  top: 0;
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 100px;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #0b2341;
  white-space: nowrap;
  transition: 0.3s;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  padding: 0px 18px 0px 18px;
  font-family: 'Roboto', sans-serif;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ed502e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: linear-gradient(37deg, rgba(201, 92, 55, 1) -20%, rgba(50, 135, 77, 1) 45%, rgba(107, 142, 81, 1) 100%) !important;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 10px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6445;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #E9E9E9;
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 186px;
  display: inline-block;
  border-bottom: 1px solid gainsboro
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
      text-transform: uppercase;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed !important;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ed502e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.videotitel {
  font-size: 20px;
  margin: 4px 0px;
  text-align: left;
  font-weight: bold;
      color: #000;
}

.topsection {
  position: relative;
  margin-top: 0px;
  margin-bottom: 22px;
}

.popupimage img {
  width: 100%;
}

.modal-body {
  padding: 0px !important;
}

.cetegorytag {
  padding: 5px;
  font-size: 14px;
  color: #6b8e51;
  position: absolute;
  right: 0;
  top: 0;
  /* text-decoration: underline!important;*/
}

.gallerybox img {
  width: 100%;
  margin-bottom: 10px;
}

.gallerybox {
  padding: 10px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 76vh !important;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 100px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ed502e;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e00;
  margin-top: 15px;
  border: 2px solid;
}

#hero .btn-get-started:hover {
  background: #ef644500;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 30px 0;
}

.about {
  background-image: url(../img/footerbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverin {
  background-image: url(../img/in_cover.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverWomen{background-image: url(https://drjyotiayurveda.com/assets/images/Women-Health-Care1_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;}


  .parallaxWomen{background-image: url(https://drjyotiayurveda.com/assets/images/Women-Health-Care1_2.png);
    min-height: 390px;
    background-attachment: fixed;
    background-position: revert;
    background-repeat: no-repeat;
    background-size: cover;}



.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-family: 'Rubik', sans-serif;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding-top: 0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 30px 60px 30px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

a:not([href]):not([tabindex]) {
  /* color: #fff!important;*/
  text-decoration: none;
}

.why-us .accordion-list li {
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Rubik", Sans-serif;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid;
  font-weight: 300;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
  margin: 0;
  padding: 15px 20px;
  line-height: 1;
  cursor: pointer;
  outline: none;
  background-color: #6B8E51;
  color: #fff !important;
}

.why-us .accordion-list span {
  color: #000!important;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}


table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
  padding: 37px !important;
  border-width: 1px !important;
  font-family: "Rubik", Sans-serif !important;
  font-weight: 100;
  font-size: 16px;
}

.scrolladd {
  height: 410px;
  overflow: scroll;
  overflow-x: hidden;
}

.active_categorei {
  color: #34874d !important;
}

.why-us .accordion-list i {
  font-size: 46px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 20px 16px 20px 16px;
  color: #000;
  font-size: 18px;
  background-color: #F8F8F8;
  border: 1px solid gainsboro;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
  text-align: center;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #ed502e;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #ed502e;
  border-color: #ed502e;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #ed502e;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

.blog_card img {
  width: 100%;
}

.blog-text {
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 0;
  text-align: center;
}

.blog-text h3 {
  margin-top: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 21px;
}

.detalissection {
    color: #000!important;
}

.blog-text p {
    color: #101010;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: 400;
    height: 94px;
    line-height: 24px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.blog_card {
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.blogreadmore {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #61ce70;
}

.meta-data {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 30px;
  margin-bottom: 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}

.blog_card:hover {
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}

.imagesshadow {
  position: relative;
}

.imagesshadow:after {
  display: block;
  content: "";
  /* background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent)); */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .35), transparent 75%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .35) 0, transparent 75%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.badge {
  position: absolute !important;
  top: -31px !important;
  left: -5px !important;
  background: #61ce70 !important;
  color: #fff !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  margin: 20px !important;
  border-radius: 999px !important;
  display: inline-block !important;
  padding: 7px 15px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px !important;
  text-transform: uppercase;
  z-index: 999999999;
}

.continuebtn {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #6B8E51;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #6B8E51;
  border-radius: 0px 0px 0px 0px;
  padding: 0.7em 0.7em 0.7em 0.7em;
  display: block;
  margin: 0 auto;
  width: 110px;
}

.continuebtn:hover {
  color: #FFF;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-wrap {
  padding-left: 5px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 20px 20px 20px 24px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #6B8E51;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
 font-style: italic;
    margin: 15px auto;
    color: #fff;
    font-family: rubik,Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
   /* height: 367px;
    line-height: 24px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    overflow: scroll;
    overflow-x: hidden;*/

}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.testimonial-wrap h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 20px 0 20px;
}

.testimonial-wrap h4 {
  font-size: 14px;
  color: #41740E;
  padding: 0 20px 0 20px;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/

.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ed502e;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ed502e;
  border: 2px solid #ed502e;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  margin: 9px 7px;
  font-family: "Rubik", Sans-serif;
  font-weight: 100;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  background: #608d50;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  position: absolute;
  left: 29px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  width: 85%;

}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ed502e;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ed502e;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #ed502e;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #ed502e;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #ed502e;
}

.pricing .featured .get-started-btn {
  background: #ed502e;
  color: #fff;
  border-color: #ed502e;
}

.pricing .featured .get-started-btn:hover {
  background: #ef6445;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #ed502e;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ed502e;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #ed502e;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ef6445;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.addressoffice {
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  margin: 14px 0px;
}

.contactnumber {
  margin-bottom: 5px;
  font-size: 16px;
  color: #fff!important;
}

.bold {
  font-weight: bold;
}

.about .content p:last-child {
  margin-bottom: 0;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
}


.coversuvarnaprash {
  background-image: url(../img/femaile-infertility-banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.imagessurpanas img {
  width: 100%;
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background-image: url(../img/footer-last-image.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  border-bottom: 1px solid #fff;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #ed502e;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #ed502e;
  text-decoration: none;
}

#footer .footer-top h4 {
  color: #FFFFFF;
  font-family: "Rubik", Sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ed502e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ef6445;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-weight: 600;
  font-size: 17px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.elementor {
  background-color: #FFFFFF;
  box-shadow: -38px 20px 69px 0px rgb(0 0 0 / 20%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 5px 5px 5px 5px;
  --e-column-margin-right: 5px;
  --e-column-margin-left: 5px;
  padding: 20px 20px 20px 20px;
}

.elementor:hover {
  transform: translateY(-20px);
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  -ms-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
  -o-box-shadow: 0px 0px 39px 2px rgba(236, 236, 236, 1);
  transition: 0.5s;
}

.elementor_img {
  margin-bottom: 20px;
}

.elementor_img img {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

.elementor_titel h3 {
  margin: 25px 0px 0px 0px;
  color: #6B8E51;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

.elementor_titel a {
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #6B8E51;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.elementor_titel a:hover {
  color: #6B8E51;
}

.elementor_titel p {
  text-align: center;
    color: #4A4A4A;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    height: 76px;
    line-height: 24px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

.read-more {
  font-size: 16px;
  font-weight: 400;
  fill: #6B8E51;
  color: #6B8E51;
  background-color: #D8E3DA03;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #6B8E51;
  border-radius: 0px 0px 0px 0px;
  padding: 6px;
  display: block;
  width: 120px;
  margin: 0 auto
}

.read-more:hover {
  color: #FFFFFF !important;
  cursor: pointer;
  background-color: #6B8E51;
  transition: all .3s;
}

.elementor-button {
  margin-bottom: 25px;
}

.pad0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.view-more:hover {
  color: #fff;
  background-color: #5B833D;
}

.view-more {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #6B8E51;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #6B8E51;
  border-radius: 0px 0px 0px 0px;
  padding: 0.7em 0.7em 0.7em 0.7em;
  display: block;
  margin: 0 auto;
  width: 128px;
}

.doctotimage img {
  width: 288px;
  height: 512px;
}

.aboutsection {
  padding: 0px 0px 0px 0px;
  margin-top: 85px;
}

.aboutsection h2 {
  color: #000000;
  font-family: "Rubik", Sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.abouttext {
  font-weight: 400;
  font-size: 18px;
}

.mr0 {
  margin: 0px !important;
}

.topbar p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 7px;
}

.soicalmdedia {
  padding: 10px;
}

.soicalmdedia ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-left: 30px;
}

.soicalmdedia ul li {
  display: inline-block;
}

.soicalmdedia ul li a {
  padding: 5px;
}

.bgwhite1 {
  background-color: #fff;
  color: #346ABC;
}

.bgwhite1:hover {
  color: #346ABC;
}

.bgred {
  background-color: #cd201f;
  color: #fff;
}

.bgred:hover {
  color: #fff;
}

.bgblue {
  background-color: #3b5998;
  color: #fff;
}

.bgblue:hover {
  color: #fff;
}

.bgwhite2 {
  background-color: #fff;
  color: #C31A64;
}

.bgwhite2:hover {
  color: #C31A64;
}

.bggreen {
  background-color: #25d366;
  color: #fff;
}

.bggreen:hover {
  color: #fff;
}

.textyellow a {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #ed502e00;
  margin-top: 0px;
  border: 2px solid;
  margin-left: 14px;
}

.textyellow span {
  color: #FFFD07;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.fullgrey {
  align-items: center;
  padding: 81px 40px 45px 40px;
  background: #f0f0f0;
}

.greysection {
  align-content: center;
  margin-bottom: 20px;
}

.titelgrey p {
  text-align: center;
  color: #4A4A4A;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

.elementor-heading {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
}

.titelgrey h2 {
  margin-bottom: 20px;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.fullbrown {
  background-image: url(../img/shirodhara2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 72px 42px 72px 40px;
}

.fullgreen {
  background-image: url(../img/vp.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 58px 42px 58px 40px;
}

.bgwhite {
  background: #fff !important;
  fill: #6B8E51 !important;
  color: #6B8E51 !important;
}

.pgbrown h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.pgbrown p {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
}

.topbar {
  padding: 9px 0px 9px 0px;
  background: linear-gradient(37deg, rgba(201, 92, 55, 1) -20%, rgba(50, 135, 77, 1) 45%, rgba(107, 142, 81, 1) 100%) !important;
}


.textyellow a:hover {
  color: #ffffff;
}

.hidelg {
  display: none !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  z-index: 10;
}

.poationchange {
  position: inherit !important;
}

.navbar {
  position: initial !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px 0px 20px 0px;
  background-color: #E9E9E9;
}

.dropdown-content a {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #c5c3c3;
  text-transform: uppercase;
}

.dropdown-content a {
  padding: 4px 0px !important;
}



.cover {
  background-image: url(../img/painfull.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.img-fluid {
  border-radius: 0px !important;
}

.glightbox-clean .gdesc-inner {
  display: none;
}

.covergallery {
  background-image: url(../img/61e521be8bbe0.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coverYoga{background-image: url(../img/yoga.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}



.coverpanchkrma {
  background-image: url(../img/compelling-reasons.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallaxYoga{

     background-image: url(../img/yoga1.jpg);
    min-height: 408px;
    background-attachment: fixed;
    background-position: revert;
    background-repeat: no-repeat;
    background-size: cover;}
 


.aboutcover {
  background-image: url(../img/prgancy.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

.panchkrmapg {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: 'Rubik', sans-serif;
}


.parallax {
  /* The image used */
  background-image: url(../img/femaile-infertility-bg.jpg);
  /* Set a specific height */
  min-height: 408px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax6{ background-image: url(../img/wh.png);
  min-height: 408px;
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;}

  .parallax7{ background-image: url(../img/vr.jpg);
  min-height: 408px;
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;}



  .copyright a {color: #ffd508!important;}



.parallax5{
  background-image: url(../img/scap.jpg);
  min-height: 408px;
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;
}


.coverdrma {
  background-image: url(../img/hair-darma.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url(../img/parallax2.jpg);
  /* Set a specific height */
  min-height: 408px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax3 {
  background-image: url(../img/hair-loss.jpg);
  /* Set a specific height */
  min-height: 408px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax4 {
  background-image: url(../img/femaile-infertility-treatment.jpg);
  /* Set a specific height */
  min-height: 408px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: revert;
  background-repeat: no-repeat;
  background-size: cover;
}



ul.categories li a {
  font-size: 16px;
  color: #060606;
  display: block;
  padding: 4px 0;
}

.blogcover {
  background-image: url(../img/banner1.jpg);
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.widget h4 {
  position: relative;
  color: #231f1e;
  -moz-border-radius: px;
  -webkit-border-radius: px;
  -ms-border-radius: px;
  -o-border-radius: px;
  border-radius: px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

.widget ul {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
}

.article-item {
  margin-bottom: 10px;
}

.categories li {
  margin-bottom: 6px;
  border-bottom: 1px solid gainsboro;
}

.detalissection img {
  width: 100%;
}

.bloglist {
  padding: 0px;
  list-style: none;
  margin: 10px 0px;
}

.bloglist li {
  display: inline-block;
  margin-right: 22px;
}

.bloglist li a {
  color: #7F7F7F;
  font-family: 'Rubik', sans-serif !important;
  font-size: 16px;
}

.bloglist li a span {
  margin-right: 10px;
  color: #518b4f;
}

.widget_recent_article ul li {
  float: left;
  padding: 12px 0;
  border-bottom: 1px dashed #e4e4e4;
  float: left;
  width: 100%;
}

.detalissection p {
  color: #000000;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.linepg {
  padding-left: 10px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #566848;
  margin-bottom: 30px;
}

.blogtitel {
  color: #000000;
  font-family: "Rubik", Sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.smallblog img {
  width: 100%;
}



.article-image {
  float: left;
  width: 50%;
}

.article-image img {
  width: 100%;
}

.article-description {
  float: left;
  width: 45%;
  margin-left: 5%;
}

.article-description {
  background: rgba(0, 0, 0, 0);
}

.article-description h6 {
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #000;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
}

/* Styles for wrapping the search box */

.main {
  width: 50%;
  margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #608c50 !important;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%) !important;
}

.btn-secondary {
  color: #fff;
  background-color: #508a4f !important;
  border-color: #568b50 !important;
}

.searchbar {
  margin-bottom: 28px;
}


.article-description a {
  color: #000;
}

.article-description p {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  line-height: normal;
  font-size: 17px;
}


.textinfodc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.hospitalimage {
  background-image: url(../img/demo-hospital.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 790px;
}

.hospitalabout {
  padding: 30px 30px 0px 30px;
}

.hospitalabout h2 {
  color: #6B8E51;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}

.covertext h1 {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 0px;
  stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  margin-bottom: 21px;
  font-family: "Rubik", Sans-serif;
  text-shadow: 5px 8px 10px rgb(0 0 0 / 30%);
}

.bookappoinment {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #6B8E51;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #6B8E51;
  border-radius: 0px 0px 0px 0px;
  padding: 0.7em 0.7em 0.7em 0.7em;
}

.covertext {
  padding: 10px;
}

.columtab {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #D7D7D7;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 20px 0px 0px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 0px;
  height: 985px;
}

.columtab h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
}

.columtab ul {
  list-style: none;
  padding: 0px;
  margin-right: 10px;
}

.columtab ul li {
  margin-bottom: 8px;
}

.columtab ul li a {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "Rubik", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  text-transform: uppercase;
  line-height: 13px;
}

.columtab ul li a:hover {
  background-color: #6b8e51;
  color: #fff !important;
}

.activetertment {
  background-color: #6b8e51;
  color: #fff !important;
}

.bigtitel {
  color: #000000;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

.textsection_tretment p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
}

.treatmentimage img {
  width: 100%;
}

.mediumtitel {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0px;
}

.heading h1 {
  color: #000000;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}

.pgtretment {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.bloggreen {
  background-color: #6B8E51;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 25px 25px 25px;
}

.bloggreen h3 {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  text-align: center;
}

.box-wrapper {
  color: #fff;
  display: flex;
}

.wrappericon {
  margin-right: 16px;
  font-size: 16px;
  margin-top: 8px;
}



.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.bloggrey {
  padding: 25px 25px 25px 25px;
  background-color: #efefef;
}

.bloggrey h3 {
  color: #000;
  font-size: 28px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  text-align: center;
}

.bloggrey p {
  color: #000;
}

.bloggrey i {
  color: #6B8E51;
}

.boxhadow {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
  margin-bottom: 35px;
}

.wrappertext p {
  line-height: 28px;
  font-size: 17px;
}

.wrappertext h4 {
  color: #000;
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  margin-top: 6px;
}

.greenlist {
  padding: 0;
  list-style: none;
  margin-bottom: 103px;
}

.greenlist li {
  color: #fff;
  font-size: 17px;
}

.greenlist span {
  margin-right: 10px;
  font-size: 14px;
}

.whitelist {
  padding: 0;
  list-style: none;
}

.whitelist span {
  padding: 0;
  list-style: none;
  color: #6B8E51;
  margin-right: 10px;
  font-size: 12px;
}

.whitelist li {
  color: #000;
  font-size: 16px !important;
}

.treatmentaurveda img {
  width: 100%;
}


* Magnific Popup CSS */ .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: -43px;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}

@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}


.videothumb img {
  width: 100%;
}

.videothumb a {
  display: block;
}

.videoicon2 {
  position: absolute;
  text-align: center;
  left: 40%;
  top: 35%;
}

.footermodel h3 {
  margin-top: 18px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline;
}

.close{    background: #ffc107!important;
    color: #fff!important;}

.videoicon {
  position: absolute;
  text-align: center;
  left: 43%;
  top: 25%;
}

.videoicon2 img {
  width: 76px;
}

.videoicon img {
  width: 76px;
}

.videothumbcard {
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  display: block;
  padding: 14px;
  m
}


.modal-dialog {
  max-width: 800px !important;
  margin: 1.75rem auto;
}



@media screen and (min-width: 320px) and (max-width: 600px) {


.dropdown:hover .dropdown-content {
    display: none;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block!important;
}

  #footer .footer-top .footer-links {
  margin-bottom: 8px!important;
}

.covertext h1{font-size: 24px;}

.hospitalimage{    height: 252px;}

.videotitel{margin-bottom: 45px!important;}

.leftmobile0{padding-left: 12px!important;}

  .soicalmdedia {
    padding: 3px;
  }

  .columtab {
        overflow: scroll;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 20px;
    --e-column-margin-left: 0px;
    height: auto;
  }

  .poationchange {
    position: relative !important;
  }

  .navbar-mobile {
    position: fixed !important;
  }


  .carousel-inner {
    height: auto !important;
  }

  #hero {
    height: 40vh !important;
  }

  .hidelg {
    display: block !important;
  }

  .topbar {
    display: none;
  }

  .topbar p {
    font-size: 14px;
    line-height: 26px;
    padding-top: 0px !important;
  }

  .soicalmdedia ul {
    margin-left: 0;
  }

  .col-xs-6 {
    width: 50% !important;
  }

  .elementor_img img {
    width: 100px;
    height: 100px;
  }

  .elementor_titel p {
    display: none;
  }

  #hero .carousel-container {
    text-align: center;
  }

  #hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: -30px;
    left: 0px;
    right: 112px;
    width: 100%;
  }

  .padmange {
    padding: 0px 0px !important;
  }

  .section-title {
    padding-bottom: 5px;
  }

  .mrbtadd {
    margin-bottom: 24px;
  }

  .section-title p {
    font-size: 24px;
  }

  .carousel-control-prev {
    display: none !important;
  }

  .carousel-control-next {
    display: none !important;
  }

  .owl-carousel .owl-nav {
    display: none;
  }

  .doctotimage img {
    width: 100%;
    height: auto;
  }

  .textyellow span {
    font-size: 12px;
  }

  .textyellow a {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 8px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #ed502e00;
    margin-top: 0px;
    border: 2px solid;
    margin-left: 4px;
  }

}





@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px !important;
  }
}


@media screen and (min-width: 1024px) and (max-width: 1300px) {


  .soicalmdedia ul{margin-left: 2px;}
}