/**
* Template Name: Medilab
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.container-index-boxes {
  display: flex;
  justify-content: flex-start;
}

.anchor {
  display: block;
  height: 115px;
  /*same height as header*/
  margin-top: -115px;
  /*same height as header*/
  visibility: hidden;
}

#slidingDiv {
  display: none;
}

.parent-element {
  text-align: left;
}

.hidden-element {
  display: none;
}

.parent-element:hover .hidden-element {
  color: blue;
  display: block;
  margin: auto;
  height: 50px;
  width: 200px;
  border: 1px solid green;
  border-radius: 5px;
}

:root {
  --purple: #2c4964; 
  --red: #1977cc;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 450px;
  background-color: var(--purple);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  margin-left: 30px;
  font-family: system-ui;
  z-index: 1000;
}

#gdpr-cookie-message h4 {
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 550;
  margin-bottom: 15px;
  margin-top: 15px;
}

#gdpr-cookie-message p {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}

.moreinfo {
  color: var(--red);
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message a {
  color: white;
}

#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: var(--red);
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
  border: none;
  background: var(--red);
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  padding: 10px 50px;
  border-radius: 5px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: white;
  color: var(--red);
  transition: all 0.3s ease-in;
}

.astext {
  background:none;
  border:none;
  margin:0;
  padding:0;
  cursor: pointer;
}


.cookie-customise-content {
  display: none;
}

.checkbox_item .checkbox_wrap{
	position: relative;
	display:inline-flex;
	cursor: pointer;
}

.checkbox_item:last-child .checkbox_wrap{
	margin-bottom: 0;
}

.checkbox_item .checkbox_wrap .checkbox_inp{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox_item .checkbox_wrap .checkbox_mark{
	display: inline-block;
	position: relative;
	border-radius: 25px;
}

.checkbox_item .checkbox_wrap .checkbox_mark:before,
.checkbox_item .checkbox_wrap .checkbox_mark:after{
	content: "";
	position: absolute;
	transition: all 0.5s ease;
}


/* basic styles */
.checkbox_item.citem_1 .checkbox_wrap .checkbox_mark{
	background: #f0f0f0;
	width: 60px;
	height: 30px;
	padding: 2px;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_mark:before{
	top: 1px;
	left: 2px;
	width: 29px;
	height: 29px;
	background: #fff;
	border-radius: 50%;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark{
	background: #34bfa3;
}

.checkbox_item.citem_1 .checkbox_wrap .checkbox_inp:checked ~ .checkbox_mark:before{
	left: 30px;
}

/*--------------------------------------------------------------
# Tooltip
--------------------------------------------------------------*/

.help-text {
  display: inline;
  position: relative;
}

.help-text:hover .help-icon {
  display: block;
}

.help-text:hover .uim-icon {
  display: block;
}

.help-icon {
  display: none;
  position: absolute;
  top: -125px;
  /* Adjust this value to position the image correctly */
  left: -40px;
  width: 180px;
}

.uim-icon {
  display: none;
  position: absolute;
  top: -80px;
  /* Adjust this value to position the image correctly */
  left: 20px;
  width: 80px;
}

/*--------------------------------------------------------------
# Feature slideshow
--------------------------------------------------------------*/
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.active-dot {
  background-color: #717171;
}

/* Fading animation */
.fade-slideshow {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

/*--------------------------------------------------------------
# Zoom feature
--------------------------------------------------------------*/

.zoom {
  padding: 20px;
  transition: transform .2s;
  margin: 0 auto;
  background: transparent;
}

.zoom:hover {
  background: transparent;
  transform: scale(1.1);
}

ul.countries {
  column-count: 2;
  column-rule: 1px solid #dadbe1;
  column-gap: 3.7rem;
  column-fill: auto;
  /*balance*/
  column-rule-color: #eaeaf1;
  column-width: auto;
  display: inline-block;
  height: 40vh;
  /*auto*/
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.countries li {
  text-align: center;
  list-style: none;
  align-items: center;
  display: block;
  position: relative;
  break-inside: avoid;
  height: 4vh;
}

ul.countries li:hover {
  transform: scale(1.2);
  transition: transform .2s;
}

/*--------------------------------------------------------------
# Fancy button
--------------------------------------------------------------*/
.pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
}

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to left,
      #1977cc 0%,
      #1977cc 100%);
  /*background: linear-gradient(
      to left,
      hsl(216, 100%, 16%) 0%,
      hsl(216, 100%, 32%) 8%,
      hsl(216, 100%, 32%) 92%,
      hsl(216, 100%, 16%) 100%
    );*/
  /*background: linear-gradient(
      to left,
      hsl(340deg 100% 16%) 0%,
      hsl(340deg 100% 32%) 8%,
      hsl(340deg 100% 32%) 92%,
      hsl(340deg 100% 16%) 100%
    );*/
}

.front {
  display: block;
  position: relative;
  height: 130px;
  width: 220px;
  padding: 20px 42px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: black;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.front-submit {
  display: block;
  position: relative;
  height: 70px;
  width: 160px;
  padding: 20px 42px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: black;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.pushable:hover .front {
  background: LightGray;
  transform: translateY(-8px);
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable:hover .front-submit {
  background: LightGray;
  transform: translateY(-8px);
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable:active .front {
  transform: translateY(-2px);
  transition: transform 34ms;
  background-color: LightGray;
}

.pushable:active .front-submit {
  transform: translateY(-2px);
  transition: transform 34ms;
  background-color: LightGray;
}

.pushable:hover .shadow {
  transform: translateY(4px);
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable:active .shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable:focus .front {
  background-color: LightGray;
}

.button-text {
  font-size: 18px;
  font-weight: 550;
}

.pushable:disabled .front-submit,
.pushable:disabled .shadow {
  transform: none !important;
  transition: none !important;
  background-color: LightGray;
  box-shadow: none;
}


/*--------------------------------------------------------------
# UIM buttons
--------------------------------------------------------------*/
.pushable-uim {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
}

.shadow-uim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.edge-uim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(to left,
      #717579 0%,
      #717579 100%);
  opacity: 90%;
}

.front-uim {
  display: block;
  position: relative;
  height: 60px;
  width: 250px;
  padding: 10px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: black;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.front-submit-uim {
  display: block;
  position: relative;
  height: 70px;
  width: 160px;
  padding: 20px 42px;
  border-radius: 8px;
  font-size: 1.25rem;
  color: black;
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform 600ms cubic-bezier(.3, .7, .4, 1);
}

.pushable-uim:hover .front-uim {
  background: LightGray;
  transform: translateY(-8px);
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable-uim:hover .front-submit-uim {
  background: LightGray;
  transform: translateY(-8px);
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable-uim:active .front-uim {
  transform: translateY(-2px);
  transition: transform 34ms;
  background-color: LightGray;
}

.pushable-uim:active .front-submit-uim {
  transform: translateY(-2px);
  transition: transform 34ms;
  background-color: LightGray;
}

.pushable-uim:hover .shadow-uim {
  transform: translateY(4px);
  transition:
    transform 250ms cubic-bezier(.3, .7, .4, 1.5);
}

.pushable-uim:active .shadow-uim {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pushable-uim:focus .front-uim {
  background-color: LightGray;
}

.button-text-uim {
  font-size: 14px;
  font-weight: 450;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-group {
  margin-bottom: 1rem;
}

label {
  padding: 8px;
}

input {
  border: 1px solid silver;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  opacity: 70%;
}

input:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}

input:focus {
  background-color: white;
}

textarea {
  width: 100%;
  height: 100px;
  padding: 8px;
  opacity: 70%;
  box-sizing: border-box;
  border: 1px solid silver;
  border-radius: 5px;
}

textarea:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

input[type=radio],
input.radio {
  float: left;
  clear: none;
  margin: 2px 0 0 2px;
}

.input-checkbox {
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.dropdown-select {
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1rem;
}

.dropdown-select select {
  appearance: none;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid silver;
  color: black;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  opacity: 70%;
}

.dropdown-select select:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.94);
}

.dropdown-select::before,
.dropdown-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 2rem;
  pointer-events: none;
}

.dropdown-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.dropdown-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.submit-button {
  padding-top: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/*--------------------------------------------------------------
# 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;
  animation: animate-preloader 1s linear infinite;
}

@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: #fff;
  height: 40px;
  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: #437099;
  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;
}

@media (max-width: 500px) {
  #topbar {
    background: #fff;
    height: 40px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  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: 40px;
}

@media (max-width: 500px) {
  #header {
    padding: 10px 0;
  }
  #header .logo img {
    max-height: 22px;
  }
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #1977cc;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #166ab5;
  color: #fff;
}

@media (max-width: 1000px) {
  .appointment-btn {
    padding: 6px 10px;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 11px;
  }
}

@media (max-width: 1050px) {
  .appointment-btn {
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2c4964;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #fff;
  padding: 5px 2px;
}

.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: #1977cc;
  border-color: #1977cc;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.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: #1977cc;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #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 {
  background: url("../img/Hero6.jpg") no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: fill;
  width: 100%;
  height: 100%;
}*/

#hero {
  background: url("../img/Hero_08.png") 0 119px no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0;
  padding-bottom: 0;
}


#hero .container {
  padding-top: 42%;
  position: flex;
}

#hero img {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 6%;
  filter: drop-shadow(20px 20px 1rem white);
}


#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#hero h2 {
  color: #1c84e3;
  margin: 10px 0 0 0;
  font-size: 24px;
}

@media (min-width: 300px) {
  #hero img {
    top: 12%;
    left: 5%;
  }
}

@media (min-width: 350px) {
  #hero img {
    top: 14%;
    left: 5%;
  }
}

@media (min-width: 390px) {
  #hero img {
    top: 13%;
  }
}

@media (min-width: 430px) {
  #hero img {
    top: 11%;
  }
}

@media (min-width: 500px) {
  #hero img {
    top: 18%;
  }
}

@media (min-width: 750px) {
  #hero img {
    top: 14%;
  }
}

@media (min-width: 800px) {
  #hero img {
    top: 10%;
  }
}

@media (min-width: 1000px) {
  #hero img {
    top: 21%;
  }
}

@media (min-height: 1000px) and (min-width: 1000px) {
  #hero img {
    top: 11%;
  }
}

@media (min-width: 1400px) {
  #hero img {
    top: 18%;
    left: 3%;
  }
}

@media (min-width: 1600px) {
  #hero img {
    top: 26%;
  }
}

@media (max-width: 1300px) {
  #hero {
    background: url("../img/Hero_08.png") 0 70px no-repeat;
    background-size: contain;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #hero .container {
    padding-top: 55%;
  }
}


/*--------------------------------------------------------------
# Hero About Section
--------------------------------------------------------------*/
#hero-about {
  width: 100%;
  height: 15vh;
  /*height: 65vh;
  background: url("../img/about/group.jpg") 0 119px no-repeat; 
  background-size: fill;
  margin-bottom: 20px;
  align-items: center; */
}

#hero-about .container {
  position: flex;
}

#hero-about h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

#hero-about h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero-about .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero-about .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero-about {
    background-attachment: scroll;
  }
}

@media (max-width: 992px) {
  #hero-about {
    margin-bottom: 0;
    height: 44vh;
    padding-bottom: 0;
  }

  /* #hero-about .container {
    padding-bottom: 63px;
  } */

  #hero-about h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero-about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 600px) {
  #hero-about {
    height: 110vh;
  }
}

/*-------1-------------------------------------------------------
# vidbanner Section CSS
--------------------------------------------------------------*/

.vidbanner {
  padding-top: 0;
}

/*-------1-------------------------------------------------------
# inner page Section CSS
--------------------------------------------------------------*/

.inner-page {
  padding-top: 0;
}

/*--------------------------------------------------------------
# inner page Hero Section
--------------------------------------------------------------*/

#main-hero {
  background: url("../img/Hero_08.png") no-repeat;
}

#crm-hero {
  background: url("../img/onestim/Banner_001_CRM.png") 0px 120px no-repeat;
}

#mep-hero {
  background: url("../img/onestim/Banner_001_MEP.png") 0px 120px no-repeat;
}

#about-hero {
  background: url("../img/about/group.jpg") 0px 120px no-repeat;
}

#main-hero,
#crm-hero,
#mep-hero {
  width: 100%;
  height: 100%;
  background-size: auto;
  background-size: contain;
  padding: 0 0 !important;
  background-attachment: scroll;
}

#about-hero {
  width: 100%;
  height: 100%;
  align-items: center;
  background-size: auto;
  background-size: contain;
  padding: 0 0 !important;
  background-attachment: scroll;
}

#main-hero .container,
#crm-hero .container,
#mep-hero .container,
#about-hero .container {
  position: flex;
}

.disclaimer p {
  color: white;
  font-weight: bold;
}

@media (max-width: 3500px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 38vh;
  }
  .disclaimer p {
    margin: 360% 20% 0 -20%;
  }
}

@media (max-width: 1950px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 54vh;
  }
  .disclaimer p {
    margin: 280% 0 0 -10%;
  }
}

@media (max-width: 1840px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 56vh;
  }
  .disclaimer p {
    margin: 280% 0 0 -10%; 
  }
}


@media (max-width: 1440px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 48vh;
  }
  .disclaimer p {
    margin: 280% -10% 0 -20%;
    font-size: small;
  }
}

@media (max-width: 1200px) { 

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 44vh;
  }
  .disclaimer p {
    margin: 180% -10% 0 -20%;
  }
}

@media (max-width: 1024px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 30vh;
  }
  .disclaimer p {
    margin: 160% 0% 0 -30%;
  }
}

@media (max-width: 992px) { 

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 24vh;
  }
  .disclaimer p {
    margin: 160% 0% 0 -20%;
  }
}

@media (max-width: 768px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 34vh;
  }
  .disclaimer p {
    margin: 140% 0 0 -30%;
  }
}

@media (max-width: 600px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 30vh;
  }
  .disclaimer p {
    margin: 360% 20% 0 -20%;
  }
}

@media (max-width: 560px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 36vh;
  }
  .disclaimer p {
    margin: 360% 20% 0 -20%;
  }
}

@media (max-width: 430px) { --done

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 28vh;
  }
  .disclaimer p {
    margin: 120% 0 0 -0%;
    font-size: x-small;
    font-weight: bold;
  }
}

@media (max-width: 375px) { --done

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 36vh;
  }
  .disclaimer p {
    margin: 130% 0 0 -50%;
    font-size: X-SMALL;
  }
}

@media (max-height: 600px) {

  #crm-hero,
  #mep-hero,
  #about-hero {
    height: 65vh;
  }
}

/* .inner-hero h1 {
  margin: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #2c4964;
}

.inner-hero h2 {
  color: #2c4964;
  margin: 10px 0 0 0;
  font-size: 24px;
} */

/* .inner-hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
} */

/* .inner-hero .btn-get-started:hover {
  background: #3291e6;
} */


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  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: #000;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  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: 15px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 10px;
}

.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;
}

.why-us .icon-boxes .top-half {
  border-radius: 15px 15px 0px 0px;;
  height: 60%; 
  width: 100%;
  background-color: #f1f7fd; 
}
/*
.why-us .icon-boxes .top-half:hover {
  background-image: url('assets/img/Buttons/COI_red.png');
  background-position: right;
	animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-o-animation: animatedBackground 10s linear infinite;
}*/

@keyframes animatedBackground {
	0% { background-position: 0 50%; }
	100% { background-position: -410px 50%; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 50%; }
	100% { background-position: -410px 50%; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 50%; }
	100% { background-position: -410px 50%; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -410px 50%; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -410px 50%; }
}

/*--------------------------------------------------------------
# OneStim Manuals
--------------------------------------------------------------*/
.onestim_manuals .content {
  padding: 30px;
  /* background: #1977cc; */
  border-radius: 4px;
  color: #000;
}

.onestim_manuals .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.onestim_manuals .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;
}

.onestim_manuals .content .more-btn i {
  font-size: 14px;
}

.onestim_manuals .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.onestim_manuals .icon-boxes .icon-box {
  text-align: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 40px 30px;
  width: 100%;
}

.onestim_manuals .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 10px;
}

.onestim_manuals .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.onestim_manuals .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 14px;
  color: black;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 500;
  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: 44px;
  height: 44px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 30px;
}

.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: 500;
  margin-bottom: 10px;
  font-size: 16px;
}

.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: contain;
  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;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  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;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
}

.tabs {
  padding: 20px;
}

.tabs input[name=tab-control] {
  display: none;
}

.tabs .content section h2,
.tabs ul li label {
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}

.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label br {
  display: none;
}

.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
  fill: #bec5cf;
}

.tabs .slider {
  position: relative;
  width: 50%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}

.tabs .content {
  margin-top: 30px;
}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs .content section h2 {
  color: #428BFF;
  display: none;
}

.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  color: #428BFF;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
  fill: #428BFF;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.slider {
  transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
  display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  color: #428BFF;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
  fill: #428BFF;
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.slider {
  transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }

  .tabs ul li label br {
    display: initial;
  }

  .tabs ul li label svg {
    height: 1.5em;
  }
}

@media (max-width: 800px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }

  .tabs .content {
    margin-top: 20px;
  }

  .tabs .content section h2 {
    font-size: 10px;
    display: block;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  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: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# 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;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(25, 119, 204, 0.2);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #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: rgba(255, 255, 255, 0.3);
}

.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;
  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 {
  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;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}


/*--------------------------------------------------------------
# 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);
}

/*--------------------------------------------------------------
# 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;
  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: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #1c84e3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #f1f7fd;
}

#footer .footer-padding {
  padding-left: 15em;
  padding-right: 15em;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 20px;
}

#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: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  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: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1.3;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter img {
  width: 90%;
  align-items: left;
}

#footer .footer-newsletter h4 {
  font-size: 21px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
  padding-right: 6px;
}

#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;
}

@media (min-width: 300px) {
  #footer {
    align-items: block;
  }

  #footer .footer-padding {
    padding-left: 2em;
    padding-right: 2em;
  }

  #footer .footer-newsletter h4 {
    font-size: 12px;
  }

  #footer .footer-newsletter img {
    width: 60%;
  }
}

@media (min-width: 750px) {
  #footer .footer-newsletter h4 {
    font-size: 11px;
    position: relative;
    top: -20%;
  }

  #footer .footer-newsletter img {
    position: relative;
    width: 50%;
    top: -10%;
  }
}

@media (min-width: 850px) {
  #footer .footer-newsletter h4 {
    font-size: 13px;
  }
}

@media (min-width: 1000px) {
  #footer .footer-newsletter img {
    width: 70%;
    position: static;
  }

  #footer .footer-newsletter h4 {
    font-size: 10px;
    position: static;
  }

  #footer .footer-top .footer-contact h3 {
    font-size: 13px;
  }

  #footer .footer-top .footer-contact p {
    font-size: 10px;
  }

  #footer .footer-top h4 {
    font-size: 11px;
  }

  #footer {
    font-size: 10px;
  }

}

@media (min-width: 1200px) {
  #footer .footer-newsletter img {
    width: 70%;
  }

  #footer .footer-newsletter h4 {
    font-size: 13px;
  }

  #footer .footer-top .footer-contact h3 {
    font-size: 20px;
  }

  #footer .footer-top .footer-contact p {
    font-size: 13px;
  }

  #footer .footer-top h4 {
    font-size: 16px;
  }

  #footer {
    font-size: 14px;
  }
}

@media (min-width: 1800px) {
  #footer .footer-newsletter img {
    width: 70%;
  }

  #footer .footer-newsletter h4 {
    font-size: 21px;
  }
}

@media (min-width: 2000px) {
  #footer .footer-newsletter h4 {
    font-size: 24px;
  }
}


/*--------------------------------------------------------------
# Text on image
--------------------------------------------------------------*/

@media screen and (min-width: 280px) {

  .not_for_sale {
    position: relative;
    float: right;
    width: 100%;
    color: #fff;
    top: -100px;
    font-weight: bold;
    font-size: 0.6em;
    right: 10px;
    opacity: 80%;
    text-align: right;
  }

  .logo-text {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
  }

}

@media screen and (min-width: 300px) {

  .mep-text-on-top {
    position: relative;
    float: right;
    top: 178px;
    right: 9%;
    font-weight: 700;
    font-size: 0.7em;
    text-align: right;
    color: #1c84e3;
    opacity: 80%;
  }

  .crm-text-on-top {
    position: relative;
    float: right;
    top: 180px;
    right: 6%;
    font-weight: 700;
    font-size: 0.7em;
    text-align: right;
    color: #1c84e3;
    opacity: 80%;
  }

  .logo-text {
    font-weight: 700;
  }

  #hero h2 {
    margin: 0 0 0 0;
    font-size: 10px;
  }
}

@media screen and (min-width: 390px) {

  .mep-text-on-top {
    top: 188px;
    right: 10%;
    font-weight: 700;
    font-size: 0.8em;
  }

  .crm-text-on-top {
    top: 185px;
    right: 6%;
    font-size: 0.8em;
  }

  .logo-text {
    padding-left: 2em;
  }

  #hero h2 {
    margin: 0 0 0 0;
    font-size: 10px;
  }

}

@media screen and (min-width: 500px) {

  .mep-text-on-top {
    top: 205px;
    right: 10%;
    font-size: 1em;
  }

  .crm-text-on-top {
    top: 205px;
    right: 8%;
    font-size: 1em;
  }

  .logo-text {
    font-weight: 700;
    padding-left: 0.5em;
  }

  #hero h2 {
    padding-top: 0.5em;
    font-size: 15px;
  }
}

@media screen and (min-width: 750px) {

  .mep-text-on-top {
    top: 240px;
    right: 9%;
    font-size: 1.4em;
  }

  .crm-text-on-top {
    top: 240px;
    right: 7%;
    font-size: 1.4em;
  }

  .logo-text {
    font-weight: 700;
    padding-left: 1em;
  }

  #hero h2 {
    padding-top: 0.5em;
    font-size: 20px;
  }

}

@media screen and (min-width: 1000px) {

  .mep-text-on-top {
    top: 283px;
    right: 10%;
    font-size: 1.9em;
  }

  .crm-text-on-top {
    top: 280px;
    right: 7%;
    font-size: 1.9em;
  }

  .logo-text {
    font-weight: 700;
    padding-left: -1em;
  }

  #hero h2 {
    padding-left: 3em;
    font-size: 1em;
  }

}

@media screen and (min-width: 1080px) {

  .mep-text-on-top {
    top: 305px;
    right: 10%;
    font-size: 2.2em;
  }

  .crm-text-on-top {
    top: 305px;
    right: 8%;
    font-size: 2.2em;
  }

  .logo-text {
    font-weight: 700;

  }

  #hero h2 {
    padding-left: 3em;
    font-size: 1.2em;
  }

}

@media screen and (min-width: 1400px) {
  .mep-text-on-top {
    top: 340px;
    right: 10%;
    font-size: 2.6em;
  }

  .crm-text-on-top {
    top: 340px;
    right: 8%;
    font-size: 2.6em;
  }

  #hero h2 {
    font-size: 1.1em;
    padding-left: 6em;
  }

}

@media screen and (min-width: 1900px) {
  .crm-text-on-top {
    top: 335px;
    right: 8%;
    font-size: 2.6em;
  }

  .mep-text-on-top {
    top: 335px;
    right: 9%;
    font-size: 2.7em;
  }

  #hero h2 {
    font-size: 1.6em;
    padding-left: 4.3em;
  }
}

@media screen and (min-width: 2200px) {
  .crm-text-on-top {
    top: 335px;
    right: 8%;
    font-size: 2.6em;
  }

  .mep-text-on-top {
    top: 335px;
    right: 9%;
    font-size: 2.7em;
  }

  #hero h2 {
    font-size: 1.8em;
    padding-left: 4em;
  }
}

@media screen and (min-width: 2500px) {
  .text-on-top {
    top: 340px;
    right: 50%;
    font-size: 1.5em;
  }

  #hero h2 {
    font-size: 2.5em;
    padding-left: 2.2em;
  }
}

@media screen and (max-width: 500px) {

  .why-us .content {
    padding: 10px;
    border-radius: 4px;
    color: #000;
  }

  .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: 20px 15px;
    width: 100%;
  }

  .why-us .icon-boxes .icon-box i {
    font-size: 25px;
    color: #1977cc;
    margin-bottom: 10px;
  }

  .why-us .icon-boxes .icon-box h4 {
    font-size: 15px;
    font-weight: 700;
  }

  .why-us .icon-boxes .icon-box p {
    font-size: 12px;
    color: #848484;
  }

}