/* @charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
 */

 /* @charset "utf-8";
@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "pe-icon-7-stroke.css";
@import "elegant-icons.css";
@import "stroke-gap-icons.css";
@import "flaticon-set-dental.css";
@import "flaticon-set-medical.css";
@import "https://fonts.googleapis.com/css?family=Montserrat:400,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800";
@import "https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic";
@import "https://fonts.googleapis.com/css?family=Roboto"; */
/* 
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Edu+AU+VIC+WA+NT+Hand:wght@500&family=Josefin+Sans:ital@0;1&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,700;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
  padding: 0;
  margin: 0;
  /* 
   */
   /* font-family: poppins, sans-serif; */
  /* font-family: 'PT Sans', sans-serif; */
  /* font-family: "Acme", sans-serif !important; */
   font-family: "Oswald", sans-serif !important;
   font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.6s;
  color: #222;
  display: inline-block;
}
a:hover,
a:focus {
  color: #06a3da;
  text-decoration: none;
}
button {
  outline: 0 !important;
}
p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}
p:last-child {
  margin-bottom: 0;
}
i {
  line-height: normal;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-75 {
  padding-bottom: 75px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
}
.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
.default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #fff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.default-btn:hover {
  background-color: #124390;
  color: #fff;
}
.section-title-warp {
  margin-bottom: 45px;
}
.section-title-warp .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.section-title-warp .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}
.section-title-warp h2 {
  font-size: 38px;
  margin-top: 22px;
  margin-bottom: 0;
  line-height: 1.4;
}
.section-warp-btn {
  text-align: right;
}
.section-warp-btn .default-btn {
  padding: 20px 45px;
  font-size: 16px;
}
.section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}
.section-title .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.section-title .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}
.section-title h2 {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.buy-now-btn {
  position: fixed;
  right: 20px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  background-color: #82b440;
  color: #fff !important;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 600;
}
.buy-now-btn img {
  margin-right: 7px;
  max-width: 12px;
}
.buy-now-btn:hover {
  background-color: #06a3da;
  color: #fff !important;
}
.top-header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}
.top-header-information {
  padding-left: 0;
  margin-bottom: 0;
}
.top-header-information li {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 22px;
}
.top-header-information li:last-child {
  margin-right: 0;
}
.top-header-information li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #06a3da;
  font-size: 16px;
}
.top-header-information li a {
  color: #222;
}
.top-header-information li a:hover {
  color: #06a3da;
}
.top-header-optional {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}
.top-header-optional li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
.top-header-optional li:last-child {
  margin-right: 0;
}
.top-header-optional li a {
  margin: 0 2px;
}
.top-header-optional li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #fff;
  color: #06a3da;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.6s;
}
.top-header-optional li a i:hover {
  background-color: #06a3da;
  color: #fff;
  transform: translateY(-2px);
}
.top-header-optional .languages-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: initial;
  color: #222;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  top: -2px;
}
.top-header-optional .languages-list .nice-select::after {
  border-color: #06a3da;
  height: 8px;
  width: 8px;
  right: 5px;
  margin-top: -5px;
}
.top-header-optional .languages-list .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  margin-bottom: 0;
}
.top-header-optional .languages-list .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.top-header-optional .languages-list .nice-select .list .option.selected {
  background-color: #06a3da !important;
  color: #fff;
  font-weight: 400;
}
.top-header-optional .languages-list .nice-select .list::-webkit-scrollbar {
  display: none;
}
.middle-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
}
.middle-header h1 {
  font-size: 45px;
  margin-bottom: 0;
}
.middle-header h1 a {
  color: #222;
}
.middle-header-content {
  text-align: right;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.middle-header-content li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6c72;
  margin-right: 30px;
}
.middle-header-content li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #06a3da;
  font-size: 38px;
}
.middle-header-content li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222;
  margin-top: 5px;
}
.middle-header-content li:last-child {
  margin-right: 0;
}
.main-responsive-nav {
  display: none;
}
.main-responsive-nav .logo .white-logo {
  display: none;
}
.main-navbar {
  padding: 10px 0;
  background-color: #f7f7f7;
}
.main-navbar .navbar {
  transition: 0.6s;
  padding: 0;
}
.navbar-brand img{
    height: auto;
    width: 330px;
}
.main-navbar .navbar .navbar-brand {
  padding: 0;
}

.main-navbar .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
/* .main-navbar .navbar .navbar-nav {
  margin-right: auto;
} */
.main-navbar .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
  color: #222;
  font-size: 16px;
  /* font-weight: 600; */
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: 0.6s;
  position: relative;
}
.main-navbar .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #06a3da;
  transition: all ease 0.5s;
}
.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover,
.main-navbar .navbar .navbar-nav .nav-item a:focus,
.main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #06a3da;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover::before,
.main-navbar .navbar .navbar-nav .nav-item a:focus::before,
.main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.main-navbar .navbar .navbar-nav .nav-item:hover a,
.main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #06a3da;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border-top: 3px solid #0190dc;
  top: 60px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 270px;
  display: block;
  border-radius: 0;
  /* padding: 15px 0; */
  padding: 0px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  background: #fff;
  transition: 0.6s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
  border-bottom: 1px dotted #0190dc9e;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 7.5px 25px;
  position: relative;
  display: block;
  color: #222;
  font-size: 15px;
  font-weight: 500;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  right: 15px;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #06a3da;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -270px;
  left: auto;
  visibility: hidden;
  transform: translateY(5px);
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #222;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 270px;
  visibility: hidden;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #222;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -270px;
  visibility: hidden;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #222;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 270px;
  visibility: hidden;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #222;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -270px;
  visibility: hidden;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #222;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 270px;
  visibility: hidden;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #222;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #06a3da;
}
.main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-navbar .navbar .others-options .option-item {
  margin-right: 25px;
}
.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.main-navbar .navbar .others-options .option-item .search-btn a i {
  font-size: 22px;
  color: #222;
  transition: 0.6s;
}
.main-navbar .navbar .others-options .option-item .search-btn a i:hover {
  color: #06a3da;
}
.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #fff;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #124390;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff !important;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: 0.6s;
}
.others-option-for-responsive {
  display: none;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: 0.6s;
  background-color: #222;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #06a3da;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 25px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item:last-child {
  margin-right: 0;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .search-btn
  a
  i {
  font-size: 22px;
  color: #222;
  transition: 0.6s;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #06a3da;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #fff;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #124390;
}
.searchmodal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
}
.searchmodal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: #222;
  opacity: 0.77;
}
.searchmodal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}
.searchmodal .modal-header {
  border: none;
}
.searchmodal .modal-header button {
  position: relative;
}
.searchmodal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: #eee;
  border-radius: 50px;
  color: #06a3da;
  border: none;
  font-size: 35px;
  transition: 0.6s;
}
.searchmodal .modal-header button.close:hover,
.searchmodal .modal-header button.close:focus {
  background-color: #06a3da;
  color: #fff;
}
.modal-search-form {
  position: relative;
}
.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.6s;
  border-radius: 10px;
  color: #fff;
}
.modal-search-form .search-field::-moz-placeholder {
  color: #fff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.modal-search-form .search-field::placeholder {
  color: #fff;
  transition: 0.6s;
}
.modal-search-form .search-field:focus {
  border-color: #06a3da;
}
.modal-search-form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}
.modal-search-form button {
  border: none;
  background-color: #eee;
  color: #06a3da;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  padding: 0;
  transition: 0.6s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.modal-search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.modal-search-form button:hover,
.modal-search-form button:focus {
  background-color: #06a3da;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .main-responsive-nav {
    display: block;
  }
  .main-responsive-nav .main-responsive-menu {
    position: relative;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
  }
  .main-responsive-nav
    .main-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a.active {
    color: #06a3da;
  }
  .main-responsive-nav
    .main-responsive-menu.mean-container
    .mean-nav
    ul
    li
    a
    i {
    display: none;
  }
  .main-responsive-nav
    .main-responsive-menu.mean-container
    .mean-nav
    ul
    li
    li
    a {
    font-size: 14px;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .others-options {
    display: none !important;
  }
  .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 300px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #222;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #222;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 210px !important;
  }
  .navbar-area {
    background-color: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
.main-slides-item {
  background-image: url(../images/main-slides/slides-bg1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 180px;
  padding-bottom: 250px;
}
.main-slides-item.item-bg2 {
  background-image: url(../images/main-slides/slides-bg2.jpg);
}
.main-slides-item.item-bg3 {
  background-image: url(../images/main-slides/slides-bg3.jpg);
}
.main-slides-item.item-bg4 {
  background-image: url(../images/main-slides/slides-bg4.jpg);
}
.main-slides-item.item-bg4 .main-slides-content {
  max-width: 675px;
}
.main-slides-item.item-bg5 {
  background-image: url(../images/main-slides/slides-bg5.jpg);
}
.main-slides-item.item-bg5 .main-slides-content {
  max-width: 675px;
}
.main-slides-item.item-bg6 {
  background-image: url(../images/main-slides/slides-bg6.jpg);
}
.main-slides-item.item-bg6 .main-slides-content {
  max-width: 675px;
}
.main-slides-content {
  max-width: 630px;
}
.main-slides-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  animation-delay: 2.2s;
}
.main-slides-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}
.main-slides-content h1 {
  font-size: 75px;
  margin-top: 25px;
  margin-bottom: 15px;
  animation-delay: 0.5s;
}
.main-slides-content h1 span {
  color: #06a3da;
}
.main-slides-content p {
  color: #222;
  animation-delay: 1.8s;
}
.main-slides-content .slides-btn {
  margin-top: 30px;
}
.main-slides-content .slides-btn .default-btn {
  animation-delay: 2s;
}
.main-slides-content .slides-btn .checkup-content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  animation-delay: 2.5s;
}
.main-slides-content .slides-btn .checkup-content .icon {
  position: absolute;
  top: -20px;
  left: 0;
}
.main-slides-content .slides-btn .checkup-content .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #06a3da;
  color: #fff;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  transition: 0.6s;
}
.main-slides-content .slides-btn .checkup-content .icon i:hover {
  background-color: #124390;
}
.main-slides-content .slides-btn .checkup-content span {
  padding-left: 75px;
}
.main-slides-content .slides-btn .checkup-content span a {
  color: #222;
}
.main-slides-content .slides-btn .checkup-content span a:hover {
  color: #06a3da;
}
.main-slides-content .slides-btn .optional-btn {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
  animation-delay: 2.5s;
}
.main-slides-content .slides-btn .optional-btn:hover {
  background-color: #06a3da;
  color: #fff;
}
.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: 0.01;
}
.home-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #222;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: #fff;
  border-radius: 20px;
  transition: 0.6s;
  width: 55px;
  height: 55px;
  line-height: 56px;
  text-align: center;
  font-size: 22px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: 20px;
}
.home-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background-color: #06a3da;
}
.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.main-banner-item {
  background-color: #eaffff;
}
.main-banner-item .container-fluid {
  padding-right: 0;
  overflow: hidden;
}
.main-banner-content {
  max-width: 620px;
  margin-left: auto;
}
.main-banner-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
.main-banner-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}
.main-banner-content h1 {
  font-size: 70px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.main-banner-content h1 span {
  color: #06a3da;
}
.main-banner-content p {
  color: #222;
}
.main-banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner-content .banner-btn .optional-btn {
  display: inline-block;
  background-color: #222;
  color: #fff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
}
.main-banner-content .banner-btn .optional-btn:hover {
  background-color: #06a3da;
  color: #fff;
}
.main-banner-image img {
  border-radius: 0 0 0 100px;
}
.features-area {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}
.features-area.bg-ffffff {
  margin-top: 0;
}
.single-features {
  background-color: #06a3da;
  padding: 45px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-features.bg-f57e57 {
  background-color: #f57e57;
}
.single-features.bg-4a6577 {
  background-color: #4a6577;
}
.single-features .content {
  position: relative;
  padding-left: 90px;
}
.single-features .content .icon {
  position: absolute;
  left: 0;
  top: -8px;
}
.single-features .content .icon i {
  font-size: 75px;
  color: #fff;
}
.single-features .content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 600;
}
.single-features .content h3 a {
  color: #fff;
}
.single-features .content p {
  color: #fff;
}
.single-features:hover {
  transform: translateY(-10px);
}
.single-features-box {
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #06a3da;
  margin-bottom: 30px;
  text-align: center;
  transition: 0.6s;
}
.single-features-box .icon {
  margin-bottom: 20px;
}
.single-features-box .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: #fff;
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #06a3da;
  transition: 0.6s;
}
.single-features-box h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}
.single-features-box h3 a {
  color: #222;
}
.single-features-box:hover {
  transform: translateY(-10px);
}
.single-features-box:hover .icon i {
  background-color: #06a3da;
  color: #fff;
}
.services-area.bg-eef9ff {
  background-color: #eef9ff;
}
.single-services {
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-services .services-image {
  position: relative;
  overflow: hidden;
}
.single-services .services-image img {
  border-radius: 10px 10px 0 0;
  transition: 0.6s;
}
.single-services .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.6s;
}
.single-services .services-image .icon a i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.6s;
}
.single-services .services-content {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 35px 30px;
  border-bottom: 1px solid #06a3da;
  border-radius: 0 0 10px 10px;
  transition: 0.6s;
}
.single-services .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}
.single-services .services-content h3 a {
  color: #222;
}
.single-services .services-content p {
  font-size: 15px;
  transition: 0.6s;
}
.single-services:hover {
  transform: translateY(-10px);
}
.single-services:hover .services-image img {
  transform: rotate(2deg) scale(1.2);
}
.single-services:hover .services-image .icon i {
  background-color: #06a3da;
  color: #fff;
}
.single-services:hover .services-content {
  background-color: #06a3da;
}
.single-services:hover .services-content h3 a {
  color: #fff;
}
.single-services:hover .services-content p {
  color: #fff;
}
.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  transition: 0.6s;
}
.single-services-box .icon {
  margin-bottom: 25px;
}
.single-services-box .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 45px;
  background-color: #06a3da;
  color: #fff;
  text-align: center;
  border-radius: 15px;
}
.single-services-box h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.single-services-box h3 a {
  color: #222;
}
.single-services-box h3 a:hover {
  color: #06a3da;
}
.single-services-box p {
  font-size: 15px;
  margin-bottom: 20px;
}
.single-services-box .services-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #06a3da;
  color: #06a3da;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.single-services-box .services-btn:hover {
  background-color: #06a3da;
  color: #fff;
}
.single-services-box:hover {
  transform: translateY(-10px);
}
.single-services-box:hover .icon i {
  animation: bounce 1s;
}
.single-services-item {
  margin-bottom: 30px;
  transition: 0.6s;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
}
.single-services-item .services-image {
  position: relative;
  overflow: hidden;
}
.single-services-item .services-image img {
  border-radius: 10px;
  transition: 0.6s;
}
.single-services-item .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.6s;
}
.single-services-item .services-image .icon a i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  transition: 0.6s;
}
.single-services-item .services-content {
  padding: 35px 20px;
  text-align: center;
}
.single-services-item .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}
.single-services-item .services-content h3 a {
  color: #222;
}
.single-services-item .services-content p {
  font-size: 15px;
  margin-bottom: 20px;
}
.single-services-item .services-content .default-btn {
  width: 100%;
  border-radius: 50px;
}
.single-services-item:hover {
  transform: translateY(-10px);
}
.single-services-item:hover .services-image img {
  transform: rotate(2deg) scale(1.2);
}
.single-services-item:hover .services-image .icon i {
  background-color: #06a3da;
  color: #fff;
}
.overview-area {
  background-color: #f5f5f5;
  padding-top: 30px;
}
.overview-content {
  margin-top: -170px;
}
.overview-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.overview-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}
.overview-content h3 {
  font-size: 45px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.overview-content p {
  font-size: 25px;
  font-weight: 500;
  color: #222;
}
.overview-content p a {
  color: #06a3da;
}
.appointment-overview-area {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
.appointment-overview-contact {
  position: relative;
}
.appointment-overview-contact::before {
  position: absolute;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  transition: 0.6s;
  z-index: 1;
  border-radius: 5px;
}
.appointment-overview-contact img {
  border-radius: 5px;
}
.appointment-overview-contact .appointment-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
}
.appointment-overview-contact .appointment-info .call-info {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 15px;
}
.appointment-overview-contact .appointment-info .call-info li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-right: 30px;
}
.appointment-overview-contact .appointment-info .call-info li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #06a3da;
  font-size: 45px;
  color: #fff;
}
.appointment-overview-contact .appointment-info .call-info li span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
.appointment-overview-contact .appointment-info .call-info li span a {
  color: #fff;
}
.appointment-overview-contact .appointment-info .call-info li span a:hover {
  color: #06a3da;
}
.appointment-overview-contact .appointment-info .call-info li:last-child {
  margin-right: 0;
}
.appointment-overview-contact .appointment-info p {
  color: #fff;
}
.appointment-overview-box {
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 38px 30px;
  border-radius: 5px;
  border-bottom: 1px solid #06a3da;
}
.appointment-overview-box .content h4 {
  font-size: 25px;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 1.4;
}
.appointment-overview-box .content .box-image {
  position: relative;
}
.appointment-overview-box .content .box-image img {
  border-radius: 5px;
}
.appointment-overview-box .content .box-image .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #06a3da;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}
.appointment-overview-box .content .box-image .video-btn i {
  font-size: 50px;
  position: relative;
  top: 4px;
  left: 8px;
  color: #fff;
  transition: 0.6s;
}
.appointment-overview-box .content .box-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #06a3da;
  animation: ripple 1s linear infinite;
  transition: 0.6s;
}
.appointment-overview-box .content .box-image .video-btn:hover {
  background-color: #124390;
}
.appointment-overview-box .content .box-image .video-btn:hover i {
  color: #fff;
}
.appointment-overview-box .make-appointment-content h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}
.appointment-overview-box .make-appointment-content h4 i {
  margin-right: 5px;
  color: #06a3da;
}
.appointment-overview-box .make-appointment-content form {
  text-align: center;
}
.appointment-overview-box .make-appointment-content form .form-group {
  margin-bottom: 15px;
}
.appointment-overview-box
  .make-appointment-content
  form
  .form-group
  .form-control {
  display: block;
  width: 100%;
  height: 50px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  transition: 0.6s;
  font-size: 14px;
}
.appointment-overview-box
  .make-appointment-content
  form
  .form-group
  .form-control::-moz-placeholder {
  color: #6a6c72;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.appointment-overview-box
  .make-appointment-content
  form
  .form-group
  .form-control::placeholder {
  color: #6a6c72;
  transition: 0.6s;
}
.appointment-overview-box
  .make-appointment-content
  form
  .form-group
  .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.appointment-overview-box
  .make-appointment-content
  form
  .form-group
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.appointment-overview-box
  .make-appointment-content
  form
  .form-group
  .form-control:focus::placeholder {
  color: transparent;
}
.appointment-overview-box .make-appointment-content form .default-btn {
  border: none;
  padding: 12px 30px;
  font-size: 15px;
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.about-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}
.about-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}
.about-content h3 {
  font-size: 36px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.about-content h3 span {
  color: #06a3da;
}
.about-content .about-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
.about-content .about-list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}
.about-content .about-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 30px;
  text-align: center;
  background-color: #06a3da;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
}
.about-content .about-info {
  position: relative;
  margin-top: 35px;
  padding-left: 100px;
  padding-top: 10px;
}
.about-content .about-info i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s;
}
.about-content .about-info h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.about-content .about-info span {
  font-size: 16px;
  font-weight: 500;
  color: #6a6c72;
}
.about-content .about-info:hover i {
  background-color: #06a3da;
  color: #fff;
}
.about-image {
  text-align: right;
  position: relative;
}
.about-image .about-inner-box {
  background-color: #06a3da;
  padding: 35px 30px;
  border-radius: 10px;
  transition: 0.6s;
  text-align: left;
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 390px;
}
.about-image .about-inner-box .content {
  position: relative;
  padding-left: 75px;
}
.about-image .about-inner-box .content .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.about-image .about-inner-box .content .icon i {
  font-size: 60px;
  color: #fff;
}
.about-image .about-inner-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}
.about-image .about-inner-box .content h3 a {
  color: #fff;
}
.about-image .about-inner-box .content p {
  color: #fff;
  font-size: 15px;
}
.about-image .about-inner-box:hover {
  transform: translateY(-5px);
}
.core-features-area {
  background-color: #eef9ff;
  position: relative;
  z-index: 1;
}
.core-features-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.single-core-features {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.6s;
  border-bottom: 1px solid #06a3da;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.single-core-features .icon {
  margin-bottom: 22px;
}
.single-core-features .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: #06a3da;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.6s;
}
.single-core-features h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
}
.single-core-features h3 a {
  color: #222;
}
.single-core-features h3 a:hover {
  color: #06a3da;
}
.single-core-features:hover {
  transform: translateY(-10px);
}
.single-core-features:hover .icon i {
  background-color: #06a3da;
  color: #fff;
}
.single-doctor {
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-doctor img {
  border-radius: 10px 10px 0 0;
}
.single-doctor .doctor-content {
  text-align: center;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #06a3da;
}
.single-doctor .doctor-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-doctor .doctor-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}
.single-doctor .doctor-content .share-link {
  margin-top: 15px;
}
.single-doctor .doctor-content .share-link a {
  margin: 0 2px;
}
.single-doctor .doctor-content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #06a3da;
  color: #fff;
  transition: 0.6s;
}
.single-doctor .doctor-content .share-link a i:hover {
  background-color: #124390;
  transform: translateY(-5px);
}
.single-doctor:hover {
  transform: translateY(-10px);
}
.review-area {
  background-color: #eef9ff;
}
.single-review-item {
  background-color: #fff;
  padding: 55px 30px 35px;
  border-radius: 10px;
  position: relative;
  margin-top: 35px;
  transition: 0.6s;
}
.single-review-item .icon {
  position: absolute;
  top: -35px;
  left: 30px;
  z-index: 1;
}
.single-review-item .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: #06a3da;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  transition: 0.6s;
}
.single-review-item p {
  font-size: 17px;
  margin-bottom: 0;
  font-style: italic;
}
.single-review-item .review-info {
  position: relative;
  margin-top: 30px;
  padding-left: 75px;
}
.single-review-item .review-info img {
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.single-review-item .review-info h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.6s;
}
.single-review-item .review-info span {
  font-size: 15px;
  color: #6a6c72;
  transition: 0.6s;
}
.single-review-item:hover {
  background-color: #06a3da;
}
.single-review-item:hover .icon i {
  background-color: #06a3da;
  color: #fff;
}
.single-review-item:hover p {
  color: #fff;
  transition: 0.6s;
}
.single-review-item:hover .review-info h3 {
  color: #fff;
}
.single-review-item:hover .review-info span {
  color: #fff;
}
.single-review-item.mb-30 {
  margin-bottom: 30px;
}
.review-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background: #06a3da;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
}
.review-slides.owl-theme .owl-dots .owl-dot span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 50%;
  margin: 5px;
  opacity: 0;
  transition: 0.6s;
  visibility: hidden;
}
.review-slides.owl-theme .owl-dots .owl-dot:hover span,
.review-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #06a3da;
}
.review-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.review-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}
.review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.single-blog {
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-blog .blog-image {
  position: relative;
}
.single-blog .blog-image img {
  border-radius: 10px 10px 0 0;
}
.single-blog .blog-image .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #06a3da;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
.single-blog .blog-image .tag-two {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #06a3da;
  padding: 5px 20px;
  border-radius: 50px;
}
.single-blog .blog-image .tag-two a {
  color: #fff;
}
.single-blog .blog-content {
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #06a3da;
}
.single-blog .blog-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}
.single-blog .blog-content h3 a {
  color: #222;
}
.single-blog .blog-content h3 a:hover {
  color: #06a3da;
}
.single-blog .blog-content .blog-btn {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  transition: 0.6s;
}
.single-blog .blog-content .blog-btn:hover {
  color: #06a3da;
}
.single-blog .blog-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
}
.single-blog .blog-content .entry-meta::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eee;
  left: 0;
  right: 0;
  top: 0;
}
.single-blog .blog-content .entry-meta li {
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
}
.single-blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.single-blog .blog-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #06a3da;
}
.single-blog .blog-content .entry-meta li span {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}
.single-blog .blog-content .entry-meta li span a {
  color: #06a3da;
}
.single-blog:hover {
  transform: translateY(-10px);
}
.gallery-area.bg-091e3e {
  background-color: #091e3e;
  padding-bottom: 150px;
}
.gallery-area.bg-091e3e .section-title h2 {
  color: #fff;
}
.gallery-area.bg-091e3e .section-title p {
  color: #fff;
}
.single-gallery {
  position: relative;
  margin-bottom: 30px;
  transition: 0.6s;
}
.single-gallery img {
  border-radius: 10px;
}
.single-gallery::before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  width: 100%;
  height: 95%;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: 0.6s;
  z-index: 1;
  border-radius: 10px;
}
.single-gallery .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  transition: 0.6s;
  z-index: 5;
}
.single-gallery .content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
}
.single-gallery .content h3 a {
  color: #fff;
}
.single-gallery .content span {
  color: #fff;
  font-size: 15px;
}
.single-gallery .content .icon {
  margin-top: 15px;
}
.single-gallery .content .icon a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #06a3da;
  text-align: center;
  font-size: 25px;
  border-radius: 50px;
  transition: 0.6s;
}
.single-gallery .content .icon a i:hover {
  background-color: #06a3da;
  color: #fff;
}
.single-gallery:hover {
  transform: translateY(-10px);
}
.single-gallery:hover .content {
  bottom: 5px;
}
.appointment-area.bg-image {
  background-image: url(../images/appointment/appointment-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.appointment-inner-box {
  background-image: url(../images/appointment/appointment-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}
.appointment-inner-box .appointment-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #06a3da;
  max-width: 500px;
  margin-left: auto;
}
.appointment-inner-box .appointment-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}
.appointment-inner-box .appointment-form h4 i {
  margin-right: 5px;
  color: #06a3da;
}
.appointment-inner-box .appointment-form form .form-group {
  margin-bottom: 15px;
}
.appointment-inner-box .appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  transition: 0.6s;
  font-size: 14px;
}
.appointment-inner-box
  .appointment-form
  form
  .form-group
  .form-control::-moz-placeholder {
  color: #6a6c72;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.appointment-inner-box
  .appointment-form
  form
  .form-group
  .form-control::placeholder {
  color: #6a6c72;
  transition: 0.6s;
}
.appointment-inner-box .appointment-form form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.appointment-inner-box
  .appointment-form
  form
  .form-group
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.appointment-inner-box
  .appointment-form
  form
  .form-group
  .form-control:focus::placeholder {
  color: transparent;
}
.appointment-inner-box .appointment-form form .default-btn {
  border: none;
}
.appointment-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #06a3da;
  max-width: 500px;
}
.appointment-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}
.appointment-form h4 i {
  margin-right: 5px;
  color: #06a3da;
}
.appointment-form form .form-group {
  margin-bottom: 15px;
}
.appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  transition: 0.6s;
  font-size: 14px;
}
.appointment-form form .form-group .form-control::-moz-placeholder {
  color: #6a6c72;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.appointment-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  transition: 0.6s;
}
.appointment-form form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.appointment-form form .default-btn {
  border: none;
}
.page-banner-area {
  padding-top: 125px;
  padding-bottom: 130px;
  background-color: #124390;
}
.page-banner-content {
  text-align: center;
}
.page-banner-content h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
}
.page-banner-content .pages-list {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}
.page-banner-content .pages-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.page-banner-content .pages-list li::before {
  position: absolute;
  content: ">";
  top: -2px;
  left: -20px;
  color: #fff;
  font-size: 20px;
}
.page-banner-content .pages-list li span {
  color: #06a3da;
}
.page-banner-content .pages-list li:first-child {
  margin-left: 0;
}
.page-banner-content .pages-list li:first-child::before {
  display: none;
}
.page-banner-content .pages-list li a {
  display: block;
  color: #fff;
}
.page-banner-content .pages-list li a:hover {
  color: #06a3da;
}
.fun-facts-area {
  background-color: #06a3da;
}
.single-fun-fact {
  margin-bottom: 30px;
  text-align: center;
}
.single-fun-fact h3 {
  line-height: 1;
  font-size: 75px;
  transition: 0.6s;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 500;
}
.single-fun-fact p {
  font-weight: 500;
  color: #fff;
}
.pricing-area {
  background-color: #fafafa;
}
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
.pricing-list-tab .tabs li {
  display: inline-block;
}
.pricing-list-tab .tabs li a {
  display: block;
  background-color: #f2f2f2;
  color: #222;
  padding: 10px 30px 10px 35px;
  position: relative;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 16px;
  font-weight: 400;
}
.pricing-list-tab .tabs li.current a {
  color: #fff;
  background-color: #06a3da;
}
.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}
.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}
.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 35px 25px;
  transition: 0.6s;
  border-radius: 10px;
}
.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-pricing-table .price {
  font-size: 50px;
  color: #06a3da;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1;
}
.single-pricing-table .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
}
.single-pricing-table .pricing-features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}
.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}
.single-pricing-table .pricing-features li i {
  color: #06a3da;
  margin-right: 5px;
  font-size: 15px;
}
.single-pricing-table .pricing-features li.color-gray {
  color: #b4b4b4;
}
.single-pricing-table .pricing-btn {
  margin-top: 25px;
}
.single-pricing-table .pricing-btn .default-btn {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
}
.single-pricing-table:hover {
  border: 1px solid #06a3da;
}
.pagination-area {
  margin-top: 30px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 5px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  color: #222;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #06a3da;
  color: #fff;
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}
.login-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}
.login-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}
.login-form form .form-group {
  margin-bottom: 25px;
}
.login-form form .form-group label {
  margin-bottom: 5px;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}
.login-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #222;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: unset;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 400;
}
.login-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
  background-color: transparent;
}
.login-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.6s;
}
.login-form form .lost-your-password {
  text-align: right;
}
.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: #6a6c72;
}
.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: 0.6s;
  background-color: #eee;
}
.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  transition: 0.6s;
  bottom: 0;
  content: "";
  background-color: #06a3da;
}
.login-form form .lost-your-password a:hover::before {
  width: 0;
}
.login-form form .lost-your-password a:hover::after {
  width: 100%;
}
.login-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #06a3da;
  color: #fff;
  transition: 0.6s;
}
.login-form form button:hover {
  background-color: #222;
}
.register-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}
.register-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}
.register-form form .form-group {
  margin-bottom: 25px;
}
.register-form form .form-group label {
  margin-bottom: 5px;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}
.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #222;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  box-shadow: unset;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 400;
}
.register-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
  background-color: transparent;
}
.register-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  transition: 0.6s;
}
.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.register-form form button {
  border: none;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #06a3da;
  color: #fff;
  transition: 0.6s;
}
.register-form form button:hover {
  background-color: #222;
}
.faq-accordion {
  max-width: 930px;
  margin: auto;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 30px;
  border: none;
  background-color: transparent;
}
.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 25px 25px;
  color: #222;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: #f6f7f9;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #06a3da;
  font-size: 20px;
  transition: 0.6s;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
  color: #06a3da;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  padding: 20px 0;
}
.faq-accordion .accordion .accordion-content p {
  color: #6a6c72;
  font-weight: 400;
}
.faq-accordion .accordion .accordion-content:last-child {
  padding-bottom: 0;
}
.faq-accordion .accordion .accordion-content.show {
  display: block;
}
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}
.error-content h3 {
  font-size: 35px;
  margin-top: 35px;
  margin-bottom: 18px;
}
.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}
.single-terms-of-service h3 {
  font-size: 25px;
  margin: 0 0 12px;
}
.single-terms-of-service p {
  font-size: 15px;
}
.single-privacy-policy h3 {
  font-size: 25px;
  margin: 0 0 12px;
}
.single-privacy-policy p {
  font-size: 15px;
}
.coming-soon-area {
  height: 100vh;
  background-image: url(../images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.coming-soon-content {
  max-width: 750px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin: auto;
}
.coming-soon-content h1 {
  font-size: 45px;
  margin-bottom: 15px;
}
.coming-soon-content h1 a {
  color: #222;
}
.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.coming-soon-content #timer {
  margin-top: 35px;
}
.coming-soon-content #timer div {
  background-color: #06a3da;
  color: #fff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
}
.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}
.coming-soon-content .newsletter-form {
  margin-top: 45px;
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
}
.coming-soon-content .newsletter-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border: 1px solid #eee;
  background-color: #eee;
  padding: 15px;
  color: #222;
  height: 60px;
  display: block;
  width: 100%;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}
.coming-soon-content
  .newsletter-form
  .form-group
  .input-newsletter::-moz-placeholder {
  color: #6a6c72;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.coming-soon-content
  .newsletter-form
  .form-group
  .input-newsletter::placeholder {
  color: #6a6c72;
  transition: 0.6s;
}
.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  box-shadow: none;
  outline: 0;
}
.coming-soon-content
  .newsletter-form
  .form-group
  .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.coming-soon-content
  .newsletter-form
  .form-group
  .input-newsletter:focus::placeholder {
  color: transparent;
}
.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border-radius: 5px;
  border: none;
}
.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}
.contact-form {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.contact-form form .form-group {
  margin-bottom: 20px;
}
.contact-form form .form-group .form-control {
  background-color: #fff;
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: 1px solid #fff;
  height: 60px;
  padding: 20px;
  transition: 0.6s;
  font-size: 15px;
}
.contact-form form .form-group .form-control::-moz-placeholder {
  color: #6a6c72;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.contact-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  transition: 0.6s;
}
.contact-form form .form-group .form-control:focus {
  box-shadow: unset;
  border: 1px solid #06a3da;
}
.contact-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.contact-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.contact-form form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}
.contact-form form .default-btn {
  border: none;
}
.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact-form form .help-block ul li {
  color: red;
}
.contact-form form #msgSubmit {
  margin-bottom: 0;
}
.contact-form form #msgSubmit.text-danger,
.contact-form form #msgSubmit.text-success {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
.contact-info {
  text-align: center;
  margin-top: 0px;
}
.contact-info .contact-info-content h3 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
}
.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  margin-top: 3px;
}
.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #003a58;
  font-size: 17px;
}
.contact-info .contact-info-content h2 a:hover {
  color: #124390;
}
.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #124390;
}
.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #06a3da;
}
.contact-info .contact-info-content h2 span {
  display: block;
  color: #6a6c72;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}
.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}
.contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
}
.contact-info .contact-info-content .social li a i {
  font-size: 17px;
}
.contact-info .contact-info-content .social li a:hover {
  color: #fff;
  border-color: #06a3da;
  background-color: #06a3da;
}
.services-details-image img {
  border-radius: 30px;
}
.services-details-content {
  margin-top: 30px;
}
.services-details-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-details-list {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}
.services-details-list li {
  list-style-type: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}
.services-details-list li:last-child {
  margin-bottom: 0;
}
.services-details-list li i {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 35px;
  width: 35px;
  line-height: 38px;
  background-color: #06a3da;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}
.services-details-overview {
  margin-top: 30px;
}
.services-details-overview-content p span {
  font-size: 22px;
  font-weight: 500;
  color: #222;
  margin-right: 5px;
}
.widget-area .widget {
  margin-bottom: 30px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
}
.widget-area .widget_search form {
  position: relative;
}
.widget-area .widget_search form .search-field {
  background-color: #fff;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.6s;
  border-radius: 5px;
}
.widget-area .widget_search form .search-field:focus {
  border-color: #06a3da;
}
.widget-area .widget_search form button {
  border: none;
  background-color: #eee;
  color: #06a3da;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: 0.6s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  transform: translateY(-52%);
}
.widget-area .widget_search form button:hover,
.widget-area .widget_search form button:focus {
  background-color: #06a3da;
  color: #fff;
}
.widget-area .widget_info .content {
  text-align: center;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0 0 5px 5px;
}
.widget-area .widget_info .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.widget-area .widget_info .content p {
  margin-bottom: 0;
}
.widget-area .widget_info .content .share-link {
  margin-top: 15px;
}
.widget-area .widget_info .content .share-link a {
  margin: 0 2px;
  text-align: center;
}
.widget-area .widget_info .content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #06a3da;
  color: #fff;
  transition: 0.6s;
}
.widget-area .widget_info .content .share-link a i:hover {
  background-color: #124390;
  transform: translateY(-5px);
}
.widget-area .widget_info .image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.widget-area .tagcloud a {
  display: inline-block;
  background: #06a3da;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 8px;
  margin-right: 5px;
}
.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #fff;
  background-color: #124390;
}
.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #222;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li::before {
  background: #06a3da;
  height: 10px;
  width: 10px;
  content: "";
  left: 0;
  top: 7px;
  position: absolute;
}
.widget-area .widget_categories ul li a {
  color: #222;
  display: inline-block;
}
.widget-area .widget_categories ul li a:hover {
  color: #06a3da;
}
.widget-area .widget_grin_posts_thumb {
  position: relative;
  overflow: hidden;
}
.widget-area .widget_grin_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-area .widget_grin_posts_thumb .item:last-child {
  margin-bottom: 0;
}
.widget-area .widget_grin_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.widget-area .widget_grin_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-1.jpg);
}
.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-2.jpg);
}
.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-3.jpg);
}
.widget-area .widget_grin_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.widget-area .widget_grin_posts_thumb .item .info span {
  display: block;
  color: #929ba4;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}
.widget-area .widget_grin_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}
.widget-area .widget_grin_posts_thumb .item .info .title a {
  display: inline-block;
  transition: 0.6s;
}
.widget-area .widget_grin_posts_thumb .item .info .title a:hover {
  color: #06a3da;
}
.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
}
.widget-area .widget_instagram ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}
.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  z-index: 2;
}
.widget-area .widget_instagram ul li .box img {
  transition: 0.6s;
  border-radius: 10px;
}
.widget-area .widget_instagram ul li .box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #06a3da;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}
.widget-area .widget_instagram ul li .box:hover img {
  transform: scale(1.1);
  border-radius: 10px;
}
.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}
.blog-details-desc .article-image {
  position: relative;
}
.blog-details-desc .article-image img {
  border-radius: 30px;
}
.blog-details-desc .article-image .tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #fff;
  color: #06a3da;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.6s;
}
.blog-details-desc .article-image .tag-two {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #06a3da;
  padding: 5px 20px;
  border-radius: 50px;
  transition: 0.6s;
}
.blog-details-desc .article-image .tag-two a {
  color: #fff;
}
.blog-details-desc .article-image:hover .tag {
  background-color: #06a3da;
  color: #fff;
}
.blog-details-desc .article-image:hover .tag-two {
  background-color: #124390;
  color: #fff;
}
.blog-details-desc .article-content {
  margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}
.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #222;
  margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #222;
  font-weight: 500;
}
.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6a6c72;
}
.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #06a3da;
}
.blog-details-desc .article-content .entry-meta ul li i {
  color: #06a3da;
  margin-right: 2px;
}
.blog-details-desc .article-content .entry-meta ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #06a3da;
}
.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}
.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}
.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}
.blog-details-desc .article-content .article-tag {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog-details-desc .article-content .article-tag span {
  font-size: 16px;
  font-weight: 600;
}
.blog-details-desc .article-content .article-tag a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #06a3da;
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.6s;
}
.blog-details-desc .article-content .article-tag a i:hover {
  transform: translateY(-5px);
  background-color: #124390;
}
blockquote,
.blockquote {
  background-color: #fafafa;
  padding: 30px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #06a3da;
  border-radius: 5px;
}
blockquote p,
.blockquote p {
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 500;
  font-style: italic;
}
.comments-area {
  margin-top: 30px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 24px;
}
.comments-area ol,
.comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.comments-area .children {
  margin-left: 20px;
}
.comments-area .comment-body {
  border-bottom: 1px dashed #eee;
  padding-left: 70px;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comments-area .comment-body .reply {
  margin-top: 15px;
}
.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #222;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.comments-area .comment-body .reply a:hover {
  color: #fff;
  background-color: #06a3da;
  border-color: #06a3da;
}
.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}
.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comments-area .comment-author .fn {
  font-weight: 600;
}
.comments-area .comment-metadata {
  color: #6a6c72;
  margin-bottom: 10px;
  font-size: 14px;
}
.comments-area .comment-metadata a {
  display: inline-block;
  color: #6a6c72;
}
.comments-area .comment-metadata a:hover {
  color: #06a3da;
}
.comments-area .comment-respond {
  margin-top: 30px;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 24px;
}
.comments-area
  .comment-respond
  .comment-reply-title
  #cancel-comment-reply-link {
  display: inline-block;
}
.comments-area .comment-respond .comment-form {
  overflow: hidden;
}
.comments-area .comment-respond .comment-notes {
  margin-top: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-notes .required {
  color: red;
}
.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}
.comments-area .comment-respond label {
  display: none;
}
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #eee;
  border: 1px solid #eee;
  padding: 1px 0 0 15px;
  height: 60px;
  outline: 0;
  border-radius: 5px;
  color: #222;
  font-size: 14px;
  transition: 0.6s;
}
.comments-area .comment-respond input[type="date"]::-moz-placeholder,
.comments-area .comment-respond input[type="time"]::-moz-placeholder,
.comments-area .comment-respond input[type="datetime-local"]::-moz-placeholder,
.comments-area .comment-respond input[type="week"]::-moz-placeholder,
.comments-area .comment-respond input[type="month"]::-moz-placeholder,
.comments-area .comment-respond input[type="text"]::-moz-placeholder,
.comments-area .comment-respond input[type="email"]::-moz-placeholder,
.comments-area .comment-respond input[type="url"]::-moz-placeholder,
.comments-area .comment-respond input[type="password"]::-moz-placeholder,
.comments-area .comment-respond input[type="search"]::-moz-placeholder,
.comments-area .comment-respond input[type="tel"]::-moz-placeholder,
.comments-area .comment-respond input[type="number"]::-moz-placeholder,
.comments-area .comment-respond textarea::-moz-placeholder {
  color: #6a6c72;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.comments-area .comment-respond input[type="date"]::placeholder,
.comments-area .comment-respond input[type="time"]::placeholder,
.comments-area .comment-respond input[type="datetime-local"]::placeholder,
.comments-area .comment-respond input[type="week"]::placeholder,
.comments-area .comment-respond input[type="month"]::placeholder,
.comments-area .comment-respond input[type="text"]::placeholder,
.comments-area .comment-respond input[type="email"]::placeholder,
.comments-area .comment-respond input[type="url"]::placeholder,
.comments-area .comment-respond input[type="password"]::placeholder,
.comments-area .comment-respond input[type="search"]::placeholder,
.comments-area .comment-respond input[type="tel"]::placeholder,
.comments-area .comment-respond input[type="number"]::placeholder,
.comments-area .comment-respond textarea::placeholder {
  color: #6a6c72;
  transition: 0.6s;
}
.comments-area .comment-respond input[type="date"]:focus,
.comments-area .comment-respond input[type="time"]:focus,
.comments-area .comment-respond input[type="datetime-local"]:focus,
.comments-area .comment-respond input[type="week"]:focus,
.comments-area .comment-respond input[type="month"]:focus,
.comments-area .comment-respond input[type="text"]:focus,
.comments-area .comment-respond input[type="email"]:focus,
.comments-area .comment-respond input[type="url"]:focus,
.comments-area .comment-respond input[type="password"]:focus,
.comments-area .comment-respond input[type="search"]:focus,
.comments-area .comment-respond input[type="tel"]:focus,
.comments-area .comment-respond input[type="number"]:focus,
.comments-area .comment-respond textarea:focus {
  background-color: transparent;
  border: 1px solid #06a3da;
}
.comments-area .comment-respond input[type="date"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="time"]:focus::-moz-placeholder,
.comments-area
  .comment-respond
  input[type="datetime-local"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="week"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="month"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="text"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="email"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="url"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="password"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="search"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="tel"]:focus::-moz-placeholder,
.comments-area .comment-respond input[type="number"]:focus::-moz-placeholder,
.comments-area .comment-respond textarea:focus::-moz-placeholder {
  color: transparent;
}
.comments-area .comment-respond input[type="date"]:focus::placeholder,
.comments-area .comment-respond input[type="time"]:focus::placeholder,
.comments-area .comment-respond input[type="datetime-local"]:focus::placeholder,
.comments-area .comment-respond input[type="week"]:focus::placeholder,
.comments-area .comment-respond input[type="month"]:focus::placeholder,
.comments-area .comment-respond input[type="text"]:focus::placeholder,
.comments-area .comment-respond input[type="email"]:focus::placeholder,
.comments-area .comment-respond input[type="url"]:focus::placeholder,
.comments-area .comment-respond input[type="password"]:focus::placeholder,
.comments-area .comment-respond input[type="search"]:focus::placeholder,
.comments-area .comment-respond input[type="tel"]:focus::placeholder,
.comments-area .comment-respond input[type="number"]:focus::placeholder,
.comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}
.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}
.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7.5px;
}
.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6a6c72;
}
.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}
.comments-area .comment-respond .form-submit input {
  background: #06a3da;
  border: none;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.6s;
  border-radius: 0;
  font-weight: 600;
  border-radius: 5px;
}
.dentist-details-image img {
  border-radius: 10px;
}
.dentist-details-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.dentist-details-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}
.dentist-details-content .share-link {
  margin-top: 18px;
}
.dentist-details-content .share-link a {
  margin: 0 2px;
  text-align: center;
}
.dentist-details-content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #06a3da;
  color: #fff;
  transition: 0.6s;
}
.dentist-details-content .share-link a i:hover {
  background-color: #124390;
  transform: translateY(-5px);
}
.dentist-details-content .content-overview {
  margin-top: 25px;
}
.dentist-details-content .content-overview p {
  margin-bottom: 10px;
  font-size: 15px;
}
.dentist-details-content .content-overview p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222;
}
.dentist-details-content .content-overview p:last-child {
  margin-bottom: 0;
}
.dentist-details-overview-content {
  margin-top: 30px;
}
.dentist-details-overview-content .details-overview-image {
  margin-top: 15px;
  margin-bottom: 25px;
}
.dentist-details-overview-content .details-overview-image img {
  border-radius: 10px;
}
.dentist-details-overview-content .overview-text p {
  margin-bottom: 10px;
  font-size: 15px;
}
.dentist-details-overview-content .overview-text p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222;
}
.dentist-details-overview-content .overview-text p:last-child {
  margin-bottom: 0;
}
.footer-area {
  background-color: #091e3e;
}
.single-footer-widget {
  margin-bottom: 30px;
}
.single-footer-widget h2 {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}
.single-footer-widget h2 a {
  color: #fff;
}
.single-footer-widget p {
  color: #fff;
  margin-bottom: 0;
}
.single-footer-widget .signature {
  margin-top: 25px;
}
.single-footer-widget .footer-info {
  position: relative;
  margin-top: 35px;
  padding-left: 75px;
}
.single-footer-widget .footer-info img {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.single-footer-widget .footer-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}
.single-footer-widget .footer-info span {
  font-size: 15px;
  color: #fff;
}
.single-footer-widget h3 {
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 500;
}
.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  font-size: 15px;
}
.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.single-footer-widget .quick-links li a:hover {
  color: #06a3da;
}
.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}
.single-footer-widget .quick-links li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.6s;
  background-color: #06a3da;
}
.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-widget-blog {
  position: relative;
  overflow: hidden;
}
.single-footer-widget .footer-widget-blog .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.single-footer-widget .footer-widget-blog .item:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-widget-blog .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}
.single-footer-widget .footer-widget-blog .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
  background-image: url(../images/footer/footer-2.jpg);
}
.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
  background-image: url(../images/footer/footer-3.jpg);
}
.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
  background-image: url(../images/footer/footer-4.jpg);
}
.single-footer-widget .footer-widget-blog .item .info {
  overflow: hidden;
  margin-top: 5px;
}
.single-footer-widget .footer-widget-blog .item .info span {
  display: block;
  color: #fff;
  margin-top: -5px;
  margin-bottom: 8px;
  font-size: 14px;
}
.single-footer-widget .footer-widget-blog .item .info span a {
  color: #06a3da;
}
.single-footer-widget .footer-widget-blog .item .info h4 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}
.single-footer-widget .footer-widget-blog .item .info h4 a {
  display: inline-block;
  transition: 0.6s;
  color: #fff;
}
.single-footer-widget .footer-widget-blog .item .info h4 a:hover {
  color: #06a3da;
}
.single-footer-widget .footer-information {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.single-footer-widget .footer-information li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.single-footer-widget .footer-information li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-information li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #06a3da;
  font-size: 38px;
}
.single-footer-widget .footer-information li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
}
.single-footer-widget .footer-information li span a {
  color: #fff;
}
.single-footer-widget .footer-information li span a:hover {
  color: #06a3da;
}
.copyright-area {
  padding-bottom: 30px;
  background-color: #091e3e;
}
.copyright-area-content {
  text-align: center;
  border-top: 1px solid #2e405b;
  padding-top: 30px;
}
.copyright-area-content p {
  color: #fff;
  font-size: 15px;
}
.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #06a3da;
}
.copyright-area-content p a:hover {
  color: #fff;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #fff;
  background-color: #222;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.9s;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 25px;
  margin: auto;
}
.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.go-top:hover {
  background-color: #06a3da;
  color: #fff;
  transition: 0.6s;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}
.grin-care-header {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}
.dental-tourism-top-area {
  background-color: #222;
  padding-top: 12px;
  padding-bottom: 12px;
}
.dental-tourism-top-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.top-dental-tourism-information {
  padding: 0;
  margin-bottom: 0;
}
.top-dental-tourism-information.with-left {
  margin-left: 290px;
}
.top-dental-tourism-information li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: nunito sans, sans-serif;
  position: relative;
  padding-left: 22px;
}
.top-dental-tourism-information li:last-child {
  margin-right: 0;
}
.top-dental-tourism-information li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 3.2px;
}
.top-dental-tourism-information li a {
  color: #fff;
}
.top-dental-tourism-information li a:hover {
  color: #1dbfcc;
}
.top-dental-tourism-optional {
  text-align: end;
  padding: 0;
  margin-bottom: 0;
}
.top-dental-tourism-optional li {
  display: inline-block;
  margin-right: 5px;
}
.top-dental-tourism-optional li:last-child {
  margin-right: 0;
}
.top-dental-tourism-optional li a i {
  color: #fff;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 5px;
}
.top-dental-tourism-optional li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.top-area {
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.top-information-wrap {
  padding: 0;
  margin-bottom: 0;
}
.top-information-wrap li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  color: #002345;
  font-size: 15px;
  font-weight: 400;
  font-family: nunito sans, sans-serif;
  position: relative;
  padding-left: 22px;
}
.top-information-wrap li:last-child {
  margin-right: 0;
}
.top-information-wrap li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 3.2px;
}
.top-information-wrap li a {
  color: #002345;
}
.top-information-wrap li a:hover {
  color: #1dbfcc;
}
.top-optional-wrap {
  text-align: end;
  padding: 0;
  margin-bottom: 0;
}
.top-optional-wrap li {
  display: inline-block;
  margin-right: 5px;
}
.top-optional-wrap li:last-child {
  margin-right: 0;
}
.top-optional-wrap li a i {
  color: #002345;
  font-size: 13px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 17px;
  border: 2px solid #002345;
  text-align: center;
  border-radius: 5px;
}
.top-optional-wrap li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.dental-tourism-navbar .main-navbar {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.dental-tourism-navbar .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.dental-tourism-navbar .main-navbar .navbar ul {
  margin-left: 225px;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-brand {
  padding: 0;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 700;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-brand::before {
  content: "";
  position: absolute;
  top: -92px;
  left: -100px;
  width: 350px;
  height: 150px;
  background-image: url(../images/dental-tourism/logo-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a {
  color: #002345;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
  background-color: #1dbfcc;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #1dbfcc;
}
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  a:hover::before,
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  a:focus::before,
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a,
.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #1dbfcc;
}
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu {
  margin-left: 0;
}
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #002345;
}
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #1dbfcc;
}
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover::before,
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus::before,
.dental-tourism-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active::before {
  display: none;
}
.dental-tourism-navbar .main-navbar .others-options .option-item {
  margin-right: 25px;
}
.dental-tourism-navbar .main-navbar .others-options .option-item:last-child {
  margin-right: 0;
}
.dental-tourism-navbar
  .main-navbar
  .others-options
  .option-item
  .search-btn
  a
  i {
  color: #002345;
}
.dental-tourism-navbar
  .main-navbar
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #1dbfcc;
}
.dental-tourism-navbar
  .main-navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-navbar
  .main-navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #06a3da;
}
.grin-care-navbar .main-navbar {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.grin-care-navbar .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.grin-care-navbar .main-navbar .navbar {
  background-color: #fff;
  padding: 15px 25px;
}
.grin-care-navbar .main-navbar .navbar .navbar-brand {
  padding: 0;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 700;
  color: #1dbfcc;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a {
  color: #002345;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
  background-color: #1dbfcc;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #1dbfcc;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover::before,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus::before,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a,
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #1dbfcc;
}
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #002345;
}
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #1dbfcc;
}
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover::before,
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus::before,
.grin-care-navbar
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active::before {
  display: none;
}
.grin-care-navbar .main-navbar .others-options .option-item .search-btn a i {
  color: #002345;
}
.grin-care-navbar
  .main-navbar
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #1dbfcc;
}
.grin-care-navbar
  .main-navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background-color: #1dbfcc;
}
.grin-care-navbar
  .main-navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #06a3da;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .cart-btn {
  position: relative;
  top: 3.5px;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .cart-btn
  i {
  font-size: 28px;
  color: #002345;
  transition: 0.6s;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .cart-btn
  i:hover {
  color: #1dbfcc;
}
.others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .cart-btn
  span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #1dbfcc;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}
.dental-tourism-banner-area {
  background-image: url(../images/dental-tourism/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
.dental-tourism-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.dental-tourism-banner-content {
  max-width: 810px;
}
.dental-tourism-banner-content .sub-title {
  color: #1dbfcc;
  font-weight: 600;
  font-size: 16px;
  font-family: nunito sans, sans-serif;
  display: block;
  margin-bottom: 18px;
}
.dental-tourism-banner-content h1 {
  font-size: 80px;
  color: #002345;
  margin-bottom: 12px;
}
.dental-tourism-banner-content p {
  color: #486683;
  margin-bottom: 0;
}
.dental-tourism-banner-content .banner-btn {
  margin-top: 30px;
}
.dental-tourism-banner-content .banner-btn .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-banner-content .banner-btn .default-btn:hover {
  background-color: #06a3da;
}
.single-dental-tourism-features {
  margin-bottom: 25px;
}
.single-dental-tourism-features .content {
  position: relative;
  padding-left: 125px;
}
.single-dental-tourism-features .content .icon-image {
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  border: 1px solid #1dbfcc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.6s;
}
.single-dental-tourism-features .content .icon-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.single-dental-tourism-features .content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}
.single-dental-tourism-features .content h3 a {
  color: #002345;
}
.single-dental-tourism-features .content h3 a:hover {
  color: #1dbfcc;
}
.single-dental-tourism-features .content p {
  margin-bottom: 0;
  color: #486683;
}
.single-dental-tourism-features .content:hover .icon-image {
  border: 1px solid #06a3da;
}
.dental-tourism-about-image {
  position: relative;
}
.dental-tourism-about-image .certified {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.dental-tourism-about-content {
  padding-left: 50px;
}
.dental-tourism-about-content span {
  display: inline-block;
  padding: 8px 18px;
  background-color: #1dbfcc;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 25px;
}
.dental-tourism-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.dental-tourism-about-content p {
  margin-bottom: 0;
  color: #486683;
}
.dental-tourism-about-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.dental-tourism-about-content .list li {
  list-style-type: none;
  color: #002345;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
.dental-tourism-about-content .list li:last-child {
  margin-bottom: 0;
}
.dental-tourism-about-content .list li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 4px;
}
.dental-tourism-about-content .about-btn {
  margin-top: 25px;
}
.dental-tourism-about-content .about-btn .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-about-content .about-btn .default-btn:hover {
  background-color: #06a3da;
}
.dental-tourism-services-area {
  background-color: #002345;
  overflow: hidden;
}
.dental-tourism-services-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.dental-tourism-services-area .section-title-warp h2 {
  color: #fff;
}
.dental-tourism-services-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-services-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.dental-tourism-services-area .container-fluid {
  overflow: hidden;
  left: calc((100% - 1320px) / 2);
  position: relative;
}
.dental-tourism-services-card .services-image {
  position: relative;
}
.dental-tourism-services-card .services-image .icon {
  position: absolute;
  left: 25px;
  bottom: 25px;
}
.dental-tourism-services-card .services-image .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #1dbfcc;
  text-align: center;
  font-size: 40px;
  color: #fff;
  border-radius: 50px;
  transition: 0.6s;
}
.dental-tourism-services-card .services-content {
  margin-top: 25px;
}
.dental-tourism-services-card .services-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.dental-tourism-services-card .services-content h3 a {
  color: #fff;
}
.dental-tourism-services-card:hover .services-image .icon i {
  background-color: #fff;
  color: #06a3da;
}
.dental-tourism-services-card:hover .services-content h3 a {
  color: #1dbfcc;
}
.dental-tourism-choose-content span {
  display: inline-block;
  padding: 8px 18px;
  background-color: #1dbfcc;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 25px;
}
.dental-tourism-choose-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.dental-tourism-choose-content p {
  margin-bottom: 0;
  color: #486683;
}
.dental-tourism-choose-content .choose-inner-content {
  margin-top: 25px;
  position: relative;
  padding-left: 35px;
}
.dental-tourism-choose-content .choose-inner-content i {
  font-size: 20px;
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 2px;
}
.dental-tourism-choose-content .choose-inner-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.dental-tourism-choose-content .choose-inner-content p {
  margin-bottom: 0;
  color: #486683;
}
.dental-tourism-choose-image {
  position: relative;
  text-align: center;
}
.dental-tourism-choose-image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dental-tourism-choose-image .video-btn i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #1dbfcc;
  color: #fff;
  border-radius: 50px;
  font-size: 65px;
  transition: 0.6s;
}
.dental-tourism-choose-image .video-btn i:hover {
  background-color: #06a3da;
}
.dental-tourism-appointment-area {
  background-image: url(../images/dental-tourism/appointment/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dental-tourism-appointment-form {
  max-width: 600px;
  margin-left: auto;
}
.dental-tourism-appointment-form h4 {
  font-size: 40px;
  margin-bottom: 30px;
}
.dental-tourism-appointment-form h4 i {
  margin-right: 5px;
  color: #1dbfcc;
}
.dental-tourism-appointment-form form .form-group {
  margin-bottom: 25px;
}
.dental-tourism-appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 15px;
  transition: 0.6s;
  font-size: 14px;
}
.dental-tourism-appointment-form
  form
  .form-group
  .form-control::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.dental-tourism-appointment-form form .form-group .form-control::placeholder {
  color: #486683;
  transition: 0.6s;
}
.dental-tourism-appointment-form form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.dental-tourism-appointment-form
  form
  .form-group
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.dental-tourism-appointment-form
  form
  .form-group
  .form-control:focus::placeholder {
  color: transparent;
}
.dental-tourism-appointment-form form .form-group textarea.form-control {
  min-height: 120px;
}
.dental-tourism-appointment-form form .form-group .nice-select {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}
.dental-tourism-appointment-form form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}
.dental-tourism-appointment-form form .form-group .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.dental-tourism-appointment-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.dental-tourism-appointment-form
  form
  .form-group
  .nice-select
  .list
  .option.selected {
  background-color: #06a3da !important;
  color: #fff;
  font-weight: 400;
}
.dental-tourism-appointment-form form .default-btn {
  background-color: #1dbfcc;
  border: none;
}
.dental-tourism-appointment-form form .default-btn:hover {
  background-color: #06a3da;
}
.dental-tourism-dentist-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.dental-tourism-dentist-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-dentist-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.dental-tourism-dentist-card .dentist-image {
  position: relative;
  text-align: center;
}
.dental-tourism-dentist-card .dentist-image a img {
  display: inline-block;
}
.dental-tourism-dentist-card .dentist-image .share-link {
  padding: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  max-width: 200px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.dental-tourism-dentist-card .dentist-image .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.dental-tourism-dentist-card .dentist-image .share-link li:last-child {
  margin-right: 0;
}
.dental-tourism-dentist-card .dentist-image .share-link li a i {
  color: #002345;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #002345;
  text-align: center;
  border-radius: 5px;
}
.dental-tourism-dentist-card .dentist-image .share-link li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.dental-tourism-dentist-card .dentist-content {
  margin-top: 25px;
  text-align: center;
}
.dental-tourism-dentist-card .dentist-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.dental-tourism-dentist-card .dentist-content h3 a {
  color: #002345;
}
.dental-tourism-dentist-card .dentist-content h3 a:hover {
  color: #1dbfcc;
}
.dental-tourism-dentist-card .dentist-content span {
  font-size: 15px;
  color: #486683;
}
.dental-tourism-dentist-card:hover .dentist-image .share-link {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1dbfcc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot:hover span,
.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.dental-tourism-dentist-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.dental-tourism-tourists-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.dental-tourism-tourists-content p {
  margin-bottom: 0;
  color: #486683;
}
.dental-tourism-tourists-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.dental-tourism-tourists-content .list li {
  list-style-type: none;
  color: #002345;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}
.dental-tourism-tourists-content .list li:last-child {
  margin-bottom: 0;
}
.dental-tourism-tourists-content .list li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 4px;
}
.dental-tourism-tourists-image .tourists-image {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.dental-tourism-tourists-image .tourists-image .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
}
.dental-tourism-tourists-image .tourists-image .content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
.dental-tourism-tourists-image .tourists-image::before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: 0.6s;
}
.dental-tourism-review-area {
  background-color: #eff8fb;
}
.dental-tourism-review-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.dental-tourism-review-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-review-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.dental-tourism-review-card {
  background-color: #fff;
  padding: 50px 65px;
}
.dental-tourism-review-card .review-info {
  position: relative;
  padding-left: 85px;
  margin-bottom: 25px;
}
.dental-tourism-review-card .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  max-width: 65px;
}
.dental-tourism-review-card .review-info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
}
.dental-tourism-review-card .review-info span {
  font-size: 15px;
  color: #1dbfcc;
  display: inline-block;
  margin-top: 12px;
}
.dental-tourism-review-card p {
  color: #486683;
  margin-bottom: 0;
}
.dental-tourism-review-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.dental-tourism-review-card .rating li {
  list-style-type: none;
  margin-right: 2px;
  display: inline-block;
}
.dental-tourism-review-card .rating li:last-child {
  margin-right: 0;
}
.dental-tourism-review-card .rating li i {
  color: #ffc806;
}
.dental-tourism-review-card .icon-quote {
  position: absolute;
  right: 45px;
  bottom: 30px;
}
.dental-tourism-review-card .icon-quote i {
  font-size: 50px;
  color: #1dbfcc;
}
.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1dbfcc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot:hover span,
.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.dental-tourism-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.dental-tourism-blog-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.dental-tourism-blog-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.dental-tourism-blog-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.dental-tourism-blog-card {
  margin-bottom: 25px;
  transition: 0.6s;
}
.dental-tourism-blog-card .blog-image {
  position: relative;
}
.dental-tourism-blog-card .blog-image a img {
  display: inline-block;
}
.dental-tourism-blog-card .blog-image .tag {
  position: absolute;
  left: 25px;
  top: 25px;
}
.dental-tourism-blog-card .blog-image .tag a {
  display: inline-block;
  background-color: #1dbfcc;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
.dental-tourism-blog-card .blog-content {
  padding-top: 20px;
  padding-left: 20px;
}
.dental-tourism-blog-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}
.dental-tourism-blog-card .blog-content .entry-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}
.dental-tourism-blog-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.dental-tourism-blog-card .blog-content .entry-meta li a {
  color: #486683;
}
.dental-tourism-blog-card .blog-content .entry-meta li a:hover {
  color: #1dbfcc;
}
.dental-tourism-blog-card .blog-content .entry-meta li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 2.8px;
}
.dental-tourism-blog-card .blog-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.dental-tourism-blog-card .blog-content h3 a {
  color: #002345;
}
.dental-tourism-blog-card .blog-content h3 a:hover {
  color: #1dbfcc;
}
.dental-tourism-blog-card:hover {
  transform: translateY(-5px);
}
.dental-tourism-footer-area {
  background-image: url(../images/dental-tourism/footer/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.dental-tourism-footer-area::before {
  position: absolute;
  content: "";
  background-color: #002345;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}
.dental-tourism-footer-widget {
  margin-bottom: 25px;
}
.dental-tourism-footer-widget h2 {
  font-size: 35px;
  margin-bottom: 25px;
}
.dental-tourism-footer-widget h2 a {
  color: #fff;
}
.dental-tourism-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
}
.dental-tourism-footer-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}
.dental-tourism-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #fff;
  font-family: nunito sans, sans-serif;
}
.dental-tourism-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.dental-tourism-footer-widget .info-list li span {
  color: #1dbfcc;
}
.dental-tourism-footer-widget .info-list li a {
  color: #fff;
}
.dental-tourism-footer-widget .info-list li a:hover {
  letter-spacing: 1px;
}
.dental-tourism-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.dental-tourism-footer-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}
.dental-tourism-footer-widget .share-link li:last-child {
  margin-right: 0;
}
.dental-tourism-footer-widget .share-link li span {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.dental-tourism-footer-widget .share-link li a i {
  color: #fff;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #fff;
  text-align: center;
  border-radius: 5px;
}
.dental-tourism-footer-widget .share-link li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.dental-tourism-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.dental-tourism-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: nunito sans, sans-serif;
  padding-left: 22px;
}
.dental-tourism-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.dental-tourism-footer-widget .quick-links li a {
  color: #fff;
}
.dental-tourism-footer-widget .quick-links li a:hover {
  letter-spacing: 1px;
}
.dental-tourism-footer-widget .quick-links li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 4.5px;
}
.dental-tourism-footer-widget .newsletter-form p {
  color: #fff;
  font-family: nunito sans, sans-serif;
  margin-bottom: 0;
}
.dental-tourism-footer-widget .newsletter-form .form-group {
  margin-top: 30px;
  position: relative;
}
.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  outline: 0;
  color: #fff;
  padding: 0 0 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  transition: 0.6s;
}
.dental-tourism-footer-widget
  .newsletter-form
  .form-group
  .input-newsletter::-moz-placeholder {
  color: #fff;
}
.dental-tourism-footer-widget
  .newsletter-form
  .form-group
  .input-newsletter::placeholder {
  color: #fff;
}
.dental-tourism-footer-widget
  .newsletter-form
  .form-group
  .input-newsletter:focus {
  border-bottom: 1px solid #1dbfcc;
}
.dental-tourism-footer-widget .newsletter-form .form-group button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #1dbfcc;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.dental-tourism-footer-widget .newsletter-form .validation-danger {
  color: red;
  font-size: 14px;
  margin-top: 15px;
}
.dental-tourism-copyright-area {
  margin-top: 75px;
}
.dental-tourism-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #2d4a65;
  padding-top: 30px;
  padding-bottom: 30px;
}
.dental-tourism-copyright-area .copyright-area-content p {
  color: #fff;
  font-size: 15px;
  font-family: nunito sans, sans-serif;
}
.dental-tourism-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1dbfcc;
}
.dental-tourism-copyright-area .copyright-area-content p a:hover {
  color: #fff;
}
.skin-care-banner-area {
  background-color: #eff8fb;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.skin-care-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}
.skin-care-banner-content {
  padding-right: 10px;
}
.skin-care-banner-content .sub-title {
  color: #1dbfcc;
  font-weight: 600;
  font-size: 16px;
  font-family: nunito sans, sans-serif;
  display: block;
  margin-bottom: 18px;
}
.skin-care-banner-content h1 {
  font-size: 75px;
  color: #002345;
  margin-bottom: 12px;
}
.skin-care-banner-content p {
  color: #486683;
  margin-bottom: 0;
}
.skin-care-banner-content .banner-btn {
  margin-top: 30px;
}
.skin-care-banner-content .banner-btn .default-btn {
  background-color: #1dbfcc;
}
.skin-care-banner-content .banner-btn .default-btn:hover {
  background-color: #06a3da;
}
.skin-care-banner-shape {
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: -1;
}
.skin-care-features-card {
  background-color: #eff8fb;
  padding: 35px 25px;
  transition: 0.6s;
  margin-bottom: 25px;
}
.skin-care-features-card .features-title {
  position: relative;
  padding-left: 100px;
  padding-top: 28px;
  margin-bottom: 45px;
}
.skin-care-features-card .features-title .icon-image {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.skin-care-features-card .features-title .icon-image img {
  max-width: 50px;
}
.skin-care-features-card .features-title h3 {
  font-size: 24px;
  font-weight: 500;
}
.skin-care-features-card .features-title h3 a {
  color: #002345;
}
.skin-care-features-card p {
  color: #486683;
  transition: 0.6s;
}
.skin-care-features-card:hover {
  transform: translateY(-5px);
  background-color: #1dbfcc;
}
.skin-care-features-card:hover .features-title h3 a {
  color: #fff;
}
.skin-care-features-card:hover p {
  color: #fff;
}
.skin-care-about-image {
  position: relative;
}
.skin-care-about-image .skin-care-fun-fact {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  background: rgba(29, 191, 204, 0.9);
  padding: 50px;
}
.skin-care-about-image .skin-care-fun-fact .fun-fact h3 {
  font-size: 40px;
  margin-bottom: 8px;
  color: #fff;
}
.skin-care-about-image .skin-care-fun-fact .fun-fact h3 .odometer {
  font-family: #1dbfcc;
}
.skin-care-about-image .skin-care-fun-fact .fun-fact h3 .small-text {
  position: relative;
  top: 2px;
  left: -2px;
}
.skin-care-about-image .skin-care-fun-fact .fun-fact p {
  color: #fff;
}
.skin-care-about-content {
  padding-left: 45px;
}
.skin-care-about-content span {
  color: #1dbfcc;
  display: inline-block;
  margin-bottom: 15px;
}
.skin-care-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.skin-care-about-content p {
  margin-bottom: 0;
  color: #486683;
}
.skin-care-about-content .about-btn-with-info {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.skin-care-about-content .about-btn-with-info li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  position: relative;
  padding-left: 50px;
}
.skin-care-about-content .about-btn-with-info li:first-child {
  padding-left: 0;
}
.skin-care-about-content .about-btn-with-info li:last-child {
  margin-right: 0;
}
.skin-care-about-content .about-btn-with-info li .default-btn {
  background-color: #1dbfcc;
  color: #fff;
}
.skin-care-about-content .about-btn-with-info li .default-btn:hover {
  background-color: #06a3da;
}
.skin-care-about-content .about-btn-with-info li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #f1f7f8;
  border: 1px solid #1dbfcc;
  font-size: 18px;
  text-align: center;
  color: #1dbfcc;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -5px;
}
.skin-care-about-content .about-btn-with-info li a {
  font-size: 18px;
  color: #002345;
  font-weight: 500;
}
.skin-care-services-area {
  background-color: #eff8fb;
}
.skin-care-services-area .section-title span {
  color: #1dbfcc;
}
.skin-care-services-card {
  margin-bottom: 25px;
  transition: 0.6s;
}
.skin-care-services-card .services-image {
  position: relative;
}
.skin-care-services-card .services-image a img {
  display: inline-block;
}
.skin-care-services-card .services-image .icon {
  position: absolute;
  bottom: -30px;
  left: 25px;
}
.skin-care-services-card .services-image .icon i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 50px;
  background-color: #1dbfcc;
  color: #fff;
  border-radius: 50px;
  transition: 0.6s;
  text-align: center;
}
.skin-care-services-card .services-content {
  padding: 60px 25px 30px;
  background-color: #fff;
  transition: 0.6s;
}
.skin-care-services-card .services-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}
.skin-care-services-card .services-content h3 a {
  color: #002345;
}
.skin-care-services-card .services-content p {
  margin-bottom: 0;
  transition: 0.6s;
  color: #486683;
}
.skin-care-services-card:hover {
  transform: translateY(-5px);
}
.skin-care-services-card:hover .services-image .icon i {
  background-color: #fff;
  color: #1dbfcc;
}
.skin-care-services-card:hover .services-content {
  background-color: #1dbfcc;
}
.skin-care-services-card:hover .services-content h3 a {
  color: #fff;
}
.skin-care-services-card:hover .services-content p {
  color: #fff;
}
.skin-care-dry-content span {
  color: #1dbfcc;
  display: inline-block;
  margin-bottom: 15px;
}
.skin-care-dry-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.skin-care-dry-content p {
  margin-bottom: 0;
  color: #486683;
}
.skin-care-dry-content .list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.skin-care-dry-content .list li {
  list-style-type: none;
  color: #486683;
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}
.skin-care-dry-content .list li:last-child {
  margin-bottom: 0;
}
.skin-care-dry-content .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1dbfcc;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background-color: #1dbfcc;
  color: #fff;
  text-align: center;
  border-radius: 30px;
}
.skin-care-dry-content .dry-list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.skin-care-dry-content .dry-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: -20px;
}
.skin-care-dry-content .dry-list li img {
  max-width: 50px;
  border: 4px solid #1dbfcc;
  border-radius: 50px;
}
.skin-care-dry-content .dry-list li.title {
  margin-left: 30px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #002345;
}
.skin-care-appointment-area {
  overflow: hidden;
}
.skin-care-appointment-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.skin-care-appointment-area .row {
  background-color: #002345;
}
.skin-care-appointment-image {
  background-image: url(../images/skin-care/appointment/appointment.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.skin-care-appointment-form {
  padding: 100px;
}
.skin-care-appointment-form h4 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}
.skin-care-appointment-form h4 i {
  margin-right: 5px;
  color: #1dbfcc;
}
.skin-care-appointment-form form .form-group {
  margin-bottom: 25px;
}
.skin-care-appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 15px;
  transition: 0.6s;
  font-size: 14px;
}
.skin-care-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.skin-care-appointment-form form .form-group .form-control::placeholder {
  color: #486683;
  transition: 0.6s;
}
.skin-care-appointment-form form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.skin-care-appointment-form
  form
  .form-group
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.skin-care-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.skin-care-appointment-form form .form-group textarea.form-control {
  min-height: 120px;
}
.skin-care-appointment-form form .form-group .nice-select {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}
.skin-care-appointment-form form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}
.skin-care-appointment-form form .form-group .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.skin-care-appointment-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.skin-care-appointment-form
  form
  .form-group
  .nice-select
  .list
  .option.selected {
  background-color: #06a3da !important;
  color: #fff;
  font-weight: 400;
}
.skin-care-appointment-form form .default-btn {
  background-color: #1dbfcc;
  border: none;
}
.skin-care-appointment-form form .default-btn:hover {
  background-color: #06a3da;
}
.skin-care-review-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.skin-care-review-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.skin-care-review-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.skin-care-review-card {
  background-color: #eff8fb;
  padding: 35px;
  transition: 0.6s;
}
.skin-care-review-card .review-info {
  position: relative;
  padding-left: 85px;
  margin-bottom: 25px;
}
.skin-care-review-card .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  max-width: 65px;
}
.skin-care-review-card .review-info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.6s;
}
.skin-care-review-card .review-info span {
  font-size: 15px;
  color: #1dbfcc;
  display: inline-block;
  margin-top: 12px;
  transition: 0.6s;
}
.skin-care-review-card p {
  color: #486683;
  margin-bottom: 0;
  transition: 0.6s;
}
.skin-care-review-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.skin-care-review-card .rating li {
  list-style-type: none;
  margin-right: 2px;
  display: inline-block;
}
.skin-care-review-card .rating li:last-child {
  margin-right: 0;
}
.skin-care-review-card .rating li i {
  color: #ffc806;
  transition: 0.6s;
}
.skin-care-review-card .icon-quote {
  position: absolute;
  right: 45px;
  bottom: 30px;
}
.skin-care-review-card .icon-quote i {
  font-size: 50px;
  color: #1dbfcc;
  transition: 0.6s;
}
.skin-care-review-card:hover {
  background-color: #1dbfcc;
}
.skin-care-review-card:hover .review-info h3 {
  color: #fff;
}
.skin-care-review-card:hover .review-info span {
  color: #fff;
}
.skin-care-review-card:hover p {
  color: #fff;
}
.skin-care-review-card:hover .rating li i {
  color: #fff;
}
.skin-care-review-card:hover .icon-quote i {
  color: #fff;
}
.skin-care-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1dbfcc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.skin-care-review-slides.owl-theme .owl-dots .owl-dot:hover span,
.skin-care-review-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.skin-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.skin-care-before-after-area {
  background-color: #eff8fb;
  overflow: hidden;
}
.skin-care-before-after-area .section-title span {
  color: #1dbfcc;
}
.skin-care-before-after-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.skin-care-before-after-card {
  transform: scale(0.8);
}
.skin-care-before-after-slides.owl-theme .owl-nav {
  margin-top: 30px;
}
.skin-care-before-after-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #002345;
  margin: 0 10px;
  padding: 0;
  background: 0 0;
  border-radius: 0;
  transition: 0.6s;
  font-size: 22px;
}
.skin-care-before-after-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #1dbfcc;
}
.skin-care-before-after-slides .owl-item.active .skin-care-before-after-card {
  transform: scale(1);
}
.skin-care-blog-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.skin-care-blog-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.skin-care-blog-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.skin-care-blog-card {
  margin-bottom: 25px;
  transition: 0.6s;
}
.skin-care-blog-card .blog-image {
  position: relative;
}
.skin-care-blog-card .blog-image a img {
  display: inline-block;
}
.skin-care-blog-card .blog-image .tag {
  position: absolute;
  left: 20px;
  bottom: -20px;
}
.skin-care-blog-card .blog-image .tag a {
  display: inline-block;
  background-color: #1dbfcc;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
.skin-care-blog-card .blog-content {
  padding-top: 45px;
  padding-left: 20px;
}
.skin-care-blog-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}
.skin-care-blog-card .blog-content .entry-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}
.skin-care-blog-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.skin-care-blog-card .blog-content .entry-meta li a {
  color: #486683;
}
.skin-care-blog-card .blog-content .entry-meta li a:hover {
  color: #1dbfcc;
}
.skin-care-blog-card .blog-content .entry-meta li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 2.8px;
}
.skin-care-blog-card .blog-content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.skin-care-blog-card .blog-content h3 a {
  color: #002345;
}
.skin-care-blog-card .blog-content h3 a:hover {
  color: #1dbfcc;
}
.skin-care-blog-card:hover {
  transform: translateY(-5px);
}
.skin-care-partner-inner-box {
  background-color: #002345;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -120px;
}
.skin-care-partner-card {
  text-align: center;
}
.skin-care-partner-card a img {
  display: inline-block;
  margin: auto;
}
.skin-care-footer-area {
  background-color: #eff8fb;
  padding-top: 220px;
}
.skin-care-footer-widget {
  margin-bottom: 25px;
}
.skin-care-footer-widget h2 {
  font-size: 35px;
  margin-bottom: 25px;
}
.skin-care-footer-widget h2 a {
  color: #1dbfcc;
}
.skin-care-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #002345;
}
.skin-care-footer-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}
.skin-care-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #486683;
  font-family: nunito sans, sans-serif;
}
.skin-care-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.skin-care-footer-widget .info-list li span {
  color: #1dbfcc;
}
.skin-care-footer-widget .info-list li a {
  color: #486683;
}
.skin-care-footer-widget .info-list li a:hover {
  letter-spacing: 1px;
}
.skin-care-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.skin-care-footer-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}
.skin-care-footer-widget .share-link li:last-child {
  margin-right: 0;
}
.skin-care-footer-widget .share-link li span {
  font-size: 20px;
  color: #486683;
  font-weight: 500;
}
.skin-care-footer-widget .share-link li a i {
  color: #486683;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #486683;
  text-align: center;
  border-radius: 5px;
}
.skin-care-footer-widget .share-link li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.skin-care-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.skin-care-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: nunito sans, sans-serif;
  padding-left: 22px;
}
.skin-care-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.skin-care-footer-widget .quick-links li a {
  color: #486683;
}
.skin-care-footer-widget .quick-links li a:hover {
  letter-spacing: 1px;
}
.skin-care-footer-widget .quick-links li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 4.5px;
}
.skin-care-footer-widget .newsletter-form p {
  color: #486683;
  font-family: nunito sans, sans-serif;
  margin-bottom: 0;
}
.skin-care-footer-widget .newsletter-form .form-group {
  margin-top: 30px;
  position: relative;
}
.skin-care-footer-widget .newsletter-form .form-group .input-newsletter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  outline: 0;
  color: #486683;
  padding: 0 0 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  transition: 0.6s;
}
.skin-care-footer-widget
  .newsletter-form
  .form-group
  .input-newsletter::-moz-placeholder {
  color: #486683;
}
.skin-care-footer-widget
  .newsletter-form
  .form-group
  .input-newsletter::placeholder {
  color: #486683;
}
.skin-care-footer-widget .newsletter-form .form-group .input-newsletter:focus {
  border-bottom: 1px solid #1dbfcc;
}
.skin-care-footer-widget .newsletter-form .form-group button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #1dbfcc;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.skin-care-footer-widget .newsletter-form .validation-danger {
  color: red;
  font-size: 14px;
  margin-top: 15px;
}
.skin-care-copyright-area {
  margin-top: 75px;
}
.skin-care-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #cedbe3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.skin-care-copyright-area .copyright-area-content p {
  color: #486683;
  font-size: 15px;
  font-family: nunito sans, sans-serif;
}
.skin-care-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1dbfcc;
}
.skin-care-copyright-area .copyright-area-content p a:hover {
  color: #1dbfcc;
}
.eye-care-banner-area {
  overflow: hidden;
  background: linear-gradient(180deg, #efeffb 0%, #fafafe 100%);
  padding-top: 140px;
}
.eye-care-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}
.eye-care-banner-content {
  background: rgba(0, 35, 69, 0.9);
  padding: 50px;
  position: relative;
  margin-right: -145px;
}
.eye-care-banner-content .sub-title {
  color: #1dbfcc;
  font-weight: 600;
  font-size: 16px;
  font-family: nunito sans, sans-serif;
  display: block;
  margin-bottom: 18px;
}
.eye-care-banner-content h1 {
  font-size: 70px;
  color: #fff;
  margin-bottom: 20px;
}
.eye-care-banner-content p {
  color: #fff;
  margin-bottom: 0;
}
.eye-care-banner-content .banner-btn-with-info {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.eye-care-banner-content .banner-btn-with-info li {
  list-style-type: none;
  display: inline-block;
  margin-right: -20px;
  vertical-align: middle;
}
.eye-care-banner-content .banner-btn-with-info li img {
  max-width: 50px;
  border: 4px solid #1dbfcc;
  border-radius: 50px;
}
.eye-care-banner-content .banner-btn-with-info li.banner-btn {
  margin-right: 10px;
}
.eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
  background-color: #1dbfcc;
}
.eye-care-banner-content
  .banner-btn-with-info
  li.banner-btn
  .default-btn:hover {
  background-color: #06a3da;
}
.eye-care-banner-content .banner-btn-with-info li.title {
  margin-left: 30px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
}
.eye-care-slider.owl-theme {
  position: relative;
}
.eye-care-slider.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 150px;
  margin: auto;
  text-align: center;
  transform: translateY(-50%);
}
.eye-care-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  background-color: rgba(0, 35, 69, 0.9);
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin: 0;
  margin-right: 10px;
  transition: 0.6s;
}
.eye-care-slider.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 20px;
}
.eye-care-slider.owl-theme .owl-nav [class*="owl-"].owl-next {
  margin: auto;
  text-align: center;
}
.eye-care-slider.owl-theme .owl-nav [class*="owl-"].owl-next i {
  padding-left: 4px;
}
.eye-care-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #06a3da;
  color: #fff;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area {
  background-image: none;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7607843137);
  z-index: -1;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area .background-video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -2;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area .all-content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area
  .all-content
  .dental-tourism-banner-content
  .sub-title {
  color: #fff !important;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area
  .all-content
  .dental-tourism-banner-content
  h1 {
  color: #fff !important;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area
  .all-content
  .dental-tourism-banner-content
  p {
  color: #fff !important;
}
.col-lg-4:last-child .eye-care-features-card::before {
  display: none;
}
.eye-care-features-card {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.eye-care-features-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  background-color: #d7e2f9;
}
.eye-care-features-card .features-image {
  margin-bottom: 25px;
}
.eye-care-features-card .features-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
}
.eye-care-features-card .features-content h3 a {
  color: #002345;
}
.eye-care-features-card .features-content p {
  margin-bottom: 0;
  color: #486683;
}
.eye-care-about-content {
  padding-left: 45px;
}
.eye-care-about-content span {
  color: #1dbfcc;
  display: inline-block;
  margin-bottom: 15px;
}
.eye-care-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.eye-care-about-content p {
  margin-bottom: 0;
  color: #486683;
  position: relative;
  padding-left: 10px;
}
.eye-care-about-content p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #1dbfcc;
}
.eye-care-about-content .list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.eye-care-about-content .list li {
  list-style-type: none;
  color: #486683;
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}
.eye-care-about-content .list li:last-child {
  margin-bottom: 0;
}
.eye-care-about-content .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1dbfcc;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background-color: #1dbfcc;
  color: #fff;
  text-align: center;
  border-radius: 30px;
}
.eye-care-about-content .about-btn {
  margin-top: 30px;
}
.eye-care-about-content .about-btn .default-btn {
  background-color: #1dbfcc;
}
.eye-care-about-content .about-btn .default-btn:hover {
  background-color: #06a3da;
}
.eye-care-services-area {
  background-image: url(../images/eye-care/services/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.eye-care-services-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1dbfcc;
  z-index: -1;
  opacity: 95%;
}
.eye-care-services-area .section-title span {
  color: #fff;
}
.eye-care-services-area .section-title h2 {
  color: #fff;
}
.eye-care-services-card {
  background-color: #f7f7fd;
  padding: 35px;
  margin-bottom: 25px;
  position: relative;
}
.eye-care-services-card .icon {
  margin-bottom: 25px;
}
.eye-care-services-card .icon i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 65px;
  color: #1dbfcc;
  border-radius: 50px;
}
.eye-care-services-card h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.eye-care-services-card h3 a {
  color: #002345;
}
.eye-care-services-card h3 a:hover {
  color: #1dbfcc;
}
.eye-care-services-card p {
  color: #486683;
  margin-bottom: 20px;
}
.eye-care-services-card .default-btn {
  background-color: #1dbfcc;
}
.eye-care-services-card .default-btn:hover {
  background-color: #06a3da;
}
.eye-care-services-card .number {
  font-size: 80px;
  color: #002345;
  font-weight: 700;
  opacity: 10%;
  position: absolute;
  right: 20px;
  top: 5px;
}
.eye-care-services-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: 0.01;
}
.eye-care-services-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #222;
  margin: 0;
  position: absolute;
  left: -70px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: #fff;
  border-radius: 50px;
  transition: 0.6s;
  width: 55px;
  height: 55px;
  line-height: 62.5px;
  text-align: center;
  font-size: 28px;
}
.eye-care-services-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -70px;
}
.eye-care-services-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background-color: #06a3da;
}
.eye-care-services-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.eye-care-all-services-link {
  text-align: center;
}
.eye-care-all-services-link a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.eye-care-solutions-area .section-title span {
  color: #1dbfcc;
}
.eye-care-solutions-content h3 {
  font-size: 24px;
  color: #002345;
  font-weight: 500;
  margin-bottom: 15px;
}
.eye-care-solutions-content p {
  color: #486683;
  margin-bottom: 0;
}
.eye-care-solutions-content .solutions-inner-content {
  margin-top: 25px;
}
.eye-care-solutions-content .solutions-inner-content h4 {
  font-size: 20px;
  color: #002345;
  font-weight: 500;
  margin-bottom: 15px;
}
.eye-care-solutions-content .solutions-inner-content p {
  color: #486683;
  margin-bottom: 0;
}
.eye-care-solutions-content .solutions-inner-content.bg-F7F7FD {
  background-color: #f7f7fd;
  padding: 25px;
  border-left: 2px solid #1dbfcc;
}
.eye-care-solutions-image {
  padding-left: 25px;
}
.eye-care-team-area {
  background-color: #f7f7fd;
}
.eye-care-team-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.eye-care-team-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.eye-care-team-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.eye-care-team-card .team-image {
  position: relative;
  text-align: center;
}
.eye-care-team-card .team-image a img {
  display: inline-block;
}
.eye-care-team-card .team-image .share-link {
  padding: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 25px;
  max-width: 200px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.eye-care-team-card .team-image .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.eye-care-team-card .team-image .share-link li:last-child {
  margin-right: 0;
}
.eye-care-team-card .team-image .share-link li a i {
  color: #002345;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #002345;
  text-align: center;
  border-radius: 5px;
}
.eye-care-team-card .team-image .share-link li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.eye-care-team-card .team-content {
  margin-top: 25px;
  text-align: center;
}
.eye-care-team-card .team-content h3 {
  font-size: 24px;
  font-weight: 500;
}
.eye-care-team-card .team-content h3 a {
  color: #002345;
}
.eye-care-team-card .team-content h3 a:hover {
  color: #1dbfcc;
}
.eye-care-team-card .team-content span {
  font-size: 15px;
  color: #486683;
}
.eye-care-team-card:hover .team-image .share-link {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.eye-care-team-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1dbfcc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.eye-care-team-slides.owl-theme .owl-dots .owl-dot:hover span,
.eye-care-team-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.eye-care-team-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.eye-care-testimonials-area {
  overflow: hidden;
}
.eye-care-testimonials-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.eye-care-testimonials-area .row {
  background-color: #1dbfcc;
}
.eye-care-testimonials-image {
  background-image: url(../images/eye-care/testimonials/testimonials.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.eye-care-testimonials-content-box {
  padding-top: 100px;
  padding-bottom: 100px;
}
.eye-care-testimonials-content-box .content {
  margin-left: 15px;
}
.eye-care-testimonials-content-box .content span {
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.eye-care-testimonials-content-box .content h3 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
}
.eye-care-review-card {
  background-color: #fff;
  padding: 50px 65px;
}
.eye-care-review-card .review-info {
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}
.eye-care-review-card .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  max-width: 65px;
}
.eye-care-review-card .review-info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: #002345;
}
.eye-care-review-card .review-info span {
  font-size: 15px;
  color: #1dbfcc;
  display: inline-block;
  margin-top: 12px;
}
.eye-care-review-card p {
  color: #486683;
  margin-bottom: 0;
}
.eye-care-review-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.eye-care-review-card .rating li {
  list-style-type: none;
  margin-right: 2px;
  display: inline-block;
}
.eye-care-review-card .rating li:last-child {
  margin-right: 0;
}
.eye-care-review-card .rating li i {
  color: #ffc806;
}
.eye-care-review-card .icon-quote {
  position: absolute;
  right: 50px;
  top: 50px;
}
.eye-care-review-card .icon-quote i {
  font-size: 50px;
  color: #1dbfcc;
}
.eye-care-review-slides {
  position: relative;
  margin-top: 30px;
  margin-left: -100px;
}
.eye-care-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1dbfcc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.eye-care-review-slides.owl-theme .owl-dots .owl-dot:hover span,
.eye-care-review-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.eye-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 45px;
  bottom: 45px;
}
.eye-care-treatment-content {
  padding-left: 25px;
}
.eye-care-treatment-content span {
  color: #1dbfcc;
  display: inline-block;
  margin-bottom: 15px;
}
.eye-care-treatment-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.eye-care-treatment-content p {
  color: #486683;
  margin-bottom: 0;
}
.eye-care-treatment-content .treatment-inner-content {
  background-color: #f7f7fd;
  padding: 25px 25px 25px 82px;
  position: relative;
  margin-top: 25px;
}
.eye-care-treatment-content .treatment-inner-content .number {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #1dbfcc;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  left: 25px;
  top: 30px;
}
.eye-care-treatment-content .treatment-inner-content p {
  color: #486683;
  font-size: 15px;
}
.eye-care-blog-area .section-title-warp .sub-title {
  background-color: #1dbfcc;
  color: #fff;
}
.eye-care-blog-area .section-warp-btn .default-btn {
  background-color: #1dbfcc;
}
.eye-care-blog-area .section-warp-btn .default-btn:hover {
  background-color: #06a3da;
}
.eye-care-blog-card {
  margin-bottom: 25px;
  border: 1px solid #ddd;
  padding: 25px;
  transition: 0.6s;
}
.eye-care-blog-card .blog-content .tag {
  margin-bottom: 20px;
}
.eye-care-blog-card .blog-content .tag a {
  display: inline-block;
  background-color: #1dbfcc;
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
.eye-care-blog-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}
.eye-care-blog-card .blog-content .entry-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}
.eye-care-blog-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}
.eye-care-blog-card .blog-content .entry-meta li a {
  color: #486683;
}
.eye-care-blog-card .blog-content .entry-meta li a:hover {
  color: #1dbfcc;
}
.eye-care-blog-card .blog-content .entry-meta li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 2.8px;
}
.eye-care-blog-card .blog-content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.eye-care-blog-card .blog-content h3 a {
  color: #002345;
}
.eye-care-blog-card .blog-content h3 a:hover {
  color: #1dbfcc;
}
.eye-care-blog-card .blog-content p {
  color: #486683;
}
.eye-care-blog-card:hover {
  background-color: #f7f7fd;
  border: 1px solid #f7f7fd;
}
.newsletter-inner-box {
  background-color: #1dbfcc;
  padding: 50px;
  margin-bottom: -90px;
  position: relative;
}
.newsletter-inner-box .newsletter-content {
  max-width: 450px;
}
.newsletter-inner-box .newsletter-content h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
.newsletter-inner-box .newsletter-content p {
  color: #fff;
}
.newsletter-inner-box .newsletter-form {
  position: relative;
}
.newsletter-inner-box .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  height: 60px;
  padding: 20px;
  border-radius: 0;
  outline: 0;
  color: #486683;
  font-size: 15px;
  font-weight: 400;
}
.newsletter-inner-box .newsletter-form .input-newsletter::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.newsletter-inner-box .newsletter-form .input-newsletter::placeholder {
  color: #486683;
  transition: 0.6s;
}
.newsletter-inner-box
  .newsletter-form
  .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-inner-box .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.newsletter-inner-box .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #1dbfcc;
  color: #fff;
  border: none;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 0;
  transition: 0.6s;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
}
.newsletter-inner-box .newsletter-form button:hover {
  background-color: #06a3da;
  color: #fff;
}
.newsletter-inner-box .newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
}
.eye-care-footer-area {
  background: linear-gradient(180deg, #efeffb 0%, #fafafe 100%);
  padding-top: 180px;
}
.eye-care-footer-widget {
  margin-bottom: 25px;
}
.eye-care-footer-widget h2 {
  font-size: 35px;
  margin-bottom: 25px;
}
.eye-care-footer-widget h2 a {
  color: #1dbfcc;
}
.eye-care-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #002345;
}
.eye-care-footer-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}
.eye-care-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #486683;
  font-family: nunito sans, sans-serif;
}
.eye-care-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}
.eye-care-footer-widget .info-list li span {
  color: #1dbfcc;
}
.eye-care-footer-widget .info-list li a {
  color: #486683;
}
.eye-care-footer-widget .info-list li a:hover {
  letter-spacing: 1px;
}
.eye-care-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.eye-care-footer-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}
.eye-care-footer-widget .share-link li:last-child {
  margin-right: 0;
}
.eye-care-footer-widget .share-link li span {
  font-size: 20px;
  color: #486683;
  font-weight: 500;
}
.eye-care-footer-widget .share-link li a i {
  color: #486683;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #486683;
  text-align: center;
  border-radius: 5px;
}
.eye-care-footer-widget .share-link li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.eye-care-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.eye-care-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: nunito sans, sans-serif;
  padding-left: 22px;
}
.eye-care-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.eye-care-footer-widget .quick-links li a {
  color: #486683;
}
.eye-care-footer-widget .quick-links li a:hover {
  letter-spacing: 1px;
}
.eye-care-footer-widget .quick-links li i {
  color: #1dbfcc;
  position: absolute;
  left: 0;
  top: 4.5px;
}
.eye-care-footer-widget .hours-list {
  padding: 0;
  margin-bottom: 0;
}
.eye-care-footer-widget .hours-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.eye-care-footer-widget .hours-list li:last-child {
  margin-bottom: 0;
}
.eye-care-footer-widget .hours-list li span {
  color: #486683;
}
.eye-care-copyright-area {
  margin-top: 75px;
}
.eye-care-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #cedbe3;
  padding-top: 30px;
  padding-bottom: 30px;
}
.eye-care-copyright-area .copyright-area-content p {
  color: #486683;
  font-size: 15px;
  font-family: nunito sans, sans-serif;
}
.eye-care-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1dbfcc;
}
.eye-care-copyright-area .copyright-area-content p a:hover {
  color: #1dbfcc;
}
.section-title.with-covid-color span {
  color: #0cb8b6;
}
.section-title.with-covid-color h2 {
  color: #0d0246;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 15px;
}
.covid-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}
.covid-pagination .page-numbers {
  background-color: #f1f5fe;
  color: #486683;
  border-radius: 50px;
  box-shadow: unset;
  font-weight: 400;
}
.covid-pagination .page-numbers.current,
.covid-pagination .page-numbers:hover,
.covid-pagination .page-numbers:focus {
  background: #0cb8b6;
  color: #fff;
}
.covid-top-area {
  background-color: #0d0246;
}
.covid-top-area .top-optional-wrap {
  text-align: start;
}
.covid-top-area .top-optional-wrap li a i {
  color: #fff;
  font-size: 15px;
  transition: 0.6s;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 50px;
  border: none;
}
.covid-top-area .top-optional-wrap li a i:hover {
  background-color: #0cb8b6;
}
.covid-top-area .top-information-wrap {
  text-align: end;
}
.covid-top-area .top-information-wrap li {
  color: #ccc;
  font-family: nunito sans, sans-serif;
  font-weight: 600;
}
.covid-top-area .top-information-wrap li a {
  color: #ccc;
}
.covid-top-area .top-information-wrap li a:hover {
  color: #0cb8b6;
}
.covid-top-area .top-information-wrap li i {
  color: #fff;
}
.covid-navbar-area .main-navbar {
  background-color: transparent;
}
.covid-navbar-area .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.covid-navbar-area .main-navbar .navbar .navbar-brand {
  color: #0cb8b6;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
}
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a {
  color: #0d0246;
}
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a::before {
  display: none;
}
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:hover,
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:focus,
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #0cb8b6;
}
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item:hover a,
.covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover::before,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus::before,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active::before {
  display: none;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a
  i {
  color: #0d0246;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #0cb8b6;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.71) 0%, #0cb8b6 100%);
  color: #fff;
}
.covid-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn
  i {
  margin-left: 5px;
}
.covid-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .search-btn
  a
  i {
  color: #0d0246;
}
.covid-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #0cb8b6;
}
.covid-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.71) 0%, #0cb8b6 100%);
  color: #fff;
}
.covid-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .navbar-btn
  .default-btn
  i {
  margin-left: 5px;
}
.covid-searchmodal .modal-header button.close {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-banner-area {
  background-color: #f1f5fe;
  padding-top: 220px;
  padding-bottom: 100px;
}
.covid-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.covid-banner-content {
  position: relative;
  top: -20px;
}
.covid-banner-content h1 {
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 12px;
  color: #0d0246;
  line-height: 1.3;
}
.covid-banner-content p {
  margin-bottom: 0;
  color: #486683;
  max-width: 650px;
}
.covid-banner-content .banner-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.covid-banner-content .banner-btn li {
  list-style-type: none;
  display: inline-flex;
  margin-right: 25px;
}
.covid-banner-content .banner-btn li:last-child {
  margin-right: 0;
}
.covid-banner-content .banner-btn li .default-btn {
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.71) 0%, #0cb8b6 100%);
  color: #fff !important;
}
.covid-banner-content .banner-btn li .default-btn i {
  margin-left: 5px;
}
.covid-banner-content .banner-btn li .video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  color: #0cb8b6;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
  transition: 0.6s;
}
.covid-banner-content .banner-btn li .video-btn i:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-banner-content .banner-btn li .video-btn span {
  color: #0cb8b6;
  margin-left: 10px;
  position: relative;
  padding-right: 30px;
}
.covid-banner-content .banner-btn li .video-btn span::before {
  position: absolute;
  content: "\f114";
  right: 0;
  top: -2px;
  font-family: flaticon;
}
.covid-banner-content .banner-btn-with-info {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.covid-banner-content .banner-btn-with-info li {
  list-style-type: none;
  display: inline-block;
  margin-right: -20px;
}
.covid-banner-content .banner-btn-with-info li img {
  max-width: 50px;
  border: 4px solid #fff;
  border-radius: 50px;
}
.covid-banner-content .banner-btn-with-info li i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 45px;
  background-color: #0cb8b6;
  border: 4px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
}
.covid-banner-content .banner-btn-with-info li.title {
  margin-left: 30px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #486683;
}
.covid-banner-content .banner-btn-with-info li.title span {
  color: #0d0246;
  font-weight: 700;
}
.covid-check-form-area {
  position: relative;
  z-index: 1;
}
.covid-check-form-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  background-color: #f1f5fe;
  width: 100%;
  height: 145px;
  z-index: -1;
}
.covid-check-form-inner {
  background-image: url(../images/covid/check-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 5px;
}
.covid-check-title {
  margin-bottom: 30px;
}
.covid-check-title h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
.covid-check-title a {
  color: #fff;
  position: relative;
  padding-right: 30px;
}
.covid-check-title a::before {
  position: absolute;
  content: "\f114";
  right: 0;
  top: -2px;
  font-family: flaticon;
}
.covid-check-title a:hover {
  color: #0cb8b6;
}
.covid-check-form .form-group {
  margin-bottom: 25px;
}
.covid-check-form .form-group .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 14px;
  color: #486683;
  transition: 0.6s;
}
.covid-check-form .form-group .form-control::-moz-placeholder {
  color: #486683;
}
.covid-check-form .form-group .form-control::placeholder {
  color: #486683;
}
.covid-check-form .form-group .form-control:focus {
  border: 1px solid #0cb8b6;
}
.covid-check-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.covid-check-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.covid-check-form .form-group .checkbox-check {
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 14px;
  color: #486683;
  transition: 0.6s;
  width: 100%;
}
.covid-check-form .form-group .checkbox-check::-moz-placeholder {
  color: #486683;
}
.covid-check-form .form-group .checkbox-check::placeholder {
  color: #486683;
}
.covid-check-form .form-group .checkbox-check:focus {
  border: 1px solid #0cb8b6;
}
.covid-check-form .form-group .checkbox-check:focus::-moz-placeholder {
  color: transparent;
}
.covid-check-form .form-group .checkbox-check:focus::placeholder {
  color: transparent;
}
.covid-check-form .form-group .checkbox-check .form-check-input {
  box-shadow: unset;
}
.covid-check-form .form-group .checkbox-check .form-check-label {
  position: relative;
  top: 1px;
  left: 5px;
}
.covid-check-form button {
  display: block;
  border: none;
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.71) 0%, #0cb8b6 100%);
  color: #fff !important;
  height: 55px;
  width: 100%;
  line-height: 55px;
  padding: 0 30px;
}
.covid-check-form button i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.covid-vaccine-card {
  margin-bottom: 25px;
  transition: 0.6s;
  text-align: center;
}
.covid-vaccine-card .vaccine-image {
  margin-bottom: 30px;
}
.covid-vaccine-card .vaccine-image img {
  display: flex;
  align-items: center;
  height: 150px;
  justify-content: center;
  margin: auto;
}
.covid-vaccine-card .vaccine-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0d0246;
  font-weight: 900;
}
.covid-vaccine-card .vaccine-content p {
  margin-bottom: 0;
}
.covid-vaccine-card:hover {
  transform: translateY(-5px);
}
.covid-about-area {
  background-color: #f1f5fe;
}
.covid-about-content {
  padding-left: 35px;
}
.covid-about-content span {
  color: #0cb8b6;
  display: inline-block;
  margin-bottom: 15px;
}
.covid-about-content h3 {
  font-size: 48px;
  color: #0d0246;
  margin-bottom: 15px;
  font-weight: 900;
}
.covid-about-content p {
  margin-bottom: 0;
}
.covid-about-content .list {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}
.covid-about-content .list li {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  color: #0d0246;
  font-weight: 500;
  margin-bottom: 22px;
  padding-left: 40px;
}
.covid-about-content .list li:last-child {
  margin-bottom: 0;
}
.covid-about-content .list li i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: rgba(12, 184, 182, 0.3);
  color: #0cb8b6;
  text-align: center;
  border-radius: 50px;
  transition: 0.6s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.covid-about-content .list li:hover i {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-about-content .about-btn {
  margin-top: 30px;
}
.covid-about-content .about-btn .default-btn {
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.71) 0%, #0cb8b6 100%);
  color: #fff !important;
}
.covid-about-content .about-btn .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.covid-registration-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.covid-registration-area.bg-F1F5FE {
  background-color: #f1f5fe;
}
.covid-registration-area.bg-F1F5FE .covid-registration-form .form-control {
  background-color: #fff;
  border: 1px solid #fff;
}
.covid-registration-area.bg-F1F5FE
  .covid-registration-form
  .form-control:focus {
  border: 1px solid #0cb8b6;
}
.covid-registration-area.bg-F1F5FE
  .covid-registration-form
  .country-select
  input {
  background-color: #fff;
  border: 1px solid #fff;
}
.covid-registration-area.bg-F1F5FE
  .covid-registration-form
  .country-select
  input:focus {
  border: 1px solid #0cb8b6;
}
.covid-registration-area.bg-F1F5FE .covid-registration-form .nice-select {
  background-color: #fff;
  border: 1px solid #fff;
}
.covid-registration-area.bg-F1F5FE .covid-registration-form .nice-select:focus {
  border: 1px solid #0cb8b6;
}
.covid-registration-form .form-group {
  margin-bottom: 20px;
}
.covid-registration-form label {
  color: #6a6c72;
  display: inline-block;
  margin-bottom: 10px;
}
.covid-registration-form .form-control {
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 14px;
  color: #486683;
  transition: 0.6s;
}
.covid-registration-form .form-control::-moz-placeholder {
  color: #486683;
}
.covid-registration-form .form-control::placeholder {
  color: #486683;
}
.covid-registration-form .form-control:focus {
  border: 1px solid #0cb8b6;
}
.covid-registration-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.covid-registration-form .form-control:focus::placeholder {
  color: transparent;
}
.covid-registration-form .country-select {
  display: block;
  width: 100%;
}
.covid-registration-form .country-select input {
  width: 100%;
  height: 55px;
  display: block;
  border-radius: 5px;
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  box-shadow: unset !important;
  font-size: var(--fontSize);
  color: #486683;
  transition: 0.6s;
  padding: 15px 20px;
  outline: 0;
}
.covid-registration-form .country-select input:focus {
  border: 1px solid #0cb8b6;
}
.covid-registration-form .country-select .selected-flag {
  padding: 0 50px 0 20px;
  border-right: 1px solid #ccc;
}
.covid-registration-form .country-select .selected-flag .arrow {
  right: 12px;
}
.covid-registration-form .country-select.inside input,
.covid-registration-form
  .country-select
  .country-select.inside
  input[type="text"] {
  padding-right: 15px;
  padding-left: 90px;
  margin-left: 0;
}
.covid-registration-form .country-select .country-list {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.covid-registration-form .country-select .country-list .country {
  padding: 10px 20px;
}
.covid-registration-form .country-select .country-list .divider {
  display: none;
}
.covid-registration-form .nice-select {
  border-radius: 5px;
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  font-size: 14px;
  color: #486683;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 35px;
}
.covid-registration-form .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 18px;
  margin-top: -5px;
}
.covid-registration-form .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  width: 100%;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.covid-registration-form .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.covid-registration-form .nice-select .list .option.selected {
  background-color: #0cb8b6 !important;
  color: #fff;
  font-weight: 400;
}
.covid-registration-form .nice-select:focus {
  border: 1px solid #0cb8b6;
}
.covid-registration-form .default-btn {
  border: none;
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.71) 0%, #0cb8b6 100%);
  color: #fff !important;
  padding: 15px 30px;
  width: 100%;
  margin-top: 10px;
}
.covid-registration-form .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.covid-registration-form .bottom-title {
  margin-top: 15px;
  text-align: center;
}
.covid-registration-form .bottom-title span {
  color: #486683;
}
.covid-registration-form .bottom-title span a {
  color: #0cb8b6;
}
.covid-registration-form .bottom-title span a:hover {
  color: #0d0246;
}
.covid-registration-image {
  padding-left: 30px;
}
.covid-registration-image .content {
  margin-bottom: 35px;
}
.covid-registration-image .content span {
  color: #0cb8b6;
  display: inline-block;
  margin-bottom: 15px;
}
.covid-registration-image .content h3 {
  font-size: 48px;
  color: #0d0246;
  margin-bottom: 15px;
  font-weight: 900;
}
.covid-registration-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.covid-process-area {
  background-color: #f1f5fe;
}
.covid-process-card {
  margin-bottom: 25px;
}
.covid-process-card .process-image {
  margin-bottom: 25px;
}
.covid-process-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #0d0246;
  font-weight: 900;
}
.covid-process-card p {
  margin-bottom: 0;
}
.covid-tracker-area {
  background-image: url(../images/covid/tracker/map.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.covid-tracker-card {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 30px 35px;
  border: 1px solid #f5f5f5;
  transition: 0.6s;
}
.covid-tracker-card .tracker-image {
  text-align: center;
}
.covid-tracker-card .tracker-image img {
  width: auto;
  display: inline-block;
}
.covid-tracker-card .tracker-content {
  margin-top: 25px;
}
.covid-tracker-card .tracker-content .sub {
  color: #0cb8b6;
  display: inline-block;
  margin-bottom: 12px;
}
.covid-tracker-card .tracker-content h3 {
  font-size: 22px;
  color: #0d0246;
  margin-bottom: 15px;
  font-weight: 900;
}
.covid-tracker-card .tracker-content p {
  font-size: 14px;
}
.covid-tracker-card .tracker-content p .one b {
  color: #0d0246;
  font-weight: 500;
}
.covid-tracker-card .tracker-content p .two {
  color: #0d0246;
  font-weight: 500;
}
.covid-tracker-card:hover {
  border: 1px solid #0cb8b6;
}
.covid-tracker-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
}
.covid-tracker-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0d0246;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: #f1f5fe;
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.covid-tracker-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -55px;
}
.covid-tracker-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.covid-tracker-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-tracker-slides.owl-theme .owl-dots {
  margin-top: 30px;
}
.covid-tracker-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 12px;
}
.covid-tracker-slides.owl-theme .owl-dots .owl-dot:hover span,
.covid-tracker-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #0cb8b6;
  transform: scale(1.5);
}
.covid-protection-area {
  background-color: #f1f5fe;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.covid-protection-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: #f1f5fe;
  width: 100%;
  height: 195px;
  bottom: 0;
}
.covid-protection-area.background-white {
  background-color: #fff;
}
.covid-protection-area.background-white::before {
  background-color: #fff;
}
.covid-protection-content .content span {
  color: #0cb8b6;
  display: inline-block;
  margin-bottom: 15px;
}
.covid-protection-content .content h3 {
  font-size: 48px;
  color: #0d0246 !important;
  margin-bottom: 0;
  font-weight: 900;
}
.covid-protection-content .protection-faq-accordion {
  margin-top: 30px;
}
.covid-protection-content .protection-faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-title {
  padding: 15px 55px 15px 70px;
  color: #0d0246;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0d0246;
  font-size: 20px;
  transition: 0.6s;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-title.active {
  background-color: #fff;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-title.active
  i::before {
  content: "\ea32";
  color: #0cb8b6;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-title
  .number {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: rgba(12, 184, 182, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #0cb8b6;
  font-size: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-content {
  display: none;
  padding: 0 20px 20px 70px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-content
  p {
  color: #6a6c72;
  font-weight: 400;
}
.covid-protection-content
  .protection-faq-accordion
  .accordion
  .accordion-content.show {
  display: block;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.covid-protection-image {
  background-image: url(../images/covid/protection.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin-left: 50px;
  border-radius: 10px;
  border: 5px solid #fff;
}
.covid-protection-fun-fact {
  background-image: url(../images/covid/fun-fact-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 55px;
  margin-right: -230px;
}
.covid-protection-fun-fact .fun-fact {
  margin-bottom: 25px;
}
.covid-protection-fun-fact .fun-fact h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 5px;
}
.covid-protection-fun-fact .fun-fact h3 .small-text {
  color: #fff;
}
.covid-protection-fun-fact .fun-fact h3 .odometer-formatting-mark {
  display: none;
}
.covid-protection-fun-fact .fun-fact p {
  color: #0d0246;
  margin-bottom: 0;
}
.covid-testimonials-inner {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  padding: 45px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.covid-testimonials-card {
  text-align: center;
  max-width: 565px;
  margin: auto;
}
.covid-testimonials-card img {
  width: auto !important;
  display: inline-block;
  margin: auto;
}
.covid-testimonials-card h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 900;
}
.covid-testimonials-card p {
  margin-bottom: 0;
}
.covid-testimonials-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.covid-testimonials-card .rating li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}
.covid-testimonials-card .rating li:last-child {
  margin-right: 0;
}
.covid-testimonials-card .rating li i {
  color: #ffe600;
  font-size: 18px;
}
.covid-testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 12px;
}
.covid-testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.covid-testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #0cb8b6;
  transform: scale(1.5);
}
.covid-testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.covid-testimonials-small-image1 {
  position: absolute;
  left: 75px;
  top: -20px;
  z-index: -1;
  max-width: 100px;
}
.covid-testimonials-small-image2 {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  max-width: 100px;
}
.covid-testimonials-small-image3 {
  position: absolute;
  left: 75px;
  bottom: -20px;
  z-index: -1;
  max-width: 100px;
}
.covid-testimonials-small-image4 {
  position: absolute;
  right: 75px;
  top: -20px;
  z-index: -1;
  max-width: 100px;
}
.covid-testimonials-small-image5 {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  max-width: 100px;
}
.covid-testimonials-small-image6 {
  position: absolute;
  right: 75px;
  bottom: -20px;
  z-index: -1;
  max-width: 100px;
}
.covid-testimonials-wrap-card {
  background-color: #f1f5fe;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.covid-testimonials-wrap-card p {
  margin-bottom: 0;
}
.covid-testimonials-wrap-card .info {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.covid-testimonials-wrap-card .info img {
  max-width: 70px;
}
.covid-testimonials-wrap-card .info .title {
  margin-left: 20px;
}
.covid-testimonials-wrap-card .info .title h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.covid-testimonials-wrap-card .info .title span {
  color: #486683;
  font-size: 14px;
}
.covid-testimonials-wrap-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 12px;
}
.covid-testimonials-wrap-slides.owl-theme .owl-dots .owl-dot:hover span,
.covid-testimonials-wrap-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #0cb8b6;
  transform: scale(1.5);
}
.covid-testimonials-wrap-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.covid-blog-area {
  background-color: #f1f5fe;
}
.covid-blog-card {
  margin-bottom: 25px;
}
.covid-blog-card .blog-image {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: flex;
}
.covid-blog-card .blog-image a {
  display: inline-block;
}
.covid-blog-card .blog-image a img {
  border-radius: 8px 8px 0 0;
  transition: 0.6s;
}
.covid-blog-card .blog-content {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
.covid-blog-card .blog-content span {
  font-size: 14px;
  color: #486683;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.covid-blog-card .blog-content span::before {
  position: absolute;
  content: "\ea16";
  left: 0;
  top: -3.5px;
  font-family: boxicons;
  color: #0cb8b6;
  font-size: 18px;
  font-weight: 700;
}
.covid-blog-card .blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 900;
}
.covid-blog-card .blog-content h3 a {
  color: #0d0246;
}
.covid-blog-card .blog-content h3 a:hover {
  color: #0cb8b6;
}
.covid-blog-card .blog-content .news-btn {
  color: #0cb8b6;
  position: relative;
  padding-right: 30px;
}
.covid-blog-card .blog-content .news-btn::before {
  position: absolute;
  content: "\f114";
  right: 0;
  top: -2px;
  font-family: flaticon;
}
.covid-blog-card .blog-content .news-btn:hover {
  color: #0d0246;
}
.covid-blog-card:hover .blog-image a img {
  transform: scale(1.2);
}
.covid-blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
}
.covid-blog-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0d0246;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: #fff;
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.covid-blog-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -55px;
}
.covid-blog-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.covid-blog-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-blog-slides.owl-theme .owl-dots {
  margin-top: 30px;
}
.covid-blog-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 12px;
}
.covid-blog-slides.owl-theme .owl-dots .owl-dot:hover span,
.covid-blog-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #0cb8b6;
  transform: scale(1.5);
}
.covid-page-banner-area {
  background-color: #f1f5fe;
  padding-top: 170px;
}
.covid-page-banner-content {
  position: relative;
  top: -30px;
}
.covid-page-banner-content h3 {
  font-size: 48px;
  color: #0d0246;
  margin-bottom: 15px;
}
.covid-page-banner-content .list {
  padding: 0;
  margin-bottom: 0;
  color: #486683;
}
.covid-page-banner-content .list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-left: 25px;
}
.covid-page-banner-content .list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 6px;
  height: 15px;
  width: 1px;
  background: #486683;
  transform: rotate(20deg);
}
.covid-page-banner-content .list li:first-child {
  margin-left: 0;
}
.covid-page-banner-content .list li:first-child::before {
  display: none;
}
.covid-page-banner-content .list li a {
  color: #486683;
}
.covid-page-banner-content .list li a:hover {
  color: #0cb8b6;
}
.covid-page-banner-image {
  text-align: center;
}
.covid-information-card {
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 5px;
  transition: 0.6s;
  border: 1px solid #f5f5f5;
}
.covid-information-card .title {
  position: relative;
  padding: 0 0 0 70px;
}
.covid-information-card .title img {
  position: absolute;
  left: 0;
  top: 0;
}
.covid-information-card .title h3 {
  font-size: 20px;
  color: #0d0246;
  margin-bottom: 0;
  line-height: 1.4;
  transition: 0.6s;
}
.covid-information-card p {
  color: #486683;
  margin-top: 15px;
  margin-bottom: 0;
  transition: 0.6s;
}
.covid-information-card:hover {
  background-color: #0cb8b6;
  border: 1px solid #0cb8b6;
  transform: translateY(-5px);
}
.covid-information-card:hover .title h3 {
  color: #fff;
}
.covid-information-card:hover p {
  color: #fff;
}
.covid-doctors-card {
  margin-bottom: 25px;
}
.covid-doctors-card .doctors-image {
  overflow: hidden;
  border-radius: 5px;
}
.covid-doctors-card .doctors-image img {
  transition: 0.6s;
  border-radius: 5px;
}
.covid-doctors-card .doctors-content {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  max-width: 350px;
  margin: -115px auto 0;
  position: relative;
  text-align: center;
  padding: 30px;
  overflow: hidden;
}
.covid-doctors-card .doctors-content h3 {
  font-size: 22px;
  color: #0d0246;
  margin-bottom: 15px;
}
.covid-doctors-card .doctors-content span {
  color: #0cb8b6;
  font-size: 14px;
}
.covid-doctors-card .doctors-content .social-wrap {
  padding: 25px 0 0;
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
}
.covid-doctors-card .doctors-content .social-wrap li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.covid-doctors-card .doctors-content .social-wrap li:last-child {
  margin-right: 0;
}
.covid-doctors-card .doctors-content .social-wrap li a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: rgba(28, 188, 187, 0.15);
  color: #0cb8b6;
  text-align: center;
  border-radius: 50px;
  transition: 0.6s;
}
.covid-doctors-card .doctors-content .social-wrap li a i:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-doctors-card .doctors-content .social-wrap::before {
  position: absolute;
  content: "";
  width: 1050px;
  height: 1px;
  left: -55px;
  right: 0;
  top: 0;
  background-color: #eee;
}
.covid-doctors-card:hover .doctors-image img {
  transform: scale(1.2);
}
.covid-doctors-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
}
.covid-doctors-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0d0246;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: #f1f5fe;
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.covid-doctors-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -55px;
}
.covid-doctors-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.covid-doctors-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-doctors-slides.owl-theme .owl-dots {
  margin-top: 30px;
}
.covid-doctors-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 12px;
}
.covid-doctors-slides.owl-theme .owl-dots .owl-dot:hover span,
.covid-doctors-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #0cb8b6;
  transform: scale(1.5);
}
.how-vaccines-work-desc .content h3 {
  font-size: 30px;
  color: #0d0246;
  margin-bottom: 15px;
}
.how-vaccines-work-desc .content h4 {
  font-size: 30px;
  color: #0d0246;
  margin-top: 20px;
  margin-bottom: 15px;
}
.how-vaccines-work-desc .content p {
  color: #486683;
}
.how-vaccines-work-desc .how-vaccines-work-image {
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
}
.how-vaccines-work-desc .how-vaccines-work-image img {
  border-radius: 5px;
}
.how-vaccines-work-desc .how-vaccines-work-image .video-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}
.how-vaccines-work-desc .how-vaccines-work-image .video-btn i {
  font-size: 50px;
  color: #0cb8b6;
  transition: 0.6s;
  position: absolute;
  left: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.how-vaccines-work-desc .how-vaccines-work-image .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #fff;
  animation: ripple 2s linear infinite;
  transition: 0.6s;
}
.how-vaccines-work-desc .how-vaccines-work-image .video-btn:hover {
  background-color: #0d0246;
}
.how-vaccines-work-desc .how-vaccines-work-image .video-btn:hover i {
  color: #fff;
}
.how-vaccines-work-desc .bottom-content {
  text-align: center;
  margin-top: 25px;
}
.how-vaccines-work-desc .bottom-content span {
  display: inline-block;
  padding: 25px 35px;
  background-color: #0cb8b6;
  width: 100%;
  color: #fff;
  border-radius: 5px;
}
.how-vaccines-work-sidebar {
  margin-left: 20px;
}
.how-vaccines-work-sidebar .sidebar-box {
  background-color: #f1f5fe;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.how-vaccines-work-sidebar .sidebar-box:last-child {
  margin-bottom: 0;
}
.how-vaccines-work-sidebar .sidebar-box h3 {
  font-size: 22px;
  color: #0d0246;
  margin-bottom: 20px;
}
.how-vaccines-work-sidebar .sidebar-box .list {
  padding: 0;
  margin-bottom: 0;
}
.how-vaccines-work-sidebar .sidebar-box .list li {
  list-style-type: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.how-vaccines-work-sidebar .sidebar-box .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.how-vaccines-work-sidebar .sidebar-box .list li a {
  color: #486683;
  position: relative;
  width: 100%;
  padding-right: 25px;
}
.how-vaccines-work-sidebar .sidebar-box .list li a:hover {
  color: #0cb8b6;
}
.how-vaccines-work-sidebar .sidebar-box .list li a::before {
  position: absolute;
  content: "\ea50";
  right: 0;
  top: -2.5px;
  font-family: boxicons;
  color: #486683;
  font-size: 18px;
  font-weight: 700;
}
.covid-faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
}
.covid-faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.covid-faq-accordion .accordion .accordion-title {
  padding: 15px 55px 15px 70px;
  color: #0d0246;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
}
.covid-faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0d0246;
  font-size: 20px;
  transition: 0.6s;
}
.covid-faq-accordion .accordion .accordion-title.active {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.covid-faq-accordion .accordion .accordion-title.active i::before {
  content: "\ea32";
  color: #0cb8b6;
}
.covid-faq-accordion .accordion .accordion-title .number {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: rgba(12, 184, 182, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #0cb8b6;
  font-size: 15px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.covid-faq-accordion .accordion .accordion-content {
  display: none;
  padding: 0 20px 20px 70px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 8px 8px;
}
.covid-faq-accordion .accordion .accordion-content p {
  color: #6a6c72;
  font-weight: 400;
}
.covid-faq-accordion .accordion .accordion-content.show {
  display: block;
  border-radius: 0 0 8px 8px;
}
.covid-appointment-form {
  max-width: 750px;
  margin: auto;
}
.covid-appointment-form .form-group {
  margin-bottom: 20px;
}
.covid-appointment-form label {
  color: #6a6c72;
  display: inline-block;
  margin-bottom: 10px;
}
.covid-appointment-form .form-control {
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 14px;
  color: #486683;
  transition: 0.6s;
}
.covid-appointment-form .form-control::-moz-placeholder {
  color: #486683;
}
.covid-appointment-form .form-control::placeholder {
  color: #486683;
}
.covid-appointment-form .form-control:focus {
  border: 1px solid #0cb8b6;
}
.covid-appointment-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.covid-appointment-form .form-control:focus::placeholder {
  color: transparent;
}
.covid-appointment-form textarea.form-control {
  min-height: 150px;
}
.covid-appointment-form .nice-select {
  border-radius: 5px;
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  font-size: 14px;
  color: #486683;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 35px;
}
.covid-appointment-form .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 18px;
  margin-top: -5px;
}
.covid-appointment-form .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  width: 100%;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.covid-appointment-form .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.covid-appointment-form .nice-select .list .option.selected {
  background-color: #0cb8b6 !important;
  color: #fff;
  font-weight: 400;
}
.covid-appointment-form .nice-select:focus {
  border: 1px solid #0cb8b6;
}
.covid-appointment-form .default-btn {
  border: none;
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.7) 0%, #0cb8b6 100%);
  color: #fff;
  padding: 15px 30px;
  width: 100%;
}
.covid-appointment-form .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.covid-info-card {
  background-color: #f1f5fe;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 25px;
  text-align: center;
  transition: 0.6s;
}
.covid-info-card .icon {
  margin-bottom: 20px;
}
.covid-info-card .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #fff;
  color: #0cb8b6;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
}
.covid-info-card h3 {
  font-size: 20px;
  color: #0d0246;
  margin-bottom: 0;
}
.covid-info-card span {
  color: #486683;
  display: inline-block;
  margin-top: 12px;
  line-height: 1.8;
}
.covid-info-card span a {
  color: #486683;
}
.covid-info-card span a:hover {
  color: #0cb8b6;
}
.covid-info-card:hover {
  transform: translateY(-5px);
}
.covid-contact-area .section-title.with-covid-color h2 {
  margin-top: 0;
  position: relative;
  top: -5px;
}
.covid-contact-form {
  max-width: 750px;
  margin: auto;
}
.covid-contact-form .form-group {
  margin-bottom: 20px;
}
.covid-contact-form label {
  color: #6a6c72;
  display: inline-block;
  margin-bottom: 10px;
}
.covid-contact-form .form-control {
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 14px;
  color: #486683;
  transition: 0.6s;
}
.covid-contact-form .form-control::-moz-placeholder {
  color: #486683;
}
.covid-contact-form .form-control::placeholder {
  color: #486683;
}
.covid-contact-form .form-control:focus {
  border: 1px solid #0cb8b6;
}
.covid-contact-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.covid-contact-form .form-control:focus::placeholder {
  color: transparent;
}
.covid-contact-form textarea.form-control {
  min-height: 150px;
}
.covid-contact-form .default-btn {
  border: none;
  background: linear-gradient(90deg, rgba(12, 184, 182, 0.7) 0%, #0cb8b6 100%);
  color: #fff;
  padding: 15px 30px;
  width: 100%;
}
.covid-contact-form .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.covid-contact-form .list-unstyled {
  margin-top: 10px;
}
.covid-contact-form .list-unstyled li {
  color: red;
  font-size: 14px;
}
.covid-contact-form .text-danger {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
.covid-blog-details-desc {
  padding-right: 35px;
}
.covid-blog-details-desc .content {
  margin-bottom: 35px;
}
.covid-blog-details-desc .content h3 {
  font-size: 40px;
  color: #0d0246;
  margin-bottom: 0;
}
.covid-blog-details-desc .content span {
  font-size: 14px;
  color: #486683;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 15px;
  position: relative;
  padding-left: 25px;
}
.covid-blog-details-desc .content span::before {
  position: absolute;
  content: "\ea16";
  left: 0;
  top: -3.5px;
  font-family: boxicons;
  color: #0cb8b6;
  font-size: 18px;
  font-weight: 700;
}
.covid-blog-details-desc .image {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}
.covid-blog-details-desc .image img {
  transition: 0.6s;
  border-radius: 5px;
}
.covid-blog-details-desc .image:hover img {
  transform: scale(1.2);
}
.covid-blog-details-desc .block-images {
  margin-bottom: 35px;
}
.covid-blog-details-desc .block-images .block {
  overflow: hidden;
  border-radius: 5px;
  margin-top: 15px;
}
.covid-blog-details-desc .block-images .block img {
  transition: 0.6s;
  border-radius: 5px;
}
.covid-blog-details-desc .block-images .block:hover img {
  transform: scale(1.2);
}
.covid-blog-details-desc h4 {
  font-size: 25px;
  margin-bottom: 15px;
}
.covid-blog-details-desc .article-tag {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.covid-blog-details-desc .article-tag span {
  font-size: 16px;
  font-weight: 600;
  color: #0d0246;
  margin-right: 5px;
}
.covid-blog-details-desc .article-tag a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: rgba(12, 184, 182, 0.1);
  color: #0cb8b6;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.6s;
  text-align: center;
}
.covid-blog-details-desc .article-tag a i:hover {
  transform: translateY(-5px);
  background-color: #0cb8b6;
  color: #fff;
}
.covid-blog-details-desc .comments-area {
  background-color: #f1f5fe;
  padding: 35px;
}
.covid-blog-details-desc .comments-area .children {
  margin-left: 0;
}
.covid-blog-details-desc .comments-area .comments-title {
  color: #0d0246;
}
.covid-blog-details-desc .comments-area .comment-author {
  font-size: 18px;
  color: #0d0246;
}
.covid-blog-details-desc .comments-area .comment-body {
  position: relative;
}
.covid-blog-details-desc .comments-area .comment-body .reply {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.covid-blog-details-desc .comments-area .comment-body .reply a {
  border: 1px dashed #0cb8b6;
  color: #fff;
  padding: 5px 12px;
  border-radius: 5px;
  background-color: #0cb8b6;
}
.covid-blog-details-desc .comments-area .comment-body .reply a:hover {
  background-color: #0d0246;
}
.covid-blog-details-desc .comments-area .comment-body .comment-meta {
  padding-right: 110px;
}
.covid-blog-details-desc .comments-area .comment-body .comment-metadata {
  color: #486683;
}
.covid-blog-details-desc .comments-area .comment-body .comment-content p {
  color: #486683;
  font-size: 15px;
}
.covid-blog-details-desc .comments-area .comment-respond .comment-reply-title {
  color: #0d0246;
}
.covid-blog-details-desc .comments-area .comment-respond input[type="date"],
.covid-blog-details-desc .comments-area .comment-respond input[type="time"],
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"],
.covid-blog-details-desc .comments-area .comment-respond input[type="week"],
.covid-blog-details-desc .comments-area .comment-respond input[type="month"],
.covid-blog-details-desc .comments-area .comment-respond input[type="text"],
.covid-blog-details-desc .comments-area .comment-respond input[type="email"],
.covid-blog-details-desc .comments-area .comment-respond input[type="url"],
.covid-blog-details-desc .comments-area .comment-respond input[type="password"],
.covid-blog-details-desc .comments-area .comment-respond input[type="search"],
.covid-blog-details-desc .comments-area .comment-respond input[type="tel"],
.covid-blog-details-desc .comments-area .comment-respond input[type="number"],
.covid-blog-details-desc .comments-area .comment-respond textarea {
  background-color: #fff;
  border: 1px solid #fff;
  color: #486683;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  textarea::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]::placeholder,
.covid-blog-details-desc .comments-area .comment-respond textarea::placeholder {
  color: #486683;
  transition: 0.6s;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]:focus,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]:focus,
.covid-blog-details-desc .comments-area .comment-respond textarea:focus {
  background-color: transparent;
  border: 1px solid #0cb8b6;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]:focus::-moz-placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  textarea:focus::-moz-placeholder {
  color: transparent;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]:focus::placeholder,
.covid-blog-details-desc
  .comments-area
  .comment-respond
  textarea:focus::placeholder {
  color: transparent;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  .comment-form-cookies-consent {
  margin-top: 8px;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  .comment-form-cookies-consent
  input {
  top: 6.5px;
}
.covid-blog-details-desc .comments-area .comment-respond .form-submit input {
  background: #0cb8b6;
  color: #fff;
}
.covid-blog-details-desc
  .comments-area
  .comment-respond
  .form-submit
  input:hover {
  background-color: #0d0246;
}
.covid-widget-area .widget .widget-title {
  color: #0d0246;
}
.covid-widget-area .widget_search form .search-field {
  background-color: #f1f5fe;
  border: 1px solid #f1f5fe;
  color: #486683;
  padding: 15px 20px;
  border-radius: 5px;
}
.covid-widget-area .widget_search form .search-field::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.covid-widget-area .widget_search form .search-field::placeholder {
  color: #486683;
  transition: 0.6s;
}
.covid-widget-area .widget_search form .search-field:focus {
  background-color: transparent;
  border: 1px solid #0cb8b6;
}
.covid-widget-area .widget_search form .search-field:focus::-moz-placeholder {
  color: transparent;
}
.covid-widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.covid-widget-area .widget_search form button {
  background-color: #0cb8b6;
  color: #fff;
}
.covid-widget-area .widget_search form button:hover {
  background-color: #0d0246;
}
.covid-widget-area .widget_grin_posts_thumb {
  background: #f1f5fe;
  border-radius: 5px;
  padding: 30px;
}
.covid-widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/covid/blog/blog1.jpg);
}
.covid-widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/covid/blog/blog2.jpg);
}
.covid-widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/covid/blog/blog3.jpg);
}
.covid-widget-area .widget_grin_posts_thumb .item .info {
  margin-top: 0;
}
.covid-widget-area .widget_grin_posts_thumb .item .info .title {
  font-weight: 600;
}
.covid-widget-area .widget_grin_posts_thumb .item .info .title a {
  color: #0d0246;
}
.covid-widget-area .widget_grin_posts_thumb .item .info .title a:hover {
  color: #0cb8b6;
}
.covid-widget-area .widget_grin_posts_thumb .item .info span {
  color: #0cb8b6;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}
.covid-widget-area .widget_categories {
  background: #f1f5fe;
  border-radius: 5px;
  padding: 30px;
}
.covid-widget-area .widget_categories ul li {
  padding-left: 0;
  margin-bottom: 18px;
}
.covid-widget-area .widget_categories ul li::before {
  display: none;
}
.covid-widget-area .widget_categories ul li a {
  transition: 0.6s;
  color: #486683;
  position: relative;
  padding-left: 28px;
}
.covid-widget-area .widget_categories ul li a::before {
  transition: 0.6s;
  position: absolute;
  content: "\f114";
  left: 0;
  top: -4px;
  font-family: flaticon;
  color: #486683;
  font-size: 18px;
}
.covid-widget-area .widget_categories ul li a:hover {
  color: #0cb8b6;
}
.covid-widget-area .widget_categories ul li a:hover::before {
  color: #0cb8b6;
}
.covid-widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.covid-widget-area .widget_tag_cloud {
  background: #f1f5fe;
  border-radius: 5px;
  padding: 30px;
}
.covid-widget-area .tagcloud a {
  background: #fff;
  color: #486683;
  border-radius: 5px;
}
.covid-widget-area .tagcloud a:hover,
.covid-widget-area .tagcloud a:focus {
  color: #fff;
  background-color: #0cb8b6;
}
.covid-footer-area {
  background-color: #0d0246;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.covid-footer-widget {
  margin-bottom: 25px;
}
.covid-footer-widget h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
}
.covid-footer-widget h2 a {
  color: #fff;
}
.covid-footer-widget p {
  color: #fff;
  margin-bottom: 0;
}
.covid-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.covid-footer-widget .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.covid-footer-widget .share-link li:last-child {
  margin-right: 0;
}
.covid-footer-widget .share-link li a i {
  color: #fff;
  font-size: 15px;
  transition: 0.6s;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 50px;
  border: none;
}
.covid-footer-widget .share-link li a i:hover {
  background-color: #0cb8b6;
}
.covid-footer-widget h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.covid-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.covid-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
}
.covid-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.covid-footer-widget .quick-links li a {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.covid-footer-widget .quick-links li a::before {
  position: absolute;
  content: "\f114";
  left: 0;
  top: -2px;
  font-family: flaticon;
  color: #0cb8b6;
}
.covid-footer-widget .quick-links li a:hover {
  color: #0cb8b6;
}
.covid-footer-widget .info {
  padding: 0;
  margin-bottom: 0;
}
.covid-footer-widget .info li {
  list-style-type: none;
  margin-bottom: 20px;
  color: #ccc;
}
.covid-footer-widget .info li:last-child {
  margin-bottom: 0;
}
.covid-footer-widget .info li span {
  color: #fff;
  font-weight: 500;
}
.covid-footer-widget .info li a {
  color: #ccc;
}
.covid-footer-widget .info li a:hover {
  color: #0cb8b6;
}
.covid-footer-widget .hours-list {
  padding: 0;
  margin-bottom: 0;
}
.covid-footer-widget .hours-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.covid-footer-widget .hours-list li:last-child {
  margin-bottom: 0;
}
.covid-footer-widget .hours-list li span {
  color: #fff;
}
.covid-copyright-area {
  background-color: #0b0235;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 75px;
}
.covid-copyright-area .copyright-area-content {
  border-top: none;
  padding-top: 0;
}
.covid-copyright-area .copyright-area-content a {
  color: #0cb8b6;
}
.covid-copyright-area .copyright-area-content a:hover {
  color: #fff;
}
.covid-footer-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
}
.section-title.with-hospital-color span {
  color: #13a8b4;
  font-family: jost, sans-serif;
}
.section-title.with-hospital-color h2 {
  color: #0a335b;
  font-family: jost, sans-serif;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 15px;
}
.hospital-pagination .page-numbers {
  background-color: transparent;
  border: 1px solid rgba(19, 168, 180, 0.24);
  color: #0a335b;
  border-radius: 50px;
  box-shadow: unset;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-pagination .page-numbers.current,
.hospital-pagination .page-numbers:hover,
.hospital-pagination .page-numbers:focus {
  background: #13a8b4;
  color: #fff;
  border: 1px solid #13a8b4;
}
.hospital-top-area {
  background-color: #0a335b;
}
.hospital-top-area .top-optional-wrap {
  text-align: start;
}
.hospital-top-area .top-optional-wrap li {
  margin-right: 10px;
  border-right: 1px solid #355370;
  padding-right: 12px;
  line-height: 1;
}
.hospital-top-area .top-optional-wrap li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.hospital-top-area .top-optional-wrap li a i {
  transition: 0.6s;
  height: unset;
  width: unset;
  line-height: unset;
  background: 0 0;
  border: none;
  font-size: 16.5px;
  color: #fff;
}
.hospital-top-area .top-optional-wrap li a i:hover {
  color: #13a8b4;
  transform: unset;
}
.hospital-top-area .top-information-wrap {
  text-align: end;
}
.hospital-top-area .top-information-wrap li {
  color: #ccc;
  font-family: nunito sans, sans-serif;
  font-weight: 600;
  border-right: 1px solid #355370;
  padding-right: 15px;
  font-family: jost, sans-serif;
  font-size: 14px;
}
.hospital-top-area .top-information-wrap li:last-child {
  border-right: none;
  padding-right: 0;
}
.hospital-top-area .top-information-wrap li a {
  color: #ccc;
}
.hospital-top-area .top-information-wrap li a:hover {
  color: #13a8b4;
}
.hospital-top-area .top-information-wrap li i {
  color: #fff;
}
.hospital-navbar-area .main-navbar {
  background-color: transparent;
}
.hospital-navbar-area .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.hospital-navbar-area .main-navbar .navbar .navbar-brand {
  color: #0a335b;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: jost, sans-serif;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav {
  margin-left: auto !important;
  margin-right: 0 !important;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a {
  color: #0a335b;
  font-family: jost, sans-serif;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a::before {
  display: none;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:hover,
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:focus,
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #13a8b4;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 15px;
  margin-left: -4px;
  margin-right: -4px;
}
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item:hover a,
.hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover::before,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus::before,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active::before {
  display: none;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li.active
  a {
  color: #13a8b4;
}
.hospital-navbar-area .main-navbar .navbar .others-options {
  margin-left: 30px;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a
  i {
  color: #0a335b;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #13a8b4;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background-color: #13a8b4;
  color: #fff;
  font-family: jost, sans-serif;
}
.hospital-navbar-area
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #0a335b;
}
.hospital-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options {
  margin-left: 0;
}
.hospital-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .search-btn
  a
  i {
  color: #0a335b;
}
.hospital-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .search-btn
  a
  i:hover {
  color: #13a8b4;
}
.hospital-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background-color: #13a8b4;
  color: #fff;
  font-family: jost, sans-serif;
}
.hospital-navbar-area
  .others-option-for-responsive
  .option-inner
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #0a335b;
}
.hospital-banner-area {
  background-image: url(../images/hospital/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  overflow: hidden;
}
.hospital-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.hospital-banner-content {
  position: relative;
  top: -25px;
}
.hospital-banner-content span {
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 5px;
  display: inline-block;
  padding: 8px 18px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-family: jost, sans-serif;
  font-weight: 500;
}
.hospital-banner-content h1 {
  font-size: 75px;
  color: #fff;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  font-weight: 900;
}
.hospital-banner-content p {
  color: #fff;
  font-family: jost, sans-serif;
  max-width: 750px;
  margin-bottom: 0;
}
.hospital-banner-content .banner-btn {
  margin-top: 25px;
}
.hospital-banner-content .banner-btn .default-btn {
  background-color: #0a335b;
  border: 1px solid #0a335b;
  padding: 15px 30px;
  font-family: jost, sans-serif;
}
.hospital-banner-content .banner-btn .default-btn:hover {
  background-color: transparent;
}
.hospital-banner-image {
  position: relative;
  z-index: 1;
}
.hospital-banner-image .circle {
  position: absolute;
  content: "";
  height: 625px;
  width: 625px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180.73deg,
    rgba(255, 255, 255, 0.6) -0.9%,
    rgba(255, 255, 255, 0) 101.47%,
    rgba(255, 255, 255, 0.287425) 101.48%,
    #ffffff 101.5%
  );
  z-index: -1;
  margin: auto;
  border-radius: 50%;
}
.hospital-specialist-card {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(85, 85, 85, 0.1);
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 25px;
  transition: 0.6s;
}
.hospital-specialist-card .specialist-content {
  position: relative;
  padding: 25px 0 25px 90px;
}
.hospital-specialist-card .specialist-content img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-specialist-card .specialist-content h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 800;
}
.hospital-specialist-card:hover {
  transform: translateY(-5px);
}
.view-all-specialist-btn {
  text-align: center;
  margin-top: 15px;
}
.view-all-specialist-btn .default-btn {
  background-color: #13a8b4;
  padding: 15px 30px;
  font-family: jost, sans-serif;
}
.view-all-specialist-btn .default-btn:hover {
  background-color: #0a335b;
}
.hospital-about-area {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hospital-about-content span {
  color: #13a8b4;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 900;
}
.hospital-about-content p {
  font-family: jost, sans-serif;
  margin-bottom: 20px;
}
.hospital-about-content h4 {
  font-size: 20px;
  font-family: jost, sans-serif;
  color: #0a335b;
}
.hospital-about-content .list {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}
.hospital-about-content .list li {
  color: #0a335b;
  font-size: 16.5px;
  font-family: jost, sans-serif;
  list-style-type: none;
  margin-bottom: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.hospital-about-content .list li:last-child {
  margin-bottom: 0;
}
.hospital-about-content .list li::before {
  position: absolute;
  content: "\eea0";
  font-family: boxicons;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #13a8b4;
}
.hospital-about-content .about-btn {
  margin-top: 25px;
}
.hospital-about-content .about-btn .default-btn {
  background-color: #13a8b4;
  padding: 15px 30px;
  font-family: jost, sans-serif;
}
.hospital-about-content .about-btn .default-btn:hover {
  background-color: #0a335b;
}
.hospital-about-shape {
  position: absolute;
  bottom: -20px;
  right: 5%;
  transform: translateX(-5%);
  z-index: -1;
}
.hospital-appointment-area {
  background-image: url(../images/hospital/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hospital-appointment-area .section-title.with-hospital-color span {
  color: #fff;
}
.hospital-appointment-area .section-title.with-hospital-color h2 {
  color: #fff;
}
.hospital-appointment-form .form-group {
  margin-bottom: 25px;
}
.hospital-appointment-form label {
  color: #6a6c72;
  display: inline-block;
  margin-bottom: 10px;
}
.hospital-appointment-form .form-control {
  background: rgba(255, 255, 255, 0.24);
  border: none;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  transition: 0.6s;
  font-family: jost, sans-serif;
}
.hospital-appointment-form .form-control::-moz-placeholder {
  color: #fff;
}
.hospital-appointment-form .form-control::placeholder {
  color: #fff;
}
.hospital-appointment-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.hospital-appointment-form .form-control:focus::placeholder {
  color: transparent;
}
.hospital-appointment-form textarea.form-control {
  min-height: 150px;
}
.hospital-appointment-form .nice-select {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.24);
  border: none;
  font-size: 15px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  font-family: jost, sans-serif;
  padding-left: 20px;
  padding-right: 35px;
}
.hospital-appointment-form .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 8px;
  width: 8px;
  right: 18px;
  margin-top: -5px;
}
.hospital-appointment-form .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  width: 100%;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.hospital-appointment-form .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.hospital-appointment-form .nice-select .list .option.selected {
  background-color: #13a8b4 !important;
  color: #fff;
  font-weight: 400;
}
.hospital-appointment-form .default-btn {
  border: none;
  background-color: #fff;
  padding: 15px 30px;
  width: 100%;
  color: #13a8b4;
  font-family: jost, sans-serif;
}
.hospital-appointment-form .default-btn:hover {
  background-color: #222;
  color: #fff;
}
.hospital-appointment-area-with-color {
  background-color: #f8f8f8;
}
.hospital-appointment-area-with-color .hospital-appointment-form {
  position: relative;
  top: -55px;
}
.hospital-appointment-area-with-color .hospital-appointment-form .content {
  margin-bottom: 30px;
}
.hospital-appointment-area-with-color .hospital-appointment-form .content span {
  color: #13a8b4;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-appointment-area-with-color .hospital-appointment-form .content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 900;
}
.hospital-appointment-area-with-color .hospital-appointment-form .form-control {
  background: #fff;
  color: #486683;
}
.hospital-appointment-area-with-color
  .hospital-appointment-form
  .form-control::-moz-placeholder {
  color: #486683;
}
.hospital-appointment-area-with-color
  .hospital-appointment-form
  .form-control::placeholder {
  color: #486683;
}
.hospital-appointment-area-with-color
  .hospital-appointment-form
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.hospital-appointment-area-with-color
  .hospital-appointment-form
  .form-control:focus::placeholder {
  color: transparent;
}
.hospital-appointment-area-with-color .hospital-appointment-form .nice-select {
  background: #fff;
  color: #486683;
  color: #486683;
}
.hospital-appointment-area-with-color
  .hospital-appointment-form
  .nice-select::after {
  border-bottom: 2px solid #486683;
  border-right: 2px solid #486683;
}
.hospital-appointment-area-with-color .hospital-appointment-form .default-btn {
  background-color: #13a8b4;
  color: #fff;
}
.hospital-appointment-area-with-color
  .hospital-appointment-form
  .default-btn:hover {
  background-color: #0a335b;
  color: #fff;
}
.hospital-services-area .section-title.with-hospital-color {
  max-width: 100%;
}
.hospital-services-area .section-title.with-hospital-color .default-btn {
  background-color: #13a8b4;
  padding: 15px 30px;
  font-family: jost, sans-serif;
}
.hospital-services-area .section-title.with-hospital-color .default-btn:hover {
  background-color: #0a335b;
}
.hospital-services-area.bg-F8F8F8 {
  background-color: #f8f8f8;
}
.hospital-services-card {
  background-color: #fff;
  padding: 25px;
  border-top: 5px solid #f3f3f3;
  border-bottom: 5px solid #f3f3f3;
  border-left: 2px solid #f3f3f3;
  border-right: 2px solid #f3f3f3;
  border-radius: 20px;
  transition: 0.6s;
  margin-bottom: 25px;
}
.hospital-services-card .title {
  position: relative;
  padding: 20px 0 20px 82px;
  margin-bottom: 18px;
}
.hospital-services-card .title img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.hospital-services-card .title h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 800;
}
.hospital-services-card p {
  font-family: jost, sans-serif;
}
.hospital-services-card .services-btn {
  color: #13a8b4;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-services-card:hover {
  border-top: 5px solid #13a8b4;
  border-bottom: 5px solid #13a8b4;
  border-left: 2px solid #13a8b4;
  border-right: 2px solid #13a8b4;
}
.hospital-services-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
}
.hospital-services-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0a335b;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: rgba(10, 51, 91, 0.1);
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.hospital-services-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -55px;
}
.hospital-services-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background-color: #0a335b;
}
.hospital-services-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-skills-area {
  background: #f8f8f8;
}
.hospital-skills-content .sub-title {
  color: #13a8b4;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-skills-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 900;
}
.hospital-skills-content p {
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-skills-content .skills {
  position: relative;
}
.hospital-skills-content .skills .skill-item {
  position: relative;
  margin-top: 25px;
}
.hospital-skills-content .skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 15px;
}
.hospital-skills-content .skills .skill-item .skill-header .skill-title {
  font-size: 15.5px;
  margin-bottom: 0;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 600;
}
.hospital-skills-content .skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 0;
  font-family: jost, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-color: #0a335b;
}
.hospital-skills-content .skills .skill-item:last-child {
  margin-bottom: 0;
}
.hospital-skills-content .skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}
.hospital-skills-content .skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
}
.hospital-skills-content .skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 3.5px;
  background: #13a8b4;
  transition: all 2000ms ease;
  border-radius: 10px;
}
.hospital-skills-content
  .skills
  .skill-item
  .skill-bar
  .bar-inner
  .bar::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: -3.5px;
  right: -1px;
  background-color: #13a8b4;
}
.hospital-skills-image {
  padding-left: 50px;
}
.hospital-fun-facts-area {
  background-image: url(../images/hospital/fun-fact/fun-facts-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hospital-fun-fact {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
.hospital-fun-fact h3 {
  font-size: 70px;
  color: #fff;
  font-family: jost, sans-serif;
  margin-bottom: 5px;
  font-weight: 900;
}
.hospital-fun-fact h3 .plus {
  position: relative;
  font-size: 65px;
  left: -10px;
}
.hospital-fun-fact .odometer-formatting-mark {
  display: none;
}
.hospital-fun-fact p {
  font-size: 18px;
  color: #fff;
  font-family: jost, sans-serif;
  font-weight: 500;
}
.hospital-fun-fact .shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.hospital-team-card {
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(102, 102, 102, 0.1);
  border-radius: 25px;
  text-align: center;
}
.hospital-team-card .team-image {
  position: relative;
}
.hospital-team-card .team-image img {
  border-radius: 25px 25px 110px 110px;
}
.hospital-team-card .team-image .share-link {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.hospital-team-card .team-image .share-link a {
  margin-right: 5px;
}
.hospital-team-card .team-image .share-link a:last-child {
  margin-right: 0;
}
.hospital-team-card .team-image .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #13a8b4;
  color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  transition: 0.6s;
}
.hospital-team-card .team-image .share-link a i:hover {
  background-color: #0a335b;
  border: 2px solid #0a335b;
}
.hospital-team-card .team-content {
  padding: 30px 25px 25px;
}
.hospital-team-card .team-content h3 {
  font-size: 22px;
  color: #0a335b;
  margin-bottom: 0;
  font-family: jost, sans-serif;
  font-weight: 700;
}
.hospital-team-card .team-content span {
  font-family: jost, sans-serif;
  color: #486683;
  display: inline-block;
  margin-top: 12px;
}
.hospital-team-card:hover .team-image {
  position: relative;
}
.hospital-team-card:hover .team-image img {
  border-radius: 25px 25px 110px 110px;
}
.hospital-team-card:hover .team-image .share-link {
  opacity: 1;
  visibility: visible;
  bottom: -15px;
}
.hospital-team-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
}
.hospital-team-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0a335b;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: rgba(10, 51, 91, 0.1);
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.hospital-team-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -55px;
}
.hospital-team-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background-color: #0a335b;
}
.hospital-team-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-app-area {
  background: #f8f8f8;
  overflow: hidden;
}
.hospital-app-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hospital-app-image .circle {
  position: absolute;
  content: "";
  height: 625px;
  width: 625px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(19, 168, 180, 0.35) 0%,
    rgba(196, 196, 196, 0) 100%
  );
  z-index: -1;
  margin: auto;
  border-radius: 50%;
}
.hospital-app-content {
  padding-left: 30px;
  position: relative;
  top: -45px;
}
.hospital-app-content span {
  color: #13a8b4;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-app-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 900;
}
.hospital-app-content p {
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-app-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.hospital-app-content .list li {
  background-color: #fff;
  list-style-type: none;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  padding: 25px 20px 25px 75px;
}
.hospital-app-content .list li:last-child {
  margin-bottom: 0;
}
.hospital-app-content .list li img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-app-content .list li h4 {
  font-size: 18px;
  font-family: jost, sans-serif;
  color: #0a335b;
  margin-bottom: 0;
}
.hospital-app-content .app-btn-list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}
.hospital-app-content .app-btn-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.hospital-app-content .app-btn-list li:last-child {
  margin-right: 0;
}
.hospital-app-content .app-btn-list li a img {
  border-radius: 10px;
}
.hospital-call-to-action-area {
  background-image: url(../images/hospital/call-to-action.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hospital-call-to-action-content {
  text-align: center;
}
.hospital-call-to-action-content span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: jost, sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}
.hospital-call-to-action-content h3 {
  font-size: 48px;
  font-family: jost, sans-serif;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 900;
}
.hospital-call-to-action-content p {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-call-to-action-content p a {
  color: #fff;
}
.hospital-call-to-action-content .action-btn-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.hospital-call-to-action-content .action-btn-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.hospital-call-to-action-content .action-btn-list li:last-child {
  margin-right: 0;
}
.hospital-call-to-action-content .action-btn-list li .appointment-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.26);
  color: #fff;
  border-radius: 5px;
  padding: 15px 30px;
  font-family: jost, sans-serif;
  font-weight: 500;
  transition: 0.6s;
}
.hospital-call-to-action-content .action-btn-list li .appointment-btn:hover {
  background-color: #0a335b;
}
.hospital-call-to-action-content .action-btn-list li .see-btn {
  display: inline-block;
  background-color: #0a335b;
  color: #fff;
  border-radius: 5px;
  padding: 15px 30px;
  font-family: jost, sans-serif;
  font-weight: 500;
  transition: 0.6s;
}
.hospital-call-to-action-content .action-btn-list li .see-btn:hover {
  background: rgba(255, 255, 255, 0.26);
}
.hospital-testimonials-area .section-title.with-hospital-color {
  max-width: 100%;
}
.hospital-testimonials-card p {
  background-color: #fff;
  padding: 25px;
  border-top: 14px solid #f8f8f8;
  border-bottom: 14px solid #f8f8f8;
  border-left: 5px solid #f8f8f8;
  border-right: 5px solid #f8f8f8;
  border-radius: 20px;
  font-family: jost, sans-serif;
  font-size: 16.5px;
  position: relative;
}
.hospital-testimonials-card p::before {
  width: 20px;
  height: 20px;
  left: 25px;
  bottom: -23.5px;
  position: absolute;
  background: #f8f8f8;
  content: "";
  transform: rotate(45deg);
  transition: 0.6s;
}
.hospital-testimonials-card p::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 15px;
  background-image: url(../images/hospital/testimonials/icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  transition: 0.6s;
}
.hospital-testimonials-card .info-content {
  margin-top: 35px;
}
.hospital-testimonials-card .info-content .info img {
  width: auto;
  max-width: 70px;
}
.hospital-testimonials-card .info-content .info .title {
  margin-left: 15px;
}
.hospital-testimonials-card .info-content .info .title h3 {
  font-size: 22px;
  color: #0a335b;
  font-weight: 700;
  margin-bottom: 0;
  font-family: jost, sans-serif;
}
.hospital-testimonials-card .info-content .info .title span {
  color: #486683;
  font-family: jost, sans-serif;
  display: inline-block;
  margin-top: 12px;
}
.hospital-testimonials-card .info-content .rating {
  padding: 0;
  margin-bottom: 0;
}
.hospital-testimonials-card .info-content .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.hospital-testimonials-card .info-content .rating li:last-child {
  margin-right: 0;
}
.hospital-testimonials-card .info-content .rating li i {
  color: #f0ca45;
}
.hospital-testimonials-card:hover p::after {
  background-image: url(../images/hospital/testimonials/hover-icon.png);
}
.hospital-testimonials-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
  position: absolute;
  right: 0;
  top: -90px;
}
.hospital-testimonials-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0a335b;
  margin: 0 5px;
  padding: 0;
  background: rgba(10, 51, 91, 0.1);
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  position: relative;
}
.hospital-testimonials-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background-color: #0a335b;
}
.hospital-testimonials-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-testimonials-wrap-slides.owl-theme .owl-nav {
  margin-top: 0;
  transition: 1s;
  line-height: 0.01;
}
.hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"] {
  color: #0a335b;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: rgba(10, 51, 91, 0.1);
  border-radius: 50px;
  transition: 0.6s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
}
.hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"].owl-next {
  left: auto;
  right: -55px;
}
.hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #fff;
  background-color: #0a335b;
}
.hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*="owl-"] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-blog-area {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
}
.hospital-blog-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 390px;
  background-color: #fff;
  z-index: -1;
}
.hospital-blog-card {
  margin-bottom: 25px;
  transition: 0.6s;
}
.hospital-blog-card .blog-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.hospital-blog-card .blog-image a img {
  transition: 0.6s;
  border-radius: 10px 10px 0 0;
}
.hospital-blog-card .blog-image .date {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: -176px;
  font-family: jost, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #0a335b;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  transform: rotate(-90deg);
}
.hospital-blog-card .blog-content {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(85, 85, 85, 0.1);
  padding: 25px;
  border-radius: 0 0 10px 10px;
}
.hospital-blog-card .blog-content .meta {
  padding: 0;
  margin-bottom: 0;
}
.hospital-blog-card .blog-content .meta li {
  list-style-type: none;
  font-family: jost, sans-serif;
  color: #486683;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 22px;
}
.hospital-blog-card .blog-content .meta li:last-child {
  margin-right: 0;
}
.hospital-blog-card .blog-content .meta li a {
  color: #486683;
}
.hospital-blog-card .blog-content .meta li a:hover {
  color: #13a8b4;
}
.hospital-blog-card .blog-content .meta li i {
  color: #13a8b4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-blog-card .blog-content h3 {
  font-size: 24px;
  font-family: jost, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 20px;
}
.hospital-blog-card .blog-content h3 a {
  color: #0a335b;
}
.hospital-blog-card .blog-content h3 a:hover {
  color: #13a8b4;
}
.hospital-blog-card .blog-content .blog-btn {
  background: rgba(19, 168, 180, 0.1);
  border-radius: 5px;
  display: inline-block;
  padding: 15px 25px;
  color: #13a8b4;
  font-family: jost, sans-serif;
  font-weight: 500;
}
.hospital-blog-card:hover {
  transform: translateY(-5px);
}
.hospital-blog-card:hover .blog-image a img {
  transform: scale(1.1);
}
.hospital-blog-card:hover .blog-content .blog-btn {
  background: #13a8b4;
  color: #fff;
}
.hospital-information-area {
  background: linear-gradient(90deg, #19abae 0.39%, #3dbd8d 101.54%);
}
.hospital-information-card {
  background: #fffdfd;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.hospital-information-card .content {
  position: relative;
  padding-left: 105px;
}
.hospital-information-card .content .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-information-card .content .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: #13a8b4;
  text-align: center;
  font-size: 50px;
  color: #fff;
  border-radius: 50px;
}
.hospital-information-card .content h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-information-card .content p {
  font-family: jost, sans-serif;
  color: #486683;
  display: inline-block;
  margin-top: 10px;
}
.hospital-information-card .content p a {
  color: #486683;
}
.hospital-information-card .content p a:hover {
  color: #13a8b4;
}
.hospital-information-card .shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hospital-information-area-without-color .hospital-information-card {
  box-shadow: 0 0 30px rgba(85, 85, 85, 0.1);
}
.hospital-page-banner-area {
  background-image: url(../images/hospital/page-banner/bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
.hospital-page-banner-area.bg-2 {
  background-image: url(../images/hospital/page-banner/bg-2.jpg);
}
.hospital-page-banner-area.bg-3 {
  background-image: url(../images/hospital/page-banner/bg-3.jpg);
}
.hospital-page-banner-area.bg-4 {
  background-image: url(../images/hospital/page-banner/bg-4.jpg);
}
.hospital-page-banner-content h3 {
  font-size: 48px;
  color: #0a335b;
  margin-bottom: 15px;
  font-weight: 900;
  font-family: jost, sans-serif;
}
.hospital-page-banner-content .list {
  padding: 0;
  margin-bottom: 0;
  color: #0a335b;
}
.hospital-page-banner-content .list li {
  font-family: jost, sans-serif;
  list-style-type: none;
  display: inline-block;
  position: relative;
  font-weight: 500;
  margin-left: 25px;
}
.hospital-page-banner-content .list li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 6px;
  height: 15px;
  width: 1px;
  background: #0a335b;
}
.hospital-page-banner-content .list li:first-child {
  margin-left: 0;
}
.hospital-page-banner-content .list li:first-child::before {
  display: none;
}
.hospital-page-banner-content .list li a {
  color: #13a8b4;
}
.hospital-page-banner-content .list li a:hover {
  color: #0a335b;
}
.hospital-choice-content span {
  color: #13a8b4;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: jost, sans-serif;
}
.hospital-choice-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #0a335b;
  font-weight: 900;
}
.hospital-choice-content p {
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-choice-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.hospital-choice-content .list li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #6a6c72;
  position: relative;
  padding-left: 25px;
}
.hospital-choice-content .list li:last-child {
  margin-bottom: 0;
}
.hospital-choice-content .list li i {
  color: #13a8b4;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
.hospital-services-details-desc {
  padding-left: 25px;
}
.hospital-services-details-desc img {
  border-radius: 20px;
}
.hospital-services-details-desc .content h3 {
  font-size: 35px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-top: 30px;
  margin-bottom: 18px;
}
.hospital-services-details-desc .content p {
  font-family: jost, sans-serif;
}
.hospital-services-details-desc .content h4 {
  font-size: 28px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-top: 30px;
  margin-bottom: 18px;
}
.hospital-services-details-desc .services-details-card {
  position: relative;
  margin-top: 25px;
  padding-left: 65px;
}
.hospital-services-details-desc .services-details-card .number {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #13a8b4;
  color: #fff;
  font-family: jost, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 2px;
}
.hospital-services-details-desc .services-details-card h4 {
  font-size: 20px;
  font-family: jost, sans-serif;
  margin-bottom: 10px;
  color: #0a335b;
}
.hospital-services-details-desc .services-details-card p {
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-services-details-desc .services-details-inner-content {
  margin-top: 40px;
}
.hospital-services-details-desc .services-details-inner-content h4 {
  font-size: 28px;
  font-family: jost, sans-serif;
  font-weight: 900;
  margin-bottom: 12px;
  color: #0a335b;
}
.hospital-services-details-desc .services-details-inner-content p {
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-services-details-desc .services-details-inner-content .list {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
}
.hospital-services-details-desc .services-details-inner-content .list li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #6a6c72;
  position: relative;
  padding-left: 25px;
}
.hospital-services-details-desc
  .services-details-inner-content
  .list
  li:last-child {
  margin-bottom: 0;
}
.hospital-services-details-desc .services-details-inner-content .list li i {
  color: #13a8b4;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}
.hospital-services-details-desc .services-details-inner-image {
  margin-top: 40px;
}
.hospital-services-details-desc .hospital-faq-accordion {
  margin-top: 30px;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-item {
  display: block;
  margin-bottom: 15px;
  background-color: transparent;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-item:last-child {
  margin-bottom: 0;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-title {
  padding: 20px 55px 20px 20px;
  background-color: #f8f8f8;
  color: #0a335b;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  font-family: jost, sans-serif;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-title
  i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #0a335b;
  font-size: 20px;
  transition: 0.6s;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-title.active
  i::before {
  content: "\eb8b";
  color: #13a8b4;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-content {
  display: none;
  padding: 20px;
  border-radius: 8px;
  font-family: jost, sans-serif;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-content
  p {
  color: #486683;
  font-weight: 400;
  font-family: jost, sans-serif;
}
.hospital-services-details-desc
  .hospital-faq-accordion
  .accordion
  .accordion-content.show {
  display: block;
  border-radius: 8px;
}
.hospital-portfolio-card {
  margin-bottom: 25px;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
.hospital-portfolio-card .portfolio-image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(10, 51, 91, 0.31);
  border-radius: 10px 10px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-image a img {
  border-radius: 10px 10px 0 0;
}
.hospital-portfolio-card .portfolio-image .icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.hospital-portfolio-card .portfolio-image .icon a i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #fff;
  color: #13a8b4;
  border-radius: 50px;
  font-size: 25px;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-image .icon a i:hover {
  background-color: #13a8b4;
  color: #fff;
}
.hospital-portfolio-card .portfolio-content {
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0 0 25px rgba(85, 85, 85, 0.1);
  border-radius: 0 0 10px 10px;
  padding: 25px;
  text-align: center;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: jost, sans-serif;
}
.hospital-portfolio-card .portfolio-content h3 a {
  color: #0a335b;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-content span {
  font-size: 15.5px;
  font-family: jost, sans-serif;
  color: #486683;
  display: inline-block;
  margin-top: 12px;
  font-weight: 500;
  transition: 0.6s;
}
.hospital-portfolio-card:hover {
  transform: translateY(-5px);
}
.hospital-portfolio-card:hover .portfolio-image::before {
  opacity: 1;
  visibility: visible;
}
.hospital-portfolio-card:hover .portfolio-image .icon {
  opacity: 1;
  visibility: visible;
}
.hospital-portfolio-card:hover .portfolio-content {
  background-color: #0a335b;
}
.hospital-portfolio-card:hover .portfolio-content h3 a {
  color: #fff;
}
.hospital-portfolio-card:hover .portfolio-content span {
  color: #fff;
}
.hospital-portfolio-details-desc img {
  border-radius: 10px;
}
.hospital-portfolio-details-desc .content h3 {
  font-size: 35px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-top: 30px;
  margin-bottom: 18px;
}
.hospital-portfolio-details-desc .content p {
  font-family: jost, sans-serif;
}
.hospital-portfolio-details-desc .content h4 {
  font-size: 28px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-top: 30px;
  margin-bottom: 18px;
}
.hospital-portfolio-details-desc .content .block {
  margin-top: 15px;
}
.hospital-portfolio-details-info {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}
.hospital-portfolio-details-info h3 {
  color: #0a335b;
  font-size: 20px;
  font-weight: 700;
  font-family: jost, sans-serif;
  border-bottom: 1px solid rgba(197, 197, 197, 0.42);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.hospital-portfolio-details-info .list {
  padding: 0;
  margin-bottom: 0;
}
.hospital-portfolio-details-info .list li {
  list-style-type: none;
  margin-bottom: 20px;
  color: #486683;
  font-family: jost, sans-serif;
  position: relative;
  padding-left: 20px;
}
.hospital-portfolio-details-info .list li:last-child {
  margin-bottom: 0;
}
.hospital-portfolio-details-info .list li span {
  color: #0a335b;
  font-family: jost, sans-serif;
  font-weight: 600;
}
.hospital-portfolio-details-info .list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #13a8b4;
  left: 0;
  top: 6.5px;
  border-radius: 50px;
}
.recent-project-title {
  font-size: 28px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-bottom: 30px;
}
.hospital-blog-details-desc {
  padding-left: 25px;
}
.hospital-blog-details-desc .article-content .meta {
  padding: 0;
  margin-bottom: 0;
}
.hospital-blog-details-desc .article-content .meta li {
  list-style-type: none;
  font-family: jost, sans-serif;
  color: #486683;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 22px;
}
.hospital-blog-details-desc .article-content .meta li:last-child {
  margin-right: 0;
}
.hospital-blog-details-desc .article-content .meta li a {
  color: #486683;
}
.hospital-blog-details-desc .article-content .meta li a:hover {
  color: #13a8b4;
}
.hospital-blog-details-desc .article-content .meta li i {
  color: #13a8b4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hospital-blog-details-desc .article-content h3 {
  font-size: 32px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-top: 20px;
  margin-bottom: 30px;
}
.hospital-blog-details-desc .article-image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.hospital-blog-details-desc .article-image a img {
  border-radius: 10px;
}
.hospital-blog-details-desc .article-image .date {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  right: -385px;
  font-family: jost, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #0a335b;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  transform: rotate(-90deg);
}
.hospital-blog-details-desc p {
  color: #486683;
  font-family: jost, sans-serif;
}
.hospital-blog-details-desc .article-quote {
  background: #fff;
  border-top: 5px solid #f8f8f8;
  border-bottom: 5px solid #f8f8f8;
  border-left: 10px solid #f8f8f8;
  border-right: 10px solid #f8f8f8;
  border-radius: 10px;
  padding: 30px 90px 30px 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.hospital-blog-details-desc .article-quote p {
  font-size: 18px;
  color: #0a335b;
  font-family: jost, sans-serif;
  position: relative;
  z-index: 1;
}
.hospital-blog-details-desc .article-quote p::before {
  position: absolute;
  content: "";
  background-image: url(../images/hospital/blog-details/double-quote.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
  right: -50px;
  z-index: -1;
  height: 100px;
  width: 100px;
  opacity: 70%;
}
.hospital-blog-details-desc h4 {
  font-size: 25px;
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-top: 25px;
  margin-bottom: 15px;
}
.hospital-blog-details-desc .list {
  padding: 0;
  margin-bottom: 0;
}
.hospital-blog-details-desc .list li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
  color: #0a335b;
  position: relative;
  padding-left: 25px;
}
.hospital-blog-details-desc .list li:last-child {
  margin-bottom: 0;
}
.hospital-blog-details-desc .list li i {
  color: #13a8b4;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}
.hospital-blog-details-desc .blog-details-inner-image {
  margin-top: 30px;
}
.hospital-blog-details-desc .blog-details-inner-image img {
  border-radius: 10px;
}
.hospital-blog-details-desc .blog-details-inner-content {
  padding-left: 20px;
  margin-top: 25px;
}
.hospital-blog-details-desc .blog-details-inner-content p {
  color: #486683;
  font-family: jost, sans-serif;
}
.hospital-blog-details-desc .article-tag {
  border-top: 1px solid rgba(217, 216, 216, 0.54);
  padding-top: 30px;
  margin-top: 30px;
}
.hospital-blog-details-desc .article-tag .tag-list span {
  font-size: 16px;
  font-weight: 600;
  color: #0a335b;
  margin-right: 5px;
  font-family: jost, sans-serif;
}
.hospital-blog-details-desc .article-tag .tag-list a {
  font-family: jost, sans-serif;
  color: #486683;
}
.hospital-blog-details-desc .article-tag .tag-list a:hover {
  color: #13a8b4;
}
.hospital-blog-details-desc .article-tag .share-list span {
  font-size: 16px;
  font-weight: 600;
  color: #0a335b;
  margin-right: 5px;
  font-family: jost, sans-serif;
}
.hospital-blog-details-desc .article-tag .share-list a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: rgba(12, 184, 182, 0.1);
  color: #13a8b4;
  font-size: 16px;
  border-radius: 50px;
  transition: 0.6s;
  text-align: center;
}
.hospital-blog-details-desc .article-tag .share-list a i:hover {
  transform: translateY(-5px);
  background-color: #13a8b4;
  color: #fff;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  .comment-reply-title {
  color: #0a335b;
  font-weight: 900;
  font-family: jost, sans-serif;
  margin-bottom: 25px;
}
.hospital-blog-details-desc .comments-area .comment-respond .form-group {
  margin-bottom: 25px;
}
.hospital-blog-details-desc .comments-area .comment-respond input[type="date"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="time"],
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="week"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="month"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="text"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="email"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="url"],
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"],
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"],
.hospital-blog-details-desc .comments-area .comment-respond input[type="tel"],
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"],
.hospital-blog-details-desc .comments-area .comment-respond textarea {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #486683;
  outline: 0;
  border-radius: 5px;
  padding: 15px 20px;
  width: 100%;
  font-size: 15.5px;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  textarea::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  textarea::placeholder {
  color: #486683;
  transition: 0.6s;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]:focus,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]:focus,
.hospital-blog-details-desc .comments-area .comment-respond textarea:focus {
  background-color: transparent;
  border: 1px solid #13a8b4;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]:focus::-moz-placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  textarea:focus::-moz-placeholder {
  color: transparent;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="date"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="time"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="datetime-local"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="week"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="month"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="text"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="email"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="url"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="password"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="search"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="tel"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  input[type="number"]:focus::placeholder,
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  textarea:focus::placeholder {
  color: transparent;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  .comment-form-cookies-consent {
  margin-top: 0;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  .comment-form-cookies-consent
  input {
  top: 6.5px;
}
.hospital-blog-details-desc .comments-area .comment-respond .form-submit input {
  background: #13a8b4;
  color: #fff;
}
.hospital-blog-details-desc
  .comments-area
  .comment-respond
  .form-submit
  input:hover {
  background-color: #0a335b;
}
.hospital-contact-form {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 70px;
}
.hospital-contact-form .section-title.with-hospital-color {
  max-width: 650px;
}
.hospital-contact-form .form-group {
  margin-bottom: 25px;
}
.hospital-contact-form .form-group .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 15px 20px;
  color: #486683;
  font-size: 15.5px;
  font-weight: 400;
  font-family: jost, sans-serif;
  outline: 0;
  box-shadow: unset;
  transition: 0.6s;
}
.hospital-contact-form .form-group .form-control::-moz-placeholder {
  -moz-transition: 0.6s;
  transition: 0.6s;
  color: #486683;
}
.hospital-contact-form .form-group .form-control::placeholder {
  transition: 0.6s;
  color: #486683;
}
.hospital-contact-form .form-group .form-control:focus {
  background-color: transparent;
  border: 1px solid #13a8b4;
}
.hospital-contact-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.hospital-contact-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.hospital-contact-form .default-btn {
  padding: 14px 25px;
  border: none;
  width: 100%;
  background-color: #13a8b4;
  font-family: jost, sans-serif;
}
.hospital-contact-form .default-btn:hover {
  background-color: #0a335b;
}
.hospital-contact-form .list-unstyled li {
  font-family: jost, sans-serif;
  color: red;
  margin-top: 10px;
}
.hospital-contact-form .text-danger {
  margin-top: 15px;
  font-size: 20px;
  font-family: jost, sans-serif;
  margin-bottom: 0;
}
.hospital-contact-information-area {
  background-image: url(../images/hospital/information/information-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hospital-contact-information-content {
  position: relative;
  top: -50px;
  padding-right: 20px;
}
.hospital-contact-information-content .info {
  margin-bottom: 25px;
  position: relative;
  padding-left: 100px;
}
.hospital-contact-information-content .info .icon {
  position: absolute;
  left: 0;
  top: 0;
}
.hospital-contact-information-content .info .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #13a8b4;
  text-align: center;
  border-radius: 50px;
  font-size: 40px;
}
.hospital-contact-information-content .info span {
  font-size: 22px;
  font-weight: 500;
  font-family: jost, sans-serif;
  display: inline-block;
  color: #fff;
  margin-bottom: 12px;
}
.hospital-contact-information-content .info h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: jost, sans-serif;
  color: #fff;
}
.hospital-contact-information-content .info h3 a {
  color: #fff;
}
.hospital-contact-information-content p {
  font-family: jost, sans-serif;
  color: #fff;
}
.hospital-widget-area .widget .widget-title {
  color: #0a335b;
  font-family: jost, sans-serif;
  border-bottom: 1px solid rgba(197, 197, 197, 0.42);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hospital-widget-area .widget_search form .search-field {
  background-color: #fff;
  border: 1px solid rgba(207, 204, 204, 0.34);
  color: #486683;
  padding: 15px 20px;
  border-radius: 5px;
  font-family: jost, sans-serif;
}
.hospital-widget-area .widget_search form .search-field::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.hospital-widget-area .widget_search form .search-field::placeholder {
  color: #486683;
  transition: 0.6s;
}
.hospital-widget-area .widget_search form .search-field:focus {
  background-color: transparent;
  border: 1px solid #13a8b4;
}
.hospital-widget-area
  .widget_search
  form
  .search-field:focus::-moz-placeholder {
  color: transparent;
}
.hospital-widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}
.hospital-widget-area .widget_search form button {
  background-color: #13a8b4;
  color: #fff;
}
.hospital-widget-area .widget_search form button:hover {
  background-color: #0a335b;
}
.hospital-widget-area .widget_categories {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}
.hospital-widget-area .widget_categories ul li {
  padding-left: 20px;
  margin-bottom: 18px;
  font-family: jost, sans-serif;
}
.hospital-widget-area .widget_categories ul li::before {
  background-color: #13a8b4;
  border-radius: 50px;
  top: 6.8px;
}
.hospital-widget-area .widget_categories ul li a {
  transition: 0.6s;
  color: #486683;
}
.hospital-widget-area .widget_categories ul li a:hover {
  color: #13a8b4;
}
.hospital-widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.hospital-widget-area .widget_download_file {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 30px;
}
.hospital-widget-area .widget_download_file .download-file-list {
  padding: 0;
  margin-bottom: 0;
}
.hospital-widget-area .widget_download_file .download-file-list li {
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  padding-left: 50px;
}
.hospital-widget-area .widget_download_file .download-file-list li:last-child {
  margin-bottom: 0;
}
.hospital-widget-area .widget_download_file .download-file-list li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.hospital-widget-area .widget_download_file .download-file-list li .title h4 {
  font-size: 18px;
  color: #0a335b;
  margin-bottom: 0;
  font-family: jost, sans-serif;
}
.hospital-widget-area .widget_download_file .download-file-list li .title span {
  font-size: 14px;
  color: #486683;
  font-family: jost, sans-serif;
  display: inline-block;
  margin-top: 12px;
}
.hospital-widget-area .widget_services_info {
  background-image: url(../images/hospital/services-info.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}
.hospital-widget-area .widget_services_info .info {
  position: relative;
  padding-left: 62px;
}
.hospital-widget-area .widget_services_info .info i {
  font-size: 50px;
  color: #13a8b4;
  position: absolute;
  left: 0;
  top: 0;
}
.hospital-widget-area .widget_services_info .info h4 {
  font-size: 20px;
  color: #fff;
  font-family: jost, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
}
.hospital-widget-area .widget_services_info .info a {
  color: #fff;
  font-family: jost, sans-serif;
}
.hospital-widget-area .widget_services_info .info a:hover {
  color: #13a8b4;
}
.hospital-widget-area .widget_services_info p {
  font-family: jost, sans-serif;
  color: #dcdcdc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hospital-widget-area .widget_services_info .default-btn {
  background-color: #13a8b4;
  font-family: jost, sans-serif;
  padding: 12px 30px;
  width: 100%;
  text-align: center;
  font-size: 16.5px;
}
.hospital-widget-area .widget_grin_posts_thumb {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 30px;
}
.hospital-widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/hospital/blog/blog1.jpg);
}
.hospital-widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/hospital/blog/blog2.jpg);
}
.hospital-widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/hospital/blog/blog3.jpg);
}
.hospital-widget-area .widget_grin_posts_thumb .item .info {
  margin-top: 0;
}
.hospital-widget-area .widget_grin_posts_thumb .item .info span {
  color: #13a8b4;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: jost, sans-serif;
}
.hospital-widget-area .widget_grin_posts_thumb .item .info .title {
  font-weight: 700;
  font-family: jost, sans-serif;
  font-size: 16px;
}
.hospital-widget-area .widget_grin_posts_thumb .item .info .title a {
  color: #0a335b;
}
.hospital-widget-area .widget_grin_posts_thumb .item .info .title a:hover {
  color: #13a8b4;
}
.hospital-widget-area .widget_tag_cloud {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 30px;
}
.hospital-widget-area .tagcloud a {
  background: #fff;
  color: #486683;
  border-radius: 5px;
}
.hospital-widget-area .tagcloud a:hover,
.hospital-widget-area .tagcloud a:focus {
  color: #fff;
  background-color: #0cb8b6;
}
.hospital-footer-area {
  background-image: url(../images/hospital/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hospital-footer-widget {
  margin-bottom: 25px;
}
.hospital-footer-widget h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
  font-family: jost, sans-serif;
}
.hospital-footer-widget h2 a {
  color: #fff;
}
.hospital-footer-widget p {
  color: #fff;
  margin-bottom: 0;
  font-family: jost, sans-serif;
}
.hospital-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.hospital-footer-widget .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.hospital-footer-widget .share-link li:last-child {
  margin-right: 0;
}
.hospital-footer-widget .share-link li a {
  position: relative;
  color: #fff;
  font-size: 18px;
  transition: 0.6s;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 45px;
  background: #13a8b4;
  text-align: center;
  border-radius: 50px;
  border: 5px solid #2c5072;
}
.hospital-footer-widget .share-link li a:hover {
  background-color: #0cb8b6;
}
.hospital-footer-widget h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
  font-family: jost, sans-serif;
}
.hospital-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.hospital-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
}
.hospital-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.hospital-footer-widget .quick-links li a {
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.hospital-footer-widget .quick-links li a::before {
  position: absolute;
  content: "\f114";
  left: 0;
  top: -2px;
  font-family: flaticon;
  color: #0cb8b6;
}
.hospital-footer-widget .quick-links li a:hover {
  color: #0cb8b6;
}
.hospital-footer-widget .hours-list {
  padding: 0;
  margin-bottom: 0;
}
.hospital-footer-widget .hours-list li {
  list-style-type: none;
  margin-bottom: 15px;
  font-family: jost, sans-serif;
}
.hospital-footer-widget .hours-list li:last-child {
  margin-bottom: 0;
}
.hospital-footer-widget .hours-list li span {
  color: #fff;
}
.hospital-copyright-area {
  border-top: 1.5px solid rgba(255, 255, 255, 0.13);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 75px;
}
.hospital-copyright-area .copyright-area-content {
  border-top: none;
  padding-top: 0;
}
.hospital-copyright-area .copyright-area-content p {
  font-family: jost, sans-serif;
}
.hospital-copyright-area .copyright-area-content p a {
  color: #0cb8b6;
  font-family: jost, sans-serif;
}
.hospital-copyright-area .copyright-area-content p a:hover {
  color: #fff;
}
.emergency-trauma-care-home {
  font-family: nunito sans, sans-serif;
  color: #486683;
}
.emergency-trauma-care-home .h1,
.emergency-trauma-care-home .h2,
.emergency-trauma-care-home .h3,
.emergency-trauma-care-home .h4,
.emergency-trauma-care-home .h5,
.emergency-trauma-care-home .h6,
.emergency-trauma-care-home h1,
.emergency-trauma-care-home h2,
.emergency-trauma-care-home h3,
.emergency-trauma-care-home h4,
.emergency-trauma-care-home h5,
.emergency-trauma-care-home h6 {
  color: #002345;
}
.emergency-trauma-care-home p {
  font-family: nunito sans, sans-serif;
  color: #000;
}
.orthopedic-care-home {
  font-family: nunito sans, sans-serif;
  color: #486683;
}
.orthopedic-care-home .h1,
.orthopedic-care-home .h2,
.orthopedic-care-home .h3,
.orthopedic-care-home .h4,
.orthopedic-care-home .h5,
.orthopedic-care-home .h6,
.orthopedic-care-home h1,
.orthopedic-care-home h2,
.orthopedic-care-home h3,
.orthopedic-care-home h4,
.orthopedic-care-home h5,
.orthopedic-care-home h6 {
  color: #002345;
}
.orthopedic-care-home p {
  font-family: nunito sans, sans-serif;
  color: #486683;
}
.section-title.title-optional-wrap .sub {
  font-weight: 700;
  color: #1dbfcc;
  display: block;
  margin-bottom: 12px;
}
.section-title.title-optional-wrap h2 {
  font-size: 40px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}
.section-title.title-optional-wrap h2 strong {
  font-weight: 700;
}
.top-area-optional {
  background-color: #0190dc;
}
.top-area-optional .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.top-area-optional .top-information-wrap li {
  color: #fff;
}
.top-area-optional .top-information-wrap li a {
  color: #fff;
}
.top-area-optional .top-information-wrap li i {
  color: #fff;
}
.top-area-optional .top-optional-wrap li a i {
  color: #fff;
  border: 2px solid #fff;
}
.top-area-optional.optional-wrap {
  background-color: #45405e;
}
.navbar-area-optional.sticky {
  box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.09);
}
.navbar-area-optional .main-navbar {
  /* background-color: transparent; */
  padding: 10px 0;
}
.navbar-area-optional .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-area-optional .main-navbar .navbar .navbar-brand {
  font-size: 35px;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item {
  margin-left: 17.5px;
  margin-right: 17.5px;
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item a {
  color: #002345;
  /* font-weight: 600; */
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item a::before {
  display: none;
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item a:hover,
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item a:focus,
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #0190dc;
 
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item:hover a,
.navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #0190dc;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu {
  margin-left: 0;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a {
  color: #002345;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover,
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus,
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active {
  color: #1dbfcc;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:hover::before,
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a:focus::before,
.navbar-area-optional
  .main-navbar
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  a.active::before {
  display: none;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: #45405e;
  border-radius: 50%;
  transition: 0.6s;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a
  i {
  color: #fff;
  transition: 0.6s;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .others-options
  .option-item
  .search-btn
  a:hover {
  background-color: #06a3da;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  background-color: #1dbfcc;
  border-radius: 50px;
}
.navbar-area-optional
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn:hover {
  background-color: #06a3da;
}
.navbar-area-optional.optional-wrap .main-navbar .navbar .mean-menu {
  width: 100%;
}
.navbar-area-optional.optional-wrap .main-navbar .navbar .navbar-nav {
  margin: unset;
}
.navbar-area-optional.optional-wrap .main-navbar .navbar .navbar-middle-logo {
  margin: 0 195px 0 50px;
}
.navbar-area-optional.optional-wrap
  .main-navbar
  .navbar
  .navbar-middle-logo
  .navbar-brand {
  margin: 0;
}
.navbar-area-optional.optional-wrap
  .main-navbar
  .navbar
  .others-options
  .option-item
  .navbar-btn
  .default-btn {
  border-radius: 7px;
}
.emergency-trauma-care-banner-area {
  overflow: hidden;
}
.emergency-trauma-care-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.emergency-trauma-care-banner-content {
  padding-top: 80px;
  padding-right: 80px;
}
.emergency-trauma-care-banner-content h1 {
  font-size: 70px;
  font-weight: 400;
  margin-bottom: 10px;
}
.emergency-trauma-care-banner-content h1 strong {
  font-weight: 700;
}
.emergency-trauma-care-banner-content p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  max-width: 720px;
}
.emergency-trauma-care-banner-content .hotline {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  background-color: #ffdbdb;
  padding: 5px 30px 5px 5px;
  margin-top: 35px;
}
.emergency-trauma-care-banner-content .hotline .icon {
  margin-right: 20px;
}
.emergency-trauma-care-banner-content .hotline .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.emergency-trauma-care-banner-content .hotline .sub {
  font-size: 23.5px;
  color: #002345;
  font-weight: 300;
}
.emergency-trauma-care-banner-content .hotline .sub a {
  color: #002345;
  font-weight: 500;
}
.emergency-trauma-care-banner-content .hotline .sub a:hover {
  color: #06a3da;
}
.emergency-trauma-care-banner-content .banner-boxes-item {
  margin-top: 45px;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item {
  border-radius: 15px;
  background-color: #b4dce3;
  padding: 30px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item .icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #45405e;
  border-radius: 50%;
  transition: 0.6s;
  position: relative;
  margin-bottom: 15px;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.emergency-trauma-care-banner-content .banner-boxes-item .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item.bg-D5E9D6 {
  background-color: #d5e9d6;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item.bg-CCDBF5 {
  background-color: #ccdbf5;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #06a3da;
  transition: 0.6s;
}
.emergency-trauma-care-banner-content .banner-boxes-item .item:hover {
  transform: translateY(-5px);
}
.emergency-trauma-care-banner-content .banner-boxes-item .item:hover::before {
  width: 100%;
}
.emergency-trauma-care-banner-content .banner-bottom .left-image img {
  border-radius: 15px;
}
.emergency-trauma-care-banner-content .banner-bottom .right-content {
  border-radius: 15px;
  background-color: #f3f3f3;
  text-align: center;
  padding: 50px 20px 0;
  position: relative;
}
.emergency-trauma-care-banner-content .banner-bottom .right-content img {
  max-width: 180.5px;
}
.emergency-trauma-care-banner-content .banner-bottom .right-content .sub-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  left: 15px;
  top: 15px;
}
.emergency-trauma-care-banner-content .banner-bottom .right-content .icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.emergency-trauma-care-banner-content .banner-bottom .right-content .icon a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #45405e;
  color: #fff;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
  transform: rotate(-45deg);
  transition: 0.6s;
}
.emergency-trauma-care-banner-content
  .banner-bottom
  .right-content
  .icon
  a
  i:hover {
  background-color: #06a3da;
}
.emergency-trauma-care-banner-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.etc-overview-area {
  overflow: hidden;
  margin: 0 30px;
}
.etc-overview-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.etc-overview-content {
  max-width: 1320px;
  margin: 0 auto 80px;
  text-align: center;
}
.etc-overview-content .sub {
  font-weight: 700;
  color: #1dbfcc;
  display: block;
  margin-bottom: 12px;
}
.etc-overview-content h2 {
  font-size: 40px;
  margin-bottom: 0;
  line-height: 1.5;
}
.etc-overview-content h2 a {
  color: #f4272a;
}
.etc-overview-list {
  display: flex;
  animation: marquee 10s linear infinite forwards;
  transition: 0.6s;
  white-space: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-overview-list li {
  list-style-type: none;
  margin-right: 22px;
  white-space: nowrap;
}
.etc-overview-list li a {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #002345;
  border: 1px solid #ddd;
  border-radius: 100px;
  padding: 12px 35px;
}
.etc-overview-list li a:hover {
  border: 1px solid #06a3da;
}
.etc-overview-list li:last-child {
  margin-right: 0;
}
.etc-overview-list:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-65%);
  }
}
.etc-about-content .sub {
  font-weight: 700;
  color: #1dbfcc;
  display: block;
  margin-bottom: 12px;
}
.etc-about-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}
.etc-about-content h2 strong {
  font-weight: 700;
}
.etc-about-content .inner-about {
  margin-top: 35px;
}
.etc-about-content .inner-about .left-box {
  border-radius: 15px;
  background: linear-gradient(180deg, #ecddf6 0%, #eecdff 100%);
  padding: 28px 25px;
}
.etc-about-content .inner-about .left-box h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.etc-about-content .inner-about .left-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.etc-about-content .inner-about .left-box .bottom .info {
  display: flex;
  align-items: center;
}
.etc-about-content .inner-about .left-box .bottom .info .title {
  margin-left: 20px;
}
.etc-about-content .inner-about .left-box .bottom .info .title h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.etc-about-content .inner-about .left-box .bottom .info .title span {
  display: block;
  margin-top: 10px;
}
.etc-about-content .inner-about .left-box .bottom .quote {
  margin-left: 20px;
}
.etc-about-content .inner-about .right-box {
  border-radius: 15px;
  background-color: #d6d7ec;
  text-align: center;
  padding: 30px 25px;
}
.etc-about-content .inner-about .right-box img {
  margin-bottom: 15px;
}
.etc-about-content .inner-about .right-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #776aca;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 2px;
}
.etc-about-content .inner-about .right-box h3 .plus {
  position: relative;
  left: 2.5px;
  top: -2.5px;
}
.etc-about-content .inner-about .right-box p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.etc-about-image {
  padding-left: 80px;
}
.etc-about-image img {
  border-radius: 25px;
}
.etc-about-image .list {
  margin-top: 28px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-about-image .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.etc-about-image .list li i {
  font-size: 20px;
  color: #1dbfcc;
}
.etc-about-image .list li span {
  font-weight: 600;
  margin-left: 10px;
}
.etc-about-image .list li:last-child {
  margin-bottom: 0;
}
.etc-services-area {
  overflow: hidden;
}
.etc-services-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.etc-services-inner {
  border-radius: 25px;
  background: conic-gradient(
    from 233deg at 55% 55.48%,
    #d6d7ec 0deg,
    #f2d4da 117.7851963043deg,
    #d9d0f0 187.1260929108deg,
    #b7b5ff 257.2787117958deg,
    #f2d4da 275.5798316002deg
  );
}
.etc-services-card {
  margin-bottom: 25px;
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}
.etc-services-card .icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #45405e;
  border-radius: 50%;
  transition: 0.6s;
  position: relative;
  margin-bottom: 15px;
}
.etc-services-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.etc-services-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.etc-services-card h3 a {
  color: #002345;
}
.etc-services-card p {
  margin-bottom: 0;
  font-weight: 600;
}
.etc-services-card .list {
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-services-card .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.etc-services-card .list li i {
  font-size: 20px;
  color: #776aca;
}
.etc-services-card .list li span {
  font-weight: 600;
  margin-left: 10px;
}
.etc-services-card .list li:last-child {
  margin-bottom: 0;
}
.etc-services-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #06a3da;
  transition: 0.6s;
}
.etc-services-card:hover {
  transform: translateY(-5px);
}
.etc-services-card:hover .icon {
  background-color: #06a3da;
}
.etc-services-card:hover::before {
  width: 100%;
}
.etc-view-all-btn {
  text-align: center;
  margin-top: 20px;
}
.etc-view-all-btn span {
  font-weight: 600;
  color: #002345;
  text-decoration-line: underline;
}
.etc-view-all-btn span a {
  color: #002345;
  text-decoration-line: underline;
}
.etc-view-all-btn span a:hover {
  color: #06a3da;
}
.etc-emergency-tips-content {
  border-radius: 25px;
  background-color: #6fc0eb;
  padding: 10px 10px;
}
.etc-emergency-tips-content img{
  border-radius: 25px;
}
.etc-emergency-tips-content h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 17px;
}
.etc-emergency-tips-content h2 strong {
  font-weight: 700;
}
.etc-emergency-tips-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.etc-emergency-tips-content .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-emergency-tips-content .list li {
  list-style-type: none;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
}
.etc-emergency-tips-content .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: #776aca;
}
.etc-emergency-tips-content .list li:last-child {
  margin-bottom: 0;
}
.etc-emergency-tips-inner {
  border-radius: 25px;
  background-color: #959d963b;
  padding: 13px 13px;
  margin-bottom: 15px;
}
.etc-emergency-tips-inner .tips-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  width: 100%;
  border-radius: 15px;
}
.etc-emergency-tips-inner .tips-content {
  padding: 0;
}
.etc-emergency-tips-inner .tips-content h3 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 15px;
}
.etc-emergency-tips-inner .tips-content h3 strong {
  font-weight: 700;
}
.etc-emergency-tips-inner .tips-content p {
  font-weight: 400;
  margin-bottom: 20px;
}
.etc-emergency-tips-inner .tips-content .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-emergency-tips-inner .tips-content .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.etc-emergency-tips-inner .tips-content .list li i {
  font-size: 20px;
  color: #1dbfcc;
}
.etc-emergency-tips-inner .tips-content .list li span {
  font-weight: 600;
  margin-left: 10px;
}
.etc-emergency-tips-inner .tips-content .list li:last-child {
  margin-bottom: 0;
}
.etc-appointment-area {
  overflow: hidden;
}
.etc-appointment-area .container-fluid {
  padding-left: calc((100% - 1300px) / 2);
  padding-right: 30px;
}
.etc-appointment-form {
  border-radius: 25px;
  background: linear-gradient(180deg, #fbdddd 0%, #ffbdc0 100%);
  padding: 100px;
  position: relative;
  z-index: 1;
  margin: 100px -80px 100px 0;
}
.etc-appointment-form .content {
  margin-bottom: 25px;
}
.etc-appointment-form .content .sub {
  font-weight: 700;
  color: #1dbfcc;
  display: block;
  margin-bottom: 12px;
}
.etc-appointment-form .content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}
.etc-appointment-form .content h2 strong {
  font-weight: 700;
}
.etc-appointment-form form .form-group {
  margin-bottom: 25px;
}
.etc-appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.etc-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.etc-appointment-form form .form-group .form-control::placeholder {
  color: #486683;
  transition: 0.6s;
}
.etc-appointment-form form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.etc-appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.etc-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.etc-appointment-form form .form-group textarea.form-control {
  min-height: 120px;
}
.etc-appointment-form form .form-group .nice-select {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}
.etc-appointment-form form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}
.etc-appointment-form form .form-group .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.etc-appointment-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.etc-appointment-form form .form-group .nice-select .list .option.selected {
  background-color: #06a3da !important;
  color: #fff;
  font-weight: 400;
}
.etc-appointment-form form .default-btn {
  background-color: #1dbfcc;
  border: none;
  border-radius: 50px;
}
.etc-appointment-form form .default-btn:hover {
  background-color: #06a3da;
}
.etc-appointment-location-btn {
  display: flex;
  align-items: center;
  position: relative;
  top: -55px;
  left: 70px;
}
.etc-appointment-location-btn span {
  font-weight: 600;
}
.etc-appointment-location-btn .icon {
  margin-left: 20px;
}
.etc-appointment-location-btn .icon a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #45405e;
  color: #fff;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
  transform: rotate(-45deg);
  transition: 0.6s;
}
.etc-appointment-location-btn .icon a i:hover {
  background-color: #06a3da;
}
.etc-appointment-map {
  display: flex;
  height: 100%;
  margin-left: -385px;
  position: relative;
}
.etc-appointment-map .g-map {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.etc-appointment-map .wrap {
  border-radius: 15px;
  background-color: #fff;
  padding: 25px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50px;
  max-width: 230px;
}
.etc-appointment-map .wrap img {
  margin-bottom: 15px;
}
.etc-appointment-map .wrap h5 {
  font-weight: 700;
  color: #776aca;
  font-size: 23.5px;
  margin-bottom: 12px;
}
.etc-appointment-map .wrap span {
  font-weight: 600;
}
/* .etc-team-inner {
  border-bottom: 1px solid #ddd;
} */
.etc-team-card {
  margin-bottom: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 25px 25px 0px 0;
  border: 1px solid #50535457;
}
.etc-team-card .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 25px 25px 0px 0;
}
.etc-team-card .image a img {
  display: inline-block;
  border-radius: 25px 25px 0 0;
  transition: 0.6s;
}
.etc-team-card .image .share-link {
  position: absolute;
  top:50%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-team-card .image .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.etc-team-card .image .share-link li:last-child {
  margin-right: 0;
}
.etc-team-card .image .share-link li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #002345;
  color: #fff;
  transition: 0.6s;
  border-radius: 35px;
  font-size: 30px;
  transition: 0.6s;
}
.etc-team-card .image .share-link li a i:hover {
  background-color: #1a1a18;
}
.etc-team-inner {
  border-bottom: 1px solid #0190dc;
}
.etc-team-card .content {
  margin-top: 15px;
  text-align: center;
}
.etc-team-card .content h3 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.content p {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    padding: 5px;
}
.content p a{
    color:#0190dc;
    font-size:15px;
    font-weight:700;
}
.etc-team-card .content h3 a {
  color: #002345;
  margin-bottom: 3px;
}
.etc-team-card .content h3 a:hover {
  color: #1dbfcc;
}
.etc-team-card .content span {
  display: block;
  margin-top: 12px;
}
.etc-team-card:hover .image a img {
  transform: scale(1.1);
}
.etc-team-card:hover .image .share-link {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.etc-testimonials-area {
  overflow: hidden;
}
.etc-testimonials-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.etc-testimonials-area .section-title {
  max-width: 865px;
}
.etc-testimonials-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  padding-top: 325px;
  padding-bottom: 100px;
  padding-right: 100px;
}
.etc-testimonials-card {
  border-radius: 25px;
  background: linear-gradient(180deg, #ecddf6 0%, #eecdff 100%);
  padding: 50px;
  max-width: 650px;
  margin-left: auto;
  margin-right: 0;
}
.etc-testimonials-card .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.etc-testimonials-card .info .image img {
  max-width: 75px;
}
.etc-testimonials-card .info .title {
  margin-left: 20px;
}
.etc-testimonials-card .info .title h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
.etc-testimonials-card .info .title span {
  display: block;
  margin-top: 8.5px;
}
.etc-testimonials-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.7;
}
.etc-testimonials-card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.etc-testimonials-card .bottom .rating {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-testimonials-card .bottom .rating li {
  list-style-type: none;
  margin-right: 5px;
}
.etc-testimonials-card .bottom .rating li i {
  color: #ffc806;
}
.etc-testimonials-card .bottom .rating li:last-child {
  margin-right: 0;
}
.etc-testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1dbfcc;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.etc-testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.etc-testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.etc-testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  text-align: end;
}
.etc-hospital-card {
  border-radius: 15px;
  background-color: #f3f3f3;
  padding: 25px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.etc-hospital-card .image {
  margin-bottom: 22px;
}
.etc-hospital-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.etc-hospital-card::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #06a3da;
  transition: 0.6s;
}
.etc-hospital-card:hover {
  transform: translateY(-5px);
}
.etc-hospital-card:hover::before {
  width: 100%;
}
.etc-working-hours-info {
  border-radius: 25px;
  background: linear-gradient(180deg, #cdf5fa 0%, #b4dce3 100%);
  padding: 42px 40px;
}
.etc-working-hours-info h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}
.etc-working-hours-info h2 strong {
  font-weight: 700;
}
.etc-working-hours-info .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.etc-working-hours-info .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #002345;
  border-bottom: 1px dashed #78a0a7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.etc-working-hours-info .list li span {
  font-weight: 400;
}
.etc-working-hours-info .list li b {
  font-weight: 500;
}
.etc-working-hours-info .list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.etc-working-hours-info .hotline {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  background-color: #1dbfcc;
  padding: 5px 30px 5px 5px;
  margin-top: 25px;
}
.etc-working-hours-info .hotline .icon {
  margin-right: 17px;
}
.etc-working-hours-info .hotline .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.etc-working-hours-info .hotline .sub {
  font-size: 23.5px;
  color: #fff;
  font-weight: 300;
}
.etc-working-hours-info .hotline .sub a {
  color: #fff;
  font-weight: 500;
}
.etc-working-hours-info .hotline .sub a:hover {
  letter-spacing: 1px;
}
.etc-working-hours-app-info {
  border-radius: 25px;
  background-color: #ccdbf5;
  padding: 55px 40px;
  text-align: center;
}
.etc-working-hours-app-info .sub {
  font-weight: 700;
  color: #1dbfcc;
  display: block;
  margin-bottom: 12px;
}
.etc-working-hours-app-info h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}
.etc-working-hours-app-info h2 strong {
  font-weight: 700;
}
.etc-working-hours-app-info .app-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 0;
}
.etc-working-hours-app-info .app-list li {
  list-style-type: none;
  margin-right: 20px;
}
.etc-working-hours-app-info .app-list li button {
  background-color: transparent;
  padding: 0;
  border: none;
}
.etc-working-hours-app-info .app-list li button img {
  border-radius: 5px;
}
.etc-working-hours-app-info .app-list li:last-child {
  margin-right: 0;
}
.etc-working-hours-app-info .group-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 42px;
}
.etc-working-hours-app-info .group-info h5 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 23.5px;
}
.etc-working-hours-app-info .group-info img {
  margin-left: 20px;
}
.etc-blog-card {
  margin-bottom: 25px;
  transition: 0.6s;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #2c2f3029;
  outline: 4px solid #fff;
}

.etc-blog-card .image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  border-bottom: 2px solid #0190dc;
}
.etc-blog-card .image a img {
  display: inline-block;
  transition: 0.6s;
  border-radius: 25px;
  height: 301px;
  width: 100%;
}
.etc-blog-card .content {
  padding: 20px;
}
.etc-blog-card .content .entry-meta {
  display: flex;
  padding: 0;
  margin-bottom: 15px;
}
.etc-blog-card .content .entry-meta li {
  list-style-type: none;
  font-size: 14px;
  color: #4f5456;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.etc-blog-card .content .entry-meta li:last-child {
  margin-right: 0;
}
.etc-blog-card .content .entry-meta li a {
  color: #486683;
}
.etc-blog-card .content .entry-meta li img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.etc-blog-card .content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}
.etc-blog-card .content h3 a {
  color: #002345;
}
.etc-blog-card .content p {
  margin-bottom: 0;
}
.etc-blog-card:hover .image a img {
  transform: scale(1.1);
}
.orthopedic-care-banner-area {
  overflow: hidden;
}
.orthopedic-care-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.orthopedic-care-banner-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 25px;
  overflow: hidden;
  padding-top: 415px;
  padding-left: 100px;
  padding-right: 50px;
  padding-bottom: 100px;
}
.orthopedic-care-banner-content {
  max-width: 780px;
}
.orthopedic-care-banner-content .sub-top {
  display: flex;
  align-items: center;
  max-width: 450px;
  margin-bottom: 15px;
}
.orthopedic-care-banner-content .sub-top .image img {
  max-width: 50px;
}
.orthopedic-care-banner-content .sub-top .title {
  margin-left: 20px;
}
.orthopedic-care-banner-content .sub-top .title span {
  font-size: 20px;
  font-weight: 600;
}
.orthopedic-care-banner-content h1 {
  font-size: 115px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.orthopedic-care-banner-content p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.orthopedic-care-banner-info {
  text-align: center;
}
.orthopedic-care-banner-info h4 {
  font-size: 22.5px;
  font-weight: 400;
  margin-bottom: 15px;
}
.orthopedic-care-banner-info img {
  margin-bottom: 20px;
}
.orthopedic-care-banner-info h5 {
  font-size: 22.5px;
  font-weight: 400;
  margin-bottom: 0;
}
.orthopedic-care-banner-info h5 a {
  font-weight: 500;
}
.oc-features-area {
  overflow: hidden;
}
.oc-features-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.oc-features-card {
  border-radius: 15px;
  background-color: #e7eee6;
  margin-top: 25px;
  transition: 0.6s;
}
.oc-features-card .image {
  padding: 10px 10px 0;
}
.oc-features-card .image img {
  border-radius: 10px;
}
.oc-features-card .content {
  padding: 25px;
}
.oc-features-card .content h3 {
  font-size: 19.5px;
  font-weight: 600;
  margin-bottom: 12px;
}
.oc-features-card .content p {
  margin-bottom: 0;
}
.oc-features-card.bg-EEE6F3 {
  background-color: #eee6f3;
}
.oc-features-card.bg-F2E6E6 {
  background-color: #f2e6e6;
}
.oc-features-card.bg-D5E7F3 {
  background-color: #d5e7f3;
}
.oc-features-card:hover {
  transform: translateY(-5px);
}
.oc-about-top-content {
  margin-bottom: 35px;
}
.oc-about-top-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0;
}
.oc-about-item .item {
  border-radius: 15px;
  background-color: #f3f7fb;
  text-align: center;
  padding: 45px 20px;
}
.oc-about-item .item img {
  margin-bottom: 17px;
}
.oc-about-item .item h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.oc-about-item .item a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #45405e;
  border: 1px solid #45405e;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
  transform: rotate(-45deg);
  transition: 0.6s;
}
.oc-about-item .item:hover a i {
  background-color: #45405e;
  color: #fff;
}
.oc-about-content {
  padding-left: 80px;
}
.oc-about-content p {
  margin-bottom: 0;
}
.oc-about-content .inner-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.oc-about-content .inner-info .about-btn {
  margin-right: 25px;
}
.oc-about-content .inner-info .about-btn .default-btn {
  background-color: transparent;
  border: 1px solid #1dbfcc;
  color: #002345;
  padding: 15px 22px;
}
.oc-about-content .inner-info .about-btn .default-btn:hover {
  background-color: #1dbfcc;
}
.oc-about-content .inner-info .hotline {
  display: flex;
  align-items: center;
}
.oc-about-content .inner-info .hotline .icon {
  margin-right: 20px;
}
.oc-about-content .inner-info .hotline .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #45405e;
  color: #fff;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.oc-about-content .inner-info .hotline .sub {
  font-size: 23.5px;
  color: #002345;
  font-weight: 300;
}
.oc-about-content .inner-info .hotline .sub a {
  color: #1dbfcc;
  font-weight: 500;
}
.oc-about-content .inner-info .hotline .sub a:hover {
  color: #06a3da;
}
.oc-services-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.oc-services-inner {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  background-color: #faf6f1;
}
.oc-services-content {
  max-width: 430px;
  position: sticky;
  top: 120px;
}
.oc-services-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.oc-services-content .view-all-btn span {
  font-weight: 600;
  color: #002345;
  text-decoration-line: underline;
}
.oc-services-content .view-all-btn span a {
  color: #002345;
  text-decoration-line: underline;
}
.oc-services-content .view-all-btn span a:hover {
  color: #06a3da;
}
.oc-services-items .item {
  position: relative;
  border-bottom: 1px dashed #c8c4bf;
  padding-bottom: 30px;
  margin-left: 120px;
  margin-bottom: 35px;
}
.oc-services-items .item .image {
  position: absolute;
  left: -120px;
  top: 0;
}
.oc-services-items .item .content {
  position: relative;
  padding-right: 100px;
}
.oc-services-items .item .content .title h3 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 12px;
}
.oc-services-items .item .content .title h3 a {
  color: #002345;
}
.oc-services-items .item .content .title p {
  margin-bottom: 0;
}
.oc-services-items .item .content .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.oc-services-items .item .content .icon a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #45405e;
  border: 1px solid #45405e;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
  transform: rotate(-45deg);
  transition: 0.6s;
}
.oc-services-items .item:hover .content .icon a i {
  background-color: #45405e;
  color: #fff;
}
.oc-services-items .item:last-child {
  margin-bottom: 0;
}
.oc-services-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 465px;
}
.oc-team-area .section-title {
  max-width: 850px;
}
.oc-team-area .section-title.title-optional-wrap h2 {
  font-weight: 700;
}
.oc-team-card {
  margin-bottom: 25px;
}
.oc-team-card .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 25px;
}
.oc-team-card .image a img {
  display: inline-block;
  border-radius: 25px;
  transition: 0.6s;
}
.oc-team-card .image .share-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.oc-team-card .image .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.oc-team-card .image .share-link li:last-child {
  margin-right: 0;
}
.oc-team-card .image .share-link li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #45405e;
  color: #fff;
  transition: 0.6s;
  border-radius: 35px;
  font-size: 17px;
  transition: 0.6s;
}
.oc-team-card .image .share-link li a i:hover {
  background-color: #06a3da;
}
.oc-team-card .content {
  margin-top: 30px;
  text-align: center;
}
.oc-team-card .content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.oc-team-card .content h3 a {
  color: #002345;
}
.oc-team-card .content h3 a:hover {
  color: #1dbfcc;
}
.oc-team-card .content span {
  display: block;
  margin-top: 12px;
}
.oc-team-card:hover .image a img {
  transform: scale(1.1);
}
.oc-team-card:hover .image .share-link {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}
.oc-view-all-btn {
  text-align: center;
  margin-top: 20px;
}
.oc-view-all-btn span {
  font-weight: 600;
  color: #002345;
  text-decoration-line: underline;
}
.oc-view-all-btn span a {
  color: #002345;
  text-decoration-line: underline;
}
.oc-view-all-btn span a:hover {
  color: #06a3da;
}
.oc-working-hours-info {
  border-radius: 25px;
  background-color: #f2e6e6;
  padding: 40px;
}
.oc-working-hours-info h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.oc-working-hours-info .list {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.oc-working-hours-info .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #486683;
  border-bottom: 1px dashed #cabbc0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.oc-working-hours-info .list li span {
  font-weight: 400;
}
.oc-working-hours-info .list li b {
  font-weight: 500;
}
.oc-working-hours-info .list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.oc-working-hours-info .hotline {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  background-color: #45405e;
  padding: 5px 30px 5px 5px;
  margin-top: 25px;
}
.oc-working-hours-info .hotline .icon {
  margin-right: 17px;
}
.oc-working-hours-info .hotline .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.oc-working-hours-info .hotline .sub {
  font-size: 23.5px;
  color: #fff;
  font-weight: 300;
}
.oc-working-hours-info .hotline .sub a {
  color: #fff;
  font-weight: 500;
}
.oc-working-hours-info .hotline .sub a:hover {
  letter-spacing: 1px;
}
.oc-working-hours-app-info {
  border-radius: 25px;
  background-color: #d5e7f3;
  padding: 62px 45px;
  text-align: center;
}
.oc-working-hours-app-info .sub {
  font-weight: 700;
  color: #1dbfcc;
  display: block;
  margin-bottom: 12px;
}
.oc-working-hours-app-info h2 {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.3;
}
.oc-working-hours-app-info .app-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.oc-working-hours-app-info .app-list li {
  list-style-type: none;
  margin-right: 20px;
}
.oc-working-hours-app-info .app-list li button {
  background-color: transparent;
  padding: 0;
  border: none;
}
.oc-working-hours-app-info .app-list li button img {
  border-radius: 5px;
}
.oc-working-hours-app-info .app-list li:last-child {
  margin-right: 0;
}
.oc-appointment-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 30px;
  border-radius: 25px;
  overflow: hidden;
}
.oc-appointment-form {
  max-width: 650px;
  margin-left: auto;
}
.oc-appointment-form h4 {
  font-size: 40px;
  margin-bottom: 30px;
}
.oc-appointment-form h4 i {
  margin-right: 5px;
  color: #1dbfcc;
}
.oc-appointment-form form .form-group {
  margin-bottom: 25px;
}
.oc-appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.oc-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.oc-appointment-form form .form-group .form-control::placeholder {
  color: #486683;
  transition: 0.6s;
}
.oc-appointment-form form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.oc-appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.oc-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.oc-appointment-form form .form-group textarea.form-control {
  min-height: 120px;
}
.oc-appointment-form form .form-group .nice-select {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}
.oc-appointment-form form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}
.oc-appointment-form form .form-group .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.oc-appointment-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.oc-appointment-form form .form-group .nice-select .list .option.selected {
  background-color: #06a3da !important;
  color: #fff;
  font-weight: 400;
}
.oc-appointment-form form .default-btn {
  background-color: #1dbfcc;
  border: none;
}
.oc-appointment-form form .default-btn:hover {
  background-color: #06a3da;
}
.oc-testimonial-area .section-title {
  max-width: 1050px;
}
.oc-testimonial-area .section-title.title-optional-wrap h2 {
  font-weight: 700;
}
.oc-testimonials-card .quote {
  margin-bottom: 25px;
}
.oc-testimonials-card .quote img {
  width: auto;
}
.oc-testimonials-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.oc-testimonials-card .info {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.oc-testimonials-card .info .image img {
  width: auto;
}
.oc-testimonials-card .info .title {
  margin-left: 20px;
}
.oc-testimonials-card .info .title h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.oc-testimonials-card .info .title span {
  display: block;
  margin-top: 10px;
}
.oc-testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}
.oc-testimonials-slides.owl-theme .owl-dots .owl-dot:hover span,
.oc-testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1dbfcc;
  transform: scale(1.5);
}
.oc-testimonials-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.oc-partner-inner {
  padding: 100px 50px;
  border-radius: 25px;
  background-color: #eee6f3;
}
.oc-partner-card {
  text-align: center;
  display: flex;
  justify-content: center;
}
.oc-partner-card a img {
  display: inline-block;
  margin: auto;
}
.shop-area .section-title {
  max-width: 1050px;
}
.shop-area .section-title.title-optional-wrap h2 {
  font-weight: 700;
}
.shop-item {
  margin-bottom: 25px;
  transition: 0.6s;
}
.shop-item .image {
  position: relative;
}
.shop-item .image img {
  border-radius: 15px;
}
.shop-item .image .cart-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: 0.6s;
}
.shop-item .image .cart-btn a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.shop-item .image .cart-btn a i:hover {
  background-color: #06a3da;
  color: #fff;
}
.shop-item .content {
  margin-top: 25px;
}
.shop-item .content h3 {
  font-size: 23.5px;
  font-weight: 500;
  margin-bottom: 10px;
}
.shop-item .content h3 a {
  color: #002345;
}
.shop-item .content .price {
  color: #1dbfcc;
}
.shop-item:hover {
  transform: translateY(-5px);
}
.shop-item:hover .image .cart-btn {
  opacity: 1;
}
.oc-faq-area {
  overflow: hidden;
}
.oc-faq-area .container-fluid {
  padding-left: 30px;
  padding-right: calc((100% - 1300px) / 2);
}
.oc-faq-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 25px;
}
.oc-faq-accordion {
  padding-left: 65px;
}
.oc-faq-accordion h2 {
  font-size: 40px;
  margin-bottom: 45px;
}
.oc-faq-accordion .accordion .accordion-item {
  display: block;
  border: none;
  border-bottom: 1px dashed #c8c4bf;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-color: transparent;
}
.oc-faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.oc-faq-accordion .accordion .accordion-title {
  position: relative;
  font-size: 22.5px;
  font-weight: 600;
  color: #002345;
  padding: 0 0 0 32px;
  cursor: pointer;
}
.oc-faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1dbfcc;
  font-size: 20px;
  transition: 0.6s;
}
.oc-faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
  color: #1dbfcc;
}
.oc-faq-accordion .accordion .accordion-content {
  display: none;
  padding: 12px 0 0 32px;
}
.oc-faq-accordion .accordion .accordion-content:last-child {
  padding-bottom: 0;
}
.oc-faq-accordion .accordion .accordion-content.show {
  display: block;
}
.oc-blog-area {
  border-radius: 25px 25px 0 0;
  background: #faf6f1;
  margin: 0 30px;
}
.oc-blog-area .section-title {
  max-width: 1050px;
}
.oc-blog-area .section-title.title-optional-wrap h2 {
  font-weight: 700;
}
.oc-blog-card {
  margin-bottom: 25px;
  transition: 0.6s;
  border-radius: 25px;
  background-color: #fff;
}
.oc-blog-card .content {
  padding: 25px;
}
.oc-blog-card .content .entry-meta {
  display: flex;
  padding: 0;
  margin-bottom: 15px;
}
.oc-blog-card .content .entry-meta li {
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.oc-blog-card .content .entry-meta li:last-child {
  margin-right: 0;
}
.oc-blog-card .content .entry-meta li a {
  color: #486683;
}
.oc-blog-card .content .entry-meta li img {
  margin-right: 7.5px;
}
.oc-blog-card .content h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.oc-blog-card .content h3 a {
  color: #002345;
}
.oc-blog-card .image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.oc-blog-card .image a img {
  display: inline-block;
  transition: 0.6s;
  border-radius: 25px;
}
.oc-blog-card:hover .image a img {
  transform: scale(1.1);
}
.footer-optional-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.footer-optional-area::before {
  position: absolute;
  content: "";
  background-color: #0190dc;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.95;
  z-index: -1;
}
.footer-optional-area.gap-wrap {
  margin: 0 30px;
}
.footer-optional-widget {
  margin-bottom: 25px;
}
.footer-optional-widget h2 {
  font-size: 35px;
  margin-top: 13px;
  margin-bottom: 10px;
}
.footer-optional-widget h2 a {
  color: #fff;
}
.footer-optional-widget h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #fff;
}
.footer-optional-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}
.footer-optional-widget .info-list li {
  list-style-type: none;
  margin-bottom: 13px;
  font-size: 15px;
  color: #fff;
  font-family: nunito sans, sans-serif;
}
.footer-optional-widget .info-list li:last-child {
  margin-bottom: 0;
}
.footer-optional-widget .info-list li span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.footer-optional-widget .info-list li a {
  color: #fff;
}
.footer-optional-widget .info-list li a:hover {
  letter-spacing: 0px;
}
.footer-optional-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.footer-optional-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}
.footer-optional-widget .share-link li:last-child {
  margin-right: 0;
}
.footer-optional-widget .share-link li span {
  font-size: 18px;
  color: #0c92da;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.footer-optional-widget .share-link li a i {
  color: #0c92da;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #0c92da;
  text-align: center;
  border-radius: 5px;
}
.footer-optional-widget .share-link li a i:hover {
  color: #1dbfcc;
  border: 2px solid #1dbfcc;
  transform: translateY(-2px);
}
.footer-optional-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}
.footer-optional-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: nunito sans, sans-serif;
  padding-left: 22px;
  border-bottom: 1px dotted #ffffff73;
}
.footer-optional-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.footer-optional-widget .quick-links li a {
  color: #fff;
  font-size: 15px;
}
.footer-optional-widget .quick-links li a:hover {
  letter-spacing: 0px;
}
.footer-optional-widget .quick-links li i {
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 4.5px;
}
.footer-optional-widget .newsletter-form p {
  color: #fff;
  font-family: nunito sans, sans-serif;
  margin-bottom: 0;
}
.footer-optional-widget .newsletter-form .form-group {
  margin-top: 30px;
  position: relative;
}
.footer-optional-widget .newsletter-form .form-group .input-newsletter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  outline: 0;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0 20px;
  width: 100%;
  font-size: 15px;
  transition: 0.6s;
}
.footer-optional-widget
  .newsletter-form
  .form-group
  .input-newsletter::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-optional-widget
  .newsletter-form
  .form-group
  .input-newsletter::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-optional-widget .newsletter-form .form-group .input-newsletter:focus {
  border-bottom: 1px solid #1dbfcc;
}
.footer-optional-widget .newsletter-form .form-group button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #1dbfcc;
  position: absolute;
  right: 0;
  bottom: 15px;
}
.footer-optional-widget .newsletter-form .validation-danger {
  color: red;
  font-size: 14px;
  margin-top: 15px;
}
.optional-copyright-area {
  margin-top: 2px;
}
.optional-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
}
.optional-copyright-area .copyright-area-content p {
  color: #fff;
  font-size: 15px;
  font-family: nunito sans, sans-serif;
}
.optional-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}
.optional-copyright-area .copyright-area-content p a:hover {
  color: #fff;
}
.cart-table table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
}
.cart-table table thead tr {
  border-top: none;
  border-color: #eee;
}
.cart-table table thead tr th {
  text-transform: uppercase;
  border-bottom-width: 0;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0 0 15px;
  border: none;
  font-size: 17.5px;
  font-weight: 600;
}
.cart-table table tbody tr {
  border-color: #eee;
}
.cart-table table tbody tr td {
  color: #6a6c72;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 500;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
  border-color: #eee;
  border-right: none;
  border-left: none;
}
.cart-table table tbody tr td.product-thumbnail a {
  display: inline-block;
}
.cart-table table tbody tr td.product-thumbnail a img {
  width: 90px;
  display: inline-block;
}
.cart-table table tbody tr td.product-thumbnail a h3 {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}
.cart-table table tbody tr td .remove {
  color: red;
  font-size: 18px;
}
.cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 150px;
  min-width: 150px;
  text-align: center;
  position: relative;
}
.cart-table table tbody tr td.product-quantity .input-counter span {
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  color: #06a3da;
  background-color: transparent;
  transition: 0.6s;
}
.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  left: 0;
  border-right: 1px solid #eee;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eee;
}
.cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #1dbfcc;
}
.cart-table table tbody tr td.product-quantity .input-counter input {
  outline: 0;
  width: 100%;
  height: 47px;
  display: block;
  text-align: center;
  color: #6a6c72;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::-moz-placeholder {
  color: #222;
}
.cart-table
  table
  tbody
  tr
  td.product-quantity
  .input-counter
  input::placeholder {
  color: #222;
}
.cart-table table tbody:not(:first-child) {
  border-top: unset;
}
.cart-buttons {
  margin-top: 30px;
}
.cart-buttons .shopping-coupon-code {
  position: relative;
  max-width: 580px;
}
.cart-buttons .shopping-coupon-code .form-control {
  background: #f2f2f2;
  border: none;
  display: inline-block;
  height: 55px;
  padding: 15px 20px;
  outline: 0;
  box-shadow: unset;
  border-radius: 8px;
  font-size: 15px;
  color: #6a6c72;
  transition: 0.6s;
}
.cart-buttons .shopping-coupon-code .form-control::-moz-placeholder {
  color: #6a6c72;
}
.cart-buttons .shopping-coupon-code .form-control::placeholder {
  color: #6a6c72;
}
.cart-buttons .shopping-coupon-code .form-control:focus::-moz-placeholder {
  color: transparent;
}
.cart-buttons .shopping-coupon-code .form-control:focus::placeholder {
  color: transparent;
}
.cart-buttons .shopping-coupon-code button {
  top: 0;
  right: 0;
  outline: 0;
  height: 50px;
  border: none;
  padding: 0 25px;
  height: 55px;
  position: absolute;
  color: #fff;
  background: #06a3da;
  transition: 0.6s;
  border-radius: 8px;
  font-size: 15px;
}
.cart-buttons .shopping-coupon-code button:hover {
  background-color: #1dbfcc;
}
.cart-totals {
  padding: 30px;
  max-width: 500px;
  border: 1px solid #eee;
  border-radius: 7px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.cart-totals ul {
  margin-bottom: 0;
  margin: 0 0 20px;
  list-style-type: none;
  padding-left: 0;
  padding-right: 0;
}
.cart-totals ul li {
  border-bottom: 1px solid #eee;
  color: #222;
  overflow: hidden;
  font-weight: 500;
  padding-top: 18px;
  padding-bottom: 18px;
}
.cart-totals ul li:first-child {
  padding-top: 0;
}
.cart-totals ul li:last-child {
  font-size: 20px;
  padding-bottom: 0;
  border-bottom: none;
}
.cart-totals ul li:last-child span {
  color: #222;
  font-weight: 700;
}
.cart-totals ul li span {
  float: right;
  font-weight: 400;
  color: #1dbfcc;
}
.checkout-top-title {
  margin-bottom: 35px;
}
.checkout-top-title h3 {
  font-size: 35px;
  margin-bottom: 12px;
}
.checkout-top-title p {
  margin-bottom: 0;
}
.checkout-info-form {
  border-radius: 20px;
  border: 1px solid #eee;
  padding: 35px;
}
.checkout-info-form .form-group {
  margin-bottom: 25px;
}
.checkout-info-form .form-group label {
  display: block;
  color: #6a6c72;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.checkout-info-form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.checkout-info-form .form-group .form-control::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.checkout-info-form .form-group .form-control::placeholder {
  color: #486683;
  transition: 0.6s;
}
.checkout-info-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.checkout-info-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.checkout-info-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.checkout-info-form .form-group textarea.form-control {
  min-height: 120px;
}
.checkout-info-form .form-group .nice-select {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}
.checkout-info-form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}
.checkout-info-form .form-group .nice-select .list {
  background-color: #fff;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}
.checkout-info-form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}
.checkout-info-form .form-group .nice-select .list .option.selected {
  background-color: #06a3da !important;
  color: #fff;
  font-weight: 400;
}
.checkout-info-form .form-group .form-check {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.checkout-info-form .form-group .form-check .form-check-input {
  border-radius: 30px;
  border: 1px solid #b1bdca;
  height: 22px;
  width: 22px;
  padding: 0;
  margin: 0;
  box-shadow: unset;
  outline: 0;
}
.checkout-info-form .form-group .form-check .form-check-label {
  padding: 0;
  margin: 0 0 0 10px;
  font-weight: 400;
}
.checkout-info-form .form-group .form-check .form-check-label a {
  color: #06a3da;
}
.checkout-info-form .form-group .form-check .form-check-label a:hover {
  color: #1dbfcc;
}
.checkout-info-form .form-group.without-gap {
  margin-bottom: 0;
}
.checkout-info-form .default-btn {
  border: none;
}
.checkout-sidebar {
  position: sticky;
  top: 165px;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #eee;
}
.checkout-sidebar .order-box h3 {
  font-size: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.checkout-sidebar .order-box .list {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.checkout-sidebar .order-box .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.checkout-sidebar .order-box .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.checkout-sidebar .order-box .list li .info {
  display: flex;
  align-items: center;
}
.checkout-sidebar .order-box .list li .info img {
  border-radius: 10px;
  max-width: 70px;
}
.checkout-sidebar .order-box .list li .info .title {
  margin-left: 20px;
}
.checkout-sidebar .order-box .list li .info .title h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.5;
}
.checkout-sidebar .order-box .list li .info .title h4 a {
  color: #222;
}
.checkout-sidebar .order-box .list li .info .title span {
  font-size: 14px;
}
.checkout-sidebar .order-box .list li .price {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  letter-spacing: 1.4px;
  margin-left: 30px;
}
.checkout-sidebar .payment-method {
  margin-top: 45px;
}
.checkout-sidebar .payment-method h3 {
  font-size: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.checkout-sidebar .payment-method p {
  margin-bottom: 25px;
}
.checkout-sidebar .payment-method p:last-child {
  margin-bottom: 0;
}
.checkout-sidebar .payment-method p [type="radio"]:checked,
.checkout-sidebar .payment-method p [type="radio"]:not(:checked) {
  display: none;
}
.checkout-sidebar .payment-method p span {
  display: block;
  font-size: 15px;
  padding-left: 25.8px;
  padding-top: 12px;
}
.checkout-sidebar .payment-method p [type="radio"]:checked + label,
.checkout-sidebar .payment-method p [type="radio"]:not(:checked) + label {
  display: block;
  padding-left: 25.8px;
  cursor: pointer;
  position: relative;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  transition: 0.6s;
  line-height: 1;
}
.checkout-sidebar .payment-method p [type="radio"]:checked + label::before,
.checkout-sidebar
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #222;
  border-radius: 50%;
  background: 0 0;
}
.checkout-sidebar .payment-method p [type="radio"]:checked + label::after,
.checkout-sidebar
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #06a3da;
  border-radius: 50%;
  transition: 0.6s;
}
.checkout-sidebar
  .payment-method
  p
  [type="radio"]:not(:checked)
  + label::after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.checkout-sidebar .payment-method p [type="radio"]:checked + label {
  color: #222;
}
.checkout-sidebar .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.checkout-sidebar .order-btn {
  margin-top: 30px;
}
.checkout-sidebar .order-btn .default-btn {
  border: none;
  padding: 15px 25px;
}
.products-details-image {
  overflow: hidden;
  border-radius: 15px;
}
.products-details-image img {
  transition: 0.6s;
  border-radius: 15px;
}
.products-details-image:hover img {
  transform: scale(1.08);
}
.products-details-desc {
  padding-left: 30px;
}
.products-details-desc h3 {
  margin-bottom: 17px;
  font-size: 25px;
}
.products-details-desc .price {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}
.products-details-desc .price .old-price {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}
.products-details-desc .products-review {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.products-details-desc .products-review .rating {
  display: inline-block;
  padding-right: 5px;
}
.products-details-desc .products-review .rating i {
  color: #ffba0a;
  display: inline-block;
}
.products-details-desc .products-review .rating-count {
  display: inline-block;
  line-height: initial;
  position: relative;
  top: -2px;
}
.products-details-desc .products-info {
  list-style-type: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.products-details-desc .products-info li {
  margin-bottom: 15px;
}
.products-details-desc .products-info li:last-child {
  margin-bottom: 0;
}
.products-details-desc .products-info li span {
  color: #222;
  font-weight: 500;
}
.products-details-desc .products-info li a {
  display: inline-block;
  color: #1dbfcc;
}
.products-details-desc .products-info li a:hover {
  color: #06a3da;
}
.products-details-desc .products-add-to-cart {
  margin-top: 25px;
}
.products-details-desc .products-add-to-cart .input-counter {
  max-width: 130px;
  min-width: 130px;
  margin-right: 15px;
  text-align: center;
  position: relative;
}
.products-details-desc .products-add-to-cart .input-counter span {
  top: 0;
  width: 40px;
  height: 100%;
  font-size: 15px;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  color: #1dbfcc;
  background-color: transparent;
  transition: 0.6s;
}
.products-details-desc .products-add-to-cart .input-counter span.minus-btn {
  left: 0;
  border-right: 1px solid #eee;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eee;
}
.products-details-desc .products-add-to-cart .input-counter span:hover {
  color: #06a3da;
}
.products-details-desc .products-add-to-cart .input-counter input {
  outline: 0;
  width: 100%;
  height: 47px;
  display: block;
  text-align: center;
  color: #222;
  border: 1px solid #eee;
  background-color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc
  .products-add-to-cart
  .input-counter
  input::-moz-placeholder {
  color: #222;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: #222;
}
.products-details-desc .products-add-to-cart .default-btn {
  border: none;
  padding: 12px 20px;
}
.products-details-desc .products-share {
  margin-top: 20px;
}
.products-details-desc .products-share .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.products-details-desc .products-share .social li {
  display: inline-block;
}
.products-details-desc .products-share .social li span {
  display: inline-block;
  position: relative;
  margin-right: 3px;
  font-weight: 500;
}
.products-details-desc .products-share .social li a {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
  background-color: #06a3da;
  border: 1px solid #06a3da;
  text-align: center;
  margin-left: 2px;
}
.products-details-desc .products-share .social li a:hover {
  color: #06a3da;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.facebook {
  background-color: #3b5998;
  color: #fff;
  border-color: #3b5998;
}
.products-details-desc .products-share .social li a.facebook:hover {
  color: #3b5998;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.twitter {
  background-color: #1da1f2;
  color: #fff;
  border-color: #1da1f2;
}
.products-details-desc .products-share .social li a.twitter:hover {
  color: #1da1f2;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.linkedin {
  background-color: #007bb5;
  color: #fff;
  border-color: #007bb5;
}
.products-details-desc .products-share .social li a.linkedin:hover {
  color: #007bb5;
  background-color: transparent;
}
.products-details-desc .products-share .social li a.instagram {
  background-color: #c13584;
  color: #fff;
  border-color: #c13584;
}
.products-details-desc .products-share .social li a.instagram:hover {
  color: #c13584;
  background-color: transparent;
}
.products-details-tabs {
  margin-top: 50px;
}
.products-details-tabs .nav {
  display: block;
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: none;
  border-color: #eee !important;
}
.products-details-tabs .nav .nav-item {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
.products-details-tabs .nav .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #ccc;
  transition: 0.6s;
  border-bottom: 1px solid #eee;
  background-color: transparent;
  padding-bottom: 8px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.products-details-tabs .nav .nav-item .nav-link::before {
  left: 0;
  width: 0;
  content: "";
  height: 3px;
  bottom: -2px;
  position: absolute;
  transition: 0.6s;
  background-color: #06a3da;
}
.products-details-tabs .nav .nav-item .nav-link:hover,
.products-details-tabs .nav .nav-item .nav-link.active {
  color: #222;
}
.products-details-tabs .nav .nav-item .nav-link:hover::before,
.products-details-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}
.products-details-tabs .nav .nav-item:last-child {
  margin-right: 0;
}
.products-details-tabs .nav .nav-item:first-child {
  margin-left: 0;
}
.products-details-tabs .tab-content .tab-pane ul li {
  color: #222;
  margin-bottom: 12px;
}
.products-details-tabs .tab-content .tab-pane ul li a {
  color: #222;
}
.products-details-tabs .tab-content .tab-pane ul li a:hover {
  text-decoration: underline;
}
.products-details-tabs .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane ol li {
  color: #222;
  margin-bottom: 12px;
}
.products-details-tabs .tab-content .tab-pane ol li a {
  color: #222;
}
.products-details-tabs .tab-content .tab-pane ol li a:hover {
  text-decoration: underline;
}
.products-details-tabs .tab-content .tab-pane ol li:last-child {
  margin-bottom: 0;
}
.products-details-tabs .tab-content .tab-pane .products-review-comments {
  margin-top: 40px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .products-review-comments
  .user-review {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 110px;
  border-bottom: 1px solid #eee;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .products-review-comments
  .user-review
  img {
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .products-review-comments
  .user-review
  .sub-name {
  margin-bottom: 10px;
  font-weight: 600;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .products-review-comments
  .user-review
  .review-rating {
  display: block;
  margin-bottom: 10px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .products-review-comments
  .user-review
  .review-rating
  .review-stars
  i {
  font-size: 14px;
  color: #cecfd2;
  display: inline-block;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .products-review-comments
  .user-review
  .review-rating
  .review-stars
  i.checked {
  color: orange;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper {
  margin-top: 30px;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  .comment-notes
  span {
  color: red;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form {
  margin-top: 20px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group {
  margin-bottom: 25px;
  text-align: start;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  padding: 15px;
  transition: 0.6s;
  font-size: 15px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  .form-control::-moz-placeholder {
  color: #486683;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  .form-control::placeholder {
  color: #486683;
  transition: 0.6s;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  .form-control:focus::-moz-placeholder {
  color: transparent;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  .form-control:focus::placeholder {
  color: transparent;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .form-group
  textarea.form-control {
  min-height: 120px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating {
  text-align: start;
  overflow: hidden;
  max-width: 115px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating
  label {
  width: 23px;
  height: 23px;
  float: right;
  cursor: pointer;
  position: relative;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating
  label:not(:first-of-type) {
  padding-right: 5px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating
  label:before {
  transition: 0.6s;
  content: "★";
  color: #ccc;
  font-size: 27px;
  line-height: 1;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating
  input {
  display: none;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating
  input:checked
  ~ label:before,
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating:not(:checked)
  > label:hover:before,
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .rating:not(:checked)
  > label:hover
  ~ label:before {
  color: #f6b500;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent {
  text-align: start;
  margin-bottom: 0;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:checked,
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:not(:checked) {
  display: none;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:checked
  + label,
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label {
  cursor: pointer;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  color: var(--paragraphColor);
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:checked
  + label:before,
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label:before {
  left: 0;
  top: 0;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 3px;
  transition: all 0.2s ease;
  border: 1px solid #ddd;
  background: #fff;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:checked
  + label:after,
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #06a3da;
  position: absolute;
  top: 5.5px;
  left: 6px;
  transition: all 0.2s ease;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:not(:checked)
  + label:after {
  opacity: 0;
  transform: scale(0);
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:checked
  + label:after {
  opacity: 1;
  transform: scale(1);
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:hover
  + label:before {
  border-color: #06a3da;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  .comment-form-cookies-consent
  [type="checkbox"]:checked
  + label:before {
  border-color: #06a3da;
}
.products-details-tabs .tab-content .tab-pane .review-form-wrapper form button {
  border: none;
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #06a3da;
  transition: 0.6s;
  border-radius: 5px;
  padding: 12px 40px;
  font-weight: 500;
  font-size: 16px;
}
.products-details-tabs
  .tab-content
  .tab-pane
  .review-form-wrapper
  form
  button:hover {
  background-color: #222;
  color: #fff;
}


/* footer  logo s */
.footer-optional-area {
  padding-top: 25px;
  /* padding-bottom: 25px; */
  border-top: 3px solid #3a3d3e;
}
.footer-optional-widget img{
  width: 245px;
  height: auto;
}
.footer-optional-widget p{
  font-size: 15px;
  color: #000;
  line-height: 27px;
}

.footer_logo_cont {
  background-color: #fff;
  padding: 10px;
  margin-top: -100px;
  height: 302px;
  border: 7px solid #0b6797;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius:0 80px 0 0;
}
/* footer logo e */

/* about sec s  */
.about_sec {
  padding-top: 25px;
  padding-bottom: 25px;
}
.about_content {
  padding: 10px;
}
.about_content h3{
font-weight: 700;
font-size: 25px;
color: #000;
}
.about_content p{
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 6px;
}
.about_content a{
  font-size: 15px;
  color: #0190dc;
  font-weight: 800;
}

.blogs_sec {
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #8080800d;
}
/* about sec e  */

/* blog section s  */
.blog_heading h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  margin-bottom: 21px;
}


/* blogs owl carousel s  */

.blogs_carousel .owl-carousel .owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel {
  display: block;
  width: 100%;
  z-index: 1;
  display: inline-flex;
  gap: 18px;
}
.blogs_carousel.owl-carousel .owl-nav button.owl-prev,
.blogs_carousel.owl-carousel .owl-nav button.owl-next {
  background-color: #0190dc; /* Customize the background color */
  color: #fff; /* Customize the text color */
  border: none;
  padding: 0px 2px !important;
  margin: 5px;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-left:5px;
}

.blogs_carousel.owl-carousel .owl-nav button.owl-prev:hover,
.blogs_carousel.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #282826; /* Change on hover */
  color: #fff;
}

.blogs_carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.blogs_carousel.owl-carousel .owl-dot {
  display:none;
  width: 12px;
  height: 12px;
  background-color: #20195f; /* Dot color */
  border-radius: 50%;
  margin: 5px;
  transition: background-color 0.3s ease;
}

.blogs_carousel.owl-carousel .owl-dot.active {
  background-color: #c42121; /* Active dot color */
}
/* prev s  */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-prev, .owl-next {
  background-color: #20195f;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.owl-prev:hover, .owl-next:hover {
  background-color: #c42121;
}

.owl-prev i, .owl-next i {
  margin: 0;
}
/* next e */

/* blog owl carousel e  */
/*.content p a{*/
/*    font-size:15px;*/
/*    font-weight:700;*/
/*    color:red;*/
/*}*/
/* blogs sec e */

/* product sec s */
.product_sec{
  background-color: #746f730f;
  padding-bottom: 15px;
}
.product_heading h2{
  padding-top: 15px;
  padding-bottom: 20px;
}
/* product sec e */

/* testimonial s  */
.testimonial-item {
	text-align: center;
	padding: 21px;
	background: #f9f9f9;
	border-radius: 5px;
}
.testimonial-item p {
	font-style: italic;
}
.testimonial-item h4 {
	margin: 10px 0;
}
.owl-item .cloned{
  width: 660px !important;
   margin-right: 0px !important;
}
.testimonial-area {
	padding: 40px 0;
}

.testimonial-carousel {
	width: 100%; 
	max-width: 1200px; 
	margin: 0 auto; 
  padding: 20px;
}


.testimonial-carousel.owl-nav {
	text-align: center;
}



.testimonial-area {
	padding: 40px 0;
	position: relative;
}

.testimonial-carousel {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


/* testimonial prev */

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {

  color: #fff; 
  border: none;
  padding: 0px 2px !important;
  margin: 5px;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-right: 7px;
  width: 30px;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #c42121; 
  color: #fff;
}

.testimonial-carousel.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-carousel.owl-carousel .owl-dot {
  display:none;
  width: 12px;
  height: 12px;
  background-color: #20195f; 
  border-radius: 50%;
  margin: 5px;
  transition: background-color 0.3s ease;
}

.testimonial-carousel.owl-carousel .owl-dot.active {
  background-color: #c42121; 
}
/* prev s  */
.owl-nav1 {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.owl-prev, .owl-next {
  background-color: #20195f;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.owl-prev:hover, .owl-next:hover {
  background-color: #c42121;
}

.owl-prev i, .owl-next i {
  margin: 0;
}
.testimonial-item h4{
  color: #0190dc;
  font-size: 18px;
  font-weight: 700;
}
/* next e */

/* testimonial e  */


/* mission vision s  */

.vision_mission {
  padding-bottom: 100px;
  background-color: #8080800f;
}
.vision_left {
  padding: 10px;
  border: 1px solid gray;
  outline: 4px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  text-align: center;
}
.vision_left i{
  font-size: 70px;
  color: #0190e1;
}
.vision_left h3{
  font-size: 22px;
  font-weight: 700;

}
.vision_left p{
  font-size: 15px;
  color: #000;
  line-height: 27px;
}
/* mission vision e  */
/* page titel inner s  */


.page-title{
  position: relative;
  padding: 6px 0px 6px;
 background-color:#0190dc;
}

.page-title:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.60);
}

.page-title h1{
position:relative;
color:#ffffff;
font-size:36px;
font-weight:500;
line-height:1em;
margin-bottom:15px;
display:inline-block;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
}

.page-title .page-breadcrumb{
position:relative;
margin-bottom:0px;
}

.page-title .page-breadcrumb li{
position:relative;
display:inline-block;
margin-right:0px;
padding-right:10px;
color:#fff;
font-size:16px;
font-weight:400;
font-family: 'Poppins', sans-serif;
text-transform: capitalize;
}


.page-title .page-breadcrumb li:last-child::after{
display:none;
}

.page-title .page-breadcrumb li:last-child{
padding-right:0px;
margin-right:0px;
}

.page-title .page-breadcrumb li a{
color:#ffffff;
font-weight:400;
}

/*  */

/* thumbnails s  */
.product_inner {
  padding: 30px 0; 
  padding-bottom: 100px;
}

.product_image {
  border: 1px solid #ddd; 
  border-radius: 8px; 
  overflow: hidden; 
  max-width: 100%; 
  margin-bottom: 15px; 
}

.product_image img {
  width: 100%;
  display: block; 
}

.thumbnail-row {
  display: flex; 
  gap: 10px; 
  margin-top: 15px; 
}

.thumbnail-row .img-thumbnail {
  cursor: pointer; 
  border: 2px solid transparent; 
  border-radius: 5px; 
  transition: border-color 0.3s; 
  width: 100%;
  object-fit: cover; 
}

.thumbnail-row .img-thumbnail:hover {
  border-color: #c42121; 
  transform: scale(1.05); 
}

.thumbnail-row .col-4 {
  padding: 0; 
}
/* .owl-carousel .item {
  text-align: center;
} */

.owl-carousel .img-thumbnail {
  cursor: pointer;
  border: 2px solid #0190dc;
  border-radius: 5px;
  transition: border-color 0.3s;
  
}

.owl-carousel .img-thumbnail:hover {
  border-color: #000000b8;
}
/* thumbnails e  */

.product_contenet {
  padding: 0px;
}
.product_contenet h3{
  font-size: 25px;
  font-weight: 700;
}
.product_contenet p{
  font-size: 15px;
  color: #000;
  line-height: 27px;
}
.product_contenet h4{
  font-size: 18px;
  color: #0190dc;
}
.products_sec {
  padding-top: 25px;
  padding-bottom: 100px;
}
/* ENQUIRY BTN S  */
.enury_btn {
  display: flex; 
  gap: 15px;
  margin-top: 20px; 
}

.enury_btn .btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 20px;
    text-decoration: none;
    margin-bottom: 25px;
    background-color: #003a58;
}
.enury_btn .btn a:hover, a:focus{
    color:#fff;
}
.form-control {
  border-radius: 5px; 
  border: 1px solid #ddd; 
}

.enury_btn .btn i {
  margin-right: 8px; 
  font-size: 20px;
}

.modal-content {
  border: 2px solid #0b94dd;
}
/*  */


.testimonial-carousel.owl-prev,
.owl-next {
  background-color: #20195f !important;
  border: none;
  color: white;
  padding: 10px 20px !important;
  margin: 5px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 50%;
}

.testimonial-carousel.owl-prev:hover,
.owl-next:hover {
  background-color: #c42121 !important; 
}

.testimonial-carousel.owl-prev i,
.owl-next i {
  font-size: 20px;
}

/* blogs inner  sec s*/
.blogs_inner {
  padding-top: 25px;
  padding-bottom: 100px;
}
.etc-blog-card1 .image a img {
  display: inline-block;
  transition: 0.6s;
  border-radius: 25px;
  height: 301px;
  width: 100%;
}
.etc-blog-card1 {
  margin-bottom: 25px;
  transition: 0.6s;
  border-radius: 18px;
  background-color: #ffffff;
  border: 1px solid #2c2f3029;
  outline: 4px solid #fff;
}
.etc-blog-card1 .image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  border-bottom: 2px solid #0190dc;
}
.etc-blog-card1 .content1 {
  padding: 20px;
}
.etc-blog-card1 .content1 .entry-meta {
  display: flex;
  padding: 0;
  margin-bottom: 15px;
}
.etc-blog-card1 .content1 .entry-meta li {
  list-style-type: none;
  font-size: 14px;
  color: #4f5456;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.etc-blog-card1 .content1 .entry-meta li img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
.etc-blog-card1 .content1 h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0px;
}
.etc-blog-card1 .content1 h3 a {
  color: #002345;
}
.etc-blog-card1 .content1 p {
  margin-bottom: 0;
}
.content1 p {
  font-size: 14px;
  line-height: 27px;
  color: #000;
  padding: 5px;
}
.content1 p a {
  color: #0190dc;
  font-size: 15px;
  font-weight: 700;
}

.etc-blog-card1 .image img {
  width: 100%; 
  transition: transform 0.3s ease;
}

.etc-blog-card1 .image:hover img {
  transform: scale(1.1); 
}
/* Icon Overlay Styling */
.icon-overlay {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  opacity: 0; 
  transition: opacity 0.3s ease;
}

.etc-blog-card1 .image:hover .icon-overlay {
  opacity: 1; 
}

.url-icon {
  background-color: #ca0d10; 
  color: #fff; 
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none; 
  font-size: 24px; 
}

.url-icon:hover {
  background-color: #0190dc;
  color: #fff;
}
/* blogs inner sec e */



/* inner area  sec s  */
.etc-emergency-tips-content1 {
  background-color: #0190dc;
  padding: 20px;
}
.etc-emergency-tips-content1 h4{
  margin-bottom: 15px;
}
/* Styling for the Unordered List */
.inners_area ul {
  list-style-type: none;
  padding: 0; 
  margin: 0; 
}

.inners_area ul li {
  margin-bottom: 2px; 
  background-color: #c9090c;
}

.inners_area ul li a {
  display: inline-block; 
  color: #fff; 
  font-weight: bold;
  padding: 10px 20px; 
  border-radius: 5px; 
  text-decoration: none; 
  transition: background-color 0.3s ease, color 0.3s ease; 
  width: 100%; 
  box-sizing: border-box; 
}

.inners_area ul li a:hover {
  background-color: #c42121; 
  color: #fff; 
}

/* Styling for the Link */
.etc-emergency-tips-content1 .btn-link {
  display: inline-block; /* Make the link behave like a block for padding */
  background-color: #20195f; /* Background color */
  color: #fff; /* Text color */
  font-weight: bold; /* Bold text */
  padding: 10px 20px; /* Padding for the link */
  border-radius: 5px; /* Rounded corners */
  text-decoration: none; /* Remove underline from the link */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effect */
  text-align: center; /* Center text inside the link */
}

.etc-emergency-tips-content1 .btn-link:hover {
  background-color: #c42121; /* Hover background color */
  color: #fff; /* Hover text color */
}
.button-group {
  margin-top: 20px; /* Space above the button group */
}

.button-group .btn {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;

  margin-right: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  font-size: 15px;
  padding-top: 6px;
}

.btn-download {
  background-color: #20195f; /* Background color for PDF button */
  border-color: #20195f; /* Border color */
}

.btn-download:hover {
  background-color: #c42121; /* Hover background color */
  border-color: #c42121; /* Hover border color */
}

.btn-enquiry {
  background-color: #c42121; /* Background color for enquiry button */
  border-color: #c42121; /* Border color */
}

.btn-enquiry:hover {
  background-color: #20195f; /* Hover background color */
  border-color: #20195f; /* Hover border color */
}

/* inner area  e  */
.border_inner {
  border-bottom: 5px solid #fff;
}


/* contact us s  */
.contact-area {
  padding-top: 25px;
  padding-bottom: 100px;
}
.contact_heading h2{
  text-align: center;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}

/*  */


.contact-info-content {
  padding: 20px; 
  background-color: #f0f4f6;
  border-radius: 5px; 
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
  text-align: center; 
}

.contact-info-content h2 {
  margin: 15px 0; 
  color: #20195f; 
  font-size: 1.5em; 
}

.contact-info-content p {
  color: #000;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-info-content a {
  color: #c42121; 
  text-decoration: none; 
  transition: color 0.3s ease; 
}

.contact-info-content a:hover {
  color: #20195f; 
}
/* map s */
.map-content {
  padding-top: 20px;
 
}

.map-content h2 {
  color: #20195f; 
  margin-bottom: 15px; 
}

.map-container {
  border-radius: 5px; 
  overflow: hidden; 
}

.contact-info .contact-info-content .social li a {
  color: #fff;
  background-color: #003a58;
}
/* map e */
/* contact us e  */

/*  */

 /* sitemap css start */

 .sitemap_section{
  padding-top: 20px;
  padding-bottom: 100px;
}

.sitemap_ul_div ul{
  list-style: none !important;
}

.sitemap_ul_div li{
  line-height: 40px;
  border: 1px dashed lightgray;
margin-bottom: 15px;
padding: 7px 10px;
border-left: 5px solid #c9090c;
background-color: #fff;
transition: .5s ease;
display: block;
 
}


.sitemap_ul_div li:hover{
  line-height: 40px;
  border: 1px dashed lightgray;
margin-bottom: 15px;
padding: 7px 10px;
border-left: 5px solid #c9090c;
background-color: #128bbc;
transition: .5s ease;
 
}

.sitemap_ul_div li:before{
  position: relative;
    content: '\2059';
    margin-right: 4px;
    font-weight: bold;
    color: #003a58;
    top: -1px;
    font-size: 20px;
}


.sitemap_ul_div li:hover:before{
  position: relative;
    content: '\2059';
    margin-right: 4px;
    font-weight: bold;
    color: #fff;
    top: -1px;
    font-size: 20px;
}


.sitemap_ul_div li a{
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  color:#000;
}


.sitemap_ul_div li:hover a{
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
}

.one_way_taxi_inner_se{
  padding-top: 50px;
  padding-bottom: 50px;
}

.one_way_ser_div{
  margin-bottom: 20px;
}

.headti{
  text-align: center;
  margin-bottom: 25px;
}

.sitemap_head_ti{
  margin-bottom: 10px;
}

.sitemap_head_ti h2{
  font-size: 25px;
  font-weight: 800;
  color:#000;
}

.site_map_navi{
  background-color: #fafafa;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site_map_nav{
  margin-bottom: 20px;
}

.site_map_nav h2{
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight:900;
}

.site_map_nav a{
 background-color: #fff;
 color: #212121;
 padding: 10px 20px 10px 20px;
 text-transform: capitalize;
 border-radius: 100px;
 margin: 0px 5px;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 transition: .3s ease-in-out;
 border-left: 5px solid #eeeaea;
 border-right: 5px solid #eeeaea;
 font-size: 15px;
}

.site_map_nav a:hover{
  background-color: #0190dc;
  color: #fff;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
 }
/* sitemap css end */

.mobile_banner{
	display: none;
	
}

/*policy sec s  */
.privacy_sec {
  padding-top: 25px;
  padding-bottom: 100px;
}
.privacy_sec h3{
  font-weight: 700;
  font-size: 30px;
  color: #002345;
}
.policy_main p strong{
  color: #0190dc;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.policy_main h3{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #002345;
}
.policy_main p{
  font-size: 15px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
}
/* policy sec e  */


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ s  tst */
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Pushes icon to the far right */
  text-align: left; /* Ensures text aligns to the left */
}

.accordion-button i {
  margin-left: 8px; /* Space between text and icon */
}
/*  */

/* +++++++++++++++++++++++++++++ */

.accordion-button a {
  text-decoration: none; /* Remove underline from link */
  color: inherit; /* Inherit color from the button text */
  display: inline; /* Make sure the link displays inline within the button */
}

/* Optional: Style the link on hover */
.accordion-button a:hover {
  color: #007bff; /* Change to your desired hover color */
  text-decoration: underline; /* Optionally add underline on hover */
}

/* google s  */
.goog-te-gadget-icon {
  display:none;
}


.goog-te-gadget-simple {
    background-color: #ecebf0 !important;
    border:0 !important;
    font-size: 10pt;
   font-weight:800;
    display: inline-block;
    padding:10px 10px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple  span {
   color:#3e3065 !important;

}

/* google e */


/* officon s  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ start*/
.logo img{
  width: 323px;
  padding: 10px; 
}
.logo button{
float: right;
padding: 10px;
}







.offcanvas-body .nav-link {
  color: #20195f;
  padding: 10px 15px; 
  display: block;
}

.offcanvas-body .nav-link:hover {
  background-color: #c42121; 
  color: #fff; 
}





  /*  */

  .offcanvas.offcanvas-start {
    z-index: 99999;
  }
  
  .offcanvas_btn {
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
    font-size: 23px;
    display: none;
    box-shadow: none !important;
  }
  
  /* mobile menu css  */
  .offcanvas_btn {
    border: none !important;
    border-radius: 0px !important;
    outline: none !important;
    font-size: 23px;
    display: none;
    box-shadow: none !important;
  }
  .offcanvas {
    padding: 0;
    margin: 0;
  }
  
  .offcanvas-header {
    border-bottom: 1px solid lightgray;
    background-color: yellow;
    padding: 0;
    margin: 0;
  }
  
  
  .offcanvas-header {
    border-bottom: 2px solid var(--primary-color);
    background-color: #ffffff;
    padding: 5px 15px 5px 10px;
    margin: 0;
    border-top: 2px solid #fff;
  
  }
  
  .offcanvas-header .offcanvas-title img {
    width: 90px;
  }
  
  .offcanvas-header .offcanvas-title a{
    color: #212121;
  }
  
  .offcanvas-header .offcanvas-title b{
    display: block;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    justify-content: center;
    margin-left: 35px;
  }
  
  .offcanvas-header button {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 0px;
  }
  
  .offcanvas-header span {
    background-color: var(--primary-color) !important;
    border: none !important;
    outline: none !important;
    color: #fff !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px !important;
    font-size: 15px;
  }
  
  .offcanvas-body {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 0;
    margin: 0;
    background-color: #090977;
  }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: none;
    transform: translateX(-100%);
  }
  
  .mobile_navbar .main_ul {
    padding: 0;
    margin: 0;
  }
  
  
  .mobile_navbar .main_ul>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: uppercase;
  }
  
  .mobile_navbar .main_ul>li>a {
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 500;
  }
  
  .mobile_navbar .main_ul>li>a>span {
    float: right;
    padding: 7px 15px 7px 25px;
    font-size: 16px;
    cursor: pointer;
  }
  
  .mobile_navbar .main_ul>li>span {
    float: right;
    padding: 4px;
    font-size: 16px;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .producticon {
        /* margin-left: 225px; */
        color: #fff;
    }
  }
  .profile_card_body {
    padding: 0;
    margin: 0;
    border: none !important;
  }
  /* .profile_ul1 {
    background-color: #231956;
    
  } */
  .profile_card_body>.profile_ul1 {
    padding: 0;
    margin: 0;
    background-color:#fff;
  }
  .profile_card_body>.profile_ul1>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: capitalize;
  }
  .profile_card_body>.profile_ul1>li>a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  /*  */
  .profile_card_body>.profile_ul {
    padding: 0;
    margin: 0;
    background-color:#7e0715;
  }
  
  .profile_card_body>.profile_ul>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: capitalize;
  }
  
  
  .profile_card_body>.profile_ul>li>a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  
  .profile_card_body .profile_ul>li>span {
    float: right;
    padding: 7px 15px 7px 25px;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
  }
  
  
  /*  add accordion 3rd s */
  .profile_card_body1>.profile_ul3>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: capitalize;
  }
  
  .profile_card_body1>.profile_ul3 {
    padding: 0;
    margin: 0;
    background-color: #000;
  }
  
  .profile_card_body1 {
    padding: 0;
    margin: 0;
    border: none !important;
  }
  .profile_card_body1 .profile_ul3>li>span {
    float: right;
    padding: 7px 15px 7px 25px;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
  }
  .profile_card_body1>.profile_ul3>li>a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  .profile_card_body1>.profile_ul4 {
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  
  .profile_card_body1>.profile_ul4>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: capitalize;
  }
  .profile_card_body1>.profile_ul4>li>a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  /*  */
  
  /*  */
  
  .prodct_menu_cardbody {
    padding: 0;
    margin: 0;
    border: none !important;
  }
  
  .prodct_menu_cardbody>.product_menu_ul {
    padding: 0;
    margin: 0;
    background-color: #212121;
  }
  
  .prodct_menu_cardbody>.product_menu_ul>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: capitalize;
  }
  
  
  .prodct_menu_cardbody>.product_menu_ul>li>a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  
  .prodct_menu_cardbody>.product_menu_ul>li>span {
    float: right;
    padding: 7px 15px 7px 25px;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
  }
  
  
  .prodct_submenu_cardbody>.submenu_ul>li>span {
    float: right;
    padding: 7px 15px 7px 25px;
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
  }
  
  
  /*  */
  
  
  /*  */
  
  .prodct_submenu_cardbody {
    padding: 0;
    margin: 0;
    border: none !important;
  }
  
  .prodct_submenu_cardbody>.submenu_ul {
    padding: 0;
    margin: 0;
    background-color: var(--primary-color);
  }
  
  
  .prodct_submenu_cardbody>.submenu_ul2 {
    padding: 0;
    margin: 0;
    background-color: #212121;
  }
  
  .prodct_submenu_cardbody>.submenu_ul>li {
    list-style: none;
    border-bottom: 1px solid lightgrey;
    padding: 7px 15px 7px 25px;
    text-transform: capitalize;
  }
  
  
  .prodct_submenu_cardbody>.submenu_ul>li>a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  
  }
  
  .prodct_submenu_cardbody li a span {
    float: right;
    padding: 7px 15px 7px 25px;
  }
  
  .mobile_navbar .main_ul>li>a {
    color: var(--white-color) !important;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: .3px;
  
    white-space: normal;
  }
  
  /*  */
  
  /*  */
  
  .offcanvas_search_input_div {
    padding: 10px;
  }
  
  
  .offcanvas_search_input_div .input-group ::placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  
  .offcanvas_search_input_div .input-group input {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    padding: 10px 0px 10px 10px;
  }
  
  .offcanvas_search_input_div .input-group-text {
    margin-bottom: 0px;
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    padding-top: 13px;
    color: var(--primary-color);
  }
  
  .offcanvas_search_input_div .input-group span {
    cursor: pointer;
  }
  
  
  .offcanvas_conatct_div {
    padding: 7px 15px 7px 25px;
  
  
  }
  
  .offcanvas_conatct_div p {
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    color: var(--white-color);
  }
  
  .followus_div b {
    color: var(--secondry-color);
    text-transform: capitalize;
    font-weight: 600;
  }
  
  .followus_div>li {
    display: inline-block;
  }
  
  .followus_div>li>a {
    margin: 0px 1px;
  }
  
  .followus_div>li:nth-child(1)>a {
    color:#231956;
    margin: 0px 10px 0px 0px;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
    font-size: 20px;
    cursor: default;
    font-weight: 500;
  }
  
  .followus_div>li:nth-child(2)>a {
    background-color:#2bb8f4;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .followus_div>li:nth-child(3)>a {
    background-color: #2bb8f4;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .followus_div>li:nth-child(4)>a {
    background-color: #2bb8f4;
  
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  
  }
  
  .offcanvas_conatct_div b {
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
  }
  
  .offcanvas_conatct_div p a {
    display: block;
    color: var(--white-color);
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  
  }
  
  .offcanvas_conatct_div p strong {
    font-size: 14px;
    color: gray;
  }
  
  .offcanvas_ti h3 {
    font-size: 20px;
    background-color: #212121;
    padding: 0px 15px 0px 25px;
    color: #fff;
    text-transform: capitalize;
  }
  .mobile_navbar .main_ul>li>span {
    float: right;
    padding: 4px;
    font-size: 16px;
    cursor: pointer ;
}

@media (max-width: 767px) {
  .producticon {
      /* margin-left: 225px; */
      color: #fff;
  }
}
  
  /*  */
    /* mobile emd */
  
/*  */