/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #0097b2;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Open Sans", sans-serif;
}

p {
  padding: 0;
  margin: 0;
}

.all_btn {
  background: #0097b2;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  transition: 1s ease-in-out;
  border: 1px solid #0097b2;
}
.all_btn:hover {
  background: #fff;
  padding: 10px 20px;
  color: #0097b2 !important;
  font-size: 13px;
  font-weight: 600;
 
}


.whatsapp_btn {
  padding: 7px 12px;
  color: #fff !important;
  font-size: 11px;
  font-weight: 500;
  border: 0px solid #0097b2;
}
.more span i {
  padding-left: 15px;
}

.more a {
  float: right;
}

#main {
  padding-top: 150px;
  min-height: 475px;
}

.career_btn a {
  padding: 7px 35px;
  width: 100%;
  margin-top: 4px;
}

button:focus {
  border: 0;
  border-radius: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 65px;
  background: #0097b2;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 12px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.contact-info i {
  font-size: 20px;
  padding-right: 15px;
}

.contact-info img {
  margin-left: 8px;
  width: 30px;
}

#topbar .contact-info {
  position: absolute;
  font-size: 15px;
  left: -125px;
  font-weight: 600;
  z-index: 999;
}

#topbar {
  background: #fff;
  padding: 10px 0;
  /*border-bottom: 1px solid #eee;*/
  font-size: 14px;
}

#topbar .social-links {
  position: relative;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .social-links p {
  font-size: 13px;
  font-weight: 600;
}

#topbar .social-links p a {
  color: #0097b2;

}

#topbar .head_icon {
  padding: 8px;
}

#topbar .sls {
  padding: 15px 7px 15px 14px;
}

#topbar .Logins {
  padding-left: 12px;
}

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

.all_top {
  position: fixed;
  width: 100%;
  z-index: 99999999999;
  top: 0;
}

.nav-menu .pad_adj {
  padding: 12px 0 20px
}

#header {
  height: 50px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px 0;
  background: #fff;
  /* z-index: 997;*/
  position: relative;
  border-bottom: 1px dotted #0097b2;
}

/*#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.header-scrolled .mobile-nav-toggle {
    top: 20px !important;}*/

/*#header .logo h1 {
  font-size: 26px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}*/

#header .logo .logos a,
#header .logo .logos a:hover {
  color: #0097b2;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  width: 185px;
  /*max-height: 40px;*/
}

.all_top_1 {
  position: relative;
}

.logo .logos {
  top: -100px;
  position: absolute;
}

.all_top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.whatsapp_color {
  color: #25D366;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #242424;
  padding: 12px 20px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 14px;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #0097b2;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #0097b2;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  /* top: 63px; */
  z-index: 9998;
  border: 0;
  padding-top: 8px;
  background: none;
  font-size: 26px;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #0097b2;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}







/*--------------------------------------------------------------
# how it work Section
--------------------------------------------------------------*/
.description span i {
  padding-right: 9px;
  color: #0097b2;
  font-size: 11px;
}

.header_text h1 {
  text-align: center;
  font-size: 25px;
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.sub_header_text h2 {
  text-align: center;
  font-size: 25px;
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.hospital_details .sub_header_text h2 {
  text-transform: inherit;
  padding-top: 30px;
  margin-bottom: 30px;
}

.values .description {
  /* margin-left: 27px !important;*/
  line-height: 24px !important;
  float: left;
  font-size: 14px !important;
  width: 35%;
}

.values_for_banner .description {
  margin-left: 0px !important;
}

.header_text p {
  font-weight: 600;
  text-align: center;
  color: #656262;
  font-size: 13px;
  margin-bottom: 30px;
}

.category_info {
  /* background: #fff; */
  -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.icon_1,
.sub_category_info {
  width: 100%;
  float: left;
}

.icon_1 {
  margin-bottom: 15px;
}

.sub_category_info {
  width: 100%;
  float: left;
  background: #fff;
}

.sub_category_info .sub_category_info_body {
  color: #000;
  width: 100%;
  float: left;
  padding: 30px 15px;
}

.sub_category_info_border {
  border-right: 1px solid #f1f0f0;
}

.sub_category_info h3 {
  min-height: 36px;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

.icon_1 i {
  color: #0097b2;
  font-size: 45px;
  display: block;
  margin: auto;
  text-align: center;
  padding: 8px 0;
}

.sub_category_info p {
  color: #615f5f;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  padding-bottom: 8px;
  width: 100%;
  float: left;
}

.all_info {
  width: 100%;
  float: left;
  padding: 5px 15px 0;
}

.sub_category_info p span i {
  padding-right: 6px;
  color: #0097b2;
  font-size: 11px;
}

/*--------------------------------------------------------------
# how it work Section
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*.bg_video{background: #000;}*/
.banner_text {
  padding: 25px 45px 25px;
  border-bottom: 1px solid #0097b2;
  background: #0097b2;
}

#hero {
  width: 100%;
  /*height: calc(100vh - 114px);*/
  padding: 0;
  overflow: hidden;
  margin-top: -15px;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  .message p {
    width: 100% !important;
    float: left !important;
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 700;
}

.banner_values {
  border: 0;
}

#hero p {
  /* width: 80%;*/
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

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

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

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

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

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

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #0097b2;
}

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

#hero p {
  font-size: 16px;
}

/*.hero-container{
    background: #0038a8;
}*/
@media (max-width: 768px) {
  .infomation p {
    color: #464444;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    margin: 0 !important;
  }

  .important_infomation {
    padding-top: 10px;
  }

  .infomation {
    float: left;
  }

  .infomation p span {
    float: left;
  }

  .infomation p span i {
    text-align: center;
    padding: 16px;
    font-size: 23px;
  }

  .profile_form_width {
    flex: 100%;
    max-width: 100%;
    float: left;
  }

  #hero h2 {
    font-size: 28px;
  }

  .message p {
    margin-left: 0 !important;
  }

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

@media (min-width: 1024px) {

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

.about_text p {
  font-size: 14px;
  text-align: justify;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
}

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

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

.description_home span i {
  color: #ffffff !important;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.video-box video {
  padding: 15px 0 8px;
}

.about_us_value .description {
  width: 50% !important;
}

.about .about_bg {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0 15px 15px;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 15px 20px;
}

.all_tergate .about-content {
  padding: 40px 0 !important;
}

.about .icon-box+.icon-box {
  margin-top: 30px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #0097b2;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #0097b2;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  /* margin-left: 95px;*/
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #02b2d1;
}

.about .icon-box .description {
  /*margin-left: 95px;*/
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

/*#home .container{
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
    border-radius: 3px;
}*/
#myPageContent {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  border-radius: 3px;
  padding: 15px;
  background: #fff;
}

.disclaimer p {
  font-size: 13px;
  color: #0097b2;
}

.infomation p {
  color: #000;
  font-size: 17px;
  line-height: 1.1;
  text-align: center;
  margin: 0 !important;
}

.infomation p span i {
  padding-right: 20px;
  font-size: 30px;
  color: #4177a3;
  float: left;
  padding-top: 5px;
}

/*
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0097b2 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .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);
}

.about .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(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #0097b2;
  transform: scale(20);
}

.about .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;
}

@-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;
  }
}
*/






/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

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

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  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;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

.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;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #0097b2;
}

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

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

.contact .php-email-form button[type="submit"] {
  background: #0097b2;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

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

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

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

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

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

/*******************index-end**********************/




/*******************login and singup**********************/


.user_card {
  width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  background: #f9f8f8;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 35px 25px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}

.brand_logo_container h1,
.brand_logo_container h3 {
  font-size: 19px;
  font-weight: 600;
}

.brand_logo_container p {
  font-size: 12px;
}

.brand_logo_container {
  text-align: center;
  margin-bottom: 25px;
}

.login_btn {
  width: 100%;
  background: #0097b2 !important;
  color: white !important;
}

.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.login_container {
  padding: 0 2rem;
}

.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #c0392b !important;
}

.user_card form input {
  height: 40px;
  font-size: 13px;
}

.links {
  font-size: 14px;
}

.links a:hover {
  color: #02b2d1;
}

form {
  width: 100%;
  position: relative;
}



/*******************login and singup-end**********************/


/*******************dashboard**********************/
.messages_scroll {
  overflow-y: auto;
  height: 400px;
}

.dashboard {
  background: #f5f9fc;
}

.dashboard_body {
  background: #fff;
  padding: 15px;
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.dashboard_body h1 {
  font-size: 25px;
}

.profile_form label {
  font-size: 13px;
  font-weight: 600;
}

.profile_form input {
  font-size: 13px;
  height: 40px;
}

/******************************************************************/



.card-body h2,
.card-body h5,
.card-body .h2,
.card-body h5 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5rem;
  color: #32325d;
}

.card-body h2,
.card-body .h2 {
  font-size: 15px;
}

.card-body h5,
.h5 {
  padding-top: 10px;
  font-size: 13px;
}

.card-title span {
  padding: 0 8px;
}



.card {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: .375rem;
  background-color: #fff;
  background-clip: border-box;
}

.card-body {
  padding: 1.5rem;
  flex: 1 1 auto;
}

.card-title {
  margin-bottom: 1.25rem;
}



.bg-info {
  background-color: #0097b2 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0da5c0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 1200px) {

  .justify-content-xl-between {
    justify-content: space-between !important;
  }
}

.shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}



.icon {
  width: 3rem;
  height: 3rem;
}

.icon i {
  font-size: 2.25rem;
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i {
  font-size: 1.25rem;
}












/**********************************************************************/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

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

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }

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

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/


.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 270px;
  }

}

/*----------------show sidebar button----------------*/
.leftpanel {
  position: relative;
  min-height: 440px;
}

#show-sidebar {
  /*position: fixed;*/
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
  left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: -300px;
  z-index: 9;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand>a {
  font-weight: bold;
  font-size: 17px;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}



.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  color: #0097b2;
}

.sidebar-wrapper .sidebar-menu ul li a:hover {
  background: #3a3f48;
}

.sidebar-wrapper .sidebar-menu ul li a span {
  font-size: 15px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}



.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 17px;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 35px;
}



.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #525965;
}

::-webkit-scrollbar-thumb:active {
  background: #525965;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
  background: #0097b2;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: transparent;
  box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
  color: #fff;
}

/*.footer-info a{color: #fff;}*/
.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
  color: #fff;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #fff;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.contact .footer-info img {
  width: 50px;
  margin-right: 15px;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #02b2d1;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
  background: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #fff;
}



.avatar {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  float: left;
}

.message {
  position: relative;
}

.message .avatar {
  margin-top: 5px;
}

.message p {
  float: left;
  color: #6b6a6a;
  width: 570px;
  margin: 0;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 5px;
  padding: 10px;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  line-height: 22px;
}

.message p em.info {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.message p strong {
  display: block;
  color: #0097b2;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.message p strong em {
  font-weigh: normal;
  color: #333;
  font-size: 10pt;
}

.message .triangle {
  display: block;
  position: absolute;
  left: 85px;
  top: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

.inverse .avatar {
  float: right;
}

.inverse p {
  float: none;
  background-color: #eee;
}

.inverse .triangle {
  display: block;
  position: absolute;
  left: 490px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #eeeeee;
}

.postform {
  display: block;
  padding-left: 18px;
  border-left: 2px solid #eee;
}

.postform form label {
  display: block;
}

.postform form label textarea {
  width: 100%;
  height: 275px;
  border-radius: 10px;
  background-color: #efefef;
  border: 0;
  padding: 10px;
  font-size: 12pt;
  color: #333;
  font-style: italic;
}

.postform form div.headform {
  padding-bottom: 10px;
  color: #666;
}

.postform form div.headform strong {
  display: block;
  font-size: 15px;
  color: #0097b2;
  padding-bottom: 10px;
}

.postform form div.headform strong span {
  color: #333;
}

.postform form .submit {
  display: block;
  background-color: #0097b2;
  color: #fff;
  border: 0;
  float: right;
  cursor: pointer;
}

.postform a {
  color: #0097b2;
}

.hospital_details section {
  padding: 0px !important;
}

.hospital_details .header_text h1 {
  text-transform: inherit;
  padding-top: 30px;
}

.hospital_details .services {
  min-height: 280px;
}

.hospital_details .sub_category_info h3 {
  padding-top: 15px;
  min-height: auto;
}

.hospital_details .services .header_text h1 {
  padding-top: 40px;
}

@media screen and (max-width: 1140px) {
  #global {
    width: 100%;
  }

  .message {
    float: none;
    margin: auto;
  }

  .messages {
    float: none;
    margin: auto;
  }

  .postform {
    float: none;
    height: 275px;
    margin: auto;
    border: 0;
  }

  .postform form label textarea {
    height: 150px;
  }
}

@media screen and (max-width: 620px) {


  .message .avatar,
  .inverse .avatar,
  .message .triangle,
  .inverse .triangle {
    display: none;
  }

  .postform,
  .postform form label textarea,
  .message,
  .message p {
    width: 100%;
  }

  .postform {
    height: initial
  }

  .postform form .submit {
    margin: auto;
    margin: 10px 0;
  }
}













/*******************dashboard end**********************/




/*******************hospitals**********************/


/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1,
.product-image5 .pic-2 {
  backface-visibility: hidden;
  transition: all .5s ease 0s
}

.product-grid5 {
  font-family: "Open Sans", sans-serif;
  position: relative
}

.product-grid5 .product-image5 {
  overflow: hidden;
  position: relative
}

.product-grid5 .product-image5 a {
  display: block
}

.product-grid5 .product-image5 img {
  width: 100%;
  height: auto
}

.product-image5 .pic-1 {
  opacity: 1
}

.product-image5 .vip {
  padding-top: 19px !important;
}

.product-image5 .vip small {
  font-size: 16px;
}

.product-image5 .real span {
  font-size: 8px;
}

.product-image5 .real {
  padding: 13px 6px !important;
}

.product-grid5 .social li span {
  width: 100%;
  float: left;
}

.product-grid5 .social {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1;
}

.product-grid5 .social li {
  display: block;
  margin: 0 0 10px;
  transition: all .5s
}

.product-grid5 .social li:nth-child(2) {
  opacity: 0;
  transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(2) {
  opacity: 1;
  transform: translateY(0)
}

.product-grid5 .social li:nth-child(3) {
  opacity: 0;
  transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s
}

.product-grid5 .social li {
  color: #fff;
  background: #dc1d24;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  /*line-height:40px;*/
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  transition: .5s ease 0s
}

.product-grid5 .social li:hover {
  color: #fff;
  background: #dc1d24
}

.product-grid5 .select-options {
  color: #fff;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .75));
  font-size: 20px;
  font-weight: 500;
  padding: 25px 15px 10px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  transition: .5s ease 0s;
}

.product-grid5 .escort_md_name p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 0.6;
}

.product-grid5 .escort_md_name span {
  font-size: 13px;
}

.product-grid5:hover .select-options {
  opacity: 1;
  bottom: 0px
}

.view {
  position: absolute;
  right: 15px;
  bottom: -100px;
  opacity: 0;
  transition: .5s ease 0s;
}

.view p {
  font-size: 13px !important;
  padding: 14px 20px;
  background: #0097b2;

}

.product-grid5 :hover .view {
  opacity: 1;
  bottom: 20px
}

.product-grid5 :hover .hospiyals_logo {
  opacity: 1;
  top: 7px
}

.hospiyals_logo {
  position: absolute;
  width: 100%;
  top: -100px;
  opacity: 0;
  transition: .5s ease 0s;
}

.hospiyals_logo img {
  width: auto !important;
  padding: 15px;
  float: right;
  /*margin: auto;
    height: 70px !important;*/
  display: block;
}

.for_manipal_logo img {
  height: 70px !important;
}

.for_apollo_logo img {
  height: 83px !important;
}

.for_cmc_logo img {
  height: 110px !important;
}

.for_fortis_logo img {
  height: 70px !important;
}

.for_columbiaindiahospitals_logo img {
  height: 75px !important;
}

.for_hcgoncology_logo img {
  height: 75px !important;
}

.for_cloudnine_logo img {
  height: 85px !important;
}

/*******************hospitals end**********************/

/*******************hospital-details**********************/
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 9px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 12px;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

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

.team .member .social {
  font-size: 14px;
  margin-top: 3px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

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

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

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}



/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #0097b2;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 12px;
  position: relative;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #02b2d1;
}

.hospital_service {
  background: #fff;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  padding: 11px;
  min-height: 140px;
}

.service-icon img {
  width: 70px;
  padding: 9px;
  filter: saturate(16.5) brightness(0.5);
}

/*.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #0097b2;
  bottom: 0;
  left: calc(50% - 25px);
}*/

.services .description {
  line-height: 24px;
  font-size: 14px;
}

.View {
  text-align: center;
}

/*******************hospital-details end**********************/


/*******************career**********************/
.treatments_bannet_text {
  font-size: 20px !important;
  text-transform: none !important;
}

.shortcuts_icon {
  padding-right: 8px;
}

.shortcuts p {
  padding: 11px 0 0;
}

.career_form input {
  padding: 6px;
  font-size: 12px;
  height: 38px;
}

#career {
  padding: 0px;
}

#career img {
  width: 100%;
}

.career_banner {
  position: relative;
}

.career_banner h1 {
  position: absolute;
  bottom: 16%;
  right: 8%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.career_info_body {
  padding: 15px;
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.career_info_body p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}

.careers_info h2 {
  font-size: 17px;
  padding-top: 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}

.career_info p {
  font-weight: 600;
  color: #656262;
  font-size: 13px;
}

.career_info_body h2 {
  padding: 0;
  margin-bottom: 15px;
}

.careers {
  padding: 15px 0 15px 0;
}

.opportunities_info h3 {
  font-size: 18px;
}

.opportunities_info h4 {
  font-size: 15px;
}

.opportunities_info p {
  font-weight: 600;
  color: #656262;
  font-size: 13px;
  margin-bottom: 30px;
}

.opportunities_roles_info h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.opportunities_roles_info p {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 4px;
}

.opportunities_roles_info p span {
  font-size: 12px;
  color: #0097b2;
  padding-right: 6px;
}

.opportunities_roles_info strong {
  color: #0000FF;
}

/*******************career end**********************/

/*******************contact**********************/
.contact,
.contact .footer-top {
  background: none !important;
  padding: 0 !important;
  color: inherit !important;
  border-top: 0px solid #768fa6 !important;
  border-bottom: 0px solid #67839c !important;
  padding: 0 !important;
}

.contact .footer-top .footer-info p {
  font-size: 17px !important;
  line-height: 24px !important;
  margin-bottom: 0;
  color: #3a3939 !important;
}

.contact strong {
  padding-right: 10px !important;
}

.follow img {
  width: 200px;
}

/*******************contact end**********************/

.more {
  margin-top: -14px;
}

.footer_socal {
  padding: 15px 0 0;
  width: 162px;
}

#footer {
  background: #007f96;
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #007f96;
  border-top: 1px solid #768fa6;
  border-bottom: 1px solid #67839c;
  padding: 60px 0 30px 0;
}

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

#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: "Open Sans", sans-serif;
  color: #fff;
}

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

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

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#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: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 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;
}

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

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

#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: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #0097b2;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

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

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

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

.footer_link {
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

@media (min-width: 681px) {
  .mobile_footer_bar {
    display: none;
  }
}

@media (max-width: 680px) {

  /*.more{
    margin-top: 15px;
}*/
  .all_top #header-sticky-wrapper {
    height: auto !important;
  }

  #topbar .contact-info {
    position: absolute;
    font-size: 15px;
    top: 45px;
    width: 81px;
    right: 0px;
    font-weight: 600;
    z-index: 999;
    left: 118px;

  }

  .mobile_footer_bar nav {
    display: flex;
    justify-content: space-around;
    background-color: #333;
    padding: 12px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999;
  }

  .mobile_footer_bar .nav-item {
    width: 50%;
    font-size: 14px;
    align-items: center;
    text-decoration: none;
    color: white;
    /*padding: 12px 16px;*/
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
  }

  .nav_item_bro {
    border-right: 1px solid #ccc;
  }

  .mobile_footer_bar .nav-item i {
    font-size: 15px;
    padding-right: 10px;
  }


}

@media (max-width:575px) {
  #topbar .contact-info {
    position: absolute;
    font-size: 15px;
    top: 43px;
    right: 0px;
    font-weight: 600;
    z-index: 999;
    left: 45px;
  }

  .all_top {
    box-shadow: none;
    border-bottom: 1px solid #f1efef;
  }

  #main {
    padding-top: 265px;
    min-height: 475px;
  }

  .values .description {
    width: 50%;
  }

  #topbar .social-links p {
    font-size: 11px;
    font-weight: 600;
  }

  #topbar .contact-info {
    font-size: 11px;
    font-weight: 600;
  }

  /*#header .logo h1 {
    font-size: 20px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
}*/

  .logo .logos {
    top: -70px;
    position: absolute;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    width: 155px;
  }

  #topbar .sls {
    padding: 5px 3px 5px 8px;
  }

  #topbar .head_icon {
    padding: 5px;
  }

  #topbar .Logins {
    padding-left: 7px;
  }

  #hero h2 {
    font-size: 17px;
  }

  #header {
    height: 50px;
  }

  #hero p {
    width: 100%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
    font-size: 13px;
  }

  /*.about .about-content {
    padding: 40px 0;
}*/
}

@media (max-width:480px) {

  /*#topbar .contact-info {
    padding-left: 112px;
}*/
  .contact-info img {
    margin-left: 5px;
    width: 30px;
  }
}

@media (max-width:400px) {
  .follow img {
    width: 100%;
  }

  /*  #topbar .contact-info {
    padding-left: 125px;
}
.contact-info img {
    margin-left: 5px;
    width: 24px;
}*/
  .logo .logos {
    top: -70px;
    position: absolute;
  }

  #header .logo img {
    padding: 0;
    margin: 0;
    width: 155px;
  }

  /*#topbar .contact-info {
    padding-left: 56px;
}
.contact-info img {
    top: -8px;
    margin-left: 3px;
    width: 20px;
}*/
  .mobile_footer_bar .nav-item {
    font-size: 12px;
    padding: 0px 15px;
  }

  .mobile_footer_bar .nav-item i {
    font-size: 13px;
    padding-right: 8px;
  }
}

@media (max-width:370px) {
  .values .description {
    width: 100%;
    font-size: 12px !important;
  }

  .description span i {
    font-size: 10px;
  }

  .all_info {
    width: 100%;
    float: left;
    padding: 5px 1px 0;
  }
}

@media (max-width:346px) {
  .mobile_footer_bar nav {
    padding: 12px 0;
  }

  .mobile_footer_bar .nav-item {
    padding: 0px 14px;
  }

}
.goog-te-gadget{
  color: transparent !important;
}
.goog-te-gadget .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none;
}
.goog-te-gadget .goog-te-combo{
  padding: 5px;
}

@media  (min-width: 768px) and (max-width: 1025px){
  #topbar{
  padding-left: 195px;
  }
  .logo .logos {
    top: -115px;
}
#topbar .second_row .all_btn {
  background: #0097b2;
  padding: 10px 10px;
}
}
@media screen and (max-width: 767px){
  #topbar .second_row{
  /* padding-left: 210px; */
  margin-top: 5px;
  }
  #topbar .second_row .all_btn {
    background: #0097b2;
    padding: 10px 10px;
  }
  /* #hero {
    margin-top: 150px;
} */
}


.medical-visa-heading {
  font-size: 20px;
  font-weight: 600;
}

p,ul li {
  font-size: 14px;
}

.btn-link {
  font-weight: 600;
  color: #444;
  text-decoration: none;
  padding: 0px;
}

/* testimonial.php */
.testimonial {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.testimonial p {
  font-size: 16px;
  color: #333;
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.testimonial .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* gallery */
.gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}

.gallery-block.grid-gallery .heading h1 {
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
}

/* .gallery-block.grid-gallery a:hover {
  opacity: 0.8;
} */

.gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
  height: 235px;
  object-fit: cover;
  width: 100%;
}

.gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}
#baguetteBox-slider{
  top: 12% !important;
}

@media (min-width: 576px) {
  .gallery-block.grid-gallery .scale-on-hover:hover {
    /* transform: scale(1.05); */
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
/* img {
  -webkit-filter: hue-rotate(210deg) saturate(10);
} */



/* toaster */
#toast-container{
  z-index: 99999999999999 !important;
}

/* doctor list */
  
.doctor {
  border: 0px solid #ccc;
  border-radius: 5px;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.doctor h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}
.doctor p {
  margin-top: 5px;
}

/* Franchise Partner */

@media (min-width: 576px) {
  .partner_form {
      min-width: 650px;
      max-width: 650px;
  }
    }
    .partner_form {
      padding: 20px;
      margin: 0 auto;
      background: #ffffff59;
      -webkit-box-shadow: 3px 3px 23px -9px rgba(0, 0, 0, 0.86);
      -moz-box-shadow: 3px 3px 23px -9px rgba(0, 0, 0, 0.86);
      box-shadow: 3px 3px 23px -9px rgba(0, 0, 0, 0.86);
      border-radius:5px;
      
  }
  .partner_form input {
      border: 1px solid #eee;
      border-radius: 0 !important;
      padding: 5px 8px;
      color: #444;
  }
  
  
  
  .partner_form button:hover {
      background: #fff !important;
  }

  /* .testimonial */
  .gtco-testimonials {
    position: relative;
    /* margin-top: 30px; */
}

.gtco-testimonials h1 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #01b0f8;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #01b0f8;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;
}

.gtco-testimonials .card .card-img-top {
    max-width: 100px;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: 0 8px 20px -4px #95abbb;
    width: 100px;
    height: 100px;
}

.gtco-testimonials .card h5 {
    color: #000;
    font-size: 17px;
    line-height: 1.3;
}

.gtco-testimonials .card h5 span {
    font-size: 14px;
    color: #666666;
}

.gtco-testimonials .card p {
    font-size: 14px;
    color: #555;
    padding-bottom: 15px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 17px;
    color: #000;
}



.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
    #footer{
      padding-bottom: 50px;
    }
    .sub_category_info h3,
    .icon_1 i{
      text-align: left;
    }
    .all_info {
      padding: 5px 0px 0;
    }
    #doctor .media{
      display: inline;
    }
    #doctor .media img{
      float: left;
    }
    .doctor {
      padding: 0px;
      margin-bottom: 35px;
  }
  .career_banner h1 {
    bottom: 0%;
    right: 0;
    left: 49%;
    padding: 5px;
}
.treatments_bannet_text {
  font-size: 15px !important;
  text-transform: none !important;
}
.gallery-block.grid-gallery .item img {
  object-fit: contain;
}
.whatsapp_btn {
  padding: 7px 7px;
  color: #fff !important;
  font-size: 10px;
  font-weight: 500;
  border: 0px solid #0097b2;
}
#topbar a.text-dark{
  font-size: 11.5px;
}
.all_btn{
  font-size: 12px;
}
}
  
.modal {
  z-index: 9999999999;
}
.btn-close{
  background: transparent;
  border: none;
}