@charset "UTF-8";
/*
@File: Grin Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Top Header Area CSS
** - Middle Header Area CSS
** - Navbar Area CSS
** - Search Modal Style CSS
** - Main Slides Area CSS
** - Main Banner Area CSS
** - Features Area CSS
** - Services Area CSS
** - Overview Area CSS
** - Appointment Overview Area CSS
** - About Area CSS
** - Core Features Area CSS
** - Doctor Area CSS
** - Review Area CSS
** - Blog Area CSS
** - Gallery Area CSS
** - Appointment Area CSS
** - Page Banner CSS
** - Fun Facts Area CSS
** - Pricing Area CSS
** - Pagination Area CSS
** - Login Area CSS
** - Register Area CSS
** - FAQ Area CSS
** - 404 Error Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Widget Sidebar CSS
** - Blog Details Area CSS
** - Dentist Details Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("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 url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
@import url("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 url("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");
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: 0.6s;
  color: #222222;
  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-family: "Poppins", sans-serif;
  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: #222222;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
.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 CSS
=================================================*/
.default-btn {
  display: inline-block;
  background-color: #06a3da;
  color: #ffffff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.6s;
  border-radius: 5px;
}
.default-btn:hover {
  background-color: #124390;
  color: #ffffff;
}

/*================================================
Section Title CSS
=================================================*/
.section-title-warp {
  margin-bottom: 45px;
}
.section-title-warp .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: 0px 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: #ffffff;
  box-shadow: 0px 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: 38px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #ffffff;
}
.preloader .loader {
  left: 50%;
  top: 45%;
  transform: translateX(-50%) translateY(-45%);
  position: absolute;
}
.preloader .loader .sbl-half-circle-spin {
  height: 50px;
  width: 50px;
  color: #06a3da;
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  animation: rotate3d 2s linear infinite;
}

@keyframes rotate3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}


/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #06a3da;
}

.top-header-information {
  padding-left: 0;
  margin-bottom: 0;
}
.top-header-information li {
  font-size: 15px;
  color: #222222;
  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: #222222;
}
.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: #ffffff;
  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: #ffffff;
  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: #222222;
  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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.top-header-optional .languages-list .nice-select .list::-webkit-scrollbar {
  display: none;
}

/*================================================
Middle Header Area CSS
=================================================*/
.middle-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
}

.middle-header h1 {
  font-size: 45px;
  margin-bottom: 0;
}
.middle-header h1 a {
  color: #222222;
}

.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: #222222;
  margin-top: 5px;
}
.middle-header-content li:last-child {
  margin-right: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.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;
}
.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: #222222;
  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: none;
  top: 60px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 270px;
  display: block;
  border-radius: 0;
  padding: 15px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  background: #ffffff;
  transition: 0.6s;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 7.5px 25px;
  position: relative;
  display: block;
  color: #222222;
  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: #222222;
}
.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: #222222;
}
.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: #222222;
}
.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: #222222;
}
.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: #222222;
}
.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: #222222;
}
.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: #222222;
  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: #ffffff;
  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: #ffffff !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: #222222;
}
.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: #ffffff;
  box-shadow: 0px 0px 15px 0px 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: #222222;
  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: #ffffff;
  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;
}

/*================================================
Search Modal Style CSS
=================================================*/
.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: #222222;
  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: #eeeeee;
  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: #ffffff;
}

.modal-search-form {
  position: relative;
}
.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  transition: 0.6s;
  border-radius: 10px;
  color: #ffffff;
}
.modal-search-form .search-field::-moz-placeholder {
  color: #ffffff;
  -moz-transition: 0.6s;
  transition: 0.6s;
}
.modal-search-form .search-field::placeholder {
  color: #ffffff;
  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: #eeeeee;
  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: #ffffff;
}

@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: #222222;
  }
  .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #222222;
    position: relative;
  }
  .main-responsive-nav .logo {
    position: relative;
  }
  .main-responsive-nav .logo img {
    max-width: 100px !important;
  }
  .navbar-area {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navbar {
    display: none;
  }
  .others-option-for-responsive {
    display: block;
  }
}
/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-item {
  background-image: url(../images/main-slides/main.png);
  background-position: center center;
  /* background-size: 100% 100%; */
  height: 300px;
  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/main2.png);
}
.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: #ffffff;
  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: #222222;
  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: #ffffff;
  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: #222222;
}
.main-slides-content .slides-btn .checkup-content span a:hover {
  color: #06a3da;
}
.main-slides-content .slides-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  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: #ffffff;
}

.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: #222222;
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: #ffffff;
  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: #ffffff;
  background-color: #06a3da;
}
.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.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: #ffffff;
  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: #222222;
}
.main-banner-content .banner-btn {
  margin-top: 30px;
}
.main-banner-content .banner-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  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: #ffffff;
}

.main-banner-image img {
  border-radius: 0 0 0 100px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
  margin-top: -12px;
}
.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: #ffffff;
}
.single-features .content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 600;
}
.single-features .content h3 a {
  color: #ffffff;
}
.single-features .content p {
  color: #ffffff;
}
.single-features:hover {
  transform: translateY(-10px);
}

.single-features-box {
  background-color: #ffffff;
  box-shadow: 0px 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: #ffffff;
  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: #222222;
}
.single-features-box:hover {
  transform: translateY(-10px);
}
.single-features-box:hover .icon i {
  background-color: #06a3da;
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  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: #222222;
}
.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: #ffffff;
}
.single-services:hover .services-content {
  background-color: #06a3da;
}
.single-services:hover .services-content h3 a {
  color: #ffffff;
}
.single-services:hover .services-content p {
  color: #ffffff;
}

.single-services-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 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: #ffffff;
  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: #222222;
}
.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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #222222;
}
.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: #ffffff;
}

/*================================================
Overview Area CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 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: #222222;
}
.overview-content p a {
  color: #06a3da;
}

/*================================================
Appointment Overview Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
}
.appointment-overview-contact .appointment-info .call-info li span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 5px;
}
.appointment-overview-contact .appointment-info .call-info li span a {
  color: #ffffff;
}
.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: #ffffff;
}

.appointment-overview-box {
  background-color: #ffffff;
  box-shadow: 0px 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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  border: 1px solid #eeeeee;
  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 Area CSS
=================================================*/
.about-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  box-shadow: 0px 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: #ffffff;
  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: #ffffff;
  box-shadow: 0px 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: #ffffff;
}

.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: #ffffff;
}
.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: #ffffff;
}
.about-image .about-inner-box .content p {
  color: #ffffff;
  font-size: 15px;
}
.about-image .about-inner-box:hover {
  transform: translateY(-5px);
}

/*================================================
Core Features Area CSS
=================================================*/
.core-features-area {
  background-color: #eef9ff;
  position: relative;
  z-index: 1;
}
.core-features-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-core-features {
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  transition: 0.6s;
  border-bottom: 1px solid #06a3da;
  box-shadow: 0px 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: #ffffff;
  box-shadow: 0px 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: #222222;
}
.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: #ffffff;
}

/*================================================
Doctor Area CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 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: #ffffff;
  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 CSS
=================================================*/
.review-area {
  background-color: #eef9ff;
}

.single-review-item {
  background-color: #ffffff;
  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: #ffffff;
  box-shadow: 0px 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: #ffffff;
}
.single-review-item:hover p {
  color: #ffffff;
  transition: 0.6s;
}
.single-review-item:hover .review-info h3 {
  color: #ffffff;
}
.single-review-item:hover .review-info span {
  color: #ffffff;
}
.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: #ffffff;
  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;
}

/*================================================
Blog Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
}
.single-blog .blog-content {
  background-color: #ffffff;
  box-shadow: 0px 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: #222222;
}
.single-blog .blog-content h3 a:hover {
  color: #06a3da;
}
.single-blog .blog-content .blog-btn {
  font-size: 15px;
  color: #222222;
  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: #eeeeee;
  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: #222222;
  font-weight: 500;
}
.single-blog .blog-content .entry-meta li span a {
  color: #06a3da;
}
.single-blog:hover {
  transform: translateY(-10px);
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery-area.bg-091e3e {
  background-color: #091e3e;
  padding-bottom: 150px;
}
.gallery-area.bg-091e3e .section-title h2 {
  color: #ffffff;
}
.gallery-area.bg-091e3e .section-title p {
  color: #ffffff;
}

.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: #ffffff;
}
.single-gallery .content span {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.single-gallery:hover {
  transform: translateY(-10px);
}
.single-gallery:hover .content {
  bottom: 5px;
}

/*================================================
Appointment Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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 CSS
=================================================*/
.page-banner-area {
  padding-top: 125px;
  padding-bottom: 130px;
  background-color: #124390;
}

.page-banner-content {
  text-align: center;
}
.page-banner-content h2 {
  color: #ffffff;
  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: #ffffff;
  font-size: 16px;
  position: relative;
}
.page-banner-content .pages-list li::before {
  position: absolute;
  content: ">";
  top: -2px;
  left: -20px;
  color: #ffffff;
  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: #ffffff;
}
.page-banner-content .pages-list li a:hover {
  color: #06a3da;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.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: #ffffff;
  margin-bottom: 5px;
  font-weight: 500;
}
.single-fun-fact p {
  font-weight: 500;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.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: #222222;
  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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
}
.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #06a3da;
  color: #ffffff;
}
.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}

/*================================================
Login Area CSS
=================================================*/
.login-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  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: #222222;
  background-color: transparent;
  border: 1px solid #eeeeee;
  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: #eeeeee;
}
.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: #ffffff;
  transition: 0.6s;
}
.login-form form button:hover {
  background-color: #222222;
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  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: #222222;
  background-color: transparent;
  border: 1px solid #eeeeee;
  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: #ffffff;
  transition: 0.6s;
}
.register-form form button:hover {
  background-color: #222222;
}

/*================================================
FAQ Area CSS
=================================================*/
.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: #222222;
  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 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;
}

/*================================================
404 Error Area CSS
=================================================*/
.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;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.single-terms-of-service h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}
.single-terms-of-service p {
  font-size: 15px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.single-privacy-policy h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}
.single-privacy-policy p {
  font-size: 15px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.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: #ffffff;
  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: #222222;
}
.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: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  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: #ffffff;
  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 #eeeeee;
  background-color: #eeeeee;
  padding: 15px;
  color: #222222;
  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 Area CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: 1px solid #ffffff;
  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: 60px;
}
.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;
}
.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #06a3da;
}
.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: 14px;
}
.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #06a3da;
  background-color: #06a3da;
}

/*================================================
Services Details Area CSS
=================================================*/
.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: #ffffff;
  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: #222222;
  margin-right: 5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.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: #ffffff;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  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: #eeeeee;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #222222;
  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: #222222;
  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: 0px;
}
.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: #ffffff;
  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 Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
}
.blog-details-desc .article-image:hover .tag {
  background-color: #06a3da;
  color: #ffffff;
}
.blog-details-desc .article-image:hover .tag-two {
  background-color: #124390;
  color: #ffffff;
}
.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: #222222;
  margin-right: 20px;
}
.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #222222;
  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 #eeeeee;
  border-bottom: 1px solid #eeeeee;
  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: #ffffff;
  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 #eeeeee;
  padding-left: 70px;
  color: #222222;
  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: #222222;
  display: inline-block;
  padding: 5px 25px 5px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  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: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 1px 0 0 15px;
  height: 60px;
  outline: 0;
  border-radius: 5px;
  color: #222222;
  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: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.6s;
  border-radius: 0;
  font-weight: 600;
  border-radius: 5px;
}

/*================================================
Dentist Details Area CSS
=================================================*/
.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: #ffffff;
  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: #222222;
}
.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: #222222;
}
.dentist-details-overview-content .overview-text p:last-child {
  margin-bottom: 0;
}

/*================================================
Footer Area CSS
=================================================*/
.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: #ffffff;
}
.single-footer-widget p {
  color: #ffffff;
  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: #ffffff;
}
.single-footer-widget .footer-info span {
  font-size: 15px;
  color: #ffffff;
}
.single-footer-widget h3 {
  font-size: 25px;
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  margin-top: 8px;
}
.single-footer-widget .footer-information li span a {
  color: #ffffff;
}
.single-footer-widget .footer-information li span a:hover {
  color: #06a3da;
}

/*================================================
Copy Right Area CSS
=================================================*/
.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: #ffffff;
  font-size: 15px;
}
.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #06a3da;
}
.copyright-area-content p a:hover {
  color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 20px;
  color: #ffffff;
  background-color: #222222;
  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: 0px 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: #ffffff;
  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);
}

/* Start New Three Demo CSS */
/*================================================
Header Area CSS
=================================================*/
.grin-care-header {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

/*================================================
Top Area CSS
=================================================*/
.dental-tourism-top-area {
  background-color: #222222;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #ffffff;
  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: 12px;
  padding-bottom: 12px;
}
.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: 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;
}
.top-optional-wrap li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  transform: translateY(-2px);
}

/*================================================
Navbar Area CSS
=================================================*/
.dental-tourism-navbar .main-navbar {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px 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: bold;
  font-family: "Heebo", sans-serif;
}
.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;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
  padding: 15px 25px;
}
.grin-care-navbar .main-navbar .navbar .navbar-brand {
  padding: 0;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  color: #1DBFCC;
}
.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a {
  color: #002345;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

/*================================================
Dental Tourism Banner Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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;
}

/*================================================
Dental Tourism Features Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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 Area CSS
=================================================*/
.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: #ffffff;
  border-radius: 30px;
  margin-bottom: 25px;
}
.dental-tourism-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  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 CSS
=================================================*/
.dental-tourism-services-area {
  background-color: #002345;
  overflow: hidden;
}
.dental-tourism-services-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.dental-tourism-services-area .section-title-warp h2 {
  color: #ffffff;
}
.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: #ffffff;
  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-family: "Heebo", sans-serif;
  font-weight: 500;
}
.dental-tourism-services-card .services-content h3 a {
  color: #ffffff;
}
.dental-tourism-services-card:hover .services-image .icon i {
  background-color: #ffffff;
  color: #06a3da;
}
.dental-tourism-services-card:hover .services-content h3 a {
  color: #1DBFCC;
}

/*================================================
Dental Tourism Choose Area CSS
=================================================*/
.dental-tourism-choose-content span {
  display: inline-block;
  padding: 8px 18px;
  background-color: #1DBFCC;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 25px;
}
.dental-tourism-choose-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
  border-radius: 50px;
  font-size: 65px;
  transition: 0.6s;
}
.dental-tourism-choose-image .video-btn i:hover {
  background-color: #06a3da;
}

/*================================================
Dental Tourism Appointment Area CSS
=================================================*/
.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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.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 CSS
=================================================*/
.dental-tourism-dentist-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
}
.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 Area CSS
=================================================*/
.dental-tourism-tourists-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  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;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
}
.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 CSS
=================================================*/
.dental-tourism-review-area {
  background-color: #EFF8FB;
}
.dental-tourism-review-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
  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 CSS
=================================================*/
.dental-tourism-blog-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
  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 CSS
=================================================*/
.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: #ffffff;
}
.dental-tourism-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 25px;
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.dental-tourism-footer-widget .share-link li a i {
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}

/*================================================
Skin Care Banner Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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 Area CSS
=================================================*/
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
}
.skin-care-features-card:hover p {
  color: #ffffff;
}

/*================================================
Skin Care About Area CSS
=================================================*/
.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: #ffffff;
}
.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: #ffffff;
}

.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;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
}
.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-family: "Heebo", sans-serif;
  font-weight: 500;
}

/*================================================
Skin Care Services Area CSS
=================================================*/
.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: #ffffff;
  border-radius: 50px;
  transition: 0.6s;
  text-align: center;
}
.skin-care-services-card .services-content {
  padding: 60px 25px 30px;
  background-color: #ffffff;
  transition: 0.6s;
}
.skin-care-services-card .services-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
  color: #1DBFCC;
}
.skin-care-services-card:hover .services-content {
  background-color: #1DBFCC;
}
.skin-care-services-card:hover .services-content h3 a {
  color: #ffffff;
}
.skin-care-services-card:hover .services-content p {
  color: #ffffff;
}

/*================================================
Skin Care Dry Area CSS
=================================================*/
.skin-care-dry-content span {
  color: #1DBFCC;
  display: inline-block;
  margin-bottom: 15px;
}
.skin-care-dry-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
}
.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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.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 CSS
=================================================*/
.skin-care-review-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
}
.skin-care-review-card:hover .review-info span {
  color: #ffffff;
}
.skin-care-review-card:hover p {
  color: #ffffff;
}
.skin-care-review-card:hover .rating li i {
  color: #ffffff;
}
.skin-care-review-card:hover .icon-quote i {
  color: #ffffff;
}

.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 and After Area CSS
=================================================*/
.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: transparent;
  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 CSS
=================================================*/
.skin-care-blog-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
  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 Area CSS
=================================================*/
.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 CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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;
  font-family: "Heebo", sans-serif;
}
.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 CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.eye-care-banner-content p {
  color: #ffffff;
  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: #ffffff;
}

.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: #ffffff;
  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: #ffffff;
}

.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: #ffffff !important;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area .all-content .dental-tourism-banner-content h1 {
  color: #ffffff !important;
}
.dental-tourism-banner-area.dental-tourism-banner-video-area .all-content .dental-tourism-banner-content p {
  color: #ffffff !important;
}

/*================================================
Eye Care Features Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
}
.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 Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
}
.eye-care-services-area .section-title h2 {
  color: #ffffff;
}

.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: #ffffff;
  text-align: center;
  font-size: 65px;
  color: #1DBFCC;
  border-radius: 50px;
}
.eye-care-services-card h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  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: bold;
  font-family: "Heebo", sans-serif;
  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: #222222;
  margin: 0;
  position: absolute;
  left: -70px;
  top: 45%;
  transform: translateY(-45%);
  padding: 0;
  background: #ffffff;
  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: #ffffff;
  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: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/*================================================
Eye Care Solutions Area CSS
=================================================*/
.eye-care-solutions-area .section-title span {
  color: #1DBFCC;
}

.eye-care-solutions-content h3 {
  font-size: 24px;
  color: #002345;
  font-family: "Heebo", sans-serif;
  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-family: "Heebo", sans-serif;
  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 CSS
=================================================*/
.eye-care-team-area {
  background-color: #F7F7FD;
}
.eye-care-team-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
}
.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 CSS
=================================================*/
.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: #ffffff;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}
.eye-care-testimonials-content-box .content h3 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
}

.eye-care-review-card {
  background-color: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
  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 Testimonials Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  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 CSS
=================================================*/
.eye-care-blog-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}
.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 #DDDDDD;
  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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
  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 Area CSS
=================================================*/
.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: #ffffff;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 15px;
}
.newsletter-inner-box .newsletter-content p {
  color: #ffffff;
}
.newsletter-inner-box .newsletter-form {
  position: relative;
}
.newsletter-inner-box .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.newsletter-inner-box .newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
}

/*================================================
Eye Care Footer Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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;
  font-family: "Heebo", sans-serif;
}
.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;
}

/* End New Three Demo CSS */
/* Start "Covid 19 Vaccination Center Demo CSS" */
.section-title.with-covid-color span {
  color: #0CB8B6;
}
.section-title.with-covid-color h2 {
  color: #0D0246;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
}

/*================================================
Covid Bar Area CSS
=================================================*/
.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: #ffffff;
  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: #CCCCCC;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.covid-top-area .top-information-wrap li a {
  color: #CCCCCC;
}
.covid-top-area .top-information-wrap li a:hover {
  color: #0CB8B6;
}
.covid-top-area .top-information-wrap li i {
  color: #ffffff;
}

/*================================================
Covid Navbar Area CSS
=================================================*/
.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: bold;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
}
.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: #ffffff;
}
.covid-navbar-area .others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn i {
  margin-left: 5px;
}

/*================================================
Covid Searchmodal Area CSS
=================================================*/
.covid-searchmodal .modal-header button.close {
  background-color: #0CB8B6;
  color: #ffffff;
}

/*================================================
Covid Banner Area CSS
=================================================*/
.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-family: "Heebo", sans-serif;
  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: #ffffff !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: #ffffff;
  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: #ffffff;
}
.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 #ffffff;
  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 #ffffff;
  color: #ffffff;
  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: bold;
}

/*================================================
Covid Check Form Area CSS
=================================================*/
.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: #ffffff;
  margin-bottom: 0;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
}
.covid-check-title a {
  color: #ffffff;
  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: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff !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 Area CSS
=================================================*/
.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-family: "Heebo", sans-serif;
  font-weight: 900;
}
.covid-vaccine-card .vaccine-content p {
  margin-bottom: 0;
}
.covid-vaccine-card:hover {
  transform: translateY(-5px);
}

/*================================================
Covid About Area CSS
=================================================*/
.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-family: "Heebo", sans-serif;
  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: #ffffff;
}
.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: #ffffff !important;
}
.covid-about-content .about-btn .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/*================================================
Covid Registration Area CSS
=================================================*/
.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: #ffffff;
  border: 1px solid #ffffff;
}
.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: #ffffff;
  border: 1px solid #ffffff;
}
.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: #ffffff;
  border: 1px solid #ffffff;
}
.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 #CCCCCC;
}
.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: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.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: #ffffff !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-family: "Heebo", sans-serif;
  font-weight: 900;
}

.covid-registration-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/*================================================
Covid Process Area CSS
=================================================*/
.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-family: "Heebo", sans-serif;
  font-weight: 900;
}
.covid-process-card p {
  margin-bottom: 0;
}

/*================================================
Covid Tracker Area CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 0px 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-family: "Heebo", sans-serif;
  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: #ffffff;
}
.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: #CCCCCC;
  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 CSS
=================================================*/
.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: #ffffff;
}
.covid-protection-area.background-white::before {
  background-color: #ffffff;
}

.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-family: "Heebo", sans-serif;
  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: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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 #ffffff;
}

.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: #ffffff;
  margin-bottom: 5px;
}
.covid-protection-fun-fact .fun-fact h3 .small-text {
  color: #ffffff;
}
.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 Area CSS
=================================================*/
.covid-testimonials-inner {
  background-color: #ffffff;
  box-shadow: 0px 0px 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-family: "Heebo", sans-serif;
  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: #CCCCCC;
  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: #CCCCCC;
  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 CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 0px 0px 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: bold;
}
.covid-blog-card .blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Heebo", sans-serif;
  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: #ffffff;
  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: #ffffff;
}
.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: #CCCCCC;
  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 CSS
=================================================*/
.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 Area CSS
=================================================*/
.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: #ffffff;
}
.covid-information-card:hover p {
  color: #ffffff;
}

/*================================================
Covid Doctors Area CSS
=================================================*/
.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: #ffffff;
  box-shadow: 0px 0px 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 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: #ffffff;
}
.covid-doctors-card .doctors-content .social-wrap::before {
  position: absolute;
  content: "";
  width: 1050px;
  height: 1px;
  left: -55px;
  right: 0;
  top: 0;
  background-color: #EEEEEE;
}
.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: #ffffff;
}
.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: #CCCCCC;
  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 Area CSS
=================================================*/
.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: #ffffff;
  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 #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  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 #ffffff;
}
.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: bold;
}

/*================================================
Covid FAQ Area CSS
=================================================*/
.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: 0px 0px 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: 0px 0px 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 Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.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: #ffffff;
  padding: 15px 30px;
  width: 100%;
}
.covid-appointment-form .default-btn i {
  margin-left: 5px;
  position: relative;
  top: 1px;
}

/*================================================
Covid Information Area CSS
=================================================*/
.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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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 Area CSS
=================================================*/
.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: bold;
}
.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: #ffffff;
}
.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: #ffffff;
  padding: 5px 12px 5px;
  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: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  color: #486683;
  border-radius: 5px;
}
.covid-widget-area .tagcloud a:hover, .covid-widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #0CB8B6;
}

/*================================================
Covid Footer Area CSS
=================================================*/
.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: #ffffff;
  margin-bottom: 20px;
}
.covid-footer-widget h2 a {
  color: #ffffff;
}
.covid-footer-widget p {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #CCCCCC;
}
.covid-footer-widget .info li:last-child {
  margin-bottom: 0;
}
.covid-footer-widget .info li span {
  color: #ffffff;
  font-weight: 500;
}
.covid-footer-widget .info li a {
  color: #CCCCCC;
}
.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: #ffffff;
}

.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: #ffffff;
}

.covid-footer-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  bottom: 0;
}

/* End "Covid 19 Vaccination Center Demo CSS" */
/* Start "Hospital Website Demo CSS" */
.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: #ffffff;
  border: 1px solid #13A8B4;
}

/*================================================
Hospital Bar Area CSS
=================================================*/
.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: transparent;
  border: none;
  font-size: 16.5px;
  color: #ffffff;
}
.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: #CCCCCC;
  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: #CCCCCC;
}
.hospital-top-area .top-information-wrap li a:hover {
  color: #13A8B4;
}
.hospital-top-area .top-information-wrap li i {
  color: #ffffff;
}

/*================================================
Hospital Navbar Area CSS
=================================================*/
.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: bold;
  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: #ffffff;
  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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.hospital-banner-content h1 {
  font-size: 75px;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-weight: 900;
}
.hospital-banner-content p {
  color: #ffffff;
  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 Area CSS
=================================================*/
.hospital-specialist-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 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 CSS
=================================================*/
.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 CSS
=================================================*/
.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: #ffffff;
}
.hospital-appointment-area .section-title.with-hospital-color h2 {
  color: #ffffff;
}

.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: #ffffff;
  transition: 0.6s;
  font-family: "Jost", sans-serif;
}
.hospital-appointment-form .form-control::-moz-placeholder {
  color: #ffffff;
}
.hospital-appointment-form .form-control::placeholder {
  color: #ffffff;
}
.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: #ffffff;
  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 #ffffff;
  border-right: 2px solid #ffffff;
  height: 8px;
  width: 8px;
  right: 18px;
  margin-top: -5px;
}
.hospital-appointment-form .nice-select .list {
  background-color: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.hospital-appointment-form .default-btn {
  border: none;
  background-color: #ffffff;
  padding: 15px 30px;
  width: 100%;
  color: #13A8B4;
  font-family: "Jost", sans-serif;
}
.hospital-appointment-form .default-btn:hover {
  background-color: #222222;
  color: #ffffff;
}

.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.hospital-appointment-area-with-color .hospital-appointment-form .default-btn:hover {
  background-color: #0A335B;
  color: #ffffff;
}

/*================================================
Hospital Services Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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: 0px;
  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 CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  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 Area CSS
=================================================*/
.hospital-team-card {
  margin-bottom: 25px;
  background-color: #ffffff;
  box-shadow: 0px 0px 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: #ffffff;
  border-radius: 50px;
  border: 2px solid #ffffff;
  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 25px;
}
.hospital-team-card .team-content h3 {
  font-size: 22px;
  color: #0A335B;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  font-weight: bold;
}
.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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  margin-bottom: 15px;
  font-weight: 900;
}
.hospital-call-to-action-content p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}
.hospital-call-to-action-content p a {
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
  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 CSS
=================================================*/
.hospital-testimonials-area .section-title.with-hospital-color {
  max-width: 100%;
}

.hospital-testimonials-card p {
  background-color: #ffffff;
  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: bold;
  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: #ffffff;
  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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  background-color: #0A335B;
  display: inline-block;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  transform: rotate(-90deg);
}
.hospital-blog-card .blog-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 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: bold;
  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: #ffffff;
}

/*================================================
Hospital Information Area CSS
=================================================*/
.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: #ffffff;
  border-radius: 50px;
}
.hospital-information-card .content h3 {
  font-size: 20px;
  font-weight: bold;
  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: 0px 0px 30px rgba(85, 85, 85, 0.1);
}

/*================================================
Hospital Page Banner Area CSS
=================================================*/
.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 Area CSS
=================================================*/
.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 Choice Area CSS
=================================================*/
.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: #ffffff;
  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 Area CSS
=================================================*/
.hospital-portfolio-card {
  margin-bottom: 25px;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-image {
  border-radius: 10px 10px 0px 0px;
  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 0px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-image a img {
  border-radius: 10px 10px 0px 0px;
}
.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: #ffffff;
  color: #13A8B4;
  border-radius: 50px;
  font-size: 25px;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-image .icon a i:hover {
  background-color: #13A8B4;
  color: #ffffff;
}
.hospital-portfolio-card .portfolio-content {
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0px 0px 25px rgba(85, 85, 85, 0.1);
  border-radius: 0px 0px 10px 10px;
  padding: 25px;
  text-align: center;
  transition: 0.6s;
}
.hospital-portfolio-card .portfolio-content h3 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: bold;
  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: #ffffff;
}
.hospital-portfolio-card:hover .portfolio-content span {
  color: #ffffff;
}

/*================================================
Hospital Portfolio Details Area CSS
=================================================*/
.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: bold;
  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 Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
}
.hospital-blog-details-desc .comments-area .comment-respond .form-submit input:hover {
  background-color: #0A335B;
}

/*================================================
Hospital Contact Area CSS
=================================================*/
.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: #ffffff;
  border: 1px solid #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
  margin-bottom: 12px;
}
.hospital-contact-information-content .info h3 {
  font-size: 35px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #ffffff;
}
.hospital-contact-information-content .info h3 a {
  color: #ffffff;
}
.hospital-contact-information-content p {
  font-family: "Jost", sans-serif;
  color: #ffffff;
}

/*================================================
Hospital Widget Area CSS
=================================================*/
.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: #ffffff;
  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: #ffffff;
}
.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: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-bottom: 12px;
}
.hospital-widget-area .widget_services_info .info a {
  color: #ffffff;
  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: bold;
  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: #ffffff;
  color: #486683;
  border-radius: 5px;
}
.hospital-widget-area .tagcloud a:hover, .hospital-widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #0CB8B6;
}

/*================================================
Covid Footer Area CSS
=================================================*/
.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: #ffffff;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
}
.hospital-footer-widget h2 a {
  color: #ffffff;
}
.hospital-footer-widget p {
  color: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
}

.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: #ffffff;
}

/* End "Hospital Website Demo CSS" */
/* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
.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 {
  font-family: "Heebo", sans-serif;
  color: #002345;
}
.emergency-trauma-care-home p {
  font-family: "Nunito Sans", sans-serif;
  color: #486683;
}

.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 {
  font-family: "Heebo", sans-serif;
  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: #776ACA;
}
.top-area-optional .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.top-area-optional .top-information-wrap li {
  color: #ffffff;
}
.top-area-optional .top-information-wrap li a {
  color: #ffffff;
}
.top-area-optional .top-information-wrap li i {
  color: #ffffff;
}
.top-area-optional .top-optional-wrap li a i {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.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: 15px 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: #222222;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Heebo", sans-serif;
}
.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: #1DBFCC;
}
.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: #1DBFCC;
}
.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: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
}
.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 20px;
  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: #ffffff;
  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 CSS
=================================================*/
.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 #dddddd;
  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 Area CSS
=================================================*/
.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 CSS
=================================================*/
.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: #ffffff;
  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 Area CSS
=================================================*/
.etc-emergency-tips-content {
  border-radius: 25px;
  background-color: #ECD1FE;
  padding: 45px 40px;
}
.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: #D5E9D6;
  padding: 45px 40px;
}
.etc-emergency-tips-inner .tips-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}
.etc-emergency-tips-inner .tips-content {
  padding: 45px 0;
}
.etc-emergency-tips-inner .tips-content h3 {
  font-size: 40px;
  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: 600;
  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 Emergency Tips Area CSS
=================================================*/
.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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.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: #ffffff;
  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: #ffffff;
  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 Area CSS
=================================================*/
.etc-team-inner {
  border-bottom: 1px solid #dddddd;
}

.etc-team-card {
  margin-bottom: 25px;
}
.etc-team-card .image {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 25px;
}
.etc-team-card .image a img {
  display: inline-block;
  border-radius: 25px;
  transition: 0.6s;
}
.etc-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;
}
.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: 35px;
  width: 35px;
  background-color: #45405E;
  color: #ffffff;
  transition: 0.6s;
  border-radius: 35px;
  font-size: 17px;
  transition: 0.6s;
}
.etc-team-card .image .share-link li a i:hover {
  background-color: #06a3da;
}
.etc-team-card .content {
  margin-top: 30px;
  text-align: center;
}
.etc-team-card .content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.etc-team-card .content h3 a {
  color: #002345;
}
.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 CSS
=================================================*/
.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 Area CSS
=================================================*/
.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 Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.etc-working-hours-info .hotline .sub {
  font-size: 23.5px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
}
.etc-working-hours-info .hotline .sub a {
  color: #ffffff;
  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 Area CSS
=================================================*/
.etc-blog-card {
  margin-bottom: 25px;
  transition: 0.6s;
  border-radius: 25px;
  background-color: #F3F3F3;
}
.etc-blog-card .image {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.etc-blog-card .image a img {
  display: inline-block;
  transition: 0.6s;
  border-radius: 25px;
}
.etc-blog-card .content {
  padding: 25px;
}
.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: #486683;
  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: 7.5px;
}
.etc-blog-card .content h3 {
  font-size: 25px;
  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 CSS
=================================================*/
.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 CSS
=================================================*/
.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 Area CSS
=================================================*/
.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: #ffffff;
}

.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: #ffffff;
  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;
  font-family: "Heebo", sans-serif;
}
.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 CSS
=================================================*/
.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: #ffffff;
}
.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 CSS
=================================================*/
.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: #ffffff;
  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 Area CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
}
.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: #ffffff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.oc-working-hours-info .hotline .sub {
  font-size: 23.5px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
}
.oc-working-hours-info .hotline .sub a {
  color: #ffffff;
  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 CSS
=================================================*/
.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: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff;
  border: 1px solid #ffffff;
  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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.oc-appointment-form form .default-btn {
  background-color: #1DBFCC;
  border: none;
}
.oc-appointment-form form .default-btn:hover {
  background-color: #06a3da;
}

/*================================================
OC Testimonial Area CSS
=================================================*/
.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: #DDDDDD;
  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 Area CSS
=================================================*/
.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 CSS
=================================================*/
.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: #ffffff;
  color: #002345;
  transition: 0.6s;
  border-radius: 50px;
  font-size: 22px;
}
.shop-item .image .cart-btn a i:hover {
  background-color: #06a3da;
  color: #ffffff;
}
.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 CSS
=================================================*/
.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;
  font-family: "Heebo", sans-serif;
  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 CSS
=================================================*/
.oc-blog-area {
  border-radius: 25px 25px 0px 0px;
  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: #ffffff;
}
.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 CSS
=================================================*/
.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: #002345;
  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-bottom: 25px;
}
.footer-optional-widget h2 a {
  color: #ffffff;
}
.footer-optional-widget h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 25px;
  color: #ffffff;
}
.footer-optional-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}
.footer-optional-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #ffffff;
  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: #1DBFCC;
}
.footer-optional-widget .info-list li a {
  color: #ffffff;
}
.footer-optional-widget .info-list li a:hover {
  letter-spacing: 1px;
}
.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: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}
.footer-optional-widget .share-link li a i {
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #ffffff;
  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;
}
.footer-optional-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.footer-optional-widget .quick-links li a {
  color: #ffffff;
}
.footer-optional-widget .quick-links li a:hover {
  letter-spacing: 1px;
}
.footer-optional-widget .quick-links li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 4.5px;
}
.footer-optional-widget .newsletter-form p {
  color: #ffffff;
  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: 75px;
}
.optional-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #2D4A65;
  padding-top: 30px;
  padding-bottom: 30px;
}
.optional-copyright-area .copyright-area-content p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
}
.optional-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1DBFCC;
}
.optional-copyright-area .copyright-area-content p a:hover {
  color: #ffffff;
}

/* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
/* Start "New Inner Pages CSS" */
/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
  --bs-table-bg: transparent;
}
.cart-table table thead tr {
  border-top: none;
  border-color: #eeeeee;
}
.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: #eeeeee;
}
.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: #eeeeee;
  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 #eeeeee;
}
.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eeeeee;
}
.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 #eeeeee;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}
.cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #222222;
}
.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #222222;
}
.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: #ffffff;
  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 #eeeeee;
  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 #eeeeee;
  color: #222222;
  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: #222222;
  font-weight: 700;
}
.cart-totals ul li span {
  float: right;
  font-weight: normal;
  color: #1DBFCC;
}

/*================================================
Checkout Area CSS
=================================================*/
.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 #eeeeee;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  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: #ffffff;
  font-weight: normal;
}
.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 #eeeeee;
}
.checkout-sidebar .order-box h3 {
  font-size: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  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 #eeeeee;
  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: #222222;
}
.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: #222222;
  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 #eeeeee;
  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: #222222;
  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 #222222;
  border-radius: 50%;
  background: transparent;
}
.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: #222222;
}
.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 Area CSS
=================================================*/
.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: #999999;
  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: #222222;
  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 #eeeeee;
}
.products-details-desc .products-add-to-cart .input-counter span.plus-btn {
  right: 0;
  border-left: 1px solid #eeeeee;
}
.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: #222222;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}
.products-details-desc .products-add-to-cart .input-counter input::-moz-placeholder {
  color: #222222;
}
.products-details-desc .products-add-to-cart .input-counter input::placeholder {
  color: #222222;
}
.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #eeeeee !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: #cccccc;
  transition: 0.6s;
  border-bottom: 1px solid #eeeeee;
  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: #222222;
}
.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: #222222;
  margin-bottom: 12px;
}
.products-details-tabs .tab-content .tab-pane ul li a {
  color: #222222;
}
.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: #222222;
  margin-bottom: 12px;
}
.products-details-tabs .tab-content .tab-pane ol li a {
  color: #222222;
}
.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 #eeeeee;
}
.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: #ffffff;
  border: 1px solid #eeeeee;
  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: #cccccc;
  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 #dddddd;
  background: #ffffff;
}
.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: #ffffff;
  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: #222222;
  color: #ffffff;
}

/* End "New Inner Pages CSS" *//*# sourceMappingURL=style.css.map */

@charset "UTF-8";/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}



@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url(../fonts/boxicons.eot);src:url(../fonts/boxicons.eot) format('embedded-opentype'),url(../fonts/boxicons.woff2) format('woff2'),url(../fonts/boxicons.woff) format('woff'),url(../fonts/boxicons.ttf) format('truetype'),url(../fonts/boxiconsd41d.svg?#boxicons) format('svg')}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes burst{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}90%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@-webkit-keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@-webkit-keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@keyframes fade-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(-20px);transform:translateX(-20px);opacity:0}}@-webkit-keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@keyframes fade-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}75%{-webkit-transform:translateX(20px);transform:translateX(20px);opacity:0}}@-webkit-keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@keyframes fade-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(-20px);transform:translateY(-20px);opacity:0}}@-webkit-keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@keyframes fade-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}75%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0}}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg);transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1,1,1) rotate3d(0,0,1,10deg);transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bx-spin{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-spin-hover:hover{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.bx-tada{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-tada-hover:hover{-webkit-animation:tada 1.5s ease infinite;animation:tada 1.5s ease infinite}.bx-flashing{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{-webkit-animation:flashing 1.5s infinite linear;animation:flashing 1.5s infinite linear}.bx-burst{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-burst-hover:hover{-webkit-animation:burst 1.5s infinite linear;animation:burst 1.5s infinite linear}.bx-fade-up{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{-webkit-animation:fade-up 1.5s infinite linear;animation:fade-up 1.5s infinite linear}.bx-fade-down{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{-webkit-animation:fade-down 1.5s infinite linear;animation:fade-down 1.5s infinite linear}.bx-fade-left{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{-webkit-animation:fade-left 1.5s infinite linear;animation:fade-left 1.5s infinite linear}.bx-fade-right{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{-webkit-animation:fade-right 1.5s infinite linear;animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-lg{font-size:3rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxs-balloon:before{content:"\eb60"}.bxs-castle:before{content:"\eb79"}.bxs-coffee-bean:before{content:"\eb92"}.bxs-objects-horizontal-center:before{content:"\ebab"}.bxs-objects-horizontal-left:before{content:"\ebc4"}.bxs-objects-horizontal-right:before{content:"\ebdd"}.bxs-objects-vertical-bottom:before{content:"\ebf6"}.bxs-objects-vertical-center:before{content:"\ef40"}.bxs-objects-vertical-top:before{content:"\ef41"}.bxs-pear:before{content:"\ef42"}.bxs-shield-minus:before{content:"\ef43"}.bxs-shield-plus:before{content:"\ef44"}.bxs-shower:before{content:"\ef45"}.bxs-sushi:before{content:"\ef46"}.bxs-universal-access:before{content:"\ef47"}.bx-child:before{content:"\ef48"}.bx-horizontal-left:before{content:"\ef49"}.bx-horizontal-right:before{content:"\ef4a"}.bx-objects-horizontal-center:before{content:"\ef4b"}.bx-objects-horizontal-left:before{content:"\ef4c"}.bx-objects-horizontal-right:before{content:"\ef4d"}.bx-objects-vertical-bottom:before{content:"\ef4e"}.bx-objects-vertical-center:before{content:"\ef4f"}.bx-objects-vertical-top:before{content:"\ef50"}.bx-rfid:before{content:"\ef51"}.bx-shield-minus:before{content:"\ef52"}.bx-shield-plus:before{content:"\ef53"}.bx-shower:before{content:"\ef54"}.bx-sushi:before{content:"\ef55"}.bx-universal-access:before{content:"\ef56"}.bx-vertical-bottom:before{content:"\ef57"}.bx-vertical-top:before{content:"\ef58"}.bxl-graphql:before{content:"\ef59"}.bxl-typescript:before{content:"\ef5a"}.bxs-color:before{content:"\ef39"}.bx-reflect-horizontal:before{content:"\ef3a"}.bx-reflect-vertical:before{content:"\ef3b"}.bx-color:before{content:"\ef3c"}.bxl-mongodb:before{content:"\ef3d"}.bxl-postgresql:before{content:"\ef3e"}.bxl-deezer:before{content:"\ef3f"}.bxs-hard-hat:before{content:"\ef2a"}.bxs-home-alt-2:before{content:"\ef2b"}.bxs-cheese:before{content:"\ef2c"}.bx-home-alt-2:before{content:"\ef2d"}.bx-hard-hat:before{content:"\ef2e"}.bx-cheese:before{content:"\ef2f"}.bx-cart-add:before{content:"\ef30"}.bx-cart-download:before{content:"\ef31"}.bx-no-signal:before{content:"\ef32"}.bx-signal-1:before{content:"\ef33"}.bx-signal-2:before{content:"\ef34"}.bx-signal-3:before{content:"\ef35"}.bx-signal-4:before{content:"\ef36"}.bx-signal-5:before{content:"\ef37"}.bxl-xing:before{content:"\ef38"}.bxl-meta:before{content:"\ef27"}.bx-lemon:before{content:"\ef28"}.bxs-lemon:before{content:"\ef29"}.bx-cricket-ball:before{content:"\ef0c"}.bx-baguette:before{content:"\ef0d"}.bx-bowl-hot:before{content:"\ef0e"}.bx-bowl-rice:before{content:"\ef0f"}.bx-cable-car:before{content:"\ef10"}.bx-candles:before{content:"\ef11"}.bx-circle-half:before{content:"\ef12"}.bx-circle-quarter:before{content:"\ef13"}.bx-circle-three-quarter:before{content:"\ef14"}.bx-cross:before{content:"\ef15"}.bx-fork:before{content:"\ef16"}.bx-knife:before{content:"\ef17"}.bx-money-withdraw:before{content:"\ef18"}.bx-popsicle:before{content:"\ef19"}.bx-scatter-chart:before{content:"\ef1a"}.bxs-baguette:before{content:"\ef1b"}.bxs-bowl-hot:before{content:"\ef1c"}.bxs-bowl-rice:before{content:"\ef1d"}.bxs-cable-car:before{content:"\ef1e"}.bxs-circle-half:before{content:"\ef1f"}.bxs-circle-quarter:before{content:"\ef20"}.bxs-circle-three-quarter:before{content:"\ef21"}.bxs-cricket-ball:before{content:"\ef22"}.bxs-invader:before{content:"\ef23"}.bx-male-female:before{content:"\ef24"}.bxs-popsicle:before{content:"\ef25"}.bxs-tree-alt:before{content:"\ef26"}.bxl-venmo:before{content:"\e900"}.bxl-upwork:before{content:"\e901"}.bxl-netlify:before{content:"\e902"}.bxl-java:before{content:"\e903"}.bxl-heroku:before{content:"\e904"}.bxl-go-lang:before{content:"\e905"}.bxl-gmail:before{content:"\e906"}.bxl-flask:before{content:"\e907"}.bxl-99designs:before{content:"\e908"}.bxl-500px:before{content:"\e909"}.bxl-adobe:before{content:"\e90a"}.bxl-airbnb:before{content:"\e90b"}.bxl-algolia:before{content:"\e90c"}.bxl-amazon:before{content:"\e90d"}.bxl-android:before{content:"\e90e"}.bxl-angular:before{content:"\e90f"}.bxl-apple:before{content:"\e910"}.bxl-audible:before{content:"\e911"}.bxl-aws:before{content:"\e912"}.bxl-baidu:before{content:"\e913"}.bxl-behance:before{content:"\e914"}.bxl-bing:before{content:"\e915"}.bxl-bitcoin:before{content:"\e916"}.bxl-blender:before{content:"\e917"}.bxl-blogger:before{content:"\e918"}.bxl-bootstrap:before{content:"\e919"}.bxl-chrome:before{content:"\e91a"}.bxl-codepen:before{content:"\e91b"}.bxl-c-plus-plus:before{content:"\e91c"}.bxl-creative-commons:before{content:"\e91d"}.bxl-css3:before{content:"\e91e"}.bxl-dailymotion:before{content:"\e91f"}.bxl-deviantart:before{content:"\e920"}.bxl-dev-to:before{content:"\e921"}.bxl-digg:before{content:"\e922"}.bxl-digitalocean:before{content:"\e923"}.bxl-discord:before{content:"\e924"}.bxl-discord-alt:before{content:"\e925"}.bxl-discourse:before{content:"\e926"}.bxl-django:before{content:"\e927"}.bxl-docker:before{content:"\e928"}.bxl-dribbble:before{content:"\e929"}.bxl-dropbox:before{content:"\e92a"}.bxl-drupal:before{content:"\e92b"}.bxl-ebay:before{content:"\e92c"}.bxl-edge:before{content:"\e92d"}.bxl-etsy:before{content:"\e92e"}.bxl-facebook:before{content:"\e92f"}.bxl-facebook-circle:before{content:"\e930"}.bxl-facebook-square:before{content:"\e931"}.bxl-figma:before{content:"\e932"}.bxl-firebase:before{content:"\e933"}.bxl-firefox:before{content:"\e934"}.bxl-flickr:before{content:"\e935"}.bxl-flickr-square:before{content:"\e936"}.bxl-flutter:before{content:"\e937"}.bxl-foursquare:before{content:"\e938"}.bxl-git:before{content:"\e939"}.bxl-github:before{content:"\e93a"}.bxl-gitlab:before{content:"\e93b"}.bxl-google:before{content:"\e93c"}.bxl-google-cloud:before{content:"\e93d"}.bxl-google-plus:before{content:"\e93e"}.bxl-google-plus-circle:before{content:"\e93f"}.bxl-html5:before{content:"\e940"}.bxl-imdb:before{content:"\e941"}.bxl-instagram:before{content:"\e942"}.bxl-instagram-alt:before{content:"\e943"}.bxl-internet-explorer:before{content:"\e944"}.bxl-invision:before{content:"\e945"}.bxl-javascript:before{content:"\e946"}.bxl-joomla:before{content:"\e947"}.bxl-jquery:before{content:"\e948"}.bxl-jsfiddle:before{content:"\e949"}.bxl-kickstarter:before{content:"\e94a"}.bxl-kubernetes:before{content:"\e94b"}.bxl-less:before{content:"\e94c"}.bxl-linkedin:before{content:"\e94d"}.bxl-linkedin-square:before{content:"\e94e"}.bxl-magento:before{content:"\e94f"}.bxl-mailchimp:before{content:"\e950"}.bxl-markdown:before{content:"\e951"}.bxl-mastercard:before{content:"\e952"}.bxl-mastodon:before{content:"\e953"}.bxl-medium:before{content:"\e954"}.bxl-medium-old:before{content:"\e955"}.bxl-medium-square:before{content:"\e956"}.bxl-messenger:before{content:"\e957"}.bxl-microsoft:before{content:"\e958"}.bxl-microsoft-teams:before{content:"\e959"}.bxl-nodejs:before{content:"\e95a"}.bxl-ok-ru:before{content:"\e95b"}.bxl-opera:before{content:"\e95c"}.bxl-patreon:before{content:"\e95d"}.bxl-paypal:before{content:"\e95e"}.bxl-periscope:before{content:"\e95f"}.bxl-php:before{content:"\e960"}.bxl-pinterest:before{content:"\e961"}.bxl-pinterest-alt:before{content:"\e962"}.bxl-play-store:before{content:"\e963"}.bxl-pocket:before{content:"\e964"}.bxl-product-hunt:before{content:"\e965"}.bxl-python:before{content:"\e966"}.bxl-quora:before{content:"\e967"}.bxl-react:before{content:"\e968"}.bxl-redbubble:before{content:"\e969"}.bxl-reddit:before{content:"\e96a"}.bxl-redux:before{content:"\e96b"}.bxl-sass:before{content:"\e96c"}.bxl-shopify:before{content:"\e96d"}.bxl-sketch:before{content:"\e96e"}.bxl-skype:before{content:"\e96f"}.bxl-slack:before{content:"\e970"}.bxl-slack-old:before{content:"\e971"}.bxl-snapchat:before{content:"\e972"}.bxl-soundcloud:before{content:"\e973"}.bxl-spotify:before{content:"\e974"}.bxl-spring-boot:before{content:"\e975"}.bxl-squarespace:before{content:"\e976"}.bxl-stack-overflow:before{content:"\e977"}.bxl-steam:before{content:"\e978"}.bxl-stripe:before{content:"\e979"}.bxl-tailwind-css:before{content:"\e97a"}.bxl-telegram:before{content:"\e97b"}.bxl-tiktok:before{content:"\e97c"}.bxl-trello:before{content:"\e97d"}.bxl-trip-advisor:before{content:"\e97e"}.bxl-tumblr:before{content:"\e97f"}.bxl-tux:before{content:"\e980"}.bxl-twitch:before{content:"\e981"}.bxl-twitter:before{content:"\e982"}.bxl-unity:before{content:"\e983"}.bxl-unsplash:before{content:"\e984"}.bxl-vimeo:before{content:"\e985"}.bxl-visa:before{content:"\e986"}.bxl-visual-studio:before{content:"\e987"}.bxl-vk:before{content:"\e988"}.bxl-vuejs:before{content:"\e989"}.bxl-whatsapp:before{content:"\e98a"}.bxl-whatsapp-square:before{content:"\e98b"}.bxl-wikipedia:before{content:"\e98c"}.bxl-windows:before{content:"\e98d"}.bxl-wix:before{content:"\e98e"}.bxl-wordpress:before{content:"\e98f"}.bxl-yahoo:before{content:"\e990"}.bxl-yelp:before{content:"\e991"}.bxl-youtube:before{content:"\e992"}.bxl-zoom:before{content:"\e993"}.bx-collapse-alt:before{content:"\e994"}.bx-collapse-horizontal:before{content:"\e995"}.bx-collapse-vertical:before{content:"\e996"}.bx-expand-horizontal:before{content:"\e997"}.bx-expand-vertical:before{content:"\e998"}.bx-injection:before{content:"\e999"}.bx-leaf:before{content:"\e99a"}.bx-math:before{content:"\e99b"}.bx-party:before{content:"\e99c"}.bx-abacus:before{content:"\e99d"}.bx-accessibility:before{content:"\e99e"}.bx-add-to-queue:before{content:"\e99f"}.bx-adjust:before{content:"\e9a0"}.bx-alarm:before{content:"\e9a1"}.bx-alarm-add:before{content:"\e9a2"}.bx-alarm-exclamation:before{content:"\e9a3"}.bx-alarm-off:before{content:"\e9a4"}.bx-alarm-snooze:before{content:"\e9a5"}.bx-album:before{content:"\e9a6"}.bx-align-justify:before{content:"\e9a7"}.bx-align-left:before{content:"\e9a8"}.bx-align-middle:before{content:"\e9a9"}.bx-align-right:before{content:"\e9aa"}.bx-analyse:before{content:"\e9ab"}.bx-anchor:before{content:"\e9ac"}.bx-angry:before{content:"\e9ad"}.bx-aperture:before{content:"\e9ae"}.bx-arch:before{content:"\e9af"}.bx-archive:before{content:"\e9b0"}.bx-archive-in:before{content:"\e9b1"}.bx-archive-out:before{content:"\e9b2"}.bx-area:before{content:"\e9b3"}.bx-arrow-back:before{content:"\e9b4"}.bx-arrow-from-bottom:before{content:"\e9b5"}.bx-arrow-from-left:before{content:"\e9b6"}.bx-arrow-from-right:before{content:"\e9b7"}.bx-arrow-from-top:before{content:"\e9b8"}.bx-arrow-to-bottom:before{content:"\e9b9"}.bx-arrow-to-left:before{content:"\e9ba"}.bx-arrow-to-right:before{content:"\e9bb"}.bx-arrow-to-top:before{content:"\e9bc"}.bx-at:before{content:"\e9bd"}.bx-atom:before{content:"\e9be"}.bx-award:before{content:"\e9bf"}.bx-badge:before{content:"\e9c0"}.bx-badge-check:before{content:"\e9c1"}.bx-ball:before{content:"\e9c2"}.bx-band-aid:before{content:"\e9c3"}.bx-bar-chart:before{content:"\e9c4"}.bx-bar-chart-alt:before{content:"\e9c5"}.bx-bar-chart-alt-2:before{content:"\e9c6"}.bx-bar-chart-square:before{content:"\e9c7"}.bx-barcode:before{content:"\e9c8"}.bx-barcode-reader:before{content:"\e9c9"}.bx-baseball:before{content:"\e9ca"}.bx-basket:before{content:"\e9cb"}.bx-basketball:before{content:"\e9cc"}.bx-bath:before{content:"\e9cd"}.bx-battery:before{content:"\e9ce"}.bx-bed:before{content:"\e9cf"}.bx-been-here:before{content:"\e9d0"}.bx-beer:before{content:"\e9d1"}.bx-bell:before{content:"\e9d2"}.bx-bell-minus:before{content:"\e9d3"}.bx-bell-off:before{content:"\e9d4"}.bx-bell-plus:before{content:"\e9d5"}.bx-bible:before{content:"\e9d6"}.bx-bitcoin:before{content:"\e9d7"}.bx-blanket:before{content:"\e9d8"}.bx-block:before{content:"\e9d9"}.bx-bluetooth:before{content:"\e9da"}.bx-body:before{content:"\e9db"}.bx-bold:before{content:"\e9dc"}.bx-bolt-circle:before{content:"\e9dd"}.bx-bomb:before{content:"\e9de"}.bx-bone:before{content:"\e9df"}.bx-bong:before{content:"\e9e0"}.bx-book:before{content:"\e9e1"}.bx-book-add:before{content:"\e9e2"}.bx-book-alt:before{content:"\e9e3"}.bx-book-bookmark:before{content:"\e9e4"}.bx-book-content:before{content:"\e9e5"}.bx-book-heart:before{content:"\e9e6"}.bx-bookmark:before{content:"\e9e7"}.bx-bookmark-alt:before{content:"\e9e8"}.bx-bookmark-alt-minus:before{content:"\e9e9"}.bx-bookmark-alt-plus:before{content:"\e9ea"}.bx-bookmark-heart:before{content:"\e9eb"}.bx-bookmark-minus:before{content:"\e9ec"}.bx-bookmark-plus:before{content:"\e9ed"}.bx-bookmarks:before{content:"\e9ee"}.bx-book-open:before{content:"\e9ef"}.bx-book-reader:before{content:"\e9f0"}.bx-border-all:before{content:"\e9f1"}.bx-border-bottom:before{content:"\e9f2"}.bx-border-inner:before{content:"\e9f3"}.bx-border-left:before{content:"\e9f4"}.bx-border-none:before{content:"\e9f5"}.bx-border-outer:before{content:"\e9f6"}.bx-border-radius:before{content:"\e9f7"}.bx-border-right:before{content:"\e9f8"}.bx-border-top:before{content:"\e9f9"}.bx-bot:before{content:"\e9fa"}.bx-bowling-ball:before{content:"\e9fb"}.bx-box:before{content:"\e9fc"}.bx-bracket:before{content:"\e9fd"}.bx-braille:before{content:"\e9fe"}.bx-brain:before{content:"\e9ff"}.bx-briefcase:before{content:"\ea00"}.bx-briefcase-alt:before{content:"\ea01"}.bx-briefcase-alt-2:before{content:"\ea02"}.bx-brightness:before{content:"\ea03"}.bx-brightness-half:before{content:"\ea04"}.bx-broadcast:before{content:"\ea05"}.bx-brush:before{content:"\ea06"}.bx-brush-alt:before{content:"\ea07"}.bx-bug:before{content:"\ea08"}.bx-bug-alt:before{content:"\ea09"}.bx-building:before{content:"\ea0a"}.bx-building-house:before{content:"\ea0b"}.bx-buildings:before{content:"\ea0c"}.bx-bulb:before{content:"\ea0d"}.bx-bullseye:before{content:"\ea0e"}.bx-buoy:before{content:"\ea0f"}.bx-bus:before{content:"\ea10"}.bx-bus-school:before{content:"\ea11"}.bx-cabinet:before{content:"\ea12"}.bx-cake:before{content:"\ea13"}.bx-calculator:before{content:"\ea14"}.bx-calendar:before{content:"\ea15"}.bx-calendar-alt:before{content:"\ea16"}.bx-calendar-check:before{content:"\ea17"}.bx-calendar-edit:before{content:"\ea18"}.bx-calendar-event:before{content:"\ea19"}.bx-calendar-exclamation:before{content:"\ea1a"}.bx-calendar-heart:before{content:"\ea1b"}.bx-calendar-minus:before{content:"\ea1c"}.bx-calendar-plus:before{content:"\ea1d"}.bx-calendar-star:before{content:"\ea1e"}.bx-calendar-week:before{content:"\ea1f"}.bx-calendar-x:before{content:"\ea20"}.bx-camera:before{content:"\ea21"}.bx-camera-home:before{content:"\ea22"}.bx-camera-movie:before{content:"\ea23"}.bx-camera-off:before{content:"\ea24"}.bx-capsule:before{content:"\ea25"}.bx-captions:before{content:"\ea26"}.bx-car:before{content:"\ea27"}.bx-card:before{content:"\ea28"}.bx-caret-down:before{content:"\ea29"}.bx-caret-down-circle:before{content:"\ea2a"}.bx-caret-down-square:before{content:"\ea2b"}.bx-caret-left:before{content:"\ea2c"}.bx-caret-left-circle:before{content:"\ea2d"}.bx-caret-left-square:before{content:"\ea2e"}.bx-caret-right:before{content:"\ea2f"}.bx-caret-right-circle:before{content:"\ea30"}.bx-caret-right-square:before{content:"\ea31"}.bx-caret-up:before{content:"\ea32"}.bx-caret-up-circle:before{content:"\ea33"}.bx-caret-up-square:before{content:"\ea34"}.bx-carousel:before{content:"\ea35"}.bx-cart:before{content:"\ea36"}.bx-cart-alt:before{content:"\ea37"}.bx-cast:before{content:"\ea38"}.bx-category:before{content:"\ea39"}.bx-category-alt:before{content:"\ea3a"}.bx-cctv:before{content:"\ea3b"}.bx-certification:before{content:"\ea3c"}.bx-chair:before{content:"\ea3d"}.bx-chalkboard:before{content:"\ea3e"}.bx-chart:before{content:"\ea3f"}.bx-chat:before{content:"\ea40"}.bx-check:before{content:"\ea41"}.bx-checkbox:before{content:"\ea42"}.bx-checkbox-checked:before{content:"\ea43"}.bx-checkbox-minus:before{content:"\ea44"}.bx-checkbox-square:before{content:"\ea45"}.bx-check-circle:before{content:"\ea46"}.bx-check-double:before{content:"\ea47"}.bx-check-shield:before{content:"\ea48"}.bx-check-square:before{content:"\ea49"}.bx-chevron-down:before{content:"\ea4a"}.bx-chevron-down-circle:before{content:"\ea4b"}.bx-chevron-down-square:before{content:"\ea4c"}.bx-chevron-left:before{content:"\ea4d"}.bx-chevron-left-circle:before{content:"\ea4e"}.bx-chevron-left-square:before{content:"\ea4f"}.bx-chevron-right:before{content:"\ea50"}.bx-chevron-right-circle:before{content:"\ea51"}.bx-chevron-right-square:before{content:"\ea52"}.bx-chevrons-down:before{content:"\ea53"}.bx-chevrons-left:before{content:"\ea54"}.bx-chevrons-right:before{content:"\ea55"}.bx-chevrons-up:before{content:"\ea56"}.bx-chevron-up:before{content:"\ea57"}.bx-chevron-up-circle:before{content:"\ea58"}.bx-chevron-up-square:before{content:"\ea59"}.bx-chip:before{content:"\ea5a"}.bx-church:before{content:"\ea5b"}.bx-circle:before{content:"\ea5c"}.bx-clinic:before{content:"\ea5d"}.bx-clipboard:before{content:"\ea5e"}.bx-closet:before{content:"\ea5f"}.bx-cloud:before{content:"\ea60"}.bx-cloud-download:before{content:"\ea61"}.bx-cloud-drizzle:before{content:"\ea62"}.bx-cloud-lightning:before{content:"\ea63"}.bx-cloud-light-rain:before{content:"\ea64"}.bx-cloud-rain:before{content:"\ea65"}.bx-cloud-snow:before{content:"\ea66"}.bx-cloud-upload:before{content:"\ea67"}.bx-code:before{content:"\ea68"}.bx-code-alt:before{content:"\ea69"}.bx-code-block:before{content:"\ea6a"}.bx-code-curly:before{content:"\ea6b"}.bx-coffee:before{content:"\ea6c"}.bx-coffee-togo:before{content:"\ea6d"}.bx-cog:before{content:"\ea6e"}.bx-coin:before{content:"\ea6f"}.bx-coin-stack:before{content:"\ea70"}.bx-collapse:before{content:"\ea71"}.bx-collection:before{content:"\ea72"}.bx-color-fill:before{content:"\ea73"}.bx-columns:before{content:"\ea74"}.bx-command:before{content:"\ea75"}.bx-comment:before{content:"\ea76"}.bx-comment-add:before{content:"\ea77"}.bx-comment-check:before{content:"\ea78"}.bx-comment-detail:before{content:"\ea79"}.bx-comment-dots:before{content:"\ea7a"}.bx-comment-edit:before{content:"\ea7b"}.bx-comment-error:before{content:"\ea7c"}.bx-comment-minus:before{content:"\ea7d"}.bx-comment-x:before{content:"\ea7e"}.bx-compass:before{content:"\ea7f"}.bx-confused:before{content:"\ea80"}.bx-conversation:before{content:"\ea81"}.bx-cookie:before{content:"\ea82"}.bx-cool:before{content:"\ea83"}.bx-copy:before{content:"\ea84"}.bx-copy-alt:before{content:"\ea85"}.bx-copyright:before{content:"\ea86"}.bx-credit-card:before{content:"\ea87"}.bx-credit-card-alt:before{content:"\ea88"}.bx-credit-card-front:before{content:"\ea89"}.bx-crop:before{content:"\ea8a"}.bx-crosshair:before{content:"\ea8b"}.bx-crown:before{content:"\ea8c"}.bx-cube:before{content:"\ea8d"}.bx-cube-alt:before{content:"\ea8e"}.bx-cuboid:before{content:"\ea8f"}.bx-current-location:before{content:"\ea90"}.bx-customize:before{content:"\ea91"}.bx-cut:before{content:"\ea92"}.bx-cycling:before{content:"\ea93"}.bx-cylinder:before{content:"\ea94"}.bx-data:before{content:"\ea95"}.bx-desktop:before{content:"\ea96"}.bx-detail:before{content:"\ea97"}.bx-devices:before{content:"\ea98"}.bx-dialpad:before{content:"\ea99"}.bx-dialpad-alt:before{content:"\ea9a"}.bx-diamond:before{content:"\ea9b"}.bx-dice-1:before{content:"\ea9c"}.bx-dice-2:before{content:"\ea9d"}.bx-dice-3:before{content:"\ea9e"}.bx-dice-4:before{content:"\ea9f"}.bx-dice-5:before{content:"\eaa0"}.bx-dice-6:before{content:"\eaa1"}.bx-directions:before{content:"\eaa2"}.bx-disc:before{content:"\eaa3"}.bx-dish:before{content:"\eaa4"}.bx-dislike:before{content:"\eaa5"}.bx-dizzy:before{content:"\eaa6"}.bx-dna:before{content:"\eaa7"}.bx-dock-bottom:before{content:"\eaa8"}.bx-dock-left:before{content:"\eaa9"}.bx-dock-right:before{content:"\eaaa"}.bx-dock-top:before{content:"\eaab"}.bx-dollar:before{content:"\eaac"}.bx-dollar-circle:before{content:"\eaad"}.bx-donate-blood:before{content:"\eaae"}.bx-donate-heart:before{content:"\eaaf"}.bx-door-open:before{content:"\eab0"}.bx-dots-horizontal:before{content:"\eab1"}.bx-dots-horizontal-rounded:before{content:"\eab2"}.bx-dots-vertical:before{content:"\eab3"}.bx-dots-vertical-rounded:before{content:"\eab4"}.bx-doughnut-chart:before{content:"\eab5"}.bx-down-arrow:before{content:"\eab6"}.bx-down-arrow-alt:before{content:"\eab7"}.bx-down-arrow-circle:before{content:"\eab8"}.bx-download:before{content:"\eab9"}.bx-downvote:before{content:"\eaba"}.bx-drink:before{content:"\eabb"}.bx-droplet:before{content:"\eabc"}.bx-dumbbell:before{content:"\eabd"}.bx-duplicate:before{content:"\eabe"}.bx-edit:before{content:"\eabf"}.bx-edit-alt:before{content:"\eac0"}.bx-envelope:before{content:"\eac1"}.bx-envelope-open:before{content:"\eac2"}.bx-equalizer:before{content:"\eac3"}.bx-eraser:before{content:"\eac4"}.bx-error:before{content:"\eac5"}.bx-error-alt:before{content:"\eac6"}.bx-error-circle:before{content:"\eac7"}.bx-euro:before{content:"\eac8"}.bx-exclude:before{content:"\eac9"}.bx-exit:before{content:"\eaca"}.bx-exit-fullscreen:before{content:"\eacb"}.bx-expand:before{content:"\eacc"}.bx-expand-alt:before{content:"\eacd"}.bx-export:before{content:"\eace"}.bx-extension:before{content:"\eacf"}.bx-face:before{content:"\ead0"}.bx-fast-forward:before{content:"\ead1"}.bx-fast-forward-circle:before{content:"\ead2"}.bx-female:before{content:"\ead3"}.bx-female-sign:before{content:"\ead4"}.bx-file:before{content:"\ead5"}.bx-file-blank:before{content:"\ead6"}.bx-file-find:before{content:"\ead7"}.bx-film:before{content:"\ead8"}.bx-filter:before{content:"\ead9"}.bx-filter-alt:before{content:"\eada"}.bx-fingerprint:before{content:"\eadb"}.bx-first-aid:before{content:"\eadc"}.bx-first-page:before{content:"\eadd"}.bx-flag:before{content:"\eade"}.bx-folder:before{content:"\eadf"}.bx-folder-minus:before{content:"\eae0"}.bx-folder-open:before{content:"\eae1"}.bx-folder-plus:before{content:"\eae2"}.bx-font:before{content:"\eae3"}.bx-font-color:before{content:"\eae4"}.bx-font-family:before{content:"\eae5"}.bx-font-size:before{content:"\eae6"}.bx-food-menu:before{content:"\eae7"}.bx-food-tag:before{content:"\eae8"}.bx-football:before{content:"\eae9"}.bx-fridge:before{content:"\eaea"}.bx-fullscreen:before{content:"\eaeb"}.bx-game:before{content:"\eaec"}.bx-gas-pump:before{content:"\eaed"}.bx-ghost:before{content:"\eaee"}.bx-gift:before{content:"\eaef"}.bx-git-branch:before{content:"\eaf0"}.bx-git-commit:before{content:"\eaf1"}.bx-git-compare:before{content:"\eaf2"}.bx-git-merge:before{content:"\eaf3"}.bx-git-pull-request:before{content:"\eaf4"}.bx-git-repo-forked:before{content:"\eaf5"}.bx-glasses:before{content:"\eaf6"}.bx-glasses-alt:before{content:"\eaf7"}.bx-globe:before{content:"\eaf8"}.bx-globe-alt:before{content:"\eaf9"}.bx-grid:before{content:"\eafa"}.bx-grid-alt:before{content:"\eafb"}.bx-grid-horizontal:before{content:"\eafc"}.bx-grid-small:before{content:"\eafd"}.bx-grid-vertical:before{content:"\eafe"}.bx-group:before{content:"\eaff"}.bx-handicap:before{content:"\eb00"}.bx-happy:before{content:"\eb01"}.bx-happy-alt:before{content:"\eb02"}.bx-happy-beaming:before{content:"\eb03"}.bx-happy-heart-eyes:before{content:"\eb04"}.bx-hash:before{content:"\eb05"}.bx-hdd:before{content:"\eb06"}.bx-heading:before{content:"\eb07"}.bx-headphone:before{content:"\eb08"}.bx-health:before{content:"\eb09"}.bx-heart:before{content:"\eb0a"}.bx-heart-circle:before{content:"\eb0b"}.bx-heart-square:before{content:"\eb0c"}.bx-help-circle:before{content:"\eb0d"}.bx-hide:before{content:"\eb0e"}.bx-highlight:before{content:"\eb0f"}.bx-history:before{content:"\eb10"}.bx-hive:before{content:"\eb11"}.bx-home:before{content:"\eb12"}.bx-home-alt:before{content:"\eb13"}.bx-home-circle:before{content:"\eb14"}.bx-home-heart:before{content:"\eb15"}.bx-home-smile:before{content:"\eb16"}.bx-horizontal-center:before{content:"\eb17"}.bx-hotel:before{content:"\eb18"}.bx-hourglass:before{content:"\eb19"}.bx-id-card:before{content:"\eb1a"}.bx-image:before{content:"\eb1b"}.bx-image-add:before{content:"\eb1c"}.bx-image-alt:before{content:"\eb1d"}.bx-images:before{content:"\eb1e"}.bx-import:before{content:"\eb1f"}.bx-infinite:before{content:"\eb20"}.bx-info-circle:before{content:"\eb21"}.bx-info-square:before{content:"\eb22"}.bx-intersect:before{content:"\eb23"}.bx-italic:before{content:"\eb24"}.bx-joystick:before{content:"\eb25"}.bx-joystick-alt:before{content:"\eb26"}.bx-joystick-button:before{content:"\eb27"}.bx-key:before{content:"\eb28"}.bx-label:before{content:"\eb29"}.bx-landscape:before{content:"\eb2a"}.bx-laptop:before{content:"\eb2b"}.bx-last-page:before{content:"\eb2c"}.bx-laugh:before{content:"\eb2d"}.bx-layer:before{content:"\eb2e"}.bx-layer-minus:before{content:"\eb2f"}.bx-layer-plus:before{content:"\eb30"}.bx-layout:before{content:"\eb31"}.bx-left-arrow:before{content:"\eb32"}.bx-left-arrow-alt:before{content:"\eb33"}.bx-left-arrow-circle:before{content:"\eb34"}.bx-left-down-arrow-circle:before{content:"\eb35"}.bx-left-indent:before{content:"\eb36"}.bx-left-top-arrow-circle:before{content:"\eb37"}.bx-library:before{content:"\eb38"}.bx-like:before{content:"\eb39"}.bx-line-chart:before{content:"\eb3a"}.bx-line-chart-down:before{content:"\eb3b"}.bx-link:before{content:"\eb3c"}.bx-link-alt:before{content:"\eb3d"}.bx-link-external:before{content:"\eb3e"}.bx-lira:before{content:"\eb3f"}.bx-list-check:before{content:"\eb40"}.bx-list-minus:before{content:"\eb41"}.bx-list-ol:before{content:"\eb42"}.bx-list-plus:before{content:"\eb43"}.bx-list-ul:before{content:"\eb44"}.bx-loader:before{content:"\eb45"}.bx-loader-alt:before{content:"\eb46"}.bx-loader-circle:before{content:"\eb47"}.bx-location-plus:before{content:"\eb48"}.bx-lock:before{content:"\eb49"}.bx-lock-alt:before{content:"\eb4a"}.bx-lock-open:before{content:"\eb4b"}.bx-lock-open-alt:before{content:"\eb4c"}.bx-log-in:before{content:"\eb4d"}.bx-log-in-circle:before{content:"\eb4e"}.bx-log-out:before{content:"\eb4f"}.bx-log-out-circle:before{content:"\eb50"}.bx-low-vision:before{content:"\eb51"}.bx-magnet:before{content:"\eb52"}.bx-mail-send:before{content:"\eb53"}.bx-male:before{content:"\eb54"}.bx-male-sign:before{content:"\eb55"}.bx-map:before{content:"\eb56"}.bx-map-alt:before{content:"\eb57"}.bx-map-pin:before{content:"\eb58"}.bx-mask:before{content:"\eb59"}.bx-medal:before{content:"\eb5a"}.bx-meh:before{content:"\eb5b"}.bx-meh-alt:before{content:"\eb5c"}.bx-meh-blank:before{content:"\eb5d"}.bx-memory-card:before{content:"\eb5e"}.bx-menu:before{content:"\eb5f"}.bx-menu-alt-left:before{content:"\ef5b"}.bx-menu-alt-right:before{content:"\eb61"}.bx-merge:before{content:"\eb62"}.bx-message:before{content:"\eb63"}.bx-message-add:before{content:"\eb64"}.bx-message-alt:before{content:"\eb65"}.bx-message-alt-add:before{content:"\eb66"}.bx-message-alt-check:before{content:"\eb67"}.bx-message-alt-detail:before{content:"\eb68"}.bx-message-alt-dots:before{content:"\eb69"}.bx-message-alt-edit:before{content:"\eb6a"}.bx-message-alt-error:before{content:"\eb6b"}.bx-message-alt-minus:before{content:"\eb6c"}.bx-message-alt-x:before{content:"\eb6d"}.bx-message-check:before{content:"\eb6e"}.bx-message-detail:before{content:"\eb6f"}.bx-message-dots:before{content:"\eb70"}.bx-message-edit:before{content:"\eb71"}.bx-message-error:before{content:"\eb72"}.bx-message-minus:before{content:"\eb73"}.bx-message-rounded:before{content:"\eb74"}.bx-message-rounded-add:before{content:"\eb75"}.bx-message-rounded-check:before{content:"\eb76"}.bx-message-rounded-detail:before{content:"\eb77"}.bx-message-rounded-dots:before{content:"\eb78"}.bx-message-rounded-edit:before{content:"\ef5c"}.bx-message-rounded-error:before{content:"\eb7a"}.bx-message-rounded-minus:before{content:"\eb7b"}.bx-message-rounded-x:before{content:"\eb7c"}.bx-message-square:before{content:"\eb7d"}.bx-message-square-add:before{content:"\eb7e"}.bx-message-square-check:before{content:"\eb7f"}.bx-message-square-detail:before{content:"\eb80"}.bx-message-square-dots:before{content:"\eb81"}.bx-message-square-edit:before{content:"\eb82"}.bx-message-square-error:before{content:"\eb83"}.bx-message-square-minus:before{content:"\eb84"}.bx-message-square-x:before{content:"\eb85"}.bx-message-x:before{content:"\eb86"}.bx-meteor:before{content:"\eb87"}.bx-microchip:before{content:"\eb88"}.bx-microphone:before{content:"\eb89"}.bx-microphone-off:before{content:"\eb8a"}.bx-minus:before{content:"\eb8b"}.bx-minus-back:before{content:"\eb8c"}.bx-minus-circle:before{content:"\eb8d"}.bx-minus-front:before{content:"\eb8e"}.bx-mobile:before{content:"\eb8f"}.bx-mobile-alt:before{content:"\eb90"}.bx-mobile-landscape:before{content:"\eb91"}.bx-mobile-vibration:before{content:"\ef5d"}.bx-money:before{content:"\eb93"}.bx-moon:before{content:"\eb94"}.bx-mouse:before{content:"\eb95"}.bx-mouse-alt:before{content:"\eb96"}.bx-move:before{content:"\eb97"}.bx-move-horizontal:before{content:"\eb98"}.bx-move-vertical:before{content:"\eb99"}.bx-movie:before{content:"\eb9a"}.bx-movie-play:before{content:"\eb9b"}.bx-music:before{content:"\eb9c"}.bx-navigation:before{content:"\eb9d"}.bx-network-chart:before{content:"\eb9e"}.bx-news:before{content:"\eb9f"}.bx-no-entry:before{content:"\eba0"}.bx-note:before{content:"\eba1"}.bx-notepad:before{content:"\eba2"}.bx-notification:before{content:"\eba3"}.bx-notification-off:before{content:"\eba4"}.bx-outline:before{content:"\eba5"}.bx-package:before{content:"\eba6"}.bx-paint:before{content:"\eba7"}.bx-paint-roll:before{content:"\eba8"}.bx-palette:before{content:"\eba9"}.bx-paperclip:before{content:"\ebaa"}.bx-paper-plane:before{content:"\ef61"}.bx-paragraph:before{content:"\ebac"}.bx-paste:before{content:"\ebad"}.bx-pause:before{content:"\ebae"}.bx-pause-circle:before{content:"\ebaf"}.bx-pen:before{content:"\ebb0"}.bx-pencil:before{content:"\ebb1"}.bx-phone:before{content:"\ebb2"}.bx-phone-call:before{content:"\ebb3"}.bx-phone-incoming:before{content:"\ebb4"}.bx-phone-off:before{content:"\ebb5"}.bx-phone-outgoing:before{content:"\ebb6"}.bx-photo-album:before{content:"\ebb7"}.bx-pie-chart:before{content:"\ebb8"}.bx-pie-chart-alt:before{content:"\ebb9"}.bx-pie-chart-alt-2:before{content:"\ebba"}.bx-pin:before{content:"\ebbb"}.bx-planet:before{content:"\ebbc"}.bx-play:before{content:"\ebbd"}.bx-play-circle:before{content:"\ebbe"}.bx-plug:before{content:"\ebbf"}.bx-plus:before{content:"\ebc0"}.bx-plus-circle:before{content:"\ebc1"}.bx-plus-medical:before{content:"\ebc2"}.bx-podcast:before{content:"\ebc3"}.bx-pointer:before{content:"\ef5e"}.bx-poll:before{content:"\ebc5"}.bx-polygon:before{content:"\ebc6"}.bx-pound:before{content:"\ebc7"}.bx-power-off:before{content:"\ebc8"}.bx-printer:before{content:"\ebc9"}.bx-pulse:before{content:"\ebca"}.bx-purchase-tag:before{content:"\ebcb"}.bx-purchase-tag-alt:before{content:"\ebcc"}.bx-pyramid:before{content:"\ebcd"}.bx-qr:before{content:"\ebce"}.bx-qr-scan:before{content:"\ebcf"}.bx-question-mark:before{content:"\ebd0"}.bx-radar:before{content:"\ebd1"}.bx-radio:before{content:"\ebd2"}.bx-radio-circle:before{content:"\ebd3"}.bx-radio-circle-marked:before{content:"\ebd4"}.bx-receipt:before{content:"\ebd5"}.bx-rectangle:before{content:"\ebd6"}.bx-recycle:before{content:"\ebd7"}.bx-redo:before{content:"\ebd8"}.bx-refresh:before{content:"\ebd9"}.bx-registered:before{content:"\ebda"}.bx-rename:before{content:"\ebdb"}.bx-repeat:before{content:"\ebdc"}.bx-reply:before{content:"\ef5f"}.bx-reply-all:before{content:"\ebde"}.bx-repost:before{content:"\ebdf"}.bx-reset:before{content:"\ebe0"}.bx-restaurant:before{content:"\ebe1"}.bx-revision:before{content:"\ebe2"}.bx-rewind:before{content:"\ebe3"}.bx-rewind-circle:before{content:"\ebe4"}.bx-right-arrow:before{content:"\ebe5"}.bx-right-arrow-alt:before{content:"\ebe6"}.bx-right-arrow-circle:before{content:"\ebe7"}.bx-right-down-arrow-circle:before{content:"\ebe8"}.bx-right-indent:before{content:"\ebe9"}.bx-right-top-arrow-circle:before{content:"\ebea"}.bx-rocket:before{content:"\ebeb"}.bx-rotate-left:before{content:"\ebec"}.bx-rotate-right:before{content:"\ebed"}.bx-rss:before{content:"\ebee"}.bx-ruble:before{content:"\ebef"}.bx-ruler:before{content:"\ebf0"}.bx-run:before{content:"\ebf1"}.bx-rupee:before{content:"\ebf2"}.bx-sad:before{content:"\ebf3"}.bx-save:before{content:"\ebf4"}.bx-scan:before{content:"\ebf5"}.bx-screenshot:before{content:"\ef60"}.bx-search:before{content:"\ebf7"}.bx-search-alt:before{content:"\ebf8"}.bx-search-alt-2:before{content:"\ebf9"}.bx-selection:before{content:"\ebfa"}.bx-select-multiple:before{content:"\ebfb"}.bx-send:before{content:"\ebfc"}.bx-server:before{content:"\ebfd"}.bx-shape-circle:before{content:"\ebfe"}.bx-shape-polygon:before{content:"\ebff"}.bx-shape-square:before{content:"\ec00"}.bx-shape-triangle:before{content:"\ec01"}.bx-share:before{content:"\ec02"}.bx-share-alt:before{content:"\ec03"}.bx-shekel:before{content:"\ec04"}.bx-shield:before{content:"\ec05"}.bx-shield-alt:before{content:"\ec06"}.bx-shield-alt-2:before{content:"\ec07"}.bx-shield-quarter:before{content:"\ec08"}.bx-shield-x:before{content:"\ec09"}.bx-shocked:before{content:"\ec0a"}.bx-shopping-bag:before{content:"\ec0b"}.bx-show:before{content:"\ec0c"}.bx-show-alt:before{content:"\ec0d"}.bx-shuffle:before{content:"\ec0e"}.bx-sidebar:before{content:"\ec0f"}.bx-sitemap:before{content:"\ec10"}.bx-skip-next:before{content:"\ec11"}.bx-skip-next-circle:before{content:"\ec12"}.bx-skip-previous:before{content:"\ec13"}.bx-skip-previous-circle:before{content:"\ec14"}.bx-sleepy:before{content:"\ec15"}.bx-slider:before{content:"\ec16"}.bx-slider-alt:before{content:"\ec17"}.bx-slideshow:before{content:"\ec18"}.bx-smile:before{content:"\ec19"}.bx-sort:before{content:"\ec1a"}.bx-sort-alt-2:before{content:"\ec1b"}.bx-sort-a-z:before{content:"\ec1c"}.bx-sort-down:before{content:"\ec1d"}.bx-sort-up:before{content:"\ec1e"}.bx-sort-z-a:before{content:"\ec1f"}.bx-spa:before{content:"\ec20"}.bx-space-bar:before{content:"\ec21"}.bx-speaker:before{content:"\ec22"}.bx-spray-can:before{content:"\ec23"}.bx-spreadsheet:before{content:"\ec24"}.bx-square:before{content:"\ec25"}.bx-square-rounded:before{content:"\ec26"}.bx-star:before{content:"\ec27"}.bx-station:before{content:"\ec28"}.bx-stats:before{content:"\ec29"}.bx-sticker:before{content:"\ec2a"}.bx-stop:before{content:"\ec2b"}.bx-stop-circle:before{content:"\ec2c"}.bx-stopwatch:before{content:"\ec2d"}.bx-store:before{content:"\ec2e"}.bx-store-alt:before{content:"\ec2f"}.bx-street-view:before{content:"\ec30"}.bx-strikethrough:before{content:"\ec31"}.bx-subdirectory-left:before{content:"\ec32"}.bx-subdirectory-right:before{content:"\ec33"}.bx-sun:before{content:"\ec34"}.bx-support:before{content:"\ec35"}.bx-swim:before{content:"\ec36"}.bx-sync:before{content:"\ec37"}.bx-tab:before{content:"\ec38"}.bx-table:before{content:"\ec39"}.bx-tachometer:before{content:"\ec3a"}.bx-tag:before{content:"\ec3b"}.bx-tag-alt:before{content:"\ec3c"}.bx-target-lock:before{content:"\ec3d"}.bx-task:before{content:"\ec3e"}.bx-task-x:before{content:"\ec3f"}.bx-taxi:before{content:"\ec40"}.bx-tennis-ball:before{content:"\ec41"}.bx-terminal:before{content:"\ec42"}.bx-test-tube:before{content:"\ec43"}.bx-text:before{content:"\ec44"}.bx-time:before{content:"\ec45"}.bx-time-five:before{content:"\ec46"}.bx-timer:before{content:"\ec47"}.bx-tired:before{content:"\ec48"}.bx-toggle-left:before{content:"\ec49"}.bx-toggle-right:before{content:"\ec4a"}.bx-tone:before{content:"\ec4b"}.bx-traffic-cone:before{content:"\ec4c"}.bx-train:before{content:"\ec4d"}.bx-transfer:before{content:"\ec4e"}.bx-transfer-alt:before{content:"\ec4f"}.bx-trash:before{content:"\ec50"}.bx-trash-alt:before{content:"\ec51"}.bx-trending-down:before{content:"\ec52"}.bx-trending-up:before{content:"\ec53"}.bx-trim:before{content:"\ec54"}.bx-trip:before{content:"\ec55"}.bx-trophy:before{content:"\ec56"}.bx-tv:before{content:"\ec57"}.bx-underline:before{content:"\ec58"}.bx-undo:before{content:"\ec59"}.bx-unite:before{content:"\ec5a"}.bx-unlink:before{content:"\ec5b"}.bx-up-arrow:before{content:"\ec5c"}.bx-up-arrow-alt:before{content:"\ec5d"}.bx-up-arrow-circle:before{content:"\ec5e"}.bx-upload:before{content:"\ec5f"}.bx-upside-down:before{content:"\ec60"}.bx-upvote:before{content:"\ec61"}.bx-usb:before{content:"\ec62"}.bx-user:before{content:"\ec63"}.bx-user-check:before{content:"\ec64"}.bx-user-circle:before{content:"\ec65"}.bx-user-minus:before{content:"\ec66"}.bx-user-pin:before{content:"\ec67"}.bx-user-plus:before{content:"\ec68"}.bx-user-voice:before{content:"\ec69"}.bx-user-x:before{content:"\ec6a"}.bx-vector:before{content:"\ec6b"}.bx-vertical-center:before{content:"\ec6c"}.bx-vial:before{content:"\ec6d"}.bx-video:before{content:"\ec6e"}.bx-video-off:before{content:"\ec6f"}.bx-video-plus:before{content:"\ec70"}.bx-video-recording:before{content:"\ec71"}.bx-voicemail:before{content:"\ec72"}.bx-volume:before{content:"\ec73"}.bx-volume-full:before{content:"\ec74"}.bx-volume-low:before{content:"\ec75"}.bx-volume-mute:before{content:"\ec76"}.bx-walk:before{content:"\ec77"}.bx-wallet:before{content:"\ec78"}.bx-wallet-alt:before{content:"\ec79"}.bx-water:before{content:"\ec7a"}.bx-webcam:before{content:"\ec7b"}.bx-wifi:before{content:"\ec7c"}.bx-wifi-0:before{content:"\ec7d"}.bx-wifi-1:before{content:"\ec7e"}.bx-wifi-2:before{content:"\ec7f"}.bx-wifi-off:before{content:"\ec80"}.bx-wind:before{content:"\ec81"}.bx-window:before{content:"\ec82"}.bx-window-alt:before{content:"\ec83"}.bx-window-close:before{content:"\ec84"}.bx-window-open:before{content:"\ec85"}.bx-windows:before{content:"\ec86"}.bx-wine:before{content:"\ec87"}.bx-wink-smile:before{content:"\ec88"}.bx-wink-tongue:before{content:"\ec89"}.bx-won:before{content:"\ec8a"}.bx-world:before{content:"\ec8b"}.bx-wrench:before{content:"\ec8c"}.bx-x:before{content:"\ec8d"}.bx-x-circle:before{content:"\ec8e"}.bx-yen:before{content:"\ec8f"}.bx-zoom-in:before{content:"\ec90"}.bx-zoom-out:before{content:"\ec91"}.bxs-party:before{content:"\ec92"}.bxs-hot:before{content:"\ec93"}.bxs-droplet:before{content:"\ec94"}.bxs-cat:before{content:"\ec95"}.bxs-dog:before{content:"\ec96"}.bxs-injection:before{content:"\ec97"}.bxs-leaf:before{content:"\ec98"}.bxs-add-to-queue:before{content:"\ec99"}.bxs-adjust:before{content:"\ec9a"}.bxs-adjust-alt:before{content:"\ec9b"}.bxs-alarm:before{content:"\ec9c"}.bxs-alarm-add:before{content:"\ec9d"}.bxs-alarm-exclamation:before{content:"\ec9e"}.bxs-alarm-off:before{content:"\ec9f"}.bxs-alarm-snooze:before{content:"\eca0"}.bxs-album:before{content:"\eca1"}.bxs-ambulance:before{content:"\eca2"}.bxs-analyse:before{content:"\eca3"}.bxs-angry:before{content:"\eca4"}.bxs-arch:before{content:"\eca5"}.bxs-archive:before{content:"\eca6"}.bxs-archive-in:before{content:"\eca7"}.bxs-archive-out:before{content:"\eca8"}.bxs-area:before{content:"\eca9"}.bxs-arrow-from-bottom:before{content:"\ecaa"}.bxs-arrow-from-left:before{content:"\ecab"}.bxs-arrow-from-right:before{content:"\ecac"}.bxs-arrow-from-top:before{content:"\ecad"}.bxs-arrow-to-bottom:before{content:"\ecae"}.bxs-arrow-to-left:before{content:"\ecaf"}.bxs-arrow-to-right:before{content:"\ecb0"}.bxs-arrow-to-top:before{content:"\ecb1"}.bxs-award:before{content:"\ecb2"}.bxs-baby-carriage:before{content:"\ecb3"}.bxs-backpack:before{content:"\ecb4"}.bxs-badge:before{content:"\ecb5"}.bxs-badge-check:before{content:"\ecb6"}.bxs-badge-dollar:before{content:"\ecb7"}.bxs-ball:before{content:"\ecb8"}.bxs-band-aid:before{content:"\ecb9"}.bxs-bank:before{content:"\ecba"}.bxs-bar-chart-alt-2:before{content:"\ecbb"}.bxs-bar-chart-square:before{content:"\ecbc"}.bxs-barcode:before{content:"\ecbd"}.bxs-baseball:before{content:"\ecbe"}.bxs-basket:before{content:"\ecbf"}.bxs-basketball:before{content:"\ecc0"}.bxs-bath:before{content:"\ecc1"}.bxs-battery:before{content:"\ecc2"}.bxs-battery-charging:before{content:"\ecc3"}.bxs-battery-full:before{content:"\ecc4"}.bxs-battery-low:before{content:"\ecc5"}.bxs-bed:before{content:"\ecc6"}.bxs-been-here:before{content:"\ecc7"}.bxs-beer:before{content:"\ecc8"}.bxs-bell:before{content:"\ecc9"}.bxs-bell-minus:before{content:"\ecca"}.bxs-bell-off:before{content:"\eccb"}.bxs-bell-plus:before{content:"\eccc"}.bxs-bell-ring:before{content:"\eccd"}.bxs-bible:before{content:"\ecce"}.bxs-binoculars:before{content:"\eccf"}.bxs-blanket:before{content:"\ecd0"}.bxs-bolt:before{content:"\ecd1"}.bxs-bolt-circle:before{content:"\ecd2"}.bxs-bomb:before{content:"\ecd3"}.bxs-bone:before{content:"\ecd4"}.bxs-bong:before{content:"\ecd5"}.bxs-book:before{content:"\ecd6"}.bxs-book-add:before{content:"\ecd7"}.bxs-book-alt:before{content:"\ecd8"}.bxs-book-bookmark:before{content:"\ecd9"}.bxs-book-content:before{content:"\ecda"}.bxs-book-heart:before{content:"\ecdb"}.bxs-bookmark:before{content:"\ecdc"}.bxs-bookmark-alt:before{content:"\ecdd"}.bxs-bookmark-alt-minus:before{content:"\ecde"}.bxs-bookmark-alt-plus:before{content:"\ecdf"}.bxs-bookmark-heart:before{content:"\ece0"}.bxs-bookmark-minus:before{content:"\ece1"}.bxs-bookmark-plus:before{content:"\ece2"}.bxs-bookmarks:before{content:"\ece3"}.bxs-bookmark-star:before{content:"\ece4"}.bxs-book-open:before{content:"\ece5"}.bxs-book-reader:before{content:"\ece6"}.bxs-bot:before{content:"\ece7"}.bxs-bowling-ball:before{content:"\ece8"}.bxs-box:before{content:"\ece9"}.bxs-brain:before{content:"\ecea"}.bxs-briefcase:before{content:"\eceb"}.bxs-briefcase-alt:before{content:"\ecec"}.bxs-briefcase-alt-2:before{content:"\eced"}.bxs-brightness:before{content:"\ecee"}.bxs-brightness-half:before{content:"\ecef"}.bxs-brush:before{content:"\ecf0"}.bxs-brush-alt:before{content:"\ecf1"}.bxs-bug:before{content:"\ecf2"}.bxs-bug-alt:before{content:"\ecf3"}.bxs-building:before{content:"\ecf4"}.bxs-building-house:before{content:"\ecf5"}.bxs-buildings:before{content:"\ecf6"}.bxs-bulb:before{content:"\ecf7"}.bxs-bullseye:before{content:"\ecf8"}.bxs-buoy:before{content:"\ecf9"}.bxs-bus:before{content:"\ecfa"}.bxs-business:before{content:"\ecfb"}.bxs-bus-school:before{content:"\ecfc"}.bxs-cabinet:before{content:"\ecfd"}.bxs-cake:before{content:"\ecfe"}.bxs-calculator:before{content:"\ecff"}.bxs-calendar:before{content:"\ed00"}.bxs-calendar-alt:before{content:"\ed01"}.bxs-calendar-check:before{content:"\ed02"}.bxs-calendar-edit:before{content:"\ed03"}.bxs-calendar-event:before{content:"\ed04"}.bxs-calendar-exclamation:before{content:"\ed05"}.bxs-calendar-heart:before{content:"\ed06"}.bxs-calendar-minus:before{content:"\ed07"}.bxs-calendar-plus:before{content:"\ed08"}.bxs-calendar-star:before{content:"\ed09"}.bxs-calendar-week:before{content:"\ed0a"}.bxs-calendar-x:before{content:"\ed0b"}.bxs-camera:before{content:"\ed0c"}.bxs-camera-home:before{content:"\ed0d"}.bxs-camera-movie:before{content:"\ed0e"}.bxs-camera-off:before{content:"\ed0f"}.bxs-camera-plus:before{content:"\ed10"}.bxs-capsule:before{content:"\ed11"}.bxs-captions:before{content:"\ed12"}.bxs-car:before{content:"\ed13"}.bxs-car-battery:before{content:"\ed14"}.bxs-car-crash:before{content:"\ed15"}.bxs-card:before{content:"\ed16"}.bxs-caret-down-circle:before{content:"\ed17"}.bxs-caret-down-square:before{content:"\ed18"}.bxs-caret-left-circle:before{content:"\ed19"}.bxs-caret-left-square:before{content:"\ed1a"}.bxs-caret-right-circle:before{content:"\ed1b"}.bxs-caret-right-square:before{content:"\ed1c"}.bxs-caret-up-circle:before{content:"\ed1d"}.bxs-caret-up-square:before{content:"\ed1e"}.bxs-car-garage:before{content:"\ed1f"}.bxs-car-mechanic:before{content:"\ed20"}.bxs-carousel:before{content:"\ed21"}.bxs-cart:before{content:"\ed22"}.bxs-cart-add:before{content:"\ed23"}.bxs-cart-alt:before{content:"\ed24"}.bxs-cart-download:before{content:"\ed25"}.bxs-car-wash:before{content:"\ed26"}.bxs-category:before{content:"\ed27"}.bxs-category-alt:before{content:"\ed28"}.bxs-cctv:before{content:"\ed29"}.bxs-certification:before{content:"\ed2a"}.bxs-chalkboard:before{content:"\ed2b"}.bxs-chart:before{content:"\ed2c"}.bxs-chat:before{content:"\ed2d"}.bxs-checkbox:before{content:"\ed2e"}.bxs-checkbox-checked:before{content:"\ed2f"}.bxs-checkbox-minus:before{content:"\ed30"}.bxs-check-circle:before{content:"\ed31"}.bxs-check-shield:before{content:"\ed32"}.bxs-check-square:before{content:"\ed33"}.bxs-chess:before{content:"\ed34"}.bxs-chevron-down:before{content:"\ed35"}.bxs-chevron-down-circle:before{content:"\ed36"}.bxs-chevron-down-square:before{content:"\ed37"}.bxs-chevron-left:before{content:"\ed38"}.bxs-chevron-left-circle:before{content:"\ed39"}.bxs-chevron-left-square:before{content:"\ed3a"}.bxs-chevron-right:before{content:"\ed3b"}.bxs-chevron-right-circle:before{content:"\ed3c"}.bxs-chevron-right-square:before{content:"\ed3d"}.bxs-chevrons-down:before{content:"\ed3e"}.bxs-chevrons-left:before{content:"\ed3f"}.bxs-chevrons-right:before{content:"\ed40"}.bxs-chevrons-up:before{content:"\ed41"}.bxs-chevron-up:before{content:"\ed42"}.bxs-chevron-up-circle:before{content:"\ed43"}.bxs-chevron-up-square:before{content:"\ed44"}.bxs-chip:before{content:"\ed45"}.bxs-church:before{content:"\ed46"}.bxs-circle:before{content:"\ed47"}.bxs-city:before{content:"\ed48"}.bxs-clinic:before{content:"\ed49"}.bxs-cloud:before{content:"\ed4a"}.bxs-cloud-download:before{content:"\ed4b"}.bxs-cloud-lightning:before{content:"\ed4c"}.bxs-cloud-rain:before{content:"\ed4d"}.bxs-cloud-upload:before{content:"\ed4e"}.bxs-coffee:before{content:"\ed4f"}.bxs-coffee-alt:before{content:"\ed50"}.bxs-coffee-togo:before{content:"\ed51"}.bxs-cog:before{content:"\ed52"}.bxs-coin:before{content:"\ed53"}.bxs-coin-stack:before{content:"\ed54"}.bxs-collection:before{content:"\ed55"}.bxs-color-fill:before{content:"\ed56"}.bxs-comment:before{content:"\ed57"}.bxs-comment-add:before{content:"\ed58"}.bxs-comment-check:before{content:"\ed59"}.bxs-comment-detail:before{content:"\ed5a"}.bxs-comment-dots:before{content:"\ed5b"}.bxs-comment-edit:before{content:"\ed5c"}.bxs-comment-error:before{content:"\ed5d"}.bxs-comment-minus:before{content:"\ed5e"}.bxs-comment-x:before{content:"\ed5f"}.bxs-compass:before{content:"\ed60"}.bxs-component:before{content:"\ed61"}.bxs-confused:before{content:"\ed62"}.bxs-contact:before{content:"\ed63"}.bxs-conversation:before{content:"\ed64"}.bxs-cookie:before{content:"\ed65"}.bxs-cool:before{content:"\ed66"}.bxs-copy:before{content:"\ed67"}.bxs-copy-alt:before{content:"\ed68"}.bxs-copyright:before{content:"\ed69"}.bxs-coupon:before{content:"\ed6a"}.bxs-credit-card:before{content:"\ed6b"}.bxs-credit-card-alt:before{content:"\ed6c"}.bxs-credit-card-front:before{content:"\ed6d"}.bxs-crop:before{content:"\ed6e"}.bxs-crown:before{content:"\ed6f"}.bxs-cube:before{content:"\ed70"}.bxs-cube-alt:before{content:"\ed71"}.bxs-cuboid:before{content:"\ed72"}.bxs-customize:before{content:"\ed73"}.bxs-cylinder:before{content:"\ed74"}.bxs-dashboard:before{content:"\ed75"}.bxs-data:before{content:"\ed76"}.bxs-detail:before{content:"\ed77"}.bxs-devices:before{content:"\ed78"}.bxs-diamond:before{content:"\ed79"}.bxs-dice-1:before{content:"\ed7a"}.bxs-dice-2:before{content:"\ed7b"}.bxs-dice-3:before{content:"\ed7c"}.bxs-dice-4:before{content:"\ed7d"}.bxs-dice-5:before{content:"\ed7e"}.bxs-dice-6:before{content:"\ed7f"}.bxs-direction-left:before{content:"\ed80"}.bxs-direction-right:before{content:"\ed81"}.bxs-directions:before{content:"\ed82"}.bxs-disc:before{content:"\ed83"}.bxs-discount:before{content:"\ed84"}.bxs-dish:before{content:"\ed85"}.bxs-dislike:before{content:"\ed86"}.bxs-dizzy:before{content:"\ed87"}.bxs-dock-bottom:before{content:"\ed88"}.bxs-dock-left:before{content:"\ed89"}.bxs-dock-right:before{content:"\ed8a"}.bxs-dock-top:before{content:"\ed8b"}.bxs-dollar-circle:before{content:"\ed8c"}.bxs-donate-blood:before{content:"\ed8d"}.bxs-donate-heart:before{content:"\ed8e"}.bxs-door-open:before{content:"\ed8f"}.bxs-doughnut-chart:before{content:"\ed90"}.bxs-down-arrow:before{content:"\ed91"}.bxs-down-arrow-alt:before{content:"\ed92"}.bxs-down-arrow-circle:before{content:"\ed93"}.bxs-down-arrow-square:before{content:"\ed94"}.bxs-download:before{content:"\ed95"}.bxs-downvote:before{content:"\ed96"}.bxs-drink:before{content:"\ed97"}.bxs-droplet-half:before{content:"\ed98"}.bxs-dryer:before{content:"\ed99"}.bxs-duplicate:before{content:"\ed9a"}.bxs-edit:before{content:"\ed9b"}.bxs-edit-alt:before{content:"\ed9c"}.bxs-edit-location:before{content:"\ed9d"}.bxs-eject:before{content:"\ed9e"}.bxs-envelope:before{content:"\ed9f"}.bxs-envelope-open:before{content:"\eda0"}.bxs-eraser:before{content:"\eda1"}.bxs-error:before{content:"\eda2"}.bxs-error-alt:before{content:"\eda3"}.bxs-error-circle:before{content:"\eda4"}.bxs-ev-station:before{content:"\eda5"}.bxs-exit:before{content:"\eda6"}.bxs-extension:before{content:"\eda7"}.bxs-eyedropper:before{content:"\eda8"}.bxs-face:before{content:"\eda9"}.bxs-face-mask:before{content:"\edaa"}.bxs-factory:before{content:"\edab"}.bxs-fast-forward-circle:before{content:"\edac"}.bxs-file:before{content:"\edad"}.bxs-file-archive:before{content:"\edae"}.bxs-file-blank:before{content:"\edaf"}.bxs-file-css:before{content:"\edb0"}.bxs-file-doc:before{content:"\edb1"}.bxs-file-export:before{content:"\edb2"}.bxs-file-find:before{content:"\edb3"}.bxs-file-gif:before{content:"\edb4"}.bxs-file-html:before{content:"\edb5"}.bxs-file-image:before{content:"\edb6"}.bxs-file-import:before{content:"\edb7"}.bxs-file-jpg:before{content:"\edb8"}.bxs-file-js:before{content:"\edb9"}.bxs-file-json:before{content:"\edba"}.bxs-file-md:before{content:"\edbb"}.bxs-file-pdf:before{content:"\edbc"}.bxs-file-plus:before{content:"\edbd"}.bxs-file-png:before{content:"\edbe"}.bxs-file-txt:before{content:"\edbf"}.bxs-film:before{content:"\edc0"}.bxs-filter-alt:before{content:"\edc1"}.bxs-first-aid:before{content:"\edc2"}.bxs-flag:before{content:"\edc3"}.bxs-flag-alt:before{content:"\edc4"}.bxs-flag-checkered:before{content:"\edc5"}.bxs-flame:before{content:"\edc6"}.bxs-flask:before{content:"\edc7"}.bxs-florist:before{content:"\edc8"}.bxs-folder:before{content:"\edc9"}.bxs-folder-minus:before{content:"\edca"}.bxs-folder-open:before{content:"\edcb"}.bxs-folder-plus:before{content:"\edcc"}.bxs-food-menu:before{content:"\edcd"}.bxs-fridge:before{content:"\edce"}.bxs-game:before{content:"\edcf"}.bxs-gas-pump:before{content:"\edd0"}.bxs-ghost:before{content:"\edd1"}.bxs-gift:before{content:"\edd2"}.bxs-graduation:before{content:"\edd3"}.bxs-grid:before{content:"\edd4"}.bxs-grid-alt:before{content:"\edd5"}.bxs-group:before{content:"\edd6"}.bxs-guitar-amp:before{content:"\edd7"}.bxs-hand:before{content:"\edd8"}.bxs-hand-down:before{content:"\edd9"}.bxs-hand-left:before{content:"\edda"}.bxs-hand-right:before{content:"\eddb"}.bxs-hand-up:before{content:"\eddc"}.bxs-happy:before{content:"\eddd"}.bxs-happy-alt:before{content:"\edde"}.bxs-happy-beaming:before{content:"\eddf"}.bxs-happy-heart-eyes:before{content:"\ede0"}.bxs-hdd:before{content:"\ede1"}.bxs-heart:before{content:"\ede2"}.bxs-heart-circle:before{content:"\ede3"}.bxs-heart-square:before{content:"\ede4"}.bxs-help-circle:before{content:"\ede5"}.bxs-hide:before{content:"\ede6"}.bxs-home:before{content:"\ede7"}.bxs-home-circle:before{content:"\ede8"}.bxs-home-heart:before{content:"\ede9"}.bxs-home-smile:before{content:"\edea"}.bxs-hotel:before{content:"\edeb"}.bxs-hourglass:before{content:"\edec"}.bxs-hourglass-bottom:before{content:"\eded"}.bxs-hourglass-top:before{content:"\edee"}.bxs-id-card:before{content:"\edef"}.bxs-image:before{content:"\edf0"}.bxs-image-add:before{content:"\edf1"}.bxs-image-alt:before{content:"\edf2"}.bxs-inbox:before{content:"\edf3"}.bxs-info-circle:before{content:"\edf4"}.bxs-info-square:before{content:"\edf5"}.bxs-institution:before{content:"\edf6"}.bxs-joystick:before{content:"\edf7"}.bxs-joystick-alt:before{content:"\edf8"}.bxs-joystick-button:before{content:"\edf9"}.bxs-key:before{content:"\edfa"}.bxs-keyboard:before{content:"\edfb"}.bxs-label:before{content:"\edfc"}.bxs-landmark:before{content:"\edfd"}.bxs-landscape:before{content:"\edfe"}.bxs-laugh:before{content:"\edff"}.bxs-layer:before{content:"\ee00"}.bxs-layer-minus:before{content:"\ee01"}.bxs-layer-plus:before{content:"\ee02"}.bxs-layout:before{content:"\ee03"}.bxs-left-arrow:before{content:"\ee04"}.bxs-left-arrow-alt:before{content:"\ee05"}.bxs-left-arrow-circle:before{content:"\ee06"}.bxs-left-arrow-square:before{content:"\ee07"}.bxs-left-down-arrow-circle:before{content:"\ee08"}.bxs-left-top-arrow-circle:before{content:"\ee09"}.bxs-like:before{content:"\ee0a"}.bxs-location-plus:before{content:"\ee0b"}.bxs-lock:before{content:"\ee0c"}.bxs-lock-alt:before{content:"\ee0d"}.bxs-lock-open:before{content:"\ee0e"}.bxs-lock-open-alt:before{content:"\ee0f"}.bxs-log-in:before{content:"\ee10"}.bxs-log-in-circle:before{content:"\ee11"}.bxs-log-out:before{content:"\ee12"}.bxs-log-out-circle:before{content:"\ee13"}.bxs-low-vision:before{content:"\ee14"}.bxs-magic-wand:before{content:"\ee15"}.bxs-magnet:before{content:"\ee16"}.bxs-map:before{content:"\ee17"}.bxs-map-alt:before{content:"\ee18"}.bxs-map-pin:before{content:"\ee19"}.bxs-mask:before{content:"\ee1a"}.bxs-medal:before{content:"\ee1b"}.bxs-megaphone:before{content:"\ee1c"}.bxs-meh:before{content:"\ee1d"}.bxs-meh-alt:before{content:"\ee1e"}.bxs-meh-blank:before{content:"\ee1f"}.bxs-memory-card:before{content:"\ee20"}.bxs-message:before{content:"\ee21"}.bxs-message-add:before{content:"\ee22"}.bxs-message-alt:before{content:"\ee23"}.bxs-message-alt-add:before{content:"\ee24"}.bxs-message-alt-check:before{content:"\ee25"}.bxs-message-alt-detail:before{content:"\ee26"}.bxs-message-alt-dots:before{content:"\ee27"}.bxs-message-alt-edit:before{content:"\ee28"}.bxs-message-alt-error:before{content:"\ee29"}.bxs-message-alt-minus:before{content:"\ee2a"}.bxs-message-alt-x:before{content:"\ee2b"}.bxs-message-check:before{content:"\ee2c"}.bxs-message-detail:before{content:"\ee2d"}.bxs-message-dots:before{content:"\ee2e"}.bxs-message-edit:before{content:"\ee2f"}.bxs-message-error:before{content:"\ee30"}.bxs-message-minus:before{content:"\ee31"}.bxs-message-rounded:before{content:"\ee32"}.bxs-message-rounded-add:before{content:"\ee33"}.bxs-message-rounded-check:before{content:"\ee34"}.bxs-message-rounded-detail:before{content:"\ee35"}.bxs-message-rounded-dots:before{content:"\ee36"}.bxs-message-rounded-edit:before{content:"\ee37"}.bxs-message-rounded-error:before{content:"\ee38"}.bxs-message-rounded-minus:before{content:"\ee39"}.bxs-message-rounded-x:before{content:"\ee3a"}.bxs-message-square:before{content:"\ee3b"}.bxs-message-square-add:before{content:"\ee3c"}.bxs-message-square-check:before{content:"\ee3d"}.bxs-message-square-detail:before{content:"\ee3e"}.bxs-message-square-dots:before{content:"\ee3f"}.bxs-message-square-edit:before{content:"\ee40"}.bxs-message-square-error:before{content:"\ee41"}.bxs-message-square-minus:before{content:"\ee42"}.bxs-message-square-x:before{content:"\ee43"}.bxs-message-x:before{content:"\ee44"}.bxs-meteor:before{content:"\ee45"}.bxs-microchip:before{content:"\ee46"}.bxs-microphone:before{content:"\ee47"}.bxs-microphone-alt:before{content:"\ee48"}.bxs-microphone-off:before{content:"\ee49"}.bxs-minus-circle:before{content:"\ee4a"}.bxs-minus-square:before{content:"\ee4b"}.bxs-mobile:before{content:"\ee4c"}.bxs-mobile-vibration:before{content:"\ee4d"}.bxs-moon:before{content:"\ee4e"}.bxs-mouse:before{content:"\ee4f"}.bxs-mouse-alt:before{content:"\ee50"}.bxs-movie:before{content:"\ee51"}.bxs-movie-play:before{content:"\ee52"}.bxs-music:before{content:"\ee53"}.bxs-navigation:before{content:"\ee54"}.bxs-network-chart:before{content:"\ee55"}.bxs-news:before{content:"\ee56"}.bxs-no-entry:before{content:"\ee57"}.bxs-note:before{content:"\ee58"}.bxs-notepad:before{content:"\ee59"}.bxs-notification:before{content:"\ee5a"}.bxs-notification-off:before{content:"\ee5b"}.bxs-offer:before{content:"\ee5c"}.bxs-package:before{content:"\ee5d"}.bxs-paint:before{content:"\ee5e"}.bxs-paint-roll:before{content:"\ee5f"}.bxs-palette:before{content:"\ee60"}.bxs-paper-plane:before{content:"\ee61"}.bxs-parking:before{content:"\ee62"}.bxs-paste:before{content:"\ee63"}.bxs-pen:before{content:"\ee64"}.bxs-pencil:before{content:"\ee65"}.bxs-phone:before{content:"\ee66"}.bxs-phone-call:before{content:"\ee67"}.bxs-phone-incoming:before{content:"\ee68"}.bxs-phone-off:before{content:"\ee69"}.bxs-phone-outgoing:before{content:"\ee6a"}.bxs-photo-album:before{content:"\ee6b"}.bxs-piano:before{content:"\ee6c"}.bxs-pie-chart:before{content:"\ee6d"}.bxs-pie-chart-alt:before{content:"\ee6e"}.bxs-pie-chart-alt-2:before{content:"\ee6f"}.bxs-pin:before{content:"\ee70"}.bxs-pizza:before{content:"\ee71"}.bxs-plane:before{content:"\ee72"}.bxs-plane-alt:before{content:"\ee73"}.bxs-plane-land:before{content:"\ee74"}.bxs-planet:before{content:"\ee75"}.bxs-plane-take-off:before{content:"\ee76"}.bxs-playlist:before{content:"\ee77"}.bxs-plug:before{content:"\ee78"}.bxs-plus-circle:before{content:"\ee79"}.bxs-plus-square:before{content:"\ee7a"}.bxs-pointer:before{content:"\ee7b"}.bxs-polygon:before{content:"\ee7c"}.bxs-printer:before{content:"\ee7d"}.bxs-purchase-tag:before{content:"\ee7e"}.bxs-purchase-tag-alt:before{content:"\ee7f"}.bxs-pyramid:before{content:"\ee80"}.bxs-quote-alt-left:before{content:"\ee81"}.bxs-quote-alt-right:before{content:"\ee82"}.bxs-quote-left:before{content:"\ee83"}.bxs-quote-right:before{content:"\ee84"}.bxs-quote-single-left:before{content:"\ee85"}.bxs-quote-single-right:before{content:"\ee86"}.bxs-radiation:before{content:"\ee87"}.bxs-radio:before{content:"\ee88"}.bxs-receipt:before{content:"\ee89"}.bxs-rectangle:before{content:"\ee8a"}.bxs-registered:before{content:"\ee8b"}.bxs-rename:before{content:"\ee8c"}.bxs-report:before{content:"\ee8d"}.bxs-rewind-circle:before{content:"\ee8e"}.bxs-right-arrow:before{content:"\ee8f"}.bxs-right-arrow-alt:before{content:"\ee90"}.bxs-right-arrow-circle:before{content:"\ee91"}.bxs-right-arrow-square:before{content:"\ee92"}.bxs-right-down-arrow-circle:before{content:"\ee93"}.bxs-right-top-arrow-circle:before{content:"\ee94"}.bxs-rocket:before{content:"\ee95"}.bxs-ruler:before{content:"\ee96"}.bxs-sad:before{content:"\ee97"}.bxs-save:before{content:"\ee98"}.bxs-school:before{content:"\ee99"}.bxs-search:before{content:"\ee9a"}.bxs-search-alt-2:before{content:"\ee9b"}.bxs-select-multiple:before{content:"\ee9c"}.bxs-send:before{content:"\ee9d"}.bxs-server:before{content:"\ee9e"}.bxs-shapes:before{content:"\ee9f"}.bxs-share:before{content:"\eea0"}.bxs-share-alt:before{content:"\eea1"}.bxs-shield:before{content:"\eea2"}.bxs-shield-alt-2:before{content:"\eea3"}.bxs-shield-x:before{content:"\eea4"}.bxs-ship:before{content:"\eea5"}.bxs-shocked:before{content:"\eea6"}.bxs-shopping-bag:before{content:"\eea7"}.bxs-shopping-bag-alt:before{content:"\eea8"}.bxs-shopping-bags:before{content:"\eea9"}.bxs-show:before{content:"\eeaa"}.bxs-skip-next-circle:before{content:"\eeab"}.bxs-skip-previous-circle:before{content:"\eeac"}.bxs-skull:before{content:"\eead"}.bxs-sleepy:before{content:"\eeae"}.bxs-slideshow:before{content:"\eeaf"}.bxs-smile:before{content:"\eeb0"}.bxs-sort-alt:before{content:"\eeb1"}.bxs-spa:before{content:"\eeb2"}.bxs-speaker:before{content:"\eeb3"}.bxs-spray-can:before{content:"\eeb4"}.bxs-spreadsheet:before{content:"\eeb5"}.bxs-square:before{content:"\eeb6"}.bxs-square-rounded:before{content:"\eeb7"}.bxs-star:before{content:"\eeb8"}.bxs-star-half:before{content:"\eeb9"}.bxs-sticker:before{content:"\eeba"}.bxs-stopwatch:before{content:"\eebb"}.bxs-store:before{content:"\eebc"}.bxs-store-alt:before{content:"\eebd"}.bxs-sun:before{content:"\eebe"}.bxs-tachometer:before{content:"\eebf"}.bxs-tag:before{content:"\eec0"}.bxs-tag-alt:before{content:"\eec1"}.bxs-tag-x:before{content:"\eec2"}.bxs-taxi:before{content:"\eec3"}.bxs-tennis-ball:before{content:"\eec4"}.bxs-terminal:before{content:"\eec5"}.bxs-thermometer:before{content:"\eec6"}.bxs-time:before{content:"\eec7"}.bxs-time-five:before{content:"\eec8"}.bxs-timer:before{content:"\eec9"}.bxs-tired:before{content:"\eeca"}.bxs-toggle-left:before{content:"\eecb"}.bxs-toggle-right:before{content:"\eecc"}.bxs-tone:before{content:"\eecd"}.bxs-torch:before{content:"\eece"}.bxs-to-top:before{content:"\eecf"}.bxs-traffic:before{content:"\eed0"}.bxs-traffic-barrier:before{content:"\eed1"}.bxs-traffic-cone:before{content:"\eed2"}.bxs-train:before{content:"\eed3"}.bxs-trash:before{content:"\eed4"}.bxs-trash-alt:before{content:"\eed5"}.bxs-tree:before{content:"\eed6"}.bxs-trophy:before{content:"\eed7"}.bxs-truck:before{content:"\eed8"}.bxs-t-shirt:before{content:"\eed9"}.bxs-tv:before{content:"\eeda"}.bxs-up-arrow:before{content:"\eedb"}.bxs-up-arrow-alt:before{content:"\eedc"}.bxs-up-arrow-circle:before{content:"\eedd"}.bxs-up-arrow-square:before{content:"\eede"}.bxs-upside-down:before{content:"\eedf"}.bxs-upvote:before{content:"\eee0"}.bxs-user:before{content:"\eee1"}.bxs-user-account:before{content:"\eee2"}.bxs-user-badge:before{content:"\eee3"}.bxs-user-check:before{content:"\eee4"}.bxs-user-circle:before{content:"\eee5"}.bxs-user-detail:before{content:"\eee6"}.bxs-user-minus:before{content:"\eee7"}.bxs-user-pin:before{content:"\eee8"}.bxs-user-plus:before{content:"\eee9"}.bxs-user-rectangle:before{content:"\eeea"}.bxs-user-voice:before{content:"\eeeb"}.bxs-user-x:before{content:"\eeec"}.bxs-vector:before{content:"\eeed"}.bxs-vial:before{content:"\eeee"}.bxs-video:before{content:"\eeef"}.bxs-video-off:before{content:"\eef0"}.bxs-video-plus:before{content:"\eef1"}.bxs-video-recording:before{content:"\eef2"}.bxs-videos:before{content:"\eef3"}.bxs-virus:before{content:"\eef4"}.bxs-virus-block:before{content:"\eef5"}.bxs-volume:before{content:"\eef6"}.bxs-volume-full:before{content:"\eef7"}.bxs-volume-low:before{content:"\eef8"}.bxs-volume-mute:before{content:"\eef9"}.bxs-wallet:before{content:"\eefa"}.bxs-wallet-alt:before{content:"\eefb"}.bxs-washer:before{content:"\eefc"}.bxs-watch:before{content:"\eefd"}.bxs-watch-alt:before{content:"\eefe"}.bxs-webcam:before{content:"\eeff"}.bxs-widget:before{content:"\ef00"}.bxs-window-alt:before{content:"\ef01"}.bxs-wine:before{content:"\ef02"}.bxs-wink-smile:before{content:"\ef03"}.bxs-wink-tongue:before{content:"\ef04"}.bxs-wrench:before{content:"\ef05"}.bxs-x-circle:before{content:"\ef06"}.bxs-x-square:before{content:"\ef07"}.bxs-yin-yang:before{content:"\ef08"}.bxs-zap:before{content:"\ef09"}.bxs-zoom-in:before{content:"\ef0a"}.bxs-zoom-out:before{content:"\ef0b"}


.country-select{position:relative;display:inline-block}.country-select *{-webkit-box-sizing:border-box;box-sizing:border-box}.country-select .hide{display:none}.country-select .v-hide{visibility:hidden}.country-select input,.country-select input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.country-select .flag-dropdown{position:absolute;top:0;bottom:0;right:0;padding:1px}.country-select .selected-flag{z-index:1;position:relative;width:36px;height:100%;padding:0 0 0 8px}.country-select .selected-flag .flag{position:absolute;top:0;bottom:0;margin:auto}.country-select .selected-flag .arrow{position:absolute;top:50%;margin-top:-2px;right:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.country-select .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.country-select .country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.2);box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll}.country-select .country-list .flag{display:inline-block;width:20px;margin-right:6px}@media (max-width:500px){.country-select .country-list{white-space:normal}}.country-select .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.country-select .country-list .country{padding:5px 10px}.country-select .country-list .country.highlight{background-color:rgba(0,0,0,.05)}.country-select .country-list .country-name,.country-select .country-list .flag{vertical-align:middle}.country-select.inside input,.country-select.inside input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.country-select.inside .flag-dropdown{right:auto;left:0}.country-select.inside .selected-flag{width:46px}.country-select.inside .flag-dropdown:hover{cursor:pointer}.country-select.inside .flag-dropdown:hover .selected-flag{background-color:rgba(0,0,0,.05)}.country-select.inside input[disabled]+.flag-dropdown:hover,.country-select.inside input[readonly]+.flag-dropdown:hover{cursor:default}.country-select.inside input[disabled]+.flag-dropdown:hover .selected-flag,.country-select.inside input[readonly]+.flag-dropdown:hover .selected-flag{background-color:transparent}.country-select .flag{height:15px;-webkit-box-shadow:0 0 1px 0 #888;box-shadow:0 0 1px 0 #888;background-image:url(../images/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0;width:20px}.country-select .flag.be{width:18px}.country-select .flag.ch{width:15px}.country-select .flag.mc{width:19px}.country-select .flag.ne{width:18px}.country-select .flag.np{width:13px}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){.country-select .flag{background-image:url(../images/flags%402x.png);background-size:5630px 15px}}.country-select .flag.ac{height:10px;background-position:0 0}.country-select .flag.ad{height:14px;background-position:-22px 0}.country-select .flag.ae{height:10px;background-position:-44px 0}.country-select .flag.af{height:14px;background-position:-66px 0}.country-select .flag.ag{height:14px;background-position:-88px 0}.country-select .flag.ai{height:10px;background-position:-110px 0}.country-select .flag.al{height:15px;background-position:-132px 0}.country-select .flag.am{height:10px;background-position:-154px 0}.country-select .flag.ao{height:14px;background-position:-176px 0}.country-select .flag.aq{height:14px;background-position:-198px 0}.country-select .flag.ar{height:13px;background-position:-220px 0}.country-select .flag.as{height:10px;background-position:-242px 0}.country-select .flag.at{height:14px;background-position:-264px 0}.country-select .flag.au{height:10px;background-position:-286px 0}.country-select .flag.aw{height:14px;background-position:-308px 0}.country-select .flag.ax{height:13px;background-position:-330px 0}.country-select .flag.az{height:10px;background-position:-352px 0}.country-select .flag.ba{height:10px;background-position:-374px 0}.country-select .flag.bb{height:14px;background-position:-396px 0}.country-select .flag.bd{height:12px;background-position:-418px 0}.country-select .flag.be{height:15px;background-position:-440px 0}.country-select .flag.bf{height:14px;background-position:-460px 0}.country-select .flag.bg{height:12px;background-position:-482px 0}.country-select .flag.bh{height:12px;background-position:-504px 0}.country-select .flag.bi{height:12px;background-position:-526px 0}.country-select .flag.bj{height:14px;background-position:-548px 0}.country-select .flag.bl{height:14px;background-position:-570px 0}.country-select .flag.bm{height:10px;background-position:-592px 0}.country-select .flag.bn{height:10px;background-position:-614px 0}.country-select .flag.bo{height:14px;background-position:-636px 0}.country-select .flag.bq{height:14px;background-position:-658px 0}.country-select .flag.br{height:14px;background-position:-680px 0}.country-select .flag.bs{height:10px;background-position:-702px 0}.country-select .flag.bt{height:14px;background-position:-724px 0}.country-select .flag.bv{height:15px;background-position:-746px 0}.country-select .flag.bw{height:14px;background-position:-768px 0}.country-select .flag.by{height:10px;background-position:-790px 0}.country-select .flag.bz{height:14px;background-position:-812px 0}.country-select .flag.ca{height:10px;background-position:-834px 0}.country-select .flag.cc{height:10px;background-position:-856px 0}.country-select .flag.cd{height:15px;background-position:-878px 0}.country-select .flag.cf{height:14px;background-position:-900px 0}.country-select .flag.cg{height:14px;background-position:-922px 0}.country-select .flag.ch{height:15px;background-position:-944px 0}.country-select .flag.ci{height:14px;background-position:-961px 0}.country-select .flag.ck{height:10px;background-position:-983px 0}.country-select .flag.cl{height:14px;background-position:-1005px 0}.country-select .flag.cm{height:14px;background-position:-1027px 0}.country-select .flag.cn{height:14px;background-position:-1049px 0}.country-select .flag.co{height:14px;background-position:-1071px 0}.country-select .flag.cp{height:14px;background-position:-1093px 0}.country-select .flag.cr{height:12px;background-position:-1115px 0}.country-select .flag.cu{height:10px;background-position:-1137px 0}.country-select .flag.cv{height:12px;background-position:-1159px 0}.country-select .flag.cw{height:14px;background-position:-1181px 0}.country-select .flag.cx{height:10px;background-position:-1203px 0}.country-select .flag.cy{height:13px;background-position:-1225px 0}.country-select .flag.cz{height:14px;background-position:-1247px 0}.country-select .flag.de{height:12px;background-position:-1269px 0}.country-select .flag.dg{height:10px;background-position:-1291px 0}.country-select .flag.dj{height:14px;background-position:-1313px 0}.country-select .flag.dk{height:15px;background-position:-1335px 0}.country-select .flag.dm{height:10px;background-position:-1357px 0}.country-select .flag.do{height:13px;background-position:-1379px 0}.country-select .flag.dz{height:14px;background-position:-1401px 0}.country-select .flag.ea{height:14px;background-position:-1423px 0}.country-select .flag.ec{height:14px;background-position:-1445px 0}.country-select .flag.ee{height:13px;background-position:-1467px 0}.country-select .flag.eg{height:14px;background-position:-1489px 0}.country-select .flag.eh{height:10px;background-position:-1511px 0}.country-select .flag.er{height:10px;background-position:-1533px 0}.country-select .flag.es{height:14px;background-position:-1555px 0}.country-select .flag.et{height:10px;background-position:-1577px 0}.country-select .flag.eu{height:14px;background-position:-1599px 0}.country-select .flag.fi{height:12px;background-position:-1621px 0}.country-select .flag.fj{height:10px;background-position:-1643px 0}.country-select .flag.fk{height:10px;background-position:-1665px 0}.country-select .flag.fm{height:11px;background-position:-1687px 0}.country-select .flag.fo{height:15px;background-position:-1709px 0}.country-select .flag.fr{height:14px;background-position:-1731px 0}.country-select .flag.ga{height:15px;background-position:-1753px 0}.country-select .flag.gb{height:10px;background-position:-1775px 0}.country-select .flag.gd{height:12px;background-position:-1797px 0}.country-select .flag.ge{height:14px;background-position:-1819px 0}.country-select .flag.gf{height:14px;background-position:-1841px 0}.country-select .flag.gg{height:14px;background-position:-1863px 0}.country-select .flag.gh{height:14px;background-position:-1885px 0}.country-select .flag.gi{height:10px;background-position:-1907px 0}.country-select .flag.gl{height:14px;background-position:-1929px 0}.country-select .flag.gm{height:14px;background-position:-1951px 0}.country-select .flag.gn{height:14px;background-position:-1973px 0}.country-select .flag.gp{height:14px;background-position:-1995px 0}.country-select .flag.gq{height:14px;background-position:-2017px 0}.country-select .flag.gr{height:14px;background-position:-2039px 0}.country-select .flag.gs{height:10px;background-position:-2061px 0}.country-select .flag.gt{height:13px;background-position:-2083px 0}.country-select .flag.gu{height:11px;background-position:-2105px 0}.country-select .flag.gw{height:10px;background-position:-2127px 0}.country-select .flag.gy{height:12px;background-position:-2149px 0}.country-select .flag.hk{height:14px;background-position:-2171px 0}.country-select .flag.hm{height:10px;background-position:-2193px 0}.country-select .flag.hn{height:10px;background-position:-2215px 0}.country-select .flag.hr{height:10px;background-position:-2237px 0}.country-select .flag.ht{height:12px;background-position:-2259px 0}.country-select .flag.hu{height:10px;background-position:-2281px 0}.country-select .flag.ic{height:14px;background-position:-2303px 0}.country-select .flag.id{height:14px;background-position:-2325px 0}.country-select .flag.ie{height:10px;background-position:-2347px 0}.country-select .flag.il{height:15px;background-position:-2369px 0}.country-select .flag.im{height:10px;background-position:-2391px 0}.country-select .flag.in{height:14px;background-position:-2413px 0}.country-select .flag.io{height:10px;background-position:-2435px 0}.country-select .flag.iq{height:14px;background-position:-2457px 0}.country-select .flag.ir{height:12px;background-position:-2479px 0}.country-select .flag.is{height:15px;background-position:-2501px 0}.country-select .flag.it{height:14px;background-position:-2523px 0}.country-select .flag.je{height:12px;background-position:-2545px 0}.country-select .flag.jm{height:10px;background-position:-2567px 0}.country-select .flag.jo{height:10px;background-position:-2589px 0}.country-select .flag.jp{height:14px;background-position:-2611px 0}.country-select .flag.ke{height:14px;background-position:-2633px 0}.country-select .flag.kg{height:12px;background-position:-2655px 0}.country-select .flag.kh{height:13px;background-position:-2677px 0}.country-select .flag.ki{height:10px;background-position:-2699px 0}.country-select .flag.km{height:12px;background-position:-2721px 0}.country-select .flag.kn{height:14px;background-position:-2743px 0}.country-select .flag.kp{height:10px;background-position:-2765px 0}.country-select .flag.kr{height:14px;background-position:-2787px 0}.country-select .flag.kw{height:10px;background-position:-2809px 0}.country-select .flag.ky{height:10px;background-position:-2831px 0}.country-select .flag.kz{height:10px;background-position:-2853px 0}.country-select .flag.la{height:14px;background-position:-2875px 0}.country-select .flag.lb{height:14px;background-position:-2897px 0}.country-select .flag.lc{height:10px;background-position:-2919px 0}.country-select .flag.li{height:12px;background-position:-2941px 0}.country-select .flag.lk{height:10px;background-position:-2963px 0}.country-select .flag.lr{height:11px;background-position:-2985px 0}.country-select .flag.ls{height:14px;background-position:-3007px 0}.country-select .flag.lt{height:12px;background-position:-3029px 0}.country-select .flag.lu{height:12px;background-position:-3051px 0}.country-select .flag.lv{height:10px;background-position:-3073px 0}.country-select .flag.ly{height:10px;background-position:-3095px 0}.country-select .flag.ma{height:14px;background-position:-3117px 0}.country-select .flag.mc{height:15px;background-position:-3139px 0}.country-select .flag.md{height:10px;background-position:-3160px 0}.country-select .flag.me{height:10px;background-position:-3182px 0}.country-select .flag.mf{height:14px;background-position:-3204px 0}.country-select .flag.mg{height:14px;background-position:-3226px 0}.country-select .flag.mh{height:11px;background-position:-3248px 0}.country-select .flag.mk{height:10px;background-position:-3270px 0}.country-select .flag.ml{height:14px;background-position:-3292px 0}.country-select .flag.mm{height:14px;background-position:-3314px 0}.country-select .flag.mn{height:10px;background-position:-3336px 0}.country-select .flag.mo{height:14px;background-position:-3358px 0}.country-select .flag.mp{height:10px;background-position:-3380px 0}.country-select .flag.mq{height:14px;background-position:-3402px 0}.country-select .flag.mr{height:14px;background-position:-3424px 0}.country-select .flag.ms{height:10px;background-position:-3446px 0}.country-select .flag.mt{height:14px;background-position:-3468px 0}.country-select .flag.mu{height:14px;background-position:-3490px 0}.country-select .flag.mv{height:14px;background-position:-3512px 0}.country-select .flag.mw{height:14px;background-position:-3534px 0}.country-select .flag.mx{height:12px;background-position:-3556px 0}.country-select .flag.my{height:10px;background-position:-3578px 0}.country-select .flag.mz{height:14px;background-position:-3600px 0}.country-select .flag.na{height:14px;background-position:-3622px 0}.country-select .flag.nc{height:10px;background-position:-3644px 0}.country-select .flag.ne{height:15px;background-position:-3666px 0}.country-select .flag.nf{height:10px;background-position:-3686px 0}.country-select .flag.ng{height:10px;background-position:-3708px 0}.country-select .flag.ni{height:12px;background-position:-3730px 0}.country-select .flag.nl{height:14px;background-position:-3752px 0}.country-select .flag.no{height:15px;background-position:-3774px 0}.country-select .flag.np{height:15px;background-position:-3796px 0;background-color:transparent}.country-select .flag.nr{height:10px;background-position:-3811px 0}.country-select .flag.nu{height:10px;background-position:-3833px 0}.country-select .flag.nz{height:10px;background-position:-3855px 0}.country-select .flag.om{height:10px;background-position:-3877px 0}.country-select .flag.pa{height:14px;background-position:-3899px 0}.country-select .flag.pe{height:14px;background-position:-3921px 0}.country-select .flag.pf{height:14px;background-position:-3943px 0}.country-select .flag.pg{height:15px;background-position:-3965px 0}.country-select .flag.ph{height:10px;background-position:-3987px 0}.country-select .flag.pk{height:14px;background-position:-4009px 0}.country-select .flag.pl{height:13px;background-position:-4031px 0}.country-select .flag.pm{height:14px;background-position:-4053px 0}.country-select .flag.pn{height:10px;background-position:-4075px 0}.country-select .flag.pr{height:14px;background-position:-4097px 0}.country-select .flag.ps{height:10px;background-position:-4119px 0}.country-select .flag.pt{height:14px;background-position:-4141px 0}.country-select .flag.pw{height:13px;background-position:-4163px 0}.country-select .flag.py{height:11px;background-position:-4185px 0}.country-select .flag.qa{height:8px;background-position:-4207px 0}.country-select .flag.re{height:14px;background-position:-4229px 0}.country-select .flag.ro{height:14px;background-position:-4251px 0}.country-select .flag.rs{height:14px;background-position:-4273px 0}.country-select .flag.ru{height:14px;background-position:-4295px 0}.country-select .flag.rw{height:14px;background-position:-4317px 0}.country-select .flag.sa{height:14px;background-position:-4339px 0}.country-select .flag.sb{height:10px;background-position:-4361px 0}.country-select .flag.sc{height:10px;background-position:-4383px 0}.country-select .flag.sd{height:10px;background-position:-4405px 0}.country-select .flag.se{height:13px;background-position:-4427px 0}.country-select .flag.sg{height:14px;background-position:-4449px 0}.country-select .flag.sh{height:10px;background-position:-4471px 0}.country-select .flag.si{height:10px;background-position:-4493px 0}.country-select .flag.sj{height:15px;background-position:-4515px 0}.country-select .flag.sk{height:14px;background-position:-4537px 0}.country-select .flag.sl{height:14px;background-position:-4559px 0}.country-select .flag.sm{height:15px;background-position:-4581px 0}.country-select .flag.sn{height:14px;background-position:-4603px 0}.country-select .flag.so{height:14px;background-position:-4625px 0}.country-select .flag.sr{height:14px;background-position:-4647px 0}.country-select .flag.ss{height:10px;background-position:-4669px 0}.country-select .flag.st{height:10px;background-position:-4691px 0}.country-select .flag.sv{height:12px;background-position:-4713px 0}.country-select .flag.sx{height:14px;background-position:-4735px 0}.country-select .flag.sy{height:14px;background-position:-4757px 0}.country-select .flag.sz{height:14px;background-position:-4779px 0}.country-select .flag.ta{height:10px;background-position:-4801px 0}.country-select .flag.tc{height:10px;background-position:-4823px 0}.country-select .flag.td{height:14px;background-position:-4845px 0}.country-select .flag.tf{height:14px;background-position:-4867px 0}.country-select .flag.tg{height:13px;background-position:-4889px 0}.country-select .flag.th{height:14px;background-position:-4911px 0}.country-select .flag.tj{height:10px;background-position:-4933px 0}.country-select .flag.tk{height:10px;background-position:-4955px 0}.country-select .flag.tl{height:10px;background-position:-4977px 0}.country-select .flag.tm{height:14px;background-position:-4999px 0}.country-select .flag.tn{height:14px;background-position:-5021px 0}.country-select .flag.to{height:10px;background-position:-5043px 0}.country-select .flag.tr{height:14px;background-position:-5065px 0}.country-select .flag.tt{height:12px;background-position:-5087px 0}.country-select .flag.tv{height:10px;background-position:-5109px 0}.country-select .flag.tw{height:14px;background-position:-5131px 0}.country-select .flag.tz{height:14px;background-position:-5153px 0}.country-select .flag.ua{height:14px;background-position:-5175px 0}.country-select .flag.ug{height:14px;background-position:-5197px 0}.country-select .flag.um{height:11px;background-position:-5219px 0}.country-select .flag.us{height:11px;background-position:-5241px 0}.country-select .flag.uy{height:14px;background-position:-5263px 0}.country-select .flag.uz{height:10px;background-position:-5285px 0}.country-select .flag.va{width:15px;height:15px;background-position:-5307px 0}.country-select .flag.vc{height:14px;background-position:-5324px 0}.country-select .flag.ve{height:14px;background-position:-5346px 0}.country-select .flag.vg{height:10px;background-position:-5368px 0}.country-select .flag.vi{height:14px;background-position:-5390px 0}.country-select .flag.vn{height:14px;background-position:-5412px 0}.country-select .flag.vu{height:12px;background-position:-5434px 0}.country-select .flag.wf{height:14px;background-position:-5456px 0}.country-select .flag.ws{height:10px;background-position:-5478px 0}.country-select .flag.xk{height:15px;background-position:-5500px 0}.country-select .flag.ye{height:14px;background-position:-5522px 0}.country-select .flag.yt{height:14px;background-position:-5544px 0}.country-select .flag.za{height:14px;background-position:-5566px 0}.country-select .flag.zm{height:14px;background-position:-5588px 0}.country-select .flag.zw{height:10px;background-position:-5610px 0}

/*================================================
Default CSS
=================================================*/
.switch-box {
  position: fixed;
  z-index: 1;
  right: 5%;
  transform: translateX(-5%);
  bottom: 155px;
}
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4d4949;
  transition: 0.4s;
}
.switch-box .slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 2.5px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: url(../images/night.png);
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box input:checked + .slider {
  background-color: #cbc1c1;
}
.switch-box input:focus + .slider {
  background-color: #4d4949;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: url(../images/sunny.png);
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box .slider.round {
  border-radius: 50px;
}
.switch-box .slider.round:before {
  border-radius: 50%;
}

.theme-dark {
  /* Start "Hospital Website Demo" "Covid 19 Vaccination Center Demo" Dark CSS" */
  /* End "Hospital Website Demo" "Covid 19 Vaccination Center Demo" Dark CSS" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
}
.theme-dark body {
  background-color: #000000;
  color: #f1f1f1;
}
.theme-dark p {
  color: #f1f1f1;
}
.theme-dark p a {
  color: #f1f1f1 !important;
}
.theme-dark p a:hover {
  color: #06a3da !important;
}
.theme-dark a {
  color: #ffffff;
}
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important;
}
.theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: #ffffff !important;
}
.theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: #06a3da !important;
}
.theme-dark .top-header-area {
  background-color: #0e0e0e;
}
.theme-dark .top-header-information li {
  color: #ffffff;
}
.theme-dark .top-header-information li a {
  color: #ffffff;
}
.theme-dark .top-header-optional .languages-list .nice-select {
  color: #ffffff;
}
.theme-dark .middle-header-content li {
  color: #ffffff;
}
.theme-dark .middle-header-content li span {
  color: #ffffff;
}
.theme-dark .top-information-wrap li {
  color: #ffffff;
}
.theme-dark .top-information-wrap li a {
  color: #ffffff;
}
.theme-dark .top-optional-wrap li a i {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.theme-dark .navbar-area.is-sticky {
  background-color: #161616 !important;
}
.theme-dark .main-navbar {
  background-color: #0b0a0a;
}
.theme-dark .main-navbar .navbar .navbar-brand .white-logo {
  display: block;
}
.theme-dark .main-navbar .navbar .navbar-brand .main-logo {
  display: none;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #06a3da !important;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item:focus a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #06a3da !important;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #0e0e0e;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
  border-bottom: 1px dashed #000000;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #06a3da !important;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff !important;
  border-bottom: 1px dashed #000000;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da !important;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #06a3da;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .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;
}
.theme-dark .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: #ffffff;
}
.theme-dark .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, .theme-dark .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, .theme-dark .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;
}
.theme-dark .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: #ffffff;
}
.theme-dark .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, .theme-dark .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, .theme-dark .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;
}
.theme-dark .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;
}
.theme-dark .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;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #06a3da;
}
.theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #06a3da;
}
.theme-dark .main-navbar .navbar .others-options .option-item .search-btn a i {
  color: #ffffff;
}
.theme-dark .grin-care-navbar .main-navbar .navbar {
  background-color: #0b0a0a;
}
.theme-dark .grin-care-navbar .main-navbar .others-options .option-item .cart-btn i {
  color: #ffffff;
}
.theme-dark .main-slides-content h1 {
  color: #000000 !important;
}
.theme-dark .main-slides-content h1 span {
  color: #06a3da;
}
.theme-dark .main-slides-content p {
  color: #000000;
}
.theme-dark .main-banner-item {
  background-color: #0e0e0e;
}
.theme-dark .dental-tourism-banner-content h1 {
  color: #002345 !important;
}
.theme-dark .dental-tourism-banner-content p {
  color: #486683 !important;
}
.theme-dark .skin-care-banner-area {
  background-color: #0e0e0e;
}
.theme-dark .page-banner-area {
  background-color: #302f2f;
}
.theme-dark .single-features {
  background-color: #272727;
}
.theme-dark .single-features-box {
  background-color: #0e0e0e;
}
.theme-dark .single-dental-tourism-features .content .icon-image img {
  filter: brightness(0) invert(1);
}
.theme-dark .single-dental-tourism-features .content p {
  color: #ffffff;
}
.theme-dark .skin-care-features-card {
  background-color: #0e0e0e;
}
.theme-dark .skin-care-features-card .features-title .icon-image {
  background-color: #000000;
}
.theme-dark .skin-care-features-card .features-title .icon-image img {
  filter: brightness(0) invert(1);
}
.theme-dark .eye-care-features-card .features-content p {
  color: #ffffff;
}
.theme-dark .dental-tourism-appointment-form form .form-group .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .dental-tourism-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .dental-tourism-appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .dental-tourism-appointment-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
}
.theme-dark .dental-tourism-appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .dental-tourism-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .dental-tourism-appointment-form form .form-group .nice-select {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .dental-tourism-appointment-form form .form-group .nice-select::after {
  border-color: #ffffff;
}
.theme-dark .dental-tourism-dentist-card .dentist-image .share-link {
  background-color: #0e0e0e;
}
.theme-dark .dental-tourism-dentist-card .dentist-image .share-link li a i {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.theme-dark .single-services .services-content {
  background-color: #0e0e0e;
}
.theme-dark .services-area.bg-eef9ff {
  background-color: #0e0e0e;
}
.theme-dark .single-services-box {
  background-color: #000000;
}
.theme-dark .single-services-item {
  background-color: #0e0e0e;
}
.theme-dark .dental-tourism-services-area {
  background-color: #0e0e0e;
}
.theme-dark .grin-care-navbar.is-sticky {
  background-color: #000000 !important;
}
.theme-dark .grin-care-navbar .main-navbar {
  background-color: transparent !important;
}
.theme-dark .grin-care-navbar .main-navbar .navbar {
  background-color: #000000 !important;
}
.theme-dark .skin-care-services-area {
  background-color: #0e0e0e;
}
.theme-dark .skin-care-services-card .services-content {
  background-color: #000000;
}
.theme-dark .skin-care-services-card .services-content p {
  color: #ffffff;
}
.theme-dark .skin-care-dry-content .list li {
  color: #ffffff;
}
.theme-dark .skin-care-dry-content .dry-list li.title {
  color: #ffffff;
}
.theme-dark .eye-care-services-area::before {
  background-color: #0e0e0e;
}
.theme-dark .eye-care-services-card {
  background-color: #000000;
}
.theme-dark .skin-care-appointment-form form .form-group .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .skin-care-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .skin-care-appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .skin-care-appointment-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
}
.theme-dark .skin-care-appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .skin-care-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .skin-care-appointment-form form .form-group .nice-select {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .skin-care-appointment-form form .form-group .nice-select::after {
  border-color: #ffffff;
}
.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}
.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #06a3da;
}
.theme-dark .widget-area .widget_info .content {
  background: #0e0e0e;
}
.theme-dark .services-details-overview-content p span {
  color: #ffffff;
}
.theme-dark .dental-tourism-choose-content .choose-inner-content p {
  color: #ffffff;
}
.theme-dark .eye-care-solutions-content .solutions-inner-content p {
  color: #ffffff;
}
.theme-dark .eye-care-solutions-content .solutions-inner-content.bg-F7F7FD {
  background-color: #0e0e0e;
}
.theme-dark .overview-area {
  background-color: #0e0e0e;
}
.theme-dark .appointment-overview-box {
  background-color: #272626;
}
.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #2a2929;
}
.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .appointment-overview-box .make-appointment-content form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .about-content .about-info span {
  color: #ffffff;
}
.theme-dark .dental-tourism-about-content .list li {
  color: #ffffff;
}
.theme-dark .skin-care-about-content .about-btn-with-info li a {
  color: #ffffff;
}
.theme-dark .eye-care-about-content .list li {
  color: #ffffff;
}
.theme-dark .pricing-area {
  background-color: #0e0e0e;
}
.theme-dark .single-pricing-table {
  background-color: #000000;
}
.theme-dark .fun-facts-area {
  background-color: #0e0e0e;
}
.theme-dark .core-features-area {
  background-color: #272626;
}
.theme-dark .core-features-area::before {
  background-color: #000000;
}
.theme-dark .single-core-features {
  background-color: #0e0e0e;
}
.theme-dark .single-doctor .doctor-content {
  background-color: #222121;
}
.theme-dark .single-doctor .doctor-content span {
  color: #ffffff;
}
.theme-dark .dental-tourism-dentist-card .dentist-content span {
  color: #ffffff;
}
.theme-dark .dental-tourism-tourists-content .list li {
  color: #ffffff;
}
.theme-dark .eye-care-team-area {
  background-color: #0e0e0e;
}
.theme-dark .eye-care-team-card .team-content span {
  color: #ffffff;
}
.theme-dark .dentist-details-content span {
  color: #ffffff;
}
.theme-dark .dentist-details-content .content-overview p span {
  color: #ffffff;
}
.theme-dark .dentist-details-overview-content .overview-text p span {
  color: #ffffff;
}
.theme-dark .appointment-inner-box .appointment-form {
  background-color: #000000;
}
.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid #111111;
}
.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .appointment-inner-box .appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .appointment-form {
  background-color: #000000;
}
.theme-dark .appointment-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid #111111;
}
.theme-dark .appointment-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .dental-tourism-appointment-form h4 {
  color: #000000 !important;
}
.theme-dark .gallery-area.bg-091e3e {
  background-color: #323232;
}
.theme-dark .review-area {
  background-color: #0e0e0e;
}
.theme-dark .single-review-item {
  background-color: #000000;
}
.theme-dark .single-review-item .review-info span {
  color: #ffffff;
}
.theme-dark .single-review-item:hover {
  background-color: #06a3da;
}
.theme-dark .dental-tourism-review-area {
  background-color: #0e0e0e;
}
.theme-dark .dental-tourism-review-card {
  background-color: #000000;
}
.theme-dark .skin-care-review-card {
  background-color: #0e0e0e;
}
.theme-dark .eye-care-review-card {
  background-color: #000000;
}
.theme-dark .eye-care-treatment-content .treatment-inner-content {
  background-color: #0e0e0e;
}
.theme-dark .eye-care-treatment-content .treatment-inner-content p {
  color: #ffffff;
}
.theme-dark .skin-care-before-after-area {
  background-color: #0e0e0e;
}
.theme-dark .skin-care-before-after-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
}
.theme-dark .single-blog .blog-content {
  background-color: #0e0e0e;
}
.theme-dark .single-blog .blog-content .blog-btn {
  color: #ffffff;
}
.theme-dark .single-blog .blog-content .entry-meta li span {
  color: #ffffff;
}
.theme-dark .single-blog .blog-content .entry-meta::before {
  background-color: #222121;
}
.theme-dark .dental-tourism-blog-card .blog-content .entry-meta li {
  color: #ffffff;
}
.theme-dark .dental-tourism-blog-card .blog-content .entry-meta li a {
  color: #ffffff;
}
.theme-dark .skin-care-blog-card .blog-content .entry-meta li {
  color: #ffffff;
}
.theme-dark .skin-care-blog-card .blog-content .entry-meta li a {
  color: #ffffff;
}
.theme-dark .eye-care-blog-card {
  background-color: #0e0e0e;
}
.theme-dark .eye-care-blog-card .blog-content p {
  color: #ffffff;
}
.theme-dark .eye-care-blog-card .blog-content .entry-meta li {
  color: #ffffff;
}
.theme-dark .eye-care-blog-card .blog-content .entry-meta li a {
  color: #ffffff;
}
.theme-dark .blog-details-desc .article-content .entry-meta ul li {
  color: #ffffff;
}
.theme-dark .blog-details-desc .article-content .entry-meta ul li span {
  color: #ffffff;
}
.theme-dark .blog-details-desc .article-content .entry-meta ul li a {
  color: #ffffff;
}
.theme-dark .blog-details-desc blockquote, .theme-dark .blog-details-desc .blockquote {
  background-color: #0e0e0e;
}
.theme-dark .blog-details-desc .article-tag {
  border-top: 1px solid #0e0e0e;
  border-bottom: 1px solid #0e0e0e;
}
.theme-dark .comments-area .comment-author .fn {
  color: #ffffff;
}
.theme-dark .comments-area .comment-metadata a {
  color: #ffffff;
}
.theme-dark .comments-area .comment-body .reply a {
  color: #ffffff;
}
.theme-dark .comments-area .comment-respond input {
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid #111111;
}
.theme-dark .comments-area .comment-respond input::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .comments-area .comment-respond input::placeholder {
  color: #ffffff;
}
.theme-dark .comments-area .comment-respond textarea {
  background-color: #0e0e0e;
  border: 1px solid #111111;
  color: #ffffff;
}
.theme-dark .comments-area .comment-respond textarea::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}
.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #ffffff;
}
.theme-dark .skin-care-partner-inner-box {
  background-color: #272626;
}
.theme-dark .newsletter-inner-box {
  background-color: #2d2d2d;
}
.theme-dark .newsletter-inner-box .newsletter-form .input-newsletter {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .newsletter-inner-box .newsletter-form .input-newsletter::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .newsletter-inner-box .newsletter-form .input-newsletter::placeholder {
  color: #ffffff;
}
.theme-dark .newsletter-inner-box .newsletter-form .input-newsletter:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .newsletter-inner-box .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}
.theme-dark .footer-area {
  background-color: #1c1d1d;
}
.theme-dark .copyright-area {
  background-color: #1c1d1d;
}
.theme-dark .skin-care-footer-area {
  background-color: #1c1d1d;
}
.theme-dark .skin-care-footer-widget .info-list li {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .info-list li a {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .share-link li span {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .quick-links li a {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .newsletter-form p {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .skin-care-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}
.theme-dark .eye-care-footer-area {
  background: #0e0e0e;
  padding-top: 180px;
}
.theme-dark .eye-care-footer-widget .info-list li {
  color: #ffffff;
}
.theme-dark .eye-care-footer-widget .info-list li a {
  color: #ffffff;
}
.theme-dark .eye-care-footer-widget .share-link li span {
  color: #ffffff;
}
.theme-dark .eye-care-footer-widget .share-link li span {
  color: #ffffff;
}
.theme-dark .eye-care-footer-widget .quick-links li a {
  color: #ffffff;
}
.theme-dark .eye-care-footer-widget .hours-list li {
  color: #ffffff;
}
.theme-dark .eye-care-footer-widget .hours-list li span {
  color: #ffffff;
}
.theme-dark .skin-care-copyright-area .copyright-area-content {
  border-top: 1px solid #000000;
}
.theme-dark .skin-care-copyright-area .copyright-area-content p {
  color: #ffffff;
}
.theme-dark .eye-care-copyright-area .copyright-area-content {
  border-top: 1px solid #000000;
}
.theme-dark .eye-care-copyright-area .copyright-area-content p {
  color: #ffffff;
}
.theme-dark .eye-care-banner-area {
  background: #111111;
}
.theme-dark .eye-care-features-card::before {
  background-color: #111111;
}
.theme-dark .eye-care-team-card .team-image .share-link {
  background-color: #000000;
}
.theme-dark .eye-care-team-card .team-image .share-link li a i {
  color: #ffffff;
  border: 2px solid #ffffff;
}
.theme-dark .eye-care-blog-card {
  border: 1px solid #262525;
}
.theme-dark .login-form {
  background-color: #0e0e0e;
}
.theme-dark .login-form form .form-group label {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #2a2a2a;
}
.theme-dark .login-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .login-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .login-form form .lost-your-password a {
  color: #ffffff;
}
.theme-dark .register-form {
  background-color: #0e0e0e;
}
.theme-dark .register-form form .form-group label {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control {
  background-color: #000000;
  color: #ffffff;
  border-color: #2a2a2a;
}
.theme-dark .register-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .register-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-title {
  background-color: #212020;
  color: #ffffff;
}
.theme-dark .faq-accordion .accordion .accordion-content p {
  color: #ffffff;
}
.theme-dark .coming-soon-content {
  background: #0e0e0e;
}
.theme-dark .coming-soon-content .newsletter-form {
  background-color: #000000;
}
.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
  border: 1px solid #222121;
}
.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .contact-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #0CB8B6 !important;
}
.theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #0CB8B6 !important;
}
.theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}
.theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .covid-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0CB8B6 !important;
}
.theme-dark .covid-banner-area {
  background-color: #0e0e0e;
}
.theme-dark .covid-banner-content .banner-btn-with-info li {
  color: #ffffff;
}
.theme-dark .covid-banner-content .banner-btn-with-info li.title span {
  color: #ffffff;
}
.theme-dark .covid-check-form-area::before {
  background-color: #0e0e0e;
}
.theme-dark .covid-about-area {
  background-color: #0e0e0e;
}
.theme-dark .covid-about-area .list li {
  color: #ffffff;
}
.theme-dark .covid-registration-shape {
  opacity: 10%;
}
.theme-dark .covid-registration-form label {
  color: #ffffff;
}
.theme-dark .covid-registration-form .bottom-title span {
  color: #ffffff;
}
.theme-dark .covid-registration-form .bottom-title span a {
  color: #ffffff;
}
.theme-dark .country-select .country-list .country-name, .theme-dark .country-select .country-list .flag {
  color: #0e0e0e;
}
.theme-dark .covid-process-area {
  background-color: #0e0e0e;
}
.theme-dark .covid-tracker-area {
  position: relative;
  z-index: 1;
}
.theme-dark .covid-tracker-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: -1;
}
.theme-dark .covid-tracker-card {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
}
.theme-dark .covid-tracker-card .tracker-content p .one {
  color: #ffffff;
}
.theme-dark .covid-tracker-card .tracker-content p .one b {
  color: #ffffff;
}
.theme-dark .covid-tracker-card .tracker-content p .two {
  color: #ffffff;
}
.theme-dark .covid-protection-area {
  background-color: #0e0e0e;
}
.theme-dark .covid-protection-area::before {
  background-color: #0e0e0e;
}
.theme-dark .covid-protection-content .content h3 {
  color: #ffffff !important;
}
.theme-dark .covid-protection-content .protection-faq-accordion .accordion .accordion-item {
  border: 1px solid #E2E5EA;
}
.theme-dark .covid-protection-content .protection-faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .covid-protection-content .protection-faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}
.theme-dark .covid-protection-content .protection-faq-accordion .accordion .accordion-title.active {
  color: #000000;
}
.theme-dark .covid-testimonials-inner {
  background-color: #0e0e0e;
}
.theme-dark .covid-blog-area {
  background-color: #0e0e0e;
}
.theme-dark .covid-blog-card .blog-content {
  background-color: #000000;
}
.theme-dark .covid-blog-card .blog-content span {
  color: #ffffff;
}
.theme-dark .covid-blog-card .blog-content .news-btn {
  color: #ffffff;
}
.theme-dark .covid-page-banner-area {
  background-color: #0b0a0a;
}
.theme-dark .covid-page-banner-content .list li {
  color: #ffffff;
}
.theme-dark .covid-page-banner-content .list li a {
  color: #ffffff;
}
.theme-dark .covid-doctors-card .doctors-content {
  background-color: #0e0e0e;
}
.theme-dark .covid-registration-area.bg-F1F5FE {
  background-color: #0e0e0e;
}
.theme-dark .covid-testimonials-wrap-card {
  background-color: #0e0e0e;
}
.theme-dark .covid-testimonials-wrap-card .info .title span {
  color: #ffffff;
}
.theme-dark .how-vaccines-work-desc .content p {
  color: #ffffff;
}
.theme-dark .how-vaccines-work-sidebar .sidebar-box {
  background-color: #0e0e0e;
}
.theme-dark .how-vaccines-work-sidebar .sidebar-box .list li {
  border-bottom: 1px solid #000000;
}
.theme-dark .how-vaccines-work-sidebar .sidebar-box .list li a {
  color: #ffffff;
}
.theme-dark .how-vaccines-work-sidebar .sidebar-box .list li a::before {
  color: #ffffff;
}
.theme-dark .how-vaccines-work-sidebar .sidebar-box .list li:last-child {
  border-bottom: none;
}
.theme-dark .covid-faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .covid-faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}
.theme-dark .covid-faq-accordion .accordion .accordion-content p {
  color: #ffffff;
}
.theme-dark .covid-blog-details-desc .content span {
  color: #ffffff;
}
.theme-dark .covid-blog-details-desc .article-tag span {
  color: #ffffff;
}
.theme-dark .covid-blog-details-desc .comments-area {
  background-color: #0e0e0e;
}
.theme-dark .covid-blog-details-desc .comments-area .comment-body .comment-content p {
  color: #ffffff;
}
.theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=date], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=time], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=datetime-local], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=week], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=month], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=text], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=email], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=url], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=password], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=search], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=tel], .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=number], .theme-dark .covid-blog-details-desc .comments-area .comment-respond textarea {
  background-color: #0b0a0a;
  border: 1px solid #0b0a0a;
  color: #ffffff;
}
.theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=date]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=time]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=week]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=month]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=text]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=email]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=url]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=password]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=search]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=tel]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=number]::-moz-placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond textarea::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=date]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=time]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=datetime-local]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=week]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=month]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=text]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=email]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=url]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=password]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=search]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=tel]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond input[type=number]::placeholder, .theme-dark .covid-blog-details-desc .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}
.theme-dark .covid-widget-area .widget_search form .search-field {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .covid-widget-area .widget_search form .search-field::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .covid-widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}
.theme-dark .covid-widget-area .widget_grin_posts_thumb {
  background-color: #0e0e0e;
}
.theme-dark .covid-widget-area .widget_categories {
  background-color: #0e0e0e;
}
.theme-dark .covid-widget-area .widget_tag_cloud {
  background-color: #0e0e0e;
}
.theme-dark .covid-info-card {
  background-color: #0e0e0e;
}
.theme-dark .covid-info-card span {
  color: #ffffff;
}
.theme-dark .covid-info-card span a {
  color: #ffffff;
}
.theme-dark .covid-appointment-form label {
  color: #ffffff;
}
.theme-dark .covid-contact-form label {
  color: #ffffff;
}
.theme-dark .hospital-top-area .top-optional-wrap li a i {
  border: none;
}
.theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-brand {
  color: #13A8B4;
}
.theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a {
  color: #ffffff !important;
}
.theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #13A8B4 !important;
}
.theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #13A8B4 !important;
}
.theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff !important;
}
.theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .hospital-navbar-area .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #13A8B4 !important;
}
.theme-dark .hospital-specialist-card {
  background-color: #0e0e0e;
}
.theme-dark .hospital-about-area {
  background-color: #0e0e0e;
}
.theme-dark .hospital-about-content .list li {
  color: #ffffff;
}
.theme-dark .hospital-services-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  background: #0e0e0e;
}
.theme-dark .hospital-services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #06a3da;
}
.theme-dark .hospital-services-card {
  background-color: #0e0e0e;
  border-top: 5px solid #0b0a0a;
  border-bottom: 5px solid #0b0a0a;
  border-left: 2px solid #0b0a0a;
  border-right: 2px solid #0b0a0a;
}
.theme-dark .hospital-skills-area {
  background: #0e0e0e;
}
.theme-dark .hospital-team-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  background: #0e0e0e;
}
.theme-dark .hospital-team-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #06a3da;
}
.theme-dark .hospital-team-card {
  background-color: #0e0e0e;
}
.theme-dark .hospital-team-card .team-content span {
  color: #ffffff;
}
.theme-dark .hospital-app-area {
  background: #0e0e0e;
}
.theme-dark .hospital-app-content .list li {
  background-color: #000000;
}
.theme-dark .hospital-testimonials-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  background: #0e0e0e;
}
.theme-dark .hospital-testimonials-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #06a3da;
}
.theme-dark .hospital-testimonials-card p {
  background-color: #0e0e0e;
  padding: 25px;
  border-top: 14px solid #0b0a0a;
  border-bottom: 14px solid #0b0a0a;
  border-left: 5px solid #0b0a0a;
  border-right: 5px solid #0b0a0a;
}
.theme-dark .hospital-testimonials-card p::before {
  background: #0b0a0a;
}
.theme-dark .hospital-testimonials-card .info-content .info .title span {
  color: #ffffff;
}
.theme-dark .hospital-blog-area {
  background: #0e0e0e;
}
.theme-dark .hospital-blog-area::before {
  background-color: #0b0a0a;
}
.theme-dark .hospital-blog-card .blog-content {
  background-color: #000000;
}
.theme-dark .hospital-blog-card .blog-content .meta li {
  color: #ffffff;
}
.theme-dark .hospital-blog-card .blog-content .meta li a {
  color: #ffffff;
}
.theme-dark .hospital-information-card {
  background: #0e0e0e;
}
.theme-dark .hospital-information-card .content p {
  color: #ffffff;
}
.theme-dark .hospital-pagination .page-numbers {
  color: #ffffff;
}
.theme-dark .hospital-choice-content .list li {
  color: #ffffff;
}
.theme-dark .hospital-widget-area .widget_search form .search-field {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .hospital-widget-area .widget_search form .search-field::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .hospital-widget-area .widget_search form .search-field::placeholder {
  color: #ffffff;
}
.theme-dark .hospital-widget-area .widget_categories {
  background: #0e0e0e;
}
.theme-dark .hospital-widget-area .widget_download_file {
  background: #0e0e0e;
}
.theme-dark .hospital-widget-area .widget_download_file .download-file-list li .title span {
  color: #ffffff;
}
.theme-dark .hospital-widget-area .widget_grin_posts_thumb {
  background: #0e0e0e;
}
.theme-dark .hospital-widget-area .widget_tag_cloud {
  background: #0e0e0e;
}
.theme-dark .hospital-services-details-desc .services-details-inner-content .list li {
  color: #ffffff;
}
.theme-dark .hospital-services-details-desc .hospital-faq-accordion .accordion .accordion-item {
  border: 1px solid #0e0e0e;
}
.theme-dark .hospital-services-details-desc .hospital-faq-accordion .accordion .accordion-title {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .hospital-services-details-desc .hospital-faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}
.theme-dark .hospital-services-details-desc .hospital-faq-accordion .accordion .accordion-content p {
  color: #ffffff;
}
.theme-dark .hospital-page-banner-content h3 {
  color: #0A335B !important;
}
.theme-dark .hospital-services-area.bg-F8F8F8 {
  background-color: #0b0a0a;
}
.theme-dark .hospital-appointment-area-with-color {
  background-color: #0e0e0e;
}
.theme-dark .hospital-portfolio-card .portfolio-content {
  background: #0e0e0e;
}
.theme-dark .hospital-portfolio-card .portfolio-content span {
  color: #ffffff;
}
.theme-dark .hospital-portfolio-card:hover .portfolio-content {
  background-color: #06a3da;
}
.theme-dark .hospital-portfolio-details-info {
  background: #0e0e0e;
}
.theme-dark .hospital-portfolio-details-info .list li {
  color: #ffffff;
}
.theme-dark .hospital-portfolio-details-info .list li span {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .article-content .meta li {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .article-content .meta li a {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .article-quote {
  background: #0e0e0e;
  border-top: 5px solid #0b0a0a;
  border-bottom: 5px solid #0b0a0a;
  border-left: 10px solid #0b0a0a;
  border-right: 10px solid #0b0a0a;
}
.theme-dark .hospital-blog-details-desc .article-quote p {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .list li {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .blog-details-inner-content p {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .article-tag .tag-list span {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .article-tag .tag-list a {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .article-tag .share-list span {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=date], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=time], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=datetime-local], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=week], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=month], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=text], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=email], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=url], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=password], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=search], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=tel], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=number], .theme-dark .hospital-blog-details-desc .comments-area .comment-respond textarea {
  background: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=date]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=time]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=datetime-local]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=week]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=month]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=text]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=email]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=url]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=password]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=search]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=tel]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=number]::-moz-placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond textarea::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=date]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=time]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=datetime-local]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=week]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=month]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=text]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=email]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=url]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=password]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=search]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=tel]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond input[type=number]::placeholder, .theme-dark .hospital-blog-details-desc .comments-area .comment-respond textarea::placeholder {
  color: #ffffff;
}
.theme-dark .hospital-contact-form {
  background: #0e0e0e;
}
.theme-dark .hospital-contact-form .form-group .form-control {
  background-color: #0b0a0a;
  border: 1px solid #0b0a0a;
  color: #ffffff;
}
.theme-dark .hospital-contact-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .hospital-contact-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .navbar-area-optional .main-navbar {
  background-color: transparent;
}
.theme-dark .navbar-area-optional .main-navbar .navbar .navbar-brand {
  color: #ffffff;
}
.theme-dark .emergency-trauma-care-banner-content .banner-boxes-item .item h5 {
  color: #000000 !important;
}
.theme-dark .etc-overview-list li a {
  color: #ffffff;
}
.theme-dark .etc-about-content .inner-about .left-box {
  background: #111111;
}
.theme-dark .etc-about-content .inner-about .right-box {
  background: #0e0e0e;
}
.theme-dark .etc-about-content .inner-about .right-box img {
  filter: brightness(0) invert(1);
}
.theme-dark .etc-services-inner {
  background: #0e0e0e;
}
.theme-dark .etc-services-card {
  background-color: #000000;
}
.theme-dark .etc-view-all-btn span {
  color: #ffffff;
}
.theme-dark .etc-view-all-btn span a {
  color: #ffffff;
}
.theme-dark .etc-view-all-btn span a:hover {
  color: #06a3da;
}
.theme-dark .etc-emergency-tips-content {
  background-color: #111111;
}
.theme-dark .etc-emergency-tips-inner {
  background-color: #0e0e0e;
}
.theme-dark .etc-appointment-form {
  background: #111111;
}
.theme-dark .etc-appointment-form form .form-group .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.theme-dark .etc-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .etc-appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .etc-appointment-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
}
.theme-dark .etc-appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .etc-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .etc-appointment-form form .form-group .nice-select {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.theme-dark .etc-appointment-form form .form-group .nice-select::after {
  border-color: #ffffff;
}
.theme-dark .etc-appointment-map .wrap {
  background-color: #0e0e0e;
}
.theme-dark .etc-appointment-map .wrap img {
  filter: brightness(0) invert(1);
}
.theme-dark .etc-team-inner {
  border-bottom: 1px solid #262525;
}
.theme-dark .etc-testimonials-card {
  background: #0e0e0e;
}
.theme-dark .etc-hospital-card {
  background-color: #0e0e0e;
}
.theme-dark .etc-working-hours-info {
  background: #0e0e0e;
}
.theme-dark .etc-working-hours-info .list li {
  color: #ffffff;
}
.theme-dark .etc-working-hours-app-info {
  background-color: #0e0e0e;
}
.theme-dark .etc-blog-card {
  background-color: #0e0e0e;
}
.theme-dark .etc-blog-card .content .entry-meta li {
  color: #ffffff;
}
.theme-dark .etc-blog-card .content .entry-meta li a {
  color: #ffffff;
}
.theme-dark .orthopedic-care-banner-content .sub-top .title span {
  color: #486683 !important;
}
.theme-dark .orthopedic-care-banner-content h1 {
  color: #002345 !important;
}
.theme-dark .orthopedic-care-banner-content p {
  color: #486683 !important;
}
.theme-dark .orthopedic-care-banner-info h4 {
  color: #002345 !important;
}
.theme-dark .orthopedic-care-banner-info h5 {
  color: #002345 !important;
}
.theme-dark .orthopedic-care-banner-info h5 a {
  color: #486683 !important;
}
.theme-dark .oc-features-card {
  background-color: #0e0e0e;
}
.theme-dark .oc-about-item .item {
  background-color: #0e0e0e;
}
.theme-dark .oc-about-content .inner-info .about-btn .default-btn {
  color: #ffffff;
}
.theme-dark .oc-about-content .inner-info .hotline .sub {
  color: #ffffff;
}
.theme-dark .oc-services-inner {
  background-color: #0e0e0e;
}
.theme-dark .oc-services-content .view-all-btn span {
  color: #ffffff;
}
.theme-dark .oc-services-content .view-all-btn span a {
  color: #ffffff;
}
.theme-dark .oc-services-items .item .content .icon a i {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.theme-dark .oc-view-all-btn span {
  color: #ffffff;
}
.theme-dark .oc-view-all-btn span a {
  color: #ffffff;
}
.theme-dark .oc-working-hours-info {
  background-color: #0e0e0e;
}
.theme-dark .oc-working-hours-info .list li {
  color: #ffffff;
}
.theme-dark .oc-working-hours-app-info {
  background-color: #0e0e0e;
}
.theme-dark .oc-appointment-form h4 {
  color: #000000 !important;
}
.theme-dark .oc-appointment-form form .form-group .form-control {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.theme-dark .oc-appointment-form form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .oc-appointment-form form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .oc-appointment-form form .form-group .form-control:focus {
  border: 1px solid #06a3da;
}
.theme-dark .oc-appointment-form form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .oc-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .oc-appointment-form form .form-group .nice-select {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.theme-dark .oc-appointment-form form .form-group .nice-select::after {
  border-color: #ffffff;
}
.theme-dark .oc-partner-inner {
  background-color: #0e0e0e;
}
.theme-dark .oc-partner-card a img {
  filter: brightness(0) invert(1);
}
.theme-dark .oc-faq-accordion .accordion .accordion-title {
  color: #ffffff;
}
.theme-dark .oc-blog-area {
  background: #0e0e0e;
}
.theme-dark .oc-blog-card {
  background-color: #000000;
}
.theme-dark .oc-blog-card .content .entry-meta li {
  color: #ffffff;
}
.theme-dark .oc-blog-card .content .entry-meta li a {
  color: #ffffff;
}
.theme-dark .cart-table table thead tr th {
  color: #ffffff;
}
.theme-dark .cart-table table tbody tr td {
  color: #ffffff;
}
.theme-dark .cart-totals ul li {
  color: #ffffff;
}
.theme-dark .cart-totals ul li:last-child span {
  color: #ffffff;
}
.theme-dark .checkout-info-form .form-group label {
  color: #ffffff;
}
.theme-dark .checkout-info-form .form-group .form-control {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .checkout-info-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .checkout-info-form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .checkout-info-form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #06a3da;
}
.theme-dark .checkout-info-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.theme-dark .checkout-info-form .form-group .form-control:focus::placeholder {
  color: transparent;
}
.theme-dark .checkout-info-form .form-group textarea.form-control {
  min-height: 120px;
}
.theme-dark .checkout-info-form .form-group .nice-select {
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #ffffff;
}
.theme-dark .checkout-sidebar .order-box .list li .info .title h4 a {
  color: #ffffff;
}
.theme-dark .checkout-sidebar .order-box .list li .price {
  color: #ffffff;
}
.theme-dark .checkout-sidebar .payment-method p [type=radio]:checked + label, .theme-dark .checkout-sidebar .payment-method p [type=radio]:not(:checked) + label {
  color: #ffffff;
}
.theme-dark .checkout-sidebar .payment-method p [type=radio]:checked + label::before, .theme-dark .checkout-sidebar .payment-method p [type=radio]:not(:checked) + label::before {
  border: 1px solid #ffffff;
}
.theme-dark .checkout-sidebar .payment-method p [type=radio]:checked + label::after, .theme-dark .checkout-sidebar .payment-method p [type=radio]:not(:checked) + label::after {
  background: #06a3da;
}
.theme-dark .products-details-desc .products-info li span {
  color: #ffffff;
}
.theme-dark .products-details-tabs .nav .nav-item .nav-link {
  color: #cccccc;
}
.theme-dark .products-details-tabs .nav .nav-item .nav-link.active {
  color: #ffffff;
}
.theme-dark .products-details-tabs .tab-content .tab-pane ul li {
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #292828;
  }
  .theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
  .theme-dark .main-responsive-nav .logo .main-logo {
    display: none;
  }
  .theme-dark .main-responsive-nav .logo .white-logo {
    display: block;
  }
  .theme-dark .others-option-for-responsive .dot-menu {
    top: -42px;
  }
  .theme-dark .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #ffffff;
  }
  .theme-dark .others-option-for-responsive .others-option-for-responsive .container .container {
    background-color: #292828;
  }
}/*# sourceMappingURL=dark.css.map */


@font-face {
    font-family: "flaticon";
    src: url("../fonts-two/flaticonc093.ttf?8dc003a00e9a13044c9bc8ec877332f5") format("truetype"),
url("../fonts-two/flaticonc093.woff?8dc003a00e9a13044c9bc8ec877332f5") format("woff"),
url("../fonts-two/flaticonc093.woff2?8dc003a00e9a13044c9bc8ec877332f5") format("woff2"),
url("../fonts-two/flaticonc093.eot?8dc003a00e9a13044c9bc8ec877332f5#iefix") format("embedded-opentype"),
url("../fonts-two/flaticonc093.svg?8dc003a00e9a13044c9bc8ec877332f5#flaticon") format("svg");
}

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-dental-crown:before {
    content: "\f101";
}
.flaticon-glaucoma:before {
    content: "\f102";
}
.flaticon-cosmetic-surgery:before {
    content: "\f103";
}
.flaticon-endodontist:before {
    content: "\f104";
}
.flaticon-skin-care:before {
    content: "\f105";
}
.flaticon-travel:before {
    content: "\f106";
}
.flaticon-assistance:before {
    content: "\f107";
}
.flaticon-cost:before {
    content: "\f108";
}
.flaticon-laser:before {
    content: "\f109";
}
.flaticon-hair-removal:before {
    content: "\f10a";
}
.flaticon-skincare:before {
    content: "\f10b";
}
.flaticon-temporary:before {
    content: "\f10c";
}
.flaticon-red-eyes:before {
    content: "\f10d";
}
.flaticon-acupuncture:before {
    content: "\f10e";
}
.flaticon-tooth-whitening:before {
    content: "\f10f";
}
.flaticon-cataract:before {
    content: "\f110";
}
.flaticon-dentistry:before {
    content: "\f111";
}


/*
Flaticon icon font: Flaticon
*/
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Flaticon.woff2") format("woff2"),
	url("../fonts/Flaticon.woff") format("woff"),
	url("../fonts/Flaticon.ttf") format("truetype"),
	url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "Flaticon";
		src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
	}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
	font-style: normal;
}

.flaticon-emergency-call:before { content: "\f100"; }
.flaticon-wall-clock:before { content: "\f101"; }
.flaticon-chair:before { content: "\f102"; }
.flaticon-red-cross:before { content: "\f103"; }
.flaticon-doctor:before { content: "\f104"; }
.flaticon-healthcare:before { content: "\f105"; }
.flaticon-dental-care:before { content: "\f106"; }
.flaticon-dental-implant:before { content: "\f107"; }
.flaticon-tooth:before { content: "\f108"; }
.flaticon-tooth-1:before { content: "\f109"; }
.flaticon-tooth-2:before { content: "\f10a"; }
.flaticon-location:before { content: "\f10b"; }
.flaticon-calendar:before { content: "\f10c"; }
.flaticon-check:before { content: "\f10d"; }
.flaticon-policy:before { content: "\f10e"; }
.flaticon-diamond:before { content: "\f10f"; }
.flaticon-hospitalisation:before { content: "\f110"; }
.flaticon-left-quote:before { content: "\f111"; }
.flaticon-comment-white-oval-bubble:before { content: "\f112"; }
.flaticon-visibility:before { content: "\f113"; }
.flaticon-right-arrow:before { content: "\f114"; }
.flaticon-left-arrow:before { content: "\f115"; }
.flaticon-next:before { content: "\f116"; }
.flaticon-hashtag-symbol:before { content: "\f117"; }
.flaticon-search:before { content: "\f118"; }
.flaticon-cancel:before { content: "\f119"; }
.flaticon-placeholder:before { content: "\f11a"; }
.flaticon-envelope:before { content: "\f11b"; }
.flaticon-play:before { content: "\f11c"; }
.flaticon-caduceus:before { content: "\f11d"; }
.flaticon-phone-call:before { content: "\f11e"; }
.flaticon-left-arrow-1:before { content: "\f11f"; }


.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}


.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: transparent;
	padding: 20px 0 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	height: 55px;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #ffffff;
	height: 4px;
    margin-top: 3px;
    border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #ffffff;
	margin-top: 55px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #DBEEFD;
	text-decoration: none;
}
.mean-container .mean-nav ul li a.active {
	color: #000000;
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #DBEEFD;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right ;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: transparent;
	border: none !important;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
    display: none;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
    color: #FF2D55;
}
.main-nav {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    z-index: 999;
    height: auto;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}
.main-nav nav .navbar-nav .nav-item a:hover, 
.main-nav nav .navbar-nav .nav-item a:focus, 
.main-nav nav .navbar-nav .nav-item a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item:hover a {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    background: #0d1028;
    position: absolute;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #FF2D55;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #ffffff;
    text-transform: capitalize;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, 
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #ffffff;
}
.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
}

/* Responsive Style */
@media only screen and (max-width: 991px) {
    .mobile-nav {
        display: block;
        position: relative;
    }
    .mobile-nav .logo {
		text-decoration: none;
        position: absolute;
        top: 11px;
        z-index: 999;
        left: 15px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
    }
    .mean-container .mean-bar {
        background-color: #ffffff;
        padding: 0;
    }
    .mean-container a.meanmenu-reveal {
        padding: 15px 15px 0 0;
    }
    .mobile-nav nav .navbar-nav {
        height: 300px;
        overflow-y: scroll;
    }
    .mobile-nav nav .navbar-nav .nav-item a i {
        display: none;
    }
    .main-nav {
        display: none !important;
    }
}

.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.15s ease-in-out;transition:all 0.15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all 0.2s cubic-bezier(.5,0,0,1.25),opacity 0.15s ease-out;transition:all 0.2s cubic-bezier(.5,0,0,1.25),opacity 0.15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all 0.2s;transition:all 0.2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}

.odometer.odometer-auto-theme,.odometer.odometer-theme-default{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 
 
 /**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
 
 
 
 @media only screen and (max-width: 767px) {
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .section-title-warp {
    text-align: center;
    margin-bottom: 35px;
  }
  .section-title-warp h2 {
    font-size: 25px;
  }
  .section-warp-btn {
    display: none;
  }
  .top-header-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-header-information {
    text-align: center;
  }
  .top-header-optional {
    text-align: center;
    margin-top: 15px;
  }
  .top-header-optional .languages-list {
    position: relative;
    z-index: 9999;
  }
  .middle-header-area {
    border-bottom: 1px solid #eeeeee;
  }
  .middle-header h1 {
    display: none;
  }
  .middle-header-content {
    text-align: center;
  }
  .middle-header-content li {
    padding-left: 0;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
  }
  .middle-header-content li i {
    position: relative;
    top: unset;
    transform: unset;
    display: block;
  }
  .middle-header-content li span {
    font-size: 16px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 6px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 55px;
  }
  .others-option-for-responsive .dot-menu {
    top: -35px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {
    margin-top: 10px;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .main-slides-item {
    padding-top: 95px;
    padding-bottom: 170px;
    position: relative;
    z-index: 1;
  }
  .main-slides-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: #ffffff;*/
    z-index: -1;
    opacity: 0.7;
  }
  .main-slides-content {
    text-align: center;
  }
  .main-slides-content h1 {
    font-size: 35px;
  }
  .main-slides-content .slides-btn {
    margin-top: 20px;
  }
  .main-slides-content .slides-btn .checkup-content {
    margin-left: 0;
    margin-top: 40px;
  }
  .home-slides.owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    top: unset;
    transform: unset;
    bottom: 30px;
  }
  .eye-care-slider.owl-theme .owl-nav {
    position: relative;
    left: auto;
    right: auto;
  }
  .eye-care-slider.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
  }
  .eye-care-slider.owl-theme .owl-nav [class*=owl-] i {
    font-size: 16px;
  }
  .features-area {
    margin-top: 0;
    padding-top: 50px;
  }
  .single-features {
    text-align: center;
    padding: 35px 25px;
  }
  .single-features .content {
    padding-left: 0;
  }
  .single-features .content .icon {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .single-features .content .icon i {
    line-height: 1;
  }
  .single-features .content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .single-features .content p {
    font-size: 15px;
  }
  .single-services .services-content {
    padding: 30px 25px;
  }
  .single-services .services-content h3 {
    font-size: 22px;
  }
  .single-services .services-content p {
    font-size: 14px;
  }
  .overview-area {
    padding-top: 50px;
  }
  .overview-content {
    margin-top: 0;
  }
  .overview-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .overview-content p {
    font-size: 16px;
  }
  .overview-image {
    text-align: center;
    margin-top: 30px;
  }
  .appointment-overview-area {
    margin-top: 0;
    padding-top: 50px;
  }
  .appointment-overview-contact {
    margin-bottom: 30px;
  }
  .appointment-overview-contact .appointment-info {
    position: relative;
    padding: 35px 20px;
  }
  .appointment-overview-contact .appointment-info li {
    font-size: 15px;
  }
  .appointment-overview-contact .appointment-info li span {
    font-size: 20px;
  }
  .appointment-overview-contact .appointment-info p {
    font-size: 14px;
  }
  .appointment-overview-box {
    border-top: 1px solid #06a3da;
  }
  .appointment-overview-box .content h4 {
    font-size: 22px;
  }
  .appointment-overview-box .content .box-image {
    margin-bottom: 30px;
  }
  .appointment-overview-box .make-appointment-content h4 {
    font-size: 20px;
  }
  .about-content h3 {
    font-size: 25px;
  }
  .about-image {
    text-align: center;
    margin-top: 30px;
  }
  .single-core-features {
    text-align: center;
  }
  .single-core-features h3 {
    font-size: 22px;
  }
  .single-core-features p {
    font-size: 15px;
  }
  .single-doctor .doctor-content {
    padding: 25px 20px;
  }
  .single-doctor .doctor-content h3 {
    font-size: 22px;
  }
  .single-review-item {
    padding: 55px 20px 55px;
  }
  .single-review-item p {
    font-size: 15px;
  }
  .single-review-item .review-info {
    margin-top: 30px;
  }
  .single-review-item .review-info h3 {
    font-size: 18px;
  }
  .single-review-item .review-info img {
    top: -10px;
  }
  .review-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
  .single-blog .blog-content {
    padding: 20px;
  }
  .single-blog .blog-content h3 {
    font-size: 22px;
  }
  .main-slides-content .slides-btn .optional-btn {
    margin-left: 0;
    margin-top: 30px;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    font-size: 15px;
  }
  .single-services-box {
    padding: 20px;
  }
  .single-services-box h3 {
    font-size: 22px;
  }
  .about-image .about-inner-box {
    display: none;
  }
  .single-gallery .content {
    padding: 25px;
  }
  .gallery-area.bg-091e3e {
    padding-bottom: 115px;
  }
  .appointment-inner-box {
    padding: 50px 10px;
  }
  .appointment-inner-box .appointment-form h4 {
    font-size: 18px;
  }
  .main-banner-item {
    padding-top: 50px;
  }
  .main-banner-item .container-fluid {
    padding-right: 15px;
  }
  .main-banner-content {
    text-align: center;
    margin: auto;
  }
  .main-banner-content h1 {
    font-size: 30px;
  }
  .main-banner-content .banner-btn {
    margin-top: 20px;
  }
  .main-banner-content .banner-btn .optional-btn {
    margin-left: 0;
    margin-top: 25px;
  }
  .main-banner-image {
    margin-top: 30px;
  }
  .main-banner-image img {
    border-radius: 0;
  }
  .single-services-item .services-content {
    padding: 35px 15px;
  }
  .single-services-item .services-content h3 {
    font-size: 22px;
  }
  .appointment-form h4 {
    font-size: 20px;
  }
  .page-banner-area {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .page-banner-content h2 {
    font-size: 35px;
  }
  .page-banner-content .pages-list li {
    font-size: 15px;
  }
  .single-fun-fact h3 {
    font-size: 35px;
  }
  .dentist-details-content {
    margin-top: 30px;
  }
  .dentist-details-content h3 {
    font-size: 25px;
  }
  .widget-area {
    margin-top: 30px;
  }
  .services-details-list li i {
    top: 0;
  }
  .pagination-area .page-numbers {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
    font-size: 15px;
  }
  .login-form {
    padding: 25px;
  }
  .login-form form .lost-your-password {
    text-align: left;
    margin-top: 5px;
  }
  .register-form {
    padding: 25px;
  }
  .error-content h3 {
    font-size: 25px;
  }
  .coming-soon-content {
    padding: 30px 25px;
  }
  .coming-soon-content #timer {
    margin-top: 20px;
  }
  .coming-soon-content #timer div {
    width: 100px;
    height: 105px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 20px;
    margin-top: 10px;
  }
  .coming-soon-content h2 {
    font-size: 22px;
  }
  .searchmodal .modal-content {
    padding: 30px;
  }
  .dental-tourism-top-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .top-dental-tourism-information li {
    margin-bottom: 10px;
  }
  .top-dental-tourism-information li:last-child {
    margin-right: 0;
  }
  .top-dental-tourism-information.with-left {
    margin-left: 0;
  }
  .top-dental-tourism-optional {
    text-align: start;
    margin-top: 10px;
  }
  .top-dental-tourism-optional li a i {
    top: 0;
  }
  .dental-tourism-banner-area {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
  }
  .dental-tourism-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.77;
  }
  .dental-tourism-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .dental-tourism-banner-content h1 {
    font-size: 25px;
  }
  .single-dental-tourism-features .content {
    padding-left: 0;
  }
  .single-dental-tourism-features .content .icon-image {
    position: relative;
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .single-dental-tourism-features .content .icon-image img {
    max-width: 30px;
  }
  .single-dental-tourism-features .content .icon-image .number {
    display: none;
  }
  .single-dental-tourism-features .content h3 {
    font-size: 22px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  .dental-tourism-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .dental-tourism-about-content h3 {
    font-size: 24px;
  }
  .dental-tourism-services-area .container-fluid {
    left: 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .dental-tourism-choose-content h3 {
    font-size: 24px;
  }
  .dental-tourism-choose-content .choose-inner-content h4 {
    font-size: 18px;
  }
  .dental-tourism-choose-image {
    text-align: center;
    margin-top: 30px;
  }
  .dental-tourism-appointment-form h4 {
    font-size: 22px;
  }
  .dental-tourism-dentist-card .dentist-content h3 {
    font-size: 22px;
  }
  .dental-tourism-tourists-content h3 {
    font-size: 24px;
  }
  .dental-tourism-tourists-image {
    margin-top: 30px;
  }
  .dental-tourism-tourists-image .tourists-image .content h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
  }
  .dental-tourism-review-card {
    padding: 20px;
  }
  .dental-tourism-review-card .review-info {
    padding-left: 65px;
  }
  .dental-tourism-review-card .review-info img {
    max-width: 50px;
  }
  .dental-tourism-review-card .review-info h3 {
    font-size: 18px;
  }
  .dental-tourism-review-card .icon-quote {
    right: 25px;
    bottom: 15px;
  }
  .dental-tourism-blog-card .blog-content {
    padding-left: 0;
  }
  .dental-tourism-blog-card .blog-content .entry-meta li {
    font-size: 12px;
    margin-right: 5px;
  }
  .dental-tourism-blog-card .blog-content h3 {
    font-size: 22px;
  }
  .dental-tourism-footer-widget h3 {
    font-size: 22px;
  }
  .dental-tourism-copyright-area {
    margin-top: 25px;
  }
  .top-area .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .top-information-wrap li {
    margin-bottom: 10px;
  }
  .top-information-wrap li:last-child {
    margin-right: 0;
  }
  .top-information-wrap.with-left {
    margin-left: 0;
  }
  .top-optional-wrap {
    text-align: start;
    margin-top: 10px;
  }
  .top-optional-wrap li a i {
    top: 0;
  }
  .skin-care-banner-area {
    padding-top: 310px;
  }
  .skin-care-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .skin-care-banner-content h1 {
    font-size: 25px;
  }
  .skin-care-banner-shape {
    display: none;
  }
  .skin-care-banner-image {
    text-align: center;
    margin-top: 30px;
  }
  .skin-care-features-card {
    padding: 20px;
  }
  .skin-care-features-card .features-title {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .skin-care-features-card .features-title .icon-image {
    position: relative;
    margin-bottom: 25px;
  }
  .skin-care-features-card .features-title h3 {
    font-size: 20px;
  }
  .skin-care-about-image .skin-care-fun-fact {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
  }
  .skin-care-about-image .skin-care-fun-fact .fun-fact h3 {
    font-size: 35px;
  }
  .skin-care-about-image .skin-care-fun-fact .fun-fact p {
    font-size: 14px;
  }
  .skin-care-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .skin-care-about-content h3 {
    font-size: 24px;
  }
  .skin-care-about-content .about-btn-with-info li {
    margin-bottom: 25px;
  }
  .skin-care-about-content .about-btn-with-info li:last-child {
    margin-bottom: 0;
  }
  .skin-care-services-card .services-image .icon i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 35px;
  }
  .skin-care-dry-content h3 {
    font-size: 25px;
  }
  .skin-care-dry-content .dry-list li img {
    max-width: 40px;
  }
  .skin-care-dry-image {
    text-align: center;
    margin-top: 30px;
  }
  .skin-care-appointment-image {
    height: 450px;
  }
  .skin-care-appointment-form {
    padding: 50px 20px;
  }
  .skin-care-appointment-form h4 {
    font-size: 20px;
  }
  .skin-care-review-card {
    padding: 20px;
  }
  .skin-care-review-card .review-info {
    padding-left: 65px;
  }
  .skin-care-review-card .review-info img {
    max-width: 50px;
  }
  .skin-care-review-card .review-info h3 {
    font-size: 18px;
  }
  .skin-care-review-card .icon-quote {
    right: 25px;
    bottom: 15px;
  }
  .skin-care-blog-card .blog-content {
    padding-left: 0;
  }
  .skin-care-blog-card .blog-content .entry-meta li {
    font-size: 12px;
    margin-right: 5px;
  }
  .skin-care-partner-inner-box {
    padding: 50px 10px;
  }
  .skin-care-footer-area {
    padding-top: 170px;
  }
  .skin-care-copyright-area {
    margin-top: 25px;
  }
  .eye-care-banner-area {
    padding-top: 310px;
  }
  .eye-care-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .eye-care-banner-content {
    padding: 20px;
    margin-right: 0;
  }
  .eye-care-banner-content h1 {
    font-size: 25px;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
    padding: 15px;
  }
  .eye-care-banner-content .banner-btn-with-info li img {
    max-width: 35px;
  }
  .eye-care-banner-content .banner-btn-with-info li.title {
    display: none;
  }
  .eye-care-features-card::before {
    display: none;
  }
  .eye-care-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .eye-care-about-content h3 {
    font-size: 25px;
  }
  .eye-care-services-card {
    padding: 20px;
  }
  .eye-care-services-card .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 38px;
  }
  .eye-care-services-slides.owl-theme .owl-nav {
    display: none;
  }
  .eye-care-solutions-image {
    text-align: center;
    margin-top: 30px;
  }
  .eye-care-review-slides {
    margin-left: 0;
  }
  .eye-care-testimonials-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .eye-care-testimonials-image {
    height: 450px;
    margin-top: 50px;
  }
  .eye-care-testimonials-content-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .eye-care-testimonials-content-box .content {
    margin-left: 0;
  }
  .eye-care-testimonials-content-box .content h3 {
    font-size: 24px;
  }
  .eye-care-review-card {
    padding: 30px 20px;
  }
  .eye-care-review-card .review-info {
    padding-left: 65px;
  }
  .eye-care-review-card .review-info img {
    max-width: 50px;
  }
  .eye-care-review-card .review-info h3 {
    font-size: 18px;
  }
  .eye-care-review-card .icon-quote {
    display: none;
  }
  .eye-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
    right: 20px;
    bottom: 20px;
  }
  .eye-care-treatment-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .eye-care-treatment-content h3 {
    font-size: 25px;
  }
  .eye-care-blog-card {
    padding: 20px;
  }
  .newsletter-inner-box {
    padding: 50px 20px;
  }
  .newsletter-inner-box .newsletter-content {
    margin-bottom: 30px;
  }
  .eye-care-copyright-area {
    margin-top: 25px;
  }
  .eye-care-footer-area {
    padding-top: 145px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  .covid-top-area .top-optional-wrap {
    text-align: start;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .covid-top-area .top-information-wrap {
    text-align: start;
  }
  .covid-banner-area {
    padding-top: 280px;
    padding-bottom: 65px;
  }
  .covid-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .covid-banner-content {
    top: 0;
  }
  .covid-banner-content h1 {
    font-size: 35px;
  }
  .covid-banner-content .banner-btn li {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .covid-banner-content .banner-btn li:last-child {
    margin-bottom: 0;
  }
  .covid-banner-content .banner-btn-with-info {
    display: block !important;
  }
  .covid-banner-content .banner-btn-with-info li.title {
    margin-left: 0;
    margin-top: 10px;
  }
  .covid-banner-content .banner-btn-with-info li i {
    position: relative;
    top: 5px;
  }
  .covid-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .covid-check-title.d-flex {
    display: block !important;
  }
  .covid-check-title h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .covid-check-form-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .covid-vaccine-card .vaccine-content h3 {
    font-size: 20px;
  }
  .covid-about-content {
    padding-left: 0;
    margin-top: 35px;
  }
  .covid-about-content h3 {
    font-size: 25px;
  }
  .covid-about-content .list li {
    font-size: 15px;
  }
  .covid-registration-image {
    padding-left: 0;
    margin-top: 35px;
  }
  .covid-registration-image .content h3 {
    font-size: 25px;
  }
  .covid-process-card h3 {
    font-size: 18px;
  }
  .covid-tracker-card {
    padding: 20px;
  }
  .covid-tracker-card .tracker-content h3 {
    font-size: 18px;
  }
  .covid-protection-content .content h3 {
    font-size: 25px;
  }
  .covid-protection-fun-fact {
    margin-top: 35px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  .covid-protection-fun-fact .fun-fact h3 {
    font-size: 30px;
  }
  .covid-protection-fun-fact .fun-fact p {
    font-size: 14px;
  }
  .covid-testimonials-inner {
    padding: 25px;
  }
  .covid-testimonials-small-image1, .covid-testimonials-small-image2, .covid-testimonials-small-image3, .covid-testimonials-small-image4, .covid-testimonials-small-image5, .covid-testimonials-small-image6 {
    display: none;
  }
  .covid-testimonials-card h3 {
    font-size: 18px;
  }
  .covid-blog-card .blog-content {
    padding: 20px;
  }
  .covid-blog-card .blog-content h3 {
    font-size: 18px;
  }
  .covid-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .covid-copyright-area {
    margin-top: 25px;
  }
  .covid-page-banner-area {
    padding-top: 275px;
  }
  .covid-page-banner-content {
    top: 0;
  }
  .covid-page-banner-content h3 {
    font-size: 30px;
  }
  .covid-page-banner-image {
    margin-top: 35px;
  }
  .covid-information-card .title {
    padding: 0;
  }
  .covid-information-card .title img {
    position: relative;
    margin-bottom: 20px;
  }
  .covid-information-card .title h3 {
    font-size: 18px;
  }
  .covid-doctors-card .doctors-content h3 {
    font-size: 18px;
  }
  .covid-testimonials-wrap-card .info .title h3 {
    font-size: 18px;
  }
  .how-vaccines-work-desc .content h3 {
    font-size: 25px;
  }
  .how-vaccines-work-desc .content h4 {
    font-size: 25px;
  }
  .how-vaccines-work-sidebar {
    margin-left: 0;
    margin-top: 30px;
  }
  .covid-faq-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .covid-info-card h3 {
    font-size: 18px;
  }
  .covid-blog-details-desc {
    padding-right: 0;
  }
  .covid-blog-details-desc .content h3 {
    font-size: 25px;
  }
  .covid-blog-details-desc h4 {
    font-size: 22px;
  }
  .covid-blog-details-desc .comments-area {
    padding: 20px;
  }
  .covid-blog-details-desc .comments-area .comment-body {
    padding-left: 0;
  }
  .covid-blog-details-desc .comments-area .comment-body .comment-author .avatar {
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .covid-widget-area .widget_grin_posts_thumb {
    padding: 20px;
  }
  .covid-widget-area .widget_categories {
    padding: 20px;
  }
  .covid-widget-area .widget_tag_cloud {
    padding: 20px;
  }
  .covid-tracker-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-blog-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-doctors-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  .hospital-top-area .top-optional-wrap {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hospital-top-area .top-information-wrap {
    text-align: start;
  }
  .hospital-top-area .top-information-wrap li {
    font-size: 14px;
  }
  .hospital-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .hospital-banner-content {
    top: 0;
  }
  .hospital-banner-content span {
    font-size: 14px;
  }
  .hospital-banner-content h1 {
    font-size: 35px;
  }
  .hospital-banner-image {
    text-align: center;
    margin-top: 30px;
  }
  .hospital-banner-image .circle {
    display: none;
  }
  .hospital-specialist-card .specialist-content h3 {
    font-size: 18px;
  }
  .hospital-about-content {
    margin-top: 30px;
  }
  .hospital-about-content span {
    font-size: 14px;
  }
  .hospital-about-content h3 {
    font-size: 25px;
  }
  .hospital-about-shape {
    display: none;
  }
  .hospital-services-area .section-title.with-hospital-color {
    text-align: center !important;
  }
  .hospital-services-area .section-title.with-hospital-color.d-flex {
    display: block !important;
  }
  .hospital-services-area .section-title.with-hospital-color .div.text-start {
    text-align: center !important;
  }
  .hospital-services-area .section-title.with-hospital-color .default-btn {
    display: none;
  }
  .hospital-services-card .title h3 {
    font-size: 18px;
  }
  .hospital-services-card .services-btn {
    font-size: 14px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-skills-content span {
    font-size: 14px;
  }
  .hospital-skills-content h3 {
    font-size: 25px;
  }
  .hospital-skills-image {
    padding-left: 0;
    margin-top: 35px;
  }
  .hospital-fun-fact h3 {
    font-size: 35px;
  }
  .hospital-fun-fact h3 .plus {
    font-size: 30px;
    left: -5px;
  }
  .hospital-fun-fact p {
    font-size: 15px;
  }
  .hospital-fun-fact .shape {
    max-width: 75px;
    margin: auto;
  }
  .hospital-team-card .team-content h3 {
    font-size: 20px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-app-area {
    padding-bottom: 50px;
  }
  .hospital-app-image {
    text-align: center;
  }
  .hospital-app-image .circle {
    display: none;
  }
  .hospital-app-content {
    padding-left: 0;
    top: 0;
    margin-top: 30px;
  }
  .hospital-app-content span {
    font-size: 14px;
  }
  .hospital-app-content h3 {
    font-size: 25px;
  }
  .hospital-app-content .app-btn-list li a img {
    max-width: 125px;
  }
  .hospital-call-to-action-content span {
    font-size: 15px;
  }
  .hospital-call-to-action-content h3 {
    font-size: 25px;
  }
  .hospital-call-to-action-content p {
    font-size: 14px;
  }
  .hospital-call-to-action-content .action-btn-list li {
    margin-right: 5px;
  }
  .hospital-call-to-action-content .action-btn-list li .appointment-btn {
    padding: 12px 15px;
    font-size: 14px;
  }
  .hospital-call-to-action-content .action-btn-list li .see-btn {
    padding: 12px 15px;
    font-size: 14px;
  }
  .hospital-testimonials-area .section-title.with-hospital-color {
    text-align: center !important;
  }
  .hospital-testimonials-card p {
    font-size: 15px;
  }
  .hospital-testimonials-card p::after {
    display: none;
  }
  .hospital-testimonials-card .info-content .info .title h3 {
    font-size: 18px;
  }
  .hospital-testimonials-card .info-content .info .title span {
    font-size: 14px;
  }
  .hospital-testimonials-card .info-content .rating {
    display: none;
  }
  .hospital-testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-blog-card .blog-image .date {
    display: none;
  }
  .hospital-blog-card .blog-content .meta li {
    font-size: 14px;
  }
  .hospital-blog-card .blog-content h3 {
    font-size: 20px;
  }
  .hospital-blog-card .blog-content .blog-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hospital-information-card {
    padding: 25px 20px;
  }
  .hospital-information-card .content {
    padding-left: 80px;
  }
  .hospital-information-card .content .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 35px;
  }
  .hospital-information-card .content h3 {
    font-size: 18px;
  }
  .hospital-information-card .content p {
    font-size: 14px;
  }
  .hospital-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .hospital-footer-widget h3 {
    font-size: 20px;
  }
  .hospital-footer-widget .quick-links li a {
    font-size: 15px;
  }
  .hospital-footer-widget .hours-list li {
    font-size: 15px;
  }
  .hospital-copyright-area {
    margin-top: 25px;
  }
  .hospital-page-banner-content h3 {
    font-size: 30px;
  }
  .hospital-page-banner-content .list li {
    font-size: 15px;
  }
  .hospital-page-banner-content .list li::before {
    height: 12px;
  }
  .hospital-choice-content {
    margin-top: 35px;
  }
  .hospital-choice-content span {
    font-size: 14px;
  }
  .hospital-choice-content h3 {
    font-size: 25px;
  }
  .hospital-widget-area {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .hospital-widget-area .widget .widget-title {
    font-size: 18px;
  }
  .hospital-widget-area .widget_download_file {
    padding: 20px;
  }
  .hospital-widget-area .widget_download_file .download-file-list li .title h4 {
    font-size: 16.5px;
  }
  .hospital-widget-area .widget_categories {
    padding: 20px;
  }
  .hospital-widget-area .widget_grin_posts_thumb {
    padding: 20px;
  }
  .hospital-widget-area .widget_tag_cloud {
    padding: 20px;
  }
  .hospital-services-details-desc {
    padding-left: 0;
  }
  .hospital-services-details-desc .content h3 {
    font-size: 25px;
  }
  .hospital-services-details-desc .content h4 {
    font-size: 22px;
  }
  .hospital-services-details-desc .services-details-card h4 {
    font-size: 18px;
  }
  .hospital-services-details-desc .services-details-inner-content h4 {
    font-size: 22px;
  }
  .hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-appointment-area-with-color {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form {
    top: 0;
    margin-top: 35px;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form .content span {
    font-size: 14px;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form .content h3 {
    font-size: 25px;
  }
  .hospital-portfolio-card .portfolio-content h3 {
    font-size: 20px;
  }
  .hospital-portfolio-details-desc .content h3 {
    font-size: 25px;
  }
  .hospital-portfolio-details-desc .content h4 {
    font-size: 22px;
  }
  .hospital-portfolio-details-info {
    padding: 22px;
    margin-top: 30px;
  }
  .hospital-portfolio-details-info .list li {
    font-size: 15px;
  }
  .recent-project-title {
    font-size: 20px;
  }
  .hospital-blog-details-desc {
    padding-left: 0;
  }
  .hospital-blog-details-desc .article-content .meta li {
    font-size: 15px;
  }
  .hospital-blog-details-desc .article-content h3 {
    font-size: 25px;
  }
  .hospital-blog-details-desc h4 {
    font-size: 22px;
  }
  .hospital-blog-details-desc .article-tag.d-flex {
    display: block !important;
  }
  .hospital-blog-details-desc .article-tag .tag-list {
    margin-bottom: 20px;
  }
  .hospital-blog-details-desc .comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
  }
  .hospital-contact-form {
    padding: 30px;
  }
  .hospital-contact-information-area {
    padding-top: 50px;
  }
  .hospital-contact-information-content {
    top: 0;
  }
  .hospital-contact-information-content .info {
    padding-left: 0;
  }
  .hospital-contact-information-content .info .icon {
    position: relative;
    margin-bottom: 20px;
  }
  .hospital-contact-information-content .info .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 35px;
  }
  .hospital-contact-information-content .info span {
    font-size: 15px;
  }
  .hospital-contact-information-content .info h3 {
    font-size: 25px;
  }
  .hospital-contact-information-image {
    text-align: center;
    margin-top: 30px;
  }
  /* End "Hospital Website Demo Responsive" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .section-title.title-optional-wrap h2 {
    font-size: 25px;
  }
  .emergency-trauma-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .emergency-trauma-care-banner-content {
    padding-top: 35px;
    padding-right: 0;
  }
  .emergency-trauma-care-banner-content h1 {
    font-size: 30px;
  }
  .emergency-trauma-care-banner-content p {
    font-size: 15px;
  }
  .emergency-trauma-care-banner-content .hotline {
    margin-top: 20px;
  }
  .emergency-trauma-care-banner-content .hotline .icon {
    margin-right: 8px;
  }
  .emergency-trauma-care-banner-content .hotline .icon i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .emergency-trauma-care-banner-content .hotline .sub {
    font-size: 12.5px;
  }
  .emergency-trauma-care-banner-content .banner-boxes-item {
    margin-top: 30px;
  }
  .emergency-trauma-care-banner-content .banner-bottom .left-image {
    margin-bottom: 25px;
  }
  .emergency-trauma-care-banner-image {
    height: 450px;
    margin-top: 30px;
  }
  .etc-overview-area {
    margin: 0 0;
  }
  .etc-overview-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .etc-overview-content {
    margin: 0 auto 25px;
  }
  .etc-overview-content h2 {
    font-size: 25px;
  }
  .etc-overview-list li a {
    padding: 7px 25px;
  }
  .etc-about-content h2 {
    font-size: 25px;
  }
  .etc-about-content .inner-about {
    margin-top: 20px;
  }
  .etc-about-content .inner-about .left-box {
    padding: 20px;
  }
  .etc-about-content .inner-about .left-box .bottom .info .image img {
    max-width: 50px;
  }
  .etc-about-content .inner-about .left-box .bottom .info .title h3 {
    font-size: 17px;
  }
  .etc-about-content .inner-about .left-box .bottom .info .title span {
    margin-top: 7px;
  }
  .etc-about-content .inner-about .right-box {
    margin-top: 15px;
  }
  .etc-about-image {
    padding-left: 0;
    margin-top: 25px;
  }
  .etc-about-image .list li {
    font-size: 14px;
  }
  .etc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .etc-services-card {
    padding: 20px;
  }
  .etc-services-card .icon {
    margin-bottom: 12px;
  }
  .etc-services-card h3 {
    margin-bottom: 10px;
  }
  .etc-services-card .list {
    margin-top: 17px;
  }
  .etc-emergency-tips-content {
    padding: 20px;
  }
  .etc-emergency-tips-content h2 {
    font-size: 25px;
  }
  .etc-emergency-tips-inner {
    padding: 20px;
    margin-top: 25px;
  }
  .etc-emergency-tips-inner .tips-image {
    height: 350px;
  }
  .etc-emergency-tips-inner .tips-content {
    padding: 25px 0 0;
  }
  .etc-emergency-tips-inner .tips-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
  }
  .etc-appointment-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .etc-appointment-form {
    padding: 25px;
    margin: 0;
  }
  .etc-appointment-form .content h2 {
    font-size: 25px;
  }
  .etc-appointment-location-btn {
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .etc-appointment-map {
    margin-left: 0;
    height: 350px;
    margin-top: 30px;
  }
  .etc-appointment-map .wrap {
    padding: 20px;
    right: 20px;
    top: 20px;
  }
  .etc-appointment-map .wrap h5 {
    font-size: 18.5px;
    margin-bottom: 10px;
  }
  .etc-team-card .content h3 {
    font-size: 20px;
  }
  .etc-testimonials-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .etc-testimonials-inner {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .etc-testimonials-card {
    padding: 20px;
  }
  .etc-testimonials-card h5 {
    font-size: 17px;
  }
  .etc-testimonials-card .info .image img {
    max-width: 50px;
  }
  .etc-working-hours-info {
    padding: 20px;
  }
  .etc-working-hours-info h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .etc-working-hours-info .list li {
    font-size: 13.5px;
  }
  .etc-working-hours-info .hotline {
    margin-top: 20px;
  }
  .etc-working-hours-info .hotline .icon {
    margin-right: 8px;
  }
  .etc-working-hours-info .hotline .icon i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .etc-working-hours-info .hotline .sub {
    font-size: 12.5px;
  }
  .etc-working-hours-app-info {
    padding: 20px;
    margin-top: 25px;
  }
  .etc-working-hours-app-info h2 {
    font-size: 25px;
  }
  .etc-working-hours-app-info .app-list li {
    margin-right: 10px;
  }
  .etc-working-hours-app-info .group-info {
    display: block;
    margin-top: 30px;
  }
  .etc-working-hours-app-info .group-info h5 {
    font-size: 20.5px;
    margin-bottom: 20px;
  }
  .etc-working-hours-app-info .group-info img {
    margin-left: 0;
  }
  .etc-blog-card .content {
    padding: 20px;
  }
  .etc-blog-card .content .entry-meta {
    display: inline-block;
  }
  .etc-blog-card .content .entry-meta li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .etc-blog-card .content .entry-meta li:last-child {
    margin-bottom: 0;
  }
  .etc-blog-card .content h3 {
    font-size: 20px;
  }
  .optional-copyright-area {
    margin-top: 25px;
  }
  .navbar-area-optional.optional-wrap .navbar-middle-logo {
    display: none;
  }
  .orthopedic-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .orthopedic-care-banner-inner {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .orthopedic-care-banner-inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.7;
  }
  .orthopedic-care-banner-content .sub-top .image img {
    filter: brightness(0) invert(1);
  }
  .orthopedic-care-banner-content .sub-top .title span {
    font-size: 14px;
    color: #ffffff;
  }
  .orthopedic-care-banner-content h1 {
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #ffffff;
  }
  .orthopedic-care-banner-content p {
    font-size: 15px;
    color: #ffffff;
  }
  .orthopedic-care-banner-info {
    margin-top: 30px;
    text-align: start;
  }
  .orthopedic-care-banner-info h4 {
    font-size: 18.5px;
    color: #ffffff;
  }
  .orthopedic-care-banner-info h5 {
    font-size: 17.5px;
    color: #ffffff;
  }
  .orthopedic-care-banner-info h5 a {
    color: #ffffff;
  }
  .oc-features-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .oc-about-top-content h2 {
    font-size: 25px;
  }
  .oc-about-item .item {
    margin-bottom: 25px;
  }
  .oc-about-content {
    padding-left: 0;
  }
  .oc-about-content .inner-info {
    display: block;
    margin-top: 25px;
  }
  .oc-about-content .inner-info .about-btn {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .oc-about-content .inner-info .hotline .sub {
    font-size: 18.5px;
  }
  .oc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .oc-services-inner {
    overflow: hidden;
  }
  .oc-services-content {
    margin-bottom: 30px;
  }
  .oc-services-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .oc-services-items .item {
    margin-left: 0;
  }
  .oc-services-items .item .image {
    position: relative;
    left: 0;
    margin-bottom: 25px;
  }
  .oc-services-items .item .content .title h3 {
    font-size: 20.5px;
  }
  .oc-services-shape {
    position: relative;
    max-width: 100%;
    bottom: -55px;
    margin-top: 30px;
  }
  .oc-working-hours-info {
    padding: 20px;
  }
  .oc-working-hours-info h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .oc-working-hours-info .list li {
    font-size: 13.5px;
  }
  .oc-working-hours-info .hotline {
    margin-top: 20px;
  }
  .oc-working-hours-info .hotline .icon {
    margin-right: 8px;
  }
  .oc-working-hours-info .hotline .icon i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .oc-working-hours-info .hotline .sub {
    font-size: 12.5px;
  }
  .oc-working-hours-app-info {
    padding: 20px;
    margin-top: 25px;
  }
  .oc-working-hours-app-info h2 {
    font-size: 25px;
  }
  .oc-working-hours-app-info .app-list li {
    margin-right: 10px;
  }
  .oc-appointment-area {
    margin: 0 0;
  }
  .oc-appointment-form h4 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .oc-faq-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 540px;
  }
  .oc-faq-image {
    height: 450px;
  }
  .oc-faq-accordion {
    padding-left: 0;
    margin-top: 30px;
  }
  .oc-faq-accordion h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .oc-faq-accordion .accordion .accordion-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .oc-faq-accordion .accordion .accordion-title {
    font-size: 18.5px;
  }
  .oc-blog-area {
    margin: 0 0;
  }
  .oc-blog-card .content .entry-meta {
    display: inline-block;
  }
  .oc-blog-card .content .entry-meta li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .oc-blog-card .content .entry-meta li:last-child {
    margin-bottom: 0;
  }
  .oc-blog-card .content h3 {
    font-size: 20px;
  }
  .footer-optional-area.gap-wrap {
    margin: 0 0;
  }
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .cart-table table tbody tr td {
    padding-right: 180px;
  }
  .cart-buttons .shopping-coupon-code {
    margin-bottom: 20px;
  }
  .cart-buttons .shopping-coupon-code button {
    padding: 0 10px;
    font-size: 14px;
  }
  .checkout-top-title h3 {
    font-size: 25px;
  }
  .checkout-info-form {
    padding: 25px;
  }
  .checkout-sidebar {
    padding: 20px;
    margin-top: 35px;
  }
  .products-details-desc {
    padding-left: 0;
    margin-top: 30px;
  }
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review {
    padding: 0 0 20px 85px;
  }
  .products-details-tabs .tab-content .tab-pane .products-review-comments .user-review img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login-form form .lost-your-password {
    text-align: right;
    margin-top: 0;
  }
  .main-slides-content .slides-btn .checkup-content {
    margin-left: 15px;
    margin-top: 0;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    bottom: 80px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  .covid-testimonials-inner {
    padding: 45px;
  }
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  .hospital-specialist-card .specialist-content {
    padding: 15px 0 15px 65px;
  }
  .hospital-specialist-card .specialist-content img {
    max-width: 50px;
  }
  /* End "Hospital Website Demo Responsive" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .etc-blog-card .content {
    padding: 20px;
  }
  .etc-blog-card .content .entry-meta {
    display: flex;
  }
  .etc-blog-card .content .entry-meta li {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .etc-blog-card .content .entry-meta li:last-child {
    margin-right: 0;
  }
  .oc-blog-card .content .entry-meta {
    display: flex;
  }
  .oc-blog-card .content .entry-meta li {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .oc-blog-card .content .entry-meta li:last-child {
    margin-right: 0;
  }
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pt-100 {
    padding-top: 70px;
  }
  .pb-100 {
    padding-bottom: 70px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .section-title-warp {
    text-align: center;
    margin-bottom: 35px;
  }
  .section-title-warp h2 {
    font-size: 35px;
  }
  .section-warp-btn {
    display: none;
  }
  .top-header-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .top-header-information {
    text-align: center;
  }
  .top-header-optional {
    text-align: center;
    margin-top: 15px;
  }
  .middle-header-area {
    border-bottom: 1px solid #eeeeee;
  }
  .middle-header h1 {
    display: none;
  }
  .middle-header-content {
    text-align: center;
  }
  .middle-header-content li {
    padding-left: 0;
    text-align: center;
    font-size: 15px;
  }
  .middle-header-content li i {
    position: relative;
    top: unset;
    transform: unset;
    display: block;
  }
  .middle-header-content li span {
    font-size: 20px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 6px 0 0 0;
  }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
  }
  .mean-container .mean-bar {
    background-color: unset;
    border-bottom: none;
  }
  .mean-container .mean-nav {
    margin-top: 55px;
  }
  .others-option-for-responsive .dot-menu {
    top: -35px;
  }
  .others-option-for-responsive .container .container {
    right: 20px;
    max-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    text-align: center;
  }
  .others-option-for-responsive .option-inner .others-options {
    margin-left: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-bottom: 0;
  }
  .others-option-for-responsive .option-inner .others-options .option-item .language-switcher .dropdown-menu {
    margin-top: 10px;
  }
  .others-option-for-responsive .option-inner .others-options.d-flex {
    display: block !important;
  }
  .main-slides-item {
    padding-top: 95px;
    padding-bottom: 170px;
    position: relative;
    z-index: 1;
  }
  .main-slides-item::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /*background-color: #ffffff;*/
    z-index: -1;
    opacity: 0.7;
  }
  .home-slides.owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    top: unset;
    transform: unset;
    bottom: 30px;
  }
  .eye-care-slider.owl-theme .owl-nav {
    top: 90%;
    left: 0;
    right: 0;
  }
  .features-area {
    margin-top: 0;
    padding-top: 50px;
  }
  .single-features {
    text-align: center;
    padding: 35px 25px;
  }
  .single-features .content {
    padding-left: 0;
  }
  .single-features .content .icon {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .single-features .content .icon i {
    line-height: 1;
  }
  .overview-area {
    padding-top: 70px;
  }
  .overview-content {
    margin-top: 0;
  }
  .overview-image {
    text-align: center;
    margin-top: 30px;
  }
  .appointment-overview-area {
    margin-top: 0;
    padding-top: 70px;
  }
  .appointment-overview-contact {
    margin-bottom: 30px;
  }
  .appointment-overview-box {
    border-top: 1px solid #06a3da;
  }
  .appointment-overview-box .content .box-image {
    margin-bottom: 30px;
  }
  .about-image {
    text-align: center;
    margin-top: 30px;
  }
  .single-core-features {
    text-align: center;
  }
  .single-core-features h3 {
    font-size: 22px;
  }
  .single-core-features p {
    font-size: 15px;
  }
  .single-doctor .doctor-content {
    padding: 25px 20px;
  }
  .single-doctor .doctor-content h3 {
    font-size: 22px;
  }
  .single-review-item {
    padding: 55px 20px 55px;
  }
  .single-review-item p {
    font-size: 15px;
  }
  .single-review-item .review-info {
    margin-top: 30px;
  }
  .single-review-item .review-info h3 {
    font-size: 18px;
  }
  .single-review-item .review-info img {
    top: -10px;
  }
  .review-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
  }
  .single-blog .blog-content {
    padding: 20px;
  }
  .single-blog .blog-content h3 {
    font-size: 22px;
  }
  .about-image .about-inner-box {
    right: 35px;
  }
  .gallery-area.bg-091e3e {
    padding-bottom: 120px;
  }
  .single-features-box {
    padding: 20px;
  }
  .single-features-box h3 {
    font-size: 20px;
  }
  .main-banner-item {
    padding-top: 80px;
  }
  .main-banner-item .container-fluid {
    padding-right: 15px;
  }
  .main-banner-content {
    text-align: center;
    margin: auto;
  }
  .main-banner-image {
    margin-top: 50px;
  }
  .main-banner-image img {
    border-radius: 0;
  }
  .widget-area {
    margin-top: 30px;
  }
  .dental-tourism-top-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .top-dental-tourism-information {
    text-align: center;
  }
  .top-dental-tourism-information li {
    margin-bottom: 10px;
  }
  .top-dental-tourism-information li:last-child {
    margin-right: 0;
  }
  .top-dental-tourism-information.with-left {
    margin-left: 0;
  }
  .top-dental-tourism-optional {
    text-align: center;
    margin-top: 10px;
  }
  .top-dental-tourism-optional li a i {
    top: 0;
  }
  .dental-tourism-banner-area {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
  }
  .dental-tourism-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.77;
  }
  .dental-tourism-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .dental-tourism-banner-content h1 {
    font-size: 45px;
  }
  .single-dental-tourism-features .content {
    padding-left: 0;
  }
  .single-dental-tourism-features .content .icon-image {
    position: relative;
    margin-bottom: 20px;
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .single-dental-tourism-features .content .icon-image img {
    max-width: 30px;
  }
  .single-dental-tourism-features .content .icon-image .number {
    display: none;
  }
  .single-dental-tourism-features .content h3 {
    font-size: 22px;
  }
  .pb-75 {
    padding-bottom: 45px;
  }
  .dental-tourism-about-image img {
    width: 100%;
  }
  .dental-tourism-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .dental-tourism-about-content h3 {
    font-size: 24px;
  }
  .dental-tourism-services-area .container-fluid {
    left: 0;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .dental-tourism-choose-content h3 {
    font-size: 24px;
  }
  .dental-tourism-choose-content .choose-inner-content h4 {
    font-size: 18px;
  }
  .dental-tourism-choose-image {
    text-align: center;
    margin-top: 30px;
  }
  .dental-tourism-appointment-form h4 {
    font-size: 22px;
  }
  .dental-tourism-dentist-card .dentist-content h3 {
    font-size: 22px;
  }
  .dental-tourism-tourists-content h3 {
    font-size: 24px;
  }
  .dental-tourism-tourists-image {
    margin-top: 30px;
  }
  .dental-tourism-tourists-image .tourists-image .content h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
  }
  .dental-tourism-review-card {
    padding: 20px;
  }
  .dental-tourism-review-card .review-info {
    padding-left: 65px;
  }
  .dental-tourism-review-card .review-info img {
    max-width: 50px;
  }
  .dental-tourism-review-card .review-info h3 {
    font-size: 18px;
  }
  .dental-tourism-review-card .icon-quote {
    right: 25px;
    bottom: 15px;
  }
  .dental-tourism-blog-card .blog-content {
    padding-left: 0;
  }
  .dental-tourism-blog-card .blog-content .entry-meta li {
    font-size: 12px;
    margin-right: 5px;
  }
  .dental-tourism-blog-card .blog-content h3 {
    font-size: 22px;
  }
  .dental-tourism-footer-widget h3 {
    font-size: 22px;
  }
  .dental-tourism-copyright-area {
    margin-top: 25px;
  }
  .top-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .top-information-wrap {
    text-align: center;
  }
  .top-information-wrap li {
    margin-bottom: 10px;
  }
  .top-information-wrap li:last-child {
    margin-right: 0;
  }
  .top-information-wrap.with-left {
    margin-left: 0;
  }
  .top-optional-wrap {
    text-align: center;
    margin-top: 10px;
  }
  .top-optional-wrap li a i {
    top: 0;
  }
  .skin-care-banner-area {
    padding-top: 250px;
  }
  .skin-care-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .skin-care-banner-content h1 {
    font-size: 50px;
  }
  .skin-care-banner-shape {
    display: none;
  }
  .skin-care-banner-image {
    text-align: center;
    margin-top: 30px;
  }
  .skin-care-features-card {
    padding: 20px;
  }
  .skin-care-features-card .features-title {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 15px;
  }
  .skin-care-features-card .features-title .icon-image {
    position: relative;
    margin-bottom: 25px;
  }
  .skin-care-features-card .features-title h3 {
    font-size: 20px;
  }
  .skin-care-about-image .skin-care-fun-fact {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px;
  }
  .skin-care-about-image .skin-care-fun-fact .fun-fact h3 {
    font-size: 35px;
  }
  .skin-care-about-image .skin-care-fun-fact .fun-fact p {
    font-size: 14px;
  }
  .skin-care-about-image img {
    width: 100%;
  }
  .skin-care-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .skin-care-about-content h3 {
    font-size: 24px;
  }
  .skin-care-services-card .services-image .icon i {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 35px;
  }
  .skin-care-dry-content h3 {
    font-size: 25px;
  }
  .skin-care-dry-content .dry-list li img {
    max-width: 40px;
  }
  .skin-care-dry-image {
    text-align: center;
    margin-top: 30px;
  }
  .skin-care-appointment-image {
    height: 450px;
  }
  .skin-care-appointment-form {
    padding: 50px 20px;
  }
  .skin-care-appointment-form h4 {
    font-size: 20px;
  }
  .skin-care-blog-card .blog-content {
    padding-left: 0;
  }
  .skin-care-blog-card .blog-content .entry-meta li {
    font-size: 12px;
    margin-right: 5px;
  }
  .skin-care-partner-inner-box {
    padding: 50px 10px;
  }
  .skin-care-footer-area {
    padding-top: 170px;
  }
  .skin-care-copyright-area {
    margin-top: 25px;
  }
  .eye-care-banner-area {
    padding-top: 230px;
  }
  .eye-care-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .eye-care-banner-content {
    padding: 20px;
    margin-right: 0;
  }
  .eye-care-banner-content h1 {
    font-size: 50px;
    font-family: "Heebo", sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
    padding: 15px;
  }
  .eye-care-banner-content .banner-btn-with-info li img {
    max-width: 35px;
  }
  .eye-care-banner-content .banner-btn-with-info li.title {
    display: none;
  }
  .eye-care-features-card::before {
    display: none;
  }
  .eye-care-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .eye-care-about-content h3 {
    font-size: 25px;
  }
  .eye-care-services-card {
    padding: 20px;
  }
  .eye-care-services-card .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 38px;
  }
  .eye-care-services-slides.owl-theme .owl-nav {
    display: none;
  }
  .eye-care-solutions-image {
    text-align: center;
    margin-top: 30px;
  }
  .eye-care-review-slides {
    margin-left: 0;
  }
  .eye-care-testimonials-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .eye-care-testimonials-image {
    height: 450px;
    margin-top: 50px;
  }
  .eye-care-testimonials-content-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .eye-care-testimonials-content-box .content {
    margin-left: 0;
  }
  .eye-care-testimonials-content-box .content h3 {
    font-size: 24px;
  }
  .eye-care-review-card {
    padding: 30px 20px;
  }
  .eye-care-review-card .review-info {
    padding-left: 65px;
  }
  .eye-care-review-card .review-info img {
    max-width: 50px;
  }
  .eye-care-review-card .review-info h3 {
    font-size: 18px;
  }
  .eye-care-review-card .icon-quote {
    display: none;
  }
  .eye-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
    right: 20px;
    bottom: 20px;
  }
  .eye-care-treatment-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .eye-care-treatment-content h3 {
    font-size: 25px;
  }
  .eye-care-blog-card {
    padding: 20px;
  }
  .newsletter-inner-box {
    padding: 50px 20px;
  }
  .newsletter-inner-box .newsletter-content {
    margin-bottom: 30px;
  }
  .eye-care-footer-area {
    padding-top: 165px;
  }
  .eye-care-copyright-area {
    margin-top: 25px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  .covid-top-area .top-optional-wrap {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .covid-top-area .top-information-wrap {
    text-align: center;
  }
  .covid-banner-area {
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .covid-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .covid-banner-content {
    top: 0;
  }
  .covid-banner-content h1 {
    font-size: 55px;
  }
  .covid-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .covid-check-form-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .covid-vaccine-card .vaccine-content h3 {
    font-size: 20px;
  }
  .covid-about-content {
    padding-left: 0;
    margin-top: 35px;
  }
  .covid-about-content h3 {
    font-size: 30px;
  }
  .covid-registration-image {
    padding-left: 0;
    margin-top: 35px;
  }
  .covid-registration-image .content h3 {
    font-size: 30px;
  }
  .covid-process-card h3 {
    font-size: 20px;
  }
  .covid-tracker-card {
    padding: 20px;
  }
  .covid-tracker-card .tracker-content h3 {
    font-size: 20px;
  }
  .covid-protection-content .content h3 {
    font-size: 30px;
  }
  .covid-protection-fun-fact {
    margin-top: 35px;
    margin-right: 0;
    padding-left: 55px;
    padding-right: 55px;
  }
  .covid-protection-fun-fact .fun-fact {
    text-align: center;
  }
  .covid-protection-fun-fact .fun-fact h3 {
    font-size: 30px;
  }
  .covid-protection-fun-fact .fun-fact p {
    font-size: 14px;
  }
  .covid-testimonials-inner {
    padding: 25px;
  }
  .covid-testimonials-small-image1, .covid-testimonials-small-image2, .covid-testimonials-small-image3, .covid-testimonials-small-image4, .covid-testimonials-small-image5, .covid-testimonials-small-image6 {
    display: none;
  }
  .covid-testimonials-card h3 {
    font-size: 18px;
  }
  .covid-blog-card .blog-content {
    padding: 20px;
  }
  .covid-blog-card .blog-content h3 {
    font-size: 18px;
  }
  .covid-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .covid-copyright-area {
    margin-top: 25px;
  }
  .covid-page-banner-area {
    padding-top: 250px;
  }
  .covid-page-banner-content {
    top: 0;
  }
  .covid-page-banner-content h3 {
    font-size: 45px;
  }
  .covid-page-banner-image {
    margin-top: 35px;
  }
  .covid-testimonials-wrap-card .info .title h3 {
    font-size: 18px;
  }
  .how-vaccines-work-desc .content h3 {
    font-size: 25px;
  }
  .how-vaccines-work-desc .content h4 {
    font-size: 25px;
  }
  .how-vaccines-work-sidebar {
    margin-left: 0;
    margin-top: 30px;
  }
  .covid-faq-image {
    text-align: center;
    margin-bottom: 30px;
  }
  .covid-blog-details-desc {
    padding-right: 0;
  }
  .covid-blog-details-desc .content h3 {
    font-size: 35px;
  }
  .covid-tracker-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-blog-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-doctors-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  .hospital-top-area .top-optional-wrap {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hospital-top-area .top-information-wrap {
    text-align: center;
  }
  .hospital-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .hospital-banner-content {
    top: 0;
  }
  .hospital-banner-content h1 {
    font-size: 40px;
  }
  .hospital-banner-image {
    text-align: center;
    margin-top: 30px;
  }
  .hospital-specialist-card .specialist-content h3 {
    font-size: 18px;
  }
  .hospital-about-content {
    margin-top: 30px;
  }
  .hospital-about-content h3 {
    font-size: 30px;
  }
  .hospital-about-shape {
    display: none;
  }
  .hospital-services-area .section-title.with-hospital-color {
    text-align: center !important;
  }
  .hospital-services-area .section-title.with-hospital-color.d-flex {
    display: block !important;
  }
  .hospital-services-area .section-title.with-hospital-color .div.text-start {
    text-align: center !important;
  }
  .hospital-services-area .section-title.with-hospital-color .default-btn {
    display: none;
  }
  .hospital-services-card .title h3 {
    font-size: 18px;
  }
  .hospital-services-card .services-btn {
    font-size: 14px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-skills-content h3 {
    font-size: 30px;
  }
  .hospital-skills-image {
    padding-left: 0;
    margin-top: 35px;
  }
  .hospital-fun-fact h3 {
    font-size: 35px;
  }
  .hospital-fun-fact h3 .plus {
    font-size: 30px;
    left: -5px;
  }
  .hospital-fun-fact p {
    font-size: 15px;
  }
  .hospital-fun-fact .shape {
    max-width: 75px;
    margin: auto;
  }
  .hospital-team-card .team-content h3 {
    font-size: 20px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-app-area {
    padding-bottom: 70px;
  }
  .hospital-app-image {
    text-align: center;
  }
  .hospital-app-content {
    padding-left: 0;
    top: 0;
    margin-top: 30px;
  }
  .hospital-app-content h3 {
    font-size: 30px;
  }
  .hospital-call-to-action-content span {
    font-size: 15px;
  }
  .hospital-call-to-action-content h3 {
    font-size: 30px;
  }
  .hospital-call-to-action-content p {
    font-size: 14px;
  }
  .hospital-testimonials-area .section-title.with-hospital-color {
    text-align: center !important;
  }
  .hospital-testimonials-card p {
    font-size: 15px;
  }
  .hospital-testimonials-card p::after {
    display: none;
  }
  .hospital-testimonials-card .info-content .info .title h3 {
    font-size: 18px;
  }
  .hospital-testimonials-card .info-content .info .title span {
    font-size: 14px;
  }
  .hospital-testimonials-card .info-content .rating {
    display: none;
  }
  .hospital-testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-blog-card .blog-image .date {
    display: none;
  }
  .hospital-blog-card .blog-content .meta li {
    font-size: 14px;
  }
  .hospital-blog-card .blog-content h3 {
    font-size: 20px;
  }
  .hospital-blog-card .blog-content .blog-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .hospital-information-card {
    padding: 25px 20px;
  }
  .hospital-information-card .content {
    padding-left: 80px;
  }
  .hospital-information-card .content .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 35px;
  }
  .hospital-information-card .content h3 {
    font-size: 18px;
  }
  .hospital-information-card .content p {
    font-size: 14px;
  }
  .hospital-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .hospital-footer-widget h3 {
    font-size: 20px;
  }
  .hospital-footer-widget .quick-links li a {
    font-size: 15px;
  }
  .hospital-footer-widget .hours-list li {
    font-size: 15px;
  }
  .hospital-copyright-area {
    margin-top: 45px;
  }
  .hospital-choice-content {
    margin-top: 35px;
  }
  .hospital-choice-content h3 {
    font-size: 30px;
  }
  .hospital-widget-area {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .hospital-services-details-desc {
    padding-left: 0;
  }
  .hospital-services-details-desc .content h3 {
    font-size: 30px;
  }
  .hospital-services-details-desc .content h4 {
    font-size: 25px;
  }
  .hospital-services-details-desc .services-details-card h4 {
    font-size: 18px;
  }
  .hospital-services-details-desc .services-details-inner-content h4 {
    font-size: 25px;
  }
  .hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .hospital-appointment-area-with-color {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form {
    top: 0;
    margin-top: 35px;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form .content h3 {
    font-size: 30px;
  }
  .hospital-portfolio-details-info {
    margin-top: 35px;
  }
  .hospital-blog-details-desc {
    padding-left: 0;
  }
  .hospital-contact-information-area {
    padding-top: 70px;
  }
  .hospital-contact-information-content {
    top: 0;
  }
  .hospital-contact-information-content .info {
    padding-left: 0;
  }
  .hospital-contact-information-content .info .icon {
    position: relative;
    margin-bottom: 20px;
  }
  .hospital-contact-information-content .info .icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 35px;
  }
  .hospital-contact-information-content .info span {
    font-size: 15px;
  }
  .hospital-contact-information-content .info h3 {
    font-size: 25px;
  }
  .hospital-contact-information-image {
    text-align: center;
    margin-top: 30px;
  }
  /* End "Hospital Website Demo Responsive" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .emergency-trauma-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .emergency-trauma-care-banner-content {
    padding-top: 55px;
    padding-right: 0;
  }
  .emergency-trauma-care-banner-content .banner-boxes-item .item {
    padding: 20px;
  }
  .emergency-trauma-care-banner-content .banner-bottom .left-image {
    margin-bottom: 25px;
  }
  .emergency-trauma-care-banner-image {
    height: 650px;
    margin-top: 30px;
  }
  .etc-overview-area {
    margin: 0 0;
  }
  .etc-overview-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .etc-overview-content {
    margin: 0 auto 35px;
  }
  .etc-about-content .inner-about {
    margin-top: 20px;
  }
  .etc-about-content .inner-about .right-box {
    padding: 18px 25px;
  }
  .etc-about-image {
    padding-left: 0;
    margin-top: 25px;
  }
  .etc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .etc-services-card {
    padding: 20px;
  }
  .etc-services-card .icon {
    margin-bottom: 12px;
  }
  .etc-services-card h3 {
    margin-bottom: 10px;
  }
  .etc-services-card .list {
    margin-top: 17px;
  }
  .etc-emergency-tips-content {
    padding: 30px;
  }
  .etc-emergency-tips-inner {
    padding: 30px;
    margin-top: 25px;
  }
  .etc-appointment-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .etc-appointment-form {
    padding: 30px;
    margin: 0;
  }
  .etc-appointment-location-btn {
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .etc-appointment-map {
    margin-left: 0;
    height: 350px;
    margin-top: 30px;
  }
  .etc-appointment-map .wrap {
    padding: 20px;
    right: 20px;
    top: 20px;
  }
  .etc-appointment-map .wrap h5 {
    font-size: 18.5px;
    margin-bottom: 10px;
  }
  .etc-testimonials-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .etc-testimonials-inner {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .etc-working-hours-info {
    padding: 30px;
  }
  .etc-working-hours-app-info {
    padding: 30px;
    margin-top: 25px;
  }
  .etc-blog-card .content {
    padding: 20px;
  }
  .etc-blog-card .content .entry-meta {
    display: inline-block;
  }
  .etc-blog-card .content .entry-meta li {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .etc-blog-card .content .entry-meta li:last-child {
    margin-bottom: 0;
  }
  .optional-copyright-area {
    margin-top: 45px;
  }
  .navbar-area-optional.optional-wrap .navbar-middle-logo {
    display: none;
  }
  .orthopedic-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .orthopedic-care-banner-inner {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
  }
  .orthopedic-care-banner-inner::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0.7;
  }
  .orthopedic-care-banner-content .sub-top .image img {
    filter: brightness(0) invert(1);
  }
  .orthopedic-care-banner-content .sub-top .title span {
    color: #ffffff;
  }
  .orthopedic-care-banner-content h1 {
    color: #ffffff;
    font-size: 80px;
  }
  .orthopedic-care-banner-content p {
    color: #ffffff;
  }
  .orthopedic-care-banner-info {
    margin-top: 30px;
    text-align: start;
  }
  .orthopedic-care-banner-info h4 {
    color: #ffffff;
  }
  .orthopedic-care-banner-info h5 {
    color: #ffffff;
  }
  .orthopedic-care-banner-info h5 a {
    color: #ffffff;
  }
  .oc-features-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .oc-about-item .item {
    margin-bottom: 25px;
  }
  .oc-about-content {
    padding-left: 0;
  }
  .oc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .oc-services-inner {
    overflow: hidden;
  }
  .oc-services-content {
    margin-bottom: 40px;
  }
  .oc-services-shape {
    position: relative;
    max-width: 100%;
    bottom: -75px;
    margin-top: 0;
  }
  .oc-working-hours-info {
    padding: 30px;
  }
  .oc-working-hours-app-info {
    padding: 30px;
    margin-top: 25px;
  }
  .oc-appointment-area {
    margin: 0 0;
  }
  .oc-appointment-form h4 {
    margin-bottom: 22px;
  }
  .oc-faq-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 720px;
  }
  .oc-faq-image {
    height: 650px;
  }
  .oc-faq-accordion {
    padding-left: 0;
    margin-top: 40px;
  }
  .oc-blog-area {
    margin: 0 0;
  }
  .oc-blog-card .content .entry-meta {
    display: inline-block;
  }
  .oc-blog-card .content .entry-meta li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .oc-blog-card .content .entry-meta li:last-child {
    margin-bottom: 0;
  }
  .footer-optional-area.gap-wrap {
    margin: 0 0;
  }
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .checkout-sidebar {
    margin-top: 35px;
  }
  .products-details-desc {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top-header-information li {
    font-size: 14px;
    margin-right: 10px;
  }
  .section-title-warp h2 {
    font-size: 32px;
  }
  .main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 15px;
  }
  .main-navbar .navbar .others-options .option-item {
    margin-right: 15px;
  }
  .main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
    padding: 20px 25px;
    font-size: 14px;
  }
  .home-slides.owl-theme .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .home-slides.owl-theme .owl-nav [class*=owl-] {
    top: unset;
    transform: unset;
    bottom: 100px;
  }
  .eye-care-slider.owl-theme .owl-nav {
    right: 50px;
  }
  .eye-care-slider.owl-theme .owl-nav [class*=owl-] {
    width: 55px;
    height: 55px;
  }
  .eye-care-slider.owl-theme .owl-nav [class*=owl-] i {
    font-size: 16px;
  }
  .single-features {
    padding: 31px 25px;
  }
  .single-features .content {
    padding-left: 65px;
  }
  .single-features .content h3 {
    font-size: 20px;
  }
  .single-features .content p {
    font-size: 15px;
  }
  .single-features .content .icon i {
    font-size: 50px;
  }
  .single-services .services-content {
    padding: 35px 25px;
  }
  .single-services .services-content p {
    font-size: 14px;
  }
  .appointment-overview-contact::before {
    height: 100%;
  }
  .appointment-overview-contact .appointment-info {
    padding: 12px;
  }
  .appointment-overview-contact .appointment-info p {
    font-size: 14px;
  }
  .appointment-overview-box .content h4 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .appointment-overview-box .make-appointment-content h4 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .single-core-features {
    padding: 20px;
  }
  .single-core-features h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .single-doctor .doctor-content {
    padding: 25px;
  }
  .single-doctor .doctor-content h3 {
    font-size: 20px;
  }
  .single-features-box {
    padding: 20px;
  }
  .single-features-box h3 {
    font-size: 20px;
  }
  .single-services-box {
    padding: 25px;
  }
  .main-banner-content {
    max-width: 470px;
  }
  .main-banner-content h1 {
    font-size: 38px;
  }
  .single-services-item .services-content {
    padding: 35px 15px;
  }
  .services-details-list li i {
    top: 0;
  }
  .top-dental-tourism-information.with-left {
    margin-left: 115px;
  }
  .dental-tourism-navbar .main-navbar .navbar ul {
    margin-left: 35px;
  }
  .dental-tourism-navbar .main-navbar .navbar .navbar-brand::before {
    width: 185px;
    height: 160px;
    top: -102px;
  }
  .dental-tourism-banner-content h1 {
    font-size: 65px;
  }
  .single-dental-tourism-features .content {
    padding-left: 90px;
  }
  .single-dental-tourism-features .content .icon-image {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .single-dental-tourism-features .content .icon-image img {
    max-width: 30px;
  }
  .single-dental-tourism-features .content h3 {
    font-size: 22px;
  }
  .dental-tourism-services-area .container-fluid {
    left: calc((100% - 950px) / 2);
  }
  .dental-tourism-blog-card .blog-content {
    padding-left: 0;
  }
  .dental-tourism-blog-card .blog-content .entry-meta li {
    font-size: 12px;
    margin-right: 5px;
  }
  .dental-tourism-footer-widget h3 {
    font-size: 20px;
  }
  .dental-tourism-footer-widget .share-link li {
    display: inline-block;
    margin-right: 5px;
  }
  .dental-tourism-footer-widget .share-link li span {
    font-size: 15px;
  }
  .grin-care-navbar .main-navbar .navbar {
    padding: 10px;
  }
  .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .grin-care-navbar .main-navbar .navbar .others-options .option-item::before {
    right: -10px;
  }
  .grin-care-navbar .main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
    padding: 20px 15px;
    font-size: 14px;
  }
  .skin-care-banner-area {
    padding-top: 145px;
  }
  .skin-care-banner-content h1 {
    font-size: 45px;
  }
  .skin-care-features-card {
    padding: 20px;
  }
  .skin-care-features-card .features-title {
    padding-left: 75px;
    padding-top: 24px;
    margin-bottom: 35px;
  }
  .skin-care-features-card .features-title .icon-image {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .skin-care-features-card .features-title .icon-image img {
    max-width: 30px;
  }
  .skin-care-features-card .features-title h3 {
    font-size: 18px;
  }
  .skin-care-features-card p {
    font-size: 15px;
  }
  .skin-care-about-image .skin-care-fun-fact {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 25px;
  }
  .skin-care-appointment-form {
    padding: 50px 10px;
  }
  .skin-care-appointment-form h4 {
    font-size: 35px;
  }
  .skin-care-blog-card .blog-content {
    padding-left: 0;
  }
  .skin-care-blog-card .blog-content .entry-meta li {
    font-size: 12px;
    margin-right: 5px;
  }
  .skin-care-footer-widget h3 {
    font-size: 20px;
  }
  .skin-care-footer-widget .share-link li {
    display: inline-block;
    margin-right: 5px;
  }
  .skin-care-footer-widget .share-link li span {
    font-size: 15px;
  }
  .eye-care-banner-content {
    padding: 30px;
  }
  .eye-care-banner-content h1 {
    font-size: 50px;
  }
  .eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
    padding: 15px;
  }
  .eye-care-banner-content .banner-btn-with-info li img {
    max-width: 35px;
  }
  .eye-care-services-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .eye-care-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .eye-care-testimonials-content-box .content {
    margin-left: 0;
  }
  .eye-care-testimonials-content-box .content h3 {
    font-size: 30px;
  }
  .eye-care-review-card {
    padding: 28px 20px;
  }
  .eye-care-review-card .icon-quote {
    right: 25px;
    top: 25px;
  }
  .eye-care-review-slides {
    margin-left: -70px;
  }
  .eye-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
    right: 20px;
    bottom: 25px;
  }
  .eye-care-treatment-content .treatment-inner-content {
    padding: 15px 15px 15px 55px;
  }
  .eye-care-treatment-content .treatment-inner-content .number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    left: 15px;
  }
  .eye-care-footer-widget h3 {
    font-size: 20px;
  }
  .eye-care-footer-widget .share-link li {
    display: inline-block;
    margin-right: 5px;
  }
  .eye-care-footer-widget .share-link li span {
    font-size: 15px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  .covid-banner-content h1 {
    font-size: 55px;
  }
  .covid-banner-content .banner-btn li {
    margin-right: 10px;
  }
  .covid-banner-content .banner-btn li .default-btn {
    padding: 15px 20px;
    font-size: 14px;
  }
  .covid-banner-content .banner-btn li .video-btn span {
    font-size: 14px;
  }
  .covid-check-form-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .covid-vaccine-card .vaccine-content h3 {
    font-size: 18px;
  }
  .covid-about-content h3 {
    font-size: 35px;
  }
  .covid-registration-image .content h3 {
    font-size: 35px;
  }
  .covid-process-card h3 {
    font-size: 20px;
  }
  .covid-protection-content .content h3 {
    font-size: 35px;
  }
  .covid-protection-fun-fact .fun-fact h3 {
    font-size: 30px;
  }
  .covid-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .how-vaccines-work-sidebar {
    margin-left: 0;
  }
  .covid-info-card {
    padding: 20px;
  }
  .covid-tracker-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-blog-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-doctors-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  .hospital-banner-content span {
    font-size: 14px;
  }
  .hospital-banner-content h1 {
    font-size: 45px;
  }
  .hospital-banner-image .circle {
    height: 400px;
    width: 400px;
  }
  .hospital-specialist-card {
    padding: 15px;
  }
  .hospital-specialist-card .specialist-content {
    padding: 15px 0 15px 60px;
  }
  .hospital-specialist-card .specialist-content img {
    max-width: 45px;
  }
  .hospital-specialist-card .specialist-content h3 {
    font-size: 18px;
  }
  .hospital-about-content h3 {
    font-size: 30px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .hospital-skills-content h3 {
    font-size: 30px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .hospital-app-image .circle {
    height: 425px;
    width: 425px;
  }
  .hospital-app-content {
    padding-left: 0;
  }
  .hospital-app-content h3 {
    font-size: 30px;
  }
  .hospital-app-content .list li {
    padding: 15px 15px 15px 50px;
  }
  .hospital-app-content .list li img {
    left: 10px;
    max-width: 30px;
  }
  .hospital-app-content .list li h4 {
    font-size: 15px;
  }
  .hospital-information-card {
    padding: 25px 20px;
  }
  .hospital-information-card .content {
    padding-left: 80px;
  }
  .hospital-information-card .content .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 35px;
  }
  .hospital-information-card .content h3 {
    font-size: 18px;
  }
  .hospital-information-card .content p {
    font-size: 14px;
  }
  .hospital-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .hospital-footer-widget .share-link li a {
    height: 30px;
    width: 30px;
    line-height: 33px;
    border: none;
  }
  .hospital-footer-widget .quick-links li {
    font-size: 14px;
  }
  .hospital-footer-widget .hours-list li {
    font-size: 14px;
  }
  .hospital-blog-card .blog-image .date {
    display: none;
  }
  .hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .hospital-appointment-area-with-color {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form {
    top: 0;
  }
  .hospital-appointment-area-with-color .hospital-appointment-form .content h3 {
    font-size: 30px;
  }
  .hospital-portfolio-details-info {
    padding: 20px;
  }
  .hospital-portfolio-details-info .list li {
    font-size: 15px;
  }
  .hospital-portfolio-card .portfolio-content h3 {
    font-size: 18px;
  }
  .hospital-portfolio-card .portfolio-content span {
    font-size: 14.5px;
  }
  /* End "Hospital Website Demo Responsive" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .navbar-area-optional .main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 10.5px;
    margin-right: 10.5px;
  }
  .emergency-trauma-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .emergency-trauma-care-banner-content {
    padding-top: 70px;
    padding-right: 0;
  }
  .emergency-trauma-care-banner-content .banner-bottom .right-content img {
    max-width: 235.5px;
  }
  .emergency-trauma-care-banner-image {
    height: 750px;
    margin-top: 30px;
  }
  .etc-overview-area {
    margin: 0 0;
  }
  .etc-overview-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .etc-about-content .inner-about {
    margin-top: 20px;
  }
  .etc-about-content .inner-about .right-box {
    padding: 18px 25px;
  }
  .etc-about-image {
    padding-left: 0;
    margin-top: 25px;
  }
  .etc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .etc-services-card {
    padding: 20px;
  }
  .etc-services-card .icon {
    margin-bottom: 12px;
  }
  .etc-services-card h3 {
    margin-bottom: 10px;
  }
  .etc-services-card .list {
    margin-top: 17px;
  }
  .etc-emergency-tips-inner {
    margin-top: 25px;
  }
  .etc-appointment-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .etc-appointment-form {
    padding: 40px;
    margin: 0;
  }
  .etc-appointment-location-btn {
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .etc-appointment-map {
    margin-left: 0;
    height: 450px;
    margin-top: 30px;
  }
  .etc-appointment-map .wrap {
    padding: 20px;
    right: 20px;
    top: 20px;
  }
  .etc-appointment-map .wrap h5 {
    font-size: 18.5px;
    margin-bottom: 10px;
  }
  .etc-testimonials-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .etc-hospital-card {
    padding: 15px;
  }
  .etc-hospital-card h5 {
    font-size: 14px;
  }
  .etc-working-hours-app-info {
    margin-top: 25px;
  }
  .navbar-area-optional.optional-wrap .main-navbar .navbar .navbar-middle-logo {
    margin: 0 30px 0 20px;
  }
  .orthopedic-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .orthopedic-care-banner-inner {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
  .orthopedic-care-banner-info {
    text-align: start;
    margin-top: 35px;
  }
  .oc-features-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .oc-about-item .item {
    margin-bottom: 25px;
  }
  .oc-about-content {
    padding-left: 0;
  }
  .oc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .oc-working-hours-app-info {
    margin-top: 25px;
  }
  .oc-appointment-area {
    margin: 0 0;
  }
  .oc-faq-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 960px;
  }
  .oc-faq-accordion {
    padding-left: 20px;
  }
  .oc-blog-area {
    margin: 0 0;
  }
  .footer-optional-area.gap-wrap {
    margin: 0 0;
  }
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .checkout-sidebar {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .top-dental-tourism-information.with-left {
    margin-left: 115px;
  }
  .dental-tourism-navbar .main-navbar .navbar ul {
    margin-left: 35px;
  }
  .dental-tourism-navbar .main-navbar .navbar .navbar-brand::before {
    width: 185px;
    height: 160px;
    top: -102px;
  }
  .dental-tourism-banner-content h1 {
    font-size: 65px;
  }
  .single-dental-tourism-features .content {
    padding-left: 90px;
  }
  .single-dental-tourism-features .content .icon-image {
    height: 70px;
    width: 70px;
    line-height: 70px;
  }
  .single-dental-tourism-features .content .icon-image img {
    max-width: 30px;
  }
  .single-dental-tourism-features .content h3 {
    font-size: 22px;
  }
  .dental-tourism-services-area .container-fluid {
    left: calc((100% - 1135px) / 2);
  }
  .dental-tourism-footer-widget h3 {
    font-size: 20px;
  }
  .dental-tourism-footer-widget .share-link li {
    display: inline-block;
    margin-right: 5px;
  }
  .dental-tourism-footer-widget .share-link li span {
    font-size: 15px;
  }
  .grin-care-navbar .main-navbar .navbar {
    padding: 10px;
  }
  .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item {
    margin-left: 12px;
    margin-right: 12px;
  }
  .grin-care-navbar .main-navbar .navbar .others-options .option-item::before {
    right: -14px;
  }
  .grin-care-navbar .main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
    padding: 20px 15px;
    font-size: 14px;
  }
  .skin-care-banner-area {
    padding-top: 120px;
  }
  .skin-care-banner-content h1 {
    font-size: 45px;
  }
  .skin-care-features-card {
    padding: 20px;
  }
  .skin-care-features-card .features-title {
    padding-left: 75px;
    padding-top: 24px;
    margin-bottom: 35px;
  }
  .skin-care-features-card .features-title .icon-image {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .skin-care-features-card .features-title .icon-image img {
    max-width: 30px;
  }
  .skin-care-about-image .skin-care-fun-fact {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 25px;
  }
  .skin-care-appointment-form {
    padding: 50px 10px;
  }
  .skin-care-appointment-form h4 {
    font-size: 35px;
  }
  .eye-care-banner-content {
    padding: 30px;
  }
  .eye-care-banner-content h1 {
    font-size: 50px;
  }
  .eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
    padding: 15px;
  }
  .eye-care-banner-content .banner-btn-with-info li img {
    max-width: 35px;
  }
  .eye-care-features-card::before {
    right: -15px;
  }
  .eye-care-services-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .eye-care-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .eye-care-testimonials-content-box .content {
    margin-left: 0;
  }
  .eye-care-testimonials-content-box .content h3 {
    font-size: 30px;
  }
  .eye-care-review-card {
    padding: 28px 20px;
  }
  .eye-care-review-card .icon-quote {
    right: 25px;
    top: 25px;
  }
  .eye-care-review-slides {
    margin-left: -70px;
  }
  .eye-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
    right: 20px;
    bottom: 25px;
  }
  .eye-care-treatment-content .treatment-inner-content {
    padding: 15px 15px 15px 55px;
  }
  .eye-care-treatment-content .treatment-inner-content .number {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    left: 15px;
  }
  .eye-care-footer-widget h3 {
    font-size: 20px;
  }
  .eye-care-footer-widget .share-link li {
    display: inline-block;
    margin-right: 5px;
  }
  .eye-care-footer-widget .share-link li span {
    font-size: 15px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  .covid-tracker-card {
    padding: 25px;
  }
  .covid-tracker-card .tracker-content h3 {
    font-size: 20px;
  }
  .covid-blog-card .blog-content h3 {
    font-size: 20px;
  }
  .covid-tracker-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-blog-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  .covid-doctors-slides.owl-theme .owl-nav [class*=owl-] {
    display: none;
  }
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  .hospital-banner-content span {
    font-size: 14px;
  }
  .hospital-banner-content h1 {
    font-size: 45px;
  }
  .hospital-banner-image .circle {
    height: 400px;
    width: 400px;
  }
  .hospital-specialist-card {
    padding: 15px;
  }
  .hospital-specialist-card .specialist-content {
    padding: 15px 0 15px 60px;
  }
  .hospital-specialist-card .specialist-content img {
    max-width: 45px;
  }
  .hospital-specialist-card .specialist-content h3 {
    font-size: 18px;
  }
  .hospital-about-content h3 {
    font-size: 30px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .hospital-skills-content h3 {
    font-size: 30px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  .hospital-app-image .circle {
    height: 425px;
    width: 425px;
  }
  .hospital-app-content h3 {
    font-size: 30px;
  }
  .hospital-information-card {
    padding: 25px 20px;
  }
  .hospital-information-card .content {
    padding-left: 80px;
  }
  .hospital-information-card .content .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 35px;
  }
  .hospital-information-card .content h3 {
    font-size: 18px;
  }
  .hospital-information-card .content p {
    font-size: 14px;
  }
  .hospital-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .hospital-blog-card .blog-image .date {
    display: none;
  }
  .hospital-blog-card .blog-content h3 {
    font-size: 22px;
  }
  .hospital-services-card {
    padding: 20px;
  }
  .hospital-services-card .title h3 {
    font-size: 20px;
  }
  .hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*=owl-] {
    left: -30px;
  }
  .hospital-testimonials-wrap-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -30px;
  }
  /* End "Hospital Website Demo Responsive" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .emergency-trauma-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .emergency-trauma-care-banner-content {
    padding-right: 0;
  }
  .emergency-trauma-care-banner-content .banner-boxes-item .item {
    padding: 15px;
  }
  .emergency-trauma-care-banner-content .banner-bottom .right-content img {
    max-width: 145.5px;
  }
  .emergency-trauma-care-banner-content .banner-bottom .right-content .icon a i {
    height: 35px;
    width: 35px;
    font-size: 17px;
  }
  .etc-overview-area {
    margin: 0 0;
  }
  .etc-overview-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .etc-about-content .inner-about .right-box {
    padding: 18px;
  }
  .etc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .etc-services-card {
    padding: 20px;
  }
  .etc-services-card .icon {
    margin-bottom: 12px;
  }
  .etc-services-card h3 {
    margin-bottom: 10px;
  }
  .etc-services-card .list {
    margin-top: 17px;
  }
  .etc-emergency-tips-content {
    padding: 35px 40px;
  }
  .etc-appointment-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .etc-appointment-form {
    padding: 40px;
    margin: 0;
  }
  .etc-appointment-location-btn {
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .etc-appointment-map {
    margin-left: 0;
    height: 550px;
    margin-top: 30px;
  }
  .etc-appointment-map .wrap {
    padding: 20px;
    right: 20px;
    top: 20px;
  }
  .etc-appointment-map .wrap h5 {
    font-size: 18.5px;
    margin-bottom: 10px;
  }
  .etc-testimonials-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .etc-hospital-card {
    padding: 15px;
  }
  .etc-working-hours-app-info {
    padding: 40px;
  }
  .navbar-area-optional.optional-wrap .main-navbar .navbar .navbar-middle-logo {
    margin: 0 30px 0 20px;
  }
  .orthopedic-care-banner-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .orthopedic-care-banner-inner {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
  .orthopedic-care-banner-info h5 {
    font-size: 18.5px;
  }
  .oc-features-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .oc-about-item .item {
    padding: 20px;
  }
  .oc-about-item .item h5 {
    font-size: 17px;
  }
  .oc-about-content {
    padding-left: 20px;
  }
  .oc-services-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .oc-working-hours-info {
    padding: 32px;
  }
  .oc-working-hours-app-info {
    padding: 35px;
  }
  .oc-working-hours-app-info .app-list {
    margin-top: 30px;
  }
  .oc-appointment-area {
    margin: 0 0;
  }
  .oc-faq-area .container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    max-width: 1140px;
  }
  .oc-faq-accordion {
    padding-left: 20px;
  }
  .oc-blog-area {
    margin: 0 0;
  }
  .footer-optional-area.gap-wrap {
    margin: 0 0;
  }
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .covid-tracker-slides.owl-theme .owl-nav [class*=owl-] {
    left: -35px;
  }
  .covid-tracker-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -35px;
  }
  .covid-blog-slides.owl-theme .owl-nav [class*=owl-] {
    left: -35px;
  }
  .covid-blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -35px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-] {
    left: -35px;
  }
  .hospital-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -35px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-] {
    left: -35px;
  }
  .hospital-team-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    right: -35px;
  }
  .emergency-trauma-care-banner-content {
    padding-right: 30px;
  }
  .emergency-trauma-care-banner-content .banner-bottom .right-content img {
    max-width: 175.5px;
  }
  .etc-appointment-location-btn {
    left: 20px;
  }
  .orthopedic-care-banner-inner {
    padding-top: 465px;
    padding-left: 70px;
  }
}
@media only screen and (min-width: 1550px) {
  .dental-tourism-top-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .top-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .dental-tourism-navbar .main-navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .grin-care-navbar .main-navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .dental-tourism-banner-area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .dental-tourism-banner-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .skin-care-banner-area .container-fluid {
    padding-left: 100px;
    padding-right: 0;
  }
  .skin-care-banner-content {
    padding-right: 0;
    max-width: 700px;
  }
  .eye-care-banner-area .container-fluid {
    padding-left: 100px;
    padding-right: 0;
  }
  .eye-care-banner-content h1 {
    font-size: 80px;
  }
  /* Start "Covid 19 Vaccination Center Demo Responsive" */
  .covid-navbar-area .main-navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .covid-banner-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .covid-banner-content h1 {
    font-size: 75px;
  }
  /* End "Covid 19 Vaccination Center Demo Responsive" */
  /* Start "Hospital Website Demo Responsive" */
  .hospital-navbar-area .main-navbar .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .hospital-banner-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .hospital-banner-content h1 {
    font-size: 90px;
  }
  .hospital-banner-image {
    position: relative;
    z-index: 1;
  }
  .hospital-banner-image .circle {
    position: absolute;
    content: "";
    height: 700px;
    width: 700px;
    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%;
  }
  /* End "Hospital Website Demo Responsive" */
  /* Start "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
  .top-area-optional .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
  .top-area-optional.optional-wrap .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .navbar-area-optional .main-navbar .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
  .navbar-area-optional.optional-wrap .main-navbar .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .navbar-area-optional.optional-wrap .main-navbar .navbar .navbar-middle-logo {
    margin: 0 310px 0 50px;
  }
  .emergency-trauma-care-banner-area .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
  .emergency-trauma-care-banner-content .banner-bottom .right-content img {
    max-width: 207px;
  }
  .etc-overview-area {
    margin: 0 150px;
  }
  .etc-services-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .orthopedic-care-banner-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .oc-features-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .oc-features-card .content h3 {
    font-size: 23.5px;
  }
  .oc-services-area .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  .oc-appointment-area {
    margin: 0 50px;
  }
  .oc-faq-area .container-fluid {
    padding-left: 50px;
    padding-right: calc((100% - 1300px) / 2);
  }
  .oc-blog-area {
    margin: 0 50px;
  }
  .footer-optional-area.gap-wrap {
    margin: 0 50px;
  }
  /* End "Emergency & Trauma Care Demo CSS" & "Orthopedic Care Demo CSS" */
}/*# sourceMappingURL=responsive.css.map */

