/**
* Template Name: Medilab - v4.8.1
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
	font-family: Roboto;
	src: url(Roboto-Regular.ttf);
}
@font-face {
	font-family: Myriad-Pro;
	src: url(MyriadPro-Light.otf);
}

body {
  /*font-family: "Roboto", sans-serif;*/
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
  color: #444444;
}
h3
{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important;
}
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #007bff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Raleway", sans-serif;*/
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  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: #298ce5;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #efefef;
  height: 30px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #565656;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  padding-top: 0;
  top: 30px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 100px;
  padding-top: 2%;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: rgb(16, 62, 107);
  color: #fff;
  border-radius: 15px;
  padding: 13px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: darkblue;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin-top: 3%;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  background: #fe2828;
  border-radius: 5px;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 9px 15px 8px 15px;
  color:white;
  border-left:1px solid #ff8686;
}

.navbar>ul>li:hover {
    background-color: rgb(239, 239, 239, 0.8);
}
.dropdown ul
{
    background-color: rgb(239, 239, 239, 0.9)
}
.navbar .dropdown li
{
    padding: 0.2rem 0.4rem;
    background-color: rgb(239, 239, 239, 0.8);
}

.navbar .dropdown li:hover {
    background-color: #fe2828;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  padding: 5px 2px;
  font-family:'Open Sans';
}

.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: black;
  border-color: #1977cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 0px 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: rgb(239, 239, 239, 0.4);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
  border-bottom: 1px solid #bbbbbb;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.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: #FFF;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown ul li:hover
{
    background:#fe2828;
}

.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: #2c4964;
  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;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 65, 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>ul>li {
  padding: 0;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c4964;
  border: none;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1977cc;
}

.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: #1977cc;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(63, 73, 83, 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: center;
  background-repeat: no-repeat;
}

/*#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}*/

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

/*#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}*/

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center!important;
  object-fit: cover;
}

#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: #d9232d;
}

#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: #d9232d;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
    height: 80vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 50vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 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: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 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(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  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;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: rgb(16, 62, 107);
  /*padding: 70px 0 60px;*/
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  /*background: #fff;*/
  color: white;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  /*background: #1977cc;*/
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans';
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-top:10px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  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;
}

.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: #badaf7;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .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;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}*/

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }

  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}*/

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}*/

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}*/

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.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: #badaf7;
  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 15px auto;
}

.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 #1977cc;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1977cc;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}*/

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding-bottom: 60px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 12px 5px 12px;
  display: inline-block;
  padding: 0 4px 6px 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #444;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #fff;
  font-family: "Roboto", sans-serif;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  border-color: #68A4C4;
  color: #68A4C4;
}
.portfolio .portfolio-item {
  background: #1e4356;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 4px;
  margin: 0 0 30px 0;
  height: 280px;
}
.portfolio .portfolio-item img {
  transition: all 0.3s ease-in-out;
  height: 280px;
    object-fit: cover;
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 1;
  position: absolute;
  transition: all 0.3s linear;
  text-align: center;
  top: 0%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: rgb(0 0 0 / 80%) 10px 0px 0px, rgb(0 0 0 / 80%) -10px 0px 0px;
  margin: 5%;
    width: auto;
}
.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  text-align:left;
}
.portfolio .portfolio-item .portfolio-info a i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 28px;
  transition: 0.3s;
}
.portfolio .portfolio-item .portfolio-info a i:hover {
  color: white;
}
.portfolio .portfolio-item:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
/*.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 30px);
}*/

/*--------------------------------------------------------------
# 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 #68A4C4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #68A4C4;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(30, 67, 86, 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;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 0px;
  margin-bottom:2%;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: gray;
  font-size: 14px;
  background: #f1f7fd;
}

#footer .footer-top {
  padding: 20px 0 10px 0;
  background: #292929;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

/*#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}*/

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5%;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: grey;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h4:after
{
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: 1px;
}

#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: #1c84e3;
  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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .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: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  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 .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}


/*Custom Styles */

@media (min-width: 1400px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl 
    {
        max-width: 1420px;
    }
}
#topbar .social-links a.active
{
    color:red;
}
.projectFactsWrap .item
{
    padding:40px 0;
}
.projectFactsWrap .item:nth-child(1) {
    background: rgb(3, 65, 124);
}
.projectFactsWrap .item:nth-child(2) {
    background: rgb(3, 51, 97);
}
.projectFactsWrap .item:nth-child(3) {
    background: rgb(16, 62, 107);
}
.projectFactsWrap .item:nth-child(4) {
    background: rgb(7, 55, 103);
}
.projectFactsWrap .item:nth-child(5) {
    background: rgb(11, 51, 90);
}
.projectFactsWrap .item:nth-child(6) {
    background: rgb(8, 57, 105);
}
section.counts
{
    padding:0;
}
.projectFactsWrap .item .underlinecls {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    counter-reset: line;
    list-style-type: none;
}
.partners .list-group li:hover {
    background: #03417c;
}
.partners .list-group li:hover > .flex-column a
{
    color:white;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.partners .list-group li {
    list-style: none;
    padding: 1.45rem 1.25rem;
    counter-increment: step-counter;
    background: #efefef;
    border-radius: 0px;
    /* box-shadow: 0 7px 17px rgb(218 218 218 / 70%); */
}
.partners .list-group li .flex-column a {
    text-decoration: none;
    color: #000;
}
.partners .list-group li::before {
    counter-increment: line;
	content: counter(line);
    font-size: 121%;
    height: 38px;
    background-color: rgb(3, 65, 124);
    color: white;
    margin-right: 1rem;
    font-weight: bold;
    padding: 3px 15px;
}
.flex-column {
    flex-direction: column!important;
}
.carousel-control-next, .carousel-control-prev
{
    top: 5%;
}
.enquiry-field {
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    margin-top: 0;
    page-break-inside: avoid;
    -webkit-transition: background-color 200ms cubic-bezier(0,0,0.2,1);
    transition: background-color 200ms cubic-bezier(0,0,0.2,1);
    box-shadow:0 1px 3px rgb(36 39 44 / 15%);
}
.fixed-top
{
    position: sticky;
}
.enquiry-head
{
   background-color: #142fc9;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 34px;
    margin-top: 0;
    color:white;
    page-break-inside: avoid;
    -webkit-transition: background-color 200ms cubic-bezier(0,0,0.2,1);
    transition: background-color 200ms cubic-bezier(0,0,0.2,1); 
}
.form-control
{
    border: 0;
    border-bottom: 1px solid #ced4da;
    outline:none;
    border-radius: 0px;
    font-size: 18px;
    padding-left: 0!important;
    color: black!important;
    padding-top: 3%!important;
}
select.form-control
{
   font-size: 15px; 
}
.form-control:focus
{
    border-color: rgb(180, 180, 184);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
    outline: 0 none;
}
.mendatory
{
    color:red;
}
.enquiry-head h2
{
    font-size: 23px;
    font-weight: 600;
}
.latest-news
{
    background:black;
    color:white;
    height: 30px;
    font-size: 14px;
    padding-top: 0.2%;
}
.announcement
{
    background: #efefef;
}
#main .container
{
    max-width: 1120px;
}
.publication-announce img
{
    margin:auto;
    display:block;
    max-width: 100%;
    height: auto;
}
.latest-news span
{
    margin-right: 35px;
}
.footer-social a
{
    background: #1877f2;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    margin-right: 10px;
    transition: 0.7s all;
    border: 1px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-top h4
{
    margin-bottom: 20px!important;
    font-size: 18px!important;
}
.slider-content
{
    position: relative;
    padding: 40px 56px;
    overflow: hidden;
}
.slider-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #03417c;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 4% 0, 40% 100%, 0 100%);
}
.slider-content h2
{
    font-size: 50px;
    font-weight: 700;
    margin: 5px 0 15px;
    word-spacing: 3px;
    color: #03417c;
    text-shadow: 1px 1px 0px #ffff, 2px 0px 0px rgb(0 0 0 / 15%);
    text-align:left;
}
.latest-announcement
{
    background:#ffffff;
    height:605px;
}
.news-content {
    font-size: 14px;
    border-bottom: solid 1px #eae6e6;
    padding-bottom: 6px;
}
.news-content .news-blog {
    padding: 0.3rem 1rem;
}
.news-content .news-blog a {
    color: #03417c;
}
a.social.twitter {
    background: #00acee;
    color: #fff;
}
a.social.linkedin {
    background: #0e76a8;
    color: #fff;
}
a.social.facebook {
    background: #1877f2;
    color: #fff;
}
.contact-details
{
    border-right:1px solid grey;
    height:100%;
}
.copyright
{
    border-top:1px solid grey;
    padding-top: 1%;
}
.pl-0
{
    padding-left:0;
}
.pr-0
{
    padding-right:0;
}
.bluecls,.bluecls a
{
    color:#007bff;
}
.sellevverifyinput {
    text-align: left;
    padding-left: 10px;
    top: 16px;
    letter-spacing: 8px;
    width: calc(100% - 30px);
    box-shadow: none;
    background-color: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-appearance: none;
    border: none;
    border-radius: 3px;
    -webkit-text-fill-color: #24272c;
    box-sizing: border-box;
    touch-action: manipulation;
    outline: 0;
}
.otp_msg input[type="tel"]
{
    height: 50px !important;
    line-height: 51px;
    border-radius: 8px;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    background: #f2f3f7;
    text-shadow: 0 0 0 #24272c;
    padding: 7px 7px 7px 7px;
    border: solid 1px #f2f3f7;
    width: 10%;
    text-align:center;
}
#logtimer_div
{
    margin-top: 3%;
    margin-left: 5%;
    font-size: 14px;
    color: #007FFF;
}
.otp_msg
{
    display:none;
    color:darkred;
}
.verifyotpbtn
{
    width: 19%;
    float:right;
}
#resendotp_btn
{
    display:none;
    position: absolute;
    right: 25%;
    margin-top: 3%;
    font-size: 14px;
    color: #007FFF;
    cursor:pointer;
}
.request-detail > p
{
    font-family: "Myriad-Pro", Arial;
    font-size:22px;
    margin-bottom:2%;
}
.request-detail h2
{
    margin-top:6%;
}
.request-detail .mandatory-info
{
    color:black;
    font-size:18px;
    font-weight:900;
    margin-bottom:4%;
    font-family: "Roboto", sans-serif;
}
.success-detail p
{
   margin-left: 4%;
    font-family: "Myriad-Pro", Arial;
    font-size: 20px;
    font-weight: 600;
    color: gray;
}
#submitbtn
{
    font-weight:600;
    color:white;
    font-size:18px;
    width:15%;
    border: 1px solid #DF9926;
    background-color: #DF9926;
    border-radius:0;
}
#submitbtn:hover
{
    background:transparent;
    border:2px solid #121212;
    color:black;
}
.otp_msg h4
{
    color: black;
    font-weight: 600;
}
.fixed-button {
    position: fixed;
    right: -29px;
    z-index: 11;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
}
.fixed-button a {
    background: #00a651;
    border-radius: 0px;
    font-size: 20px;
    border: 1px solid #fff;
    font-weight: 400;
    text-shadow: 2px 0 0 black;
    padding: 0.2rem 1em;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.fixed-button:hover a
{
  background-color: #f44336;
  color: #fff;
}
.start-menu
{
    background: #333333;
    background: -webkit-linear-gradient(to top, #dd1818, #333333);
    background: linear-gradient(to top, #dd1818, #333333);
    color:white;
	position: fixed;
	bottom: 0px;
	left: 0px; 
	z-index:100;
	padding:6px;
	border-radius:2px;
	width:250px;
}
.chatbox
{
    background: #e10f24;
    color:white;
	position: fixed;
	bottom: 0px;
	right: 15px; 
	z-index:100;
	padding:15px;
	border-radius:5px;
	width:280px;
	font-size:14px;
	text-align:left;
}
.navbar .fitt-login ul
{
    right:0px!important;
    left:inherit;
    background-color: #fff!important;
}
.navbar .fitt-login ul li
{
    min-width:100px;
}
.navbar .fitt-login:hover
{
    background-color: transparent;
}
.navbar .dropdown li:hover {
    background-color: #fff;
}

.fitt-login i
{
    font-size:20px!important;
    
}
.fitt-login
{
    background: darkblue;
    padding: 9px 9px!important;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.fitt-login:hover
{
    background: darkblue!important;
    color:white!important;
}
.fitt-login:hover i
{
    color:white!important;
}
.banner-img {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    /* margin-bottom: 5rem; */
    color: #fff;
    z-index: 1;
}
.banner-img .banner_box {
    background: #03417c;
    height: 280px;
}
.banner_box {
    background-size: cover !important;
}
.banner-img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #03417c;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}
.breadcrumb {
    padding: 15px 15px 15px 50px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: -30px;
    position: relative;
    z-index: 11;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 2rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
}
.banner-img .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 111;
}
.banner-img h2
{
    font-size: 60px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.banner_container
{
    background-color: #03417c;
    padding: 9rem 2rem;
    margin-top: 2%;
}
.fitt-governance h2
{
    font-size: 40px;
}
.hbox {
    background-color: #f2f2f2;
    border-radius: 10px;
    border-style: dotted;
    border-width: 1px;
    padding: 20px 10px;
    text-align: center;
    cursor: auto;
}
.bg-white {
    background-color: #fff!important;
}
.tbox {
    background-color: #fbfbfb;
    border-radius: 10px;
    border-style: dotted;
    border-width: 1px;
    padding: 20px 10px;
    text-align: center;
    cursor: auto;
}
.tbox:hover {
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #240b36, #c31432);
    color: white;
}
.tbox small
{
    font-size: 80%;
        display: block;
    font-weight: 400;
}
.tbox h6
{
    font-weight: 600;
}
.hbox h5
{
    font-weight: 600;
    color: black;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.team .title h4 {
    font-size: 18px;
    color: #02417c;
    font-weight: 700;
    margin-bottom: 5px;
}
.box-inner .text span {
    font-size: 13px;
    font-weight: 500;
    color: #817e7e;
}
.box-inner .text span {
    font-size: 13px;
    font-weight: 500;
    color: #817e7e;
}
.team p i {
    margin-right: 0.5rem;
    color: #03417c;
    font-size: 18px;
}
.team p {
    font-size: 13px;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
    color: #02417c;
}
.box-inner hr
{
    margin:0.5rem 0;
}
.cs-border {
    border: 1px solid #00000045;
    width: 100%;
    margin: 10px 10px;
}
.team .box-part {
    height: 100%;
    border-radius: 6px;
    background: #f1f1f1;
    cursor: pointer;
    padding:1rem;
}
.team .box-part img {
    height: 215px!important;
    width: 300px;
}
.team .box-part .box-inner {
    padding: 1rem 0rem;
}
.box-inner a
{
    display:block;
}
.main-team a
{
    display:inline;
}
.list-cls h4
{
    font-size: 23px;
    color: black;
    font-weight: 600; 
}
.list-cls h5
{
    color: black;
    font-weight: 600; 
}
blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
    border-left: 5px solid #eee;
    padding: 10px 20px;
    margin: 0 0 1rem;
}
.list-cls ul
{
    padding-left:0;
}
.list-cls ul li
{
    list-style:none;
    padding: 0.4%;
}
.list-cls ol li
{
    padding: 1%;
}
.list-cls ul li:before
{
    content: "\2713";
    color: #03417c;
    margin-right: 1.5%;
    font-weight: 900;
}
.download-box
{
    background: #efefef;
    padding: 3rem 1rem;
}
.download-box h5
{
        padding-bottom: 20px;
        text-align:center;
        color:black;
}
.download-box a
{
    background-color:#00d084;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    color:white;
    line-height: 1.5;
}
.dwd-button
{
    text-align:center;
}
.table thead th {
    background-color: #03417c;
    color: #fff;
    border: 1px solid #D9E4E6;
    vertical-align: bottom;
    white-space: nowrap;
}
.table td:first-child {
    text-align: center;
}
.table td, .table th
{
    padding: 0.75rem;
}
.conference-cls .col-md-4
{
    padding:1%;
}
.conference-cls img
{
    width: 100%;
    height: 300px;
}
.block-bg
{
    background: #efefef;
    padding: 3rem 1rem;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
.fitt-image img
{
    width:100%;
    height:200px;
    object-fit:contain;
}
.fitt-image.size-large img
{
    width:100%;
    height:auto;
    object-fit:contain;
}
.text-right
{
    text-align:right;
}
.app-form
{
    font-size: 27px;
    font-weight: 400;
    text-align: right;
}
.blockquote-cls p
{
  text-align:right;  
}
.incubated_company {
    background-color: #f7f7f7;
    padding: 1rem 1.5rem;
    height: 100%;
    padding-bottom: 30px;
}
.pg-team-mg {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}
.incubated_company h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #02417c;
}
.btn.btn-own {
    background-color: #03417c;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-bottom: 7px;
    margin-right: 10px;
    padding: 8px 10px;
}
.incubated_company a {
    font-weight: 700;
    padding: 10px 13px;
    border-radius: 3px;
}
.has-vivid-cyan-blue-color
{
      color: #0693e3;
}
.block-bg, .bg-block {
    background: #efefef;
    padding: 3rem 1rem;
}
.image-holder {
    height: 180px;
    line-height: 150px;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
    border-radius: 15px;
}
.image-holder img {
    width: 50%;
    line-height: 100%;
    margin: auto;
}
.fitt-mob-login
{
    display:none;
}
.contact-form
{
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
.contact-form h3
{
    text-align:center;
    font-size:20px;
    margin-top:2%;
}
.user-info,.user-info .mt-3
{
    margin-top:0!important;
}
.enquiry-head-title
{
    width:74.5%;
}
.btn-blue,.btn-blue:hover
{
    width:150px;
    background-color: #03417c;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin:auto;
    padding: 8px 12px;
}
.modal-open .modal,.btn:focus{
    outline:none!important
}
/* Responsive */
@media screen and (max-width: 1400px) 
{
    #header .logo img
    {
        width:80%;
    }
    .navbar>ul>li
    {
        padding: 6px 10px 6px 10px;
    }
    .navbar a, .navbar a:focus
    {
        font-size: 12px;
    }
    .plus-cls
    {
        right: 42px!important;
    }
}
@media screen and (max-width: 1281px) 
{
   #hero .carousel-control-prev, #hero .carousel-control-next
   {
       display:none;
   }
   .plus-cls
    {
        right: 32px!important;
    }
}
@media screen and (max-width: 1200px) 
{
    .plus-cls
    {
        right: 22px!important;
    }
    #header .logo img
    {
        width:100%;
    }
     .navbar>ul>li {
    padding: 14px 4px 12px 4px;
    }
    .navbar a, .navbar a:focus,.navbar .dropdown ul a
    {
        font-size: 10px;
    }
    .size-large img
    {
        width:100%;
    }
    .has-vivid-cyan-blue-background-color
    {
        width: 18%!important;
    }
    .footer-social a
    {
        padding: 10px 11px;
    }
    .bbif-container
    {
        overflow: scroll;
    }
    
}
@media screen and (max-width: 991px) 	
{
    .plus-cls
    {
        right: 95px!important;
    }
    .enquiry-head
    {
        padding: 10px!important;
    }
    .enquiry-head-title
    {
        width: 100%!important;
    }
    .container, .container-md, .container-sm
    {
        max-width: 955px;
    }
    .projectFactsWrap .mt-5
    {
        margin-top:0!important;
    }
    .leader-team .img-fluid
    {
        height: 250px;
        object-fit: contain;
    }
    .mySlides img
    {
        width: 700px!important;
    }
	.fitt-login
	{
		display: none;
	}
	.fitt-mob-login
    {
        display:block;
    }
    .navbar>ul>li:hover,.navbar .dropdown li
    {
        background-color:#fff;
    }
    .navbar-mobile .dropdown ul a {
        padding: 5px 10px;
            font-size: 13px;
    }
    .table {
    width: 100%!important;
            font-size: 14px;
    }
    .navbar>ul>li {
        padding: 4px 4px 4px 4px;
    }
    .banner-img h2
    {
        font-size: 36px;
    }
    .copyright-cls
    {
            margin-top: 5%;
    }
    .incubated_company a
    {
        padding: 10px 11px;
    }
}

@media screen and (max-width: 500px) 	
{
    #hero {
    height: 50vh;
    }
    .projectFactsWrap .item.mt-5
    {
        margin-top:0!important;
    }
    .plus-cls
    {
            top: 28px!important;
            right: 116px!important;
    }
    .icon-boxes h6,.video-box h6,.icon-boxes h5
    {
        text-align:center;
        margin-top:2%!important;
        margin-bottom:3%!important;
    }
    .footer-social a
    {
        width: 20px;
        height: 20px;
        padding: 5px 10px;
    }
    .copyright-cls
    {
        margin-top: 5%;
    }
    .table_div h5
    {
        font-size: 14px!important;
        width: 60%;
    }
    .btn.btn-own
    {
            font-size: 14px;
    }
    .banner-img .banner_box
    {
        height: 200px;
    }
    .banner-img h2 {
        font-size: 25px;
    }
    .banner_container
    {
        padding: 6rem 2rem;
    }
    .pg-page-content .offset-1
    {
        margin-left:0;
    }
    .team .img-fluid
    {
        width:100%;
    }
    .list-cls h4
    {
            font-size: 18px;
    }
    .app-form {
        font-size: 21px;
    }
    blockquote
    {
            font-size: 17px;
    }
    .nidhi-seed-cls h4
    {
            font-size: 17px;
    }
    .techimg img {
    width: 100%!important;
    }
    .enquiry-head h2
    {
        font-size: 48px!important;
    }
    .enquiry-container h2
    {
        font-size: 41px!important;
    }
    .request-detail > p
    {
            font-size: 19px;
    }
    #submitbtn
    {
        width: 155px;
    }
    #slider-wrap
    {
        width: 300px;
        height: 400px;
    }
    #slider-wrap ul#slider li
    {
        width: 300px;
        height: 300px;
    }
}
