
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@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&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

body {
  font-size: 15px;
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  font-weight: 500;
}

p {
  color: #444444;
  font-weight: 500;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #020303;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.4;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-50 {
  border-radius: 50px !important;
}

/*================================
Default btn Style 
===================================*/
.default-btn {
  padding: 12px 32px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.default-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius:40px;
}

.default-btn:hover {
  background-color: #4345be;
  color: #ffffff;
}

.default-btn:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 30px;
}

.default-btn.active {
  margin-left: 20px;
  color: #232350;
  background-color: transparent;
  overflow: hidden;
}

.default-btn.active:hover {
  color: #ffffff;
}

.btn-bg1 {
  background-color: #26A7EB;
}

.btn-bg2 
{
    background:#d08c3d;
    border-radius: 30px;
    color: #fff;
    padding:5px 25px;
}

.btn-border-color1 {
  border: 1px solid #26A7EB;
}

.btn-border-color1:hover {
  border-color: #020303;
}

.btn-border-color1:hover::before {
  border-radius: 0;
}

/*================================
Section Title Style 
===================================*/
.section-title span {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 500;
  line-height: 0;
  font-size:18px;
  color:#127dc1;
}

.section-title h2 {
  font-size: 30px;
  /*font-weight: 700;
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  color: #505050;*/
}

.section-title p {
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 0;
}

.sp-color1 {
  color: #26A7EB;
}

.sp-color2 {
  color: #020303;
}

/*================================
Section Title Style End
===================================*/
/*================================
Top Header
===================================*/
.top-header {
  padding: 10px 0;
}

.top-header-bg {
  background-color: #ffffff;
  border-bottom: 1px solid #26A7EB;
}

.top-header-bg-2 {
  background-color: #37404E;
}

.top-social-link {
  float: left;
}

.top-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-social-link ul li {
  display: inline-block;
  margin-right: 5px;
}

.top-social-link ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #26A7EB;
  border: 1px solid #26A7EB;
  font-size: 20px;
}

.top-social-link ul li a:hover {
  background-color: #26A7EB;
  color: #ffffff;
}

.top-social-link-color ul li a {
  color: #ffffff;
  border: 1px solid #14CCCE;
  background-color: #14CCCE;
}

.top-social-link-color ul li a:hover {
  background-color: #26A7EB;
  color: #ffffff;
  border-color: #14CCCE;
}

.header-right {
  float: right;
  position: relative;
}

.header-right .header-right-card {
  display: inline-block;
}

.header-right .header-right-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-right .header-right-card ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  color: #020303;
  margin-right: 35px;
  padding-left: 30px;
}

.header-right .header-right-card ul li:last-child {
  margin-right: 0;
}

.header-right .header-right-card ul li .title {
  display: inline-block;
}

.header-right .header-right-card ul li .head-icon {
  color: #26A7EB;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 52%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-right .header-right-card ul li a {
  display: inline-block;
  color: #020303;
  font-size: 15px;
  margin-left: 5px;
}

.header-right .header-right-card ul li:hover .head-icon {
  color: #020303;
}

.header-right .header-right-card ul li:hover a {
  color: #26A7EB;
}

.header-right .language-list {
  top: -6px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  margin-left: 0;
  z-index: 9999;
}

.header-right .language-list .language-list-item {
  height: 0;
  padding: 0 15px;
  border: none;
  color: #020303;
  background-color: transparent;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  padding-right: 30px;
}

.header-right .language-list .language-list-item:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.header-right .language-list .nice-select {
  height: 0;
  width: 125px;
  line-height: 0;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  border-radius: 0;
  background-color: transparent;
  color: #020303;
  border-radius: 5px 0px 0px 5px;
  z-index: 9999;
  text-align: right !important;
}

.header-right .language-list .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 20px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.header-right .language-list .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #020303;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  width: 180px;
  border-bottom: 1px solid #e1e1e1;
}

.header-right .language-list .nice-select .list .option:hover {
  background-color: #26A7EB !important;
  color: #ffffff;
}

.header-right .language-list .nice-select .list .option .selected {
  background-color: #26A7EB !important;
  color: #ffffff;
  font-weight: 400;
}

.header-right .language-list .nice-select:after {
  border-bottom: 1.5px solid #020303;
  border-right: 1.5px solid #020303;
  height: 6px;
  width: 6px;
}

.header-right .header-right-card-color ul li {
  color: #ffffff;
}

.header-right .header-right-card-color ul li:last-child {
  margin-right: 0;
}

.header-right .header-right-card-color ul li .title {
  display: inline-block;
}

.header-right .header-right-card-color ul li .head-icon {
  color: #14CCCE;
}

.header-right .header-right-card-color ul li a {
  color: #ffffff;
}

.header-right .header-right-card-color ul li:hover .head-icon {
  color: #020303;
}

.header-right .header-right-card-color ul li:hover a {
  color: #14CCCE;
}

.header-right .language-list-color .language-list-item {
  color: #ffffff;
}

.header-right .language-list-color .nice-select {
  color: #ffffff;
}

.header-right .language-list-color .nice-select:after {
  border-bottom: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
}

/*=================================
Navbar Area
====================================*/
.main-nav {
  background-color: #fff;
  top: 0;
  position: inherit;
  left: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

.navbar
{
  padding:5px 0!important;
}

.main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: #26A7EB !important;
}

.main-nav nav .navbar-nav .nav-item:hover a i, .main-nav nav .navbar-nav .nav-item .active i {
  color: #26A7EB;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #020303;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 5px;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 1;
  position: relative;
  color: #444444;
  font-size: 18px;
  top: 3px;
}

.main-nav nav .navbar-nav .nav-item a:hover, .main-nav nav .navbar-nav .nav-item a :focus {
  color: #26A7EB !important;
}

.main-nav nav .navbar-nav .nav-item a:hover i, .main-nav nav .navbar-nav .nav-item a :focus i {
  color: #26A7EB;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #26A7EB !important;
}

.main-nav nav .navbar-nav .nav-item a.active i {
  color: #26A7EB;
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  z-index: 5;
  border: none;
  padding: 0;
  border-radius: 5px;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:first-child {
  padding-top: 7px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  padding-bottom: 17px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #020303 !important;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
  padding: 10px 20px 0;
  font-size: 15px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #26A7EB !important;
  padding-left: 30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #26A7EB !important;
}

.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: #26A7EB !important;
  border-radius: 0;
  padding-left: 30px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #26A7EB !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  line-height: 1;
  position: relative;
  color: #444444;
  font-size: 18px;
  top: 3px;
  float: right;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #26A7EB !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-two nav .navbar-nav .nav-item:hover a, .nav-two nav .navbar-nav .nav-item .active {
  color: #fc7404 !important;
}

.nav-two nav .navbar-nav .nav-item:hover a i, .nav-two nav .navbar-nav .nav-item .active i {
  color: #fc7404;
}

.nav-two nav .navbar-nav .nav-item a:hover, .nav-two nav .navbar-nav .nav-item a :focus {
  color: #fc7404 !important;
}

.nav-two nav .navbar-nav .nav-item a:hover i, .nav-two nav .navbar-nav .nav-item a :focus i {
  color: #049BA1;
}

.nav-two nav .navbar-nav .nav-item a.active {
  color: #127DC1 !important;
}

.nav-two nav .navbar-nav .nav-item a.active i {
  color: #14CCCE;
}

.nav-two nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #020303 !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #14CCCE !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #14CCCE;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover, .nav-two nav .navbar-nav .nav-item .dropdown-menu li a :focus, .nav-two nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #14CCCE !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .nav-two nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .nav-two nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #14CCCE;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #14CCCE !important;
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #14CCCE;
}

.nav-three {
  border-top: 1px solid #ffffff98;
  background-color: #37404E;
}

.nav-three nav .navbar-nav .nav-item:hover a, .nav-three nav .navbar-nav .nav-item .active {
  color: #14CCCE !important;
}

.nav-three nav .navbar-nav .nav-item:hover a i, .nav-three nav .navbar-nav .nav-item .active i {
  color: #14CCCE;
}

.nav-three nav .navbar-nav .nav-item a {
  color: #ffffff;
}

.nav-three nav .navbar-nav .nav-item a:hover, .nav-three nav .navbar-nav .nav-item a :focus {
  color: #14CCCE !important;
}

.nav-three nav .navbar-nav .nav-item a:hover i, .nav-three nav .navbar-nav .nav-item a :focus i {
  color: #14CCCE;
}

.nav-three nav .navbar-nav .nav-item a.active {
  color: #14CCCE !important;
}

.nav-three nav .navbar-nav .nav-item a.active i {
  color: #14CCCE;
}

.nav-three nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #020303 !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #14CCCE !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a.active i {
  color: #14CCCE;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a:hover, .nav-three nav .navbar-nav .nav-item .dropdown-menu li a :focus, .nav-three nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #14CCCE !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a:hover i, .nav-three nav .navbar-nav .nav-item .dropdown-menu li a :focus i, .nav-three nav .navbar-nav .nav-item .dropdown-menu li a .active i {
  color: #14CCCE;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #14CCCE !important;
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li.active i {
  color: #14CCCE;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .nav-three {
  background-color: #37404E;
  top: 0;
  border: none;
  position: fixed;
  z-index: 999;
}

.nav-btn {
  position: relative;
}

.nav-btn .default-btn {
  z-index: inherit;
}

/*=================================
Navbar Area End
====================================*/
/*=================================
Main Banner Area
====================================*/
.banner-area {
  background-image: url(../images/home-one/home-one-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 140px 0;
}

.banner-area::before {
  content: '';
  position: absolute;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #E9F6FD;
}

.banner-content {
  margin-right: 40px;
  position: relative;
  z-index: 1;
}

.banner-content span {
  color: #26A7EB;
  font-size: 16px;
  font-weight: 600;
}

.banner-content h1 {
  font-size: 75px;
  color: #020303;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.2;
  max-width: 620px;
}

.banner-content p {
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 590px;
}

.banner-form {
  background-color: #ffffff;
  padding: 15px 60px 15px 20px;
  border-left: 2px solid #26A7EB;
  border-right: 2px solid #26A7EB;
}

.banner-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.banner-form .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #26A7EB;
  color: #444444;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 0;
}

.banner-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.banner-form .form-group textarea.form-control {
  height: auto;
}

.banner-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.banner-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #26A7EB;
}

.banner-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.banner-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #26A7EB;
  right: 23px;
}

.banner-form .filter-btn {
  height: 48px;
  line-height: 52px;
  width: 60px;
  background-color: transparent;
  border: 1px solid #26A7EB;
  font-size: 30px;
  color: #26A7EB;
  position: relative;
}

.banner-form .filter-btn:hover {
  background-color: #26A7EB;
  color: #ffffff;
}

.banner-form .submit-btn {
  margin-left: 17px;
  height: 48px;
  line-height: 52px;
  width: 60px;
  background-color: #26A7EB;
  border: none;
  font-size: 18px;
  color: #ffffff;
}

.banner-form .submit-btn:hover {
  background-color: #020303;
  color: #ffffff;
}

.banner-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.banner-form .form-group .form-control:-ms-input-placeholder {
  color: #444444;
}

.banner-form .form-group .form-control::-ms-input-placeholder {
  color: #444444;
}

.banner-form .form-group .form-control::placeholder {
  color: #444444;
}

.form-overlay {
  display: none;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.form-overlay.form-popup {
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-overlay.form-popup .form-box .form-group {
  margin-bottom: 0;
}

.form-overlay.form-popup .form-box .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #26A7EB;
  color: #444444;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 0;
}

.form-overlay.form-popup .form-box .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-overlay.form-popup .form-box .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.form-overlay.form-popup .form-box .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-overlay.form-popup .form-box .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.form-overlay.form-popup .form-box .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #26A7EB;
}

.form-overlay.form-popup .form-box .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.form-overlay.form-popup .form-box .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #26A7EB;
  right: 23px;
}

.form-overlay.active {
  display: block;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.banner-img {
  position: relative;
  z-index: 1;
}

.banner-img .banner-img-bg1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.banner-img .banner-img-bg2 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: flash 5s infinite;
          animation: flash 5s infinite;
}

.banner-img-two {
  position: relative;
  z-index: 1;
}

.banner-img-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
 
  opacity: 0.7;
}

.banner-img-two .play-btn-area {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.banner-img-two .play-btn-area .play-btn {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  font-size: 35px;
  color: #ffffff;
  background-color: #14CCCE;
  border-radius: 50px;
  line-height: 66px;
  text-align: center;
}

.banner-img-two .play-btn-area .play-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #14CCCE;
  opacity: 0.5;
  border-radius: 50px;
}

.banner-img-two .play-btn-area .play-btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  background-color: #14CCCE;
  opacity: 0.5;
  border-radius: 50px;
}

.banner-img-two .play-btn-area .play-btn:hover {
  background-color: #26A7EB;
}

.banner-img-two .play-btn-area .play-btn:hover::before {
  background-color: #26A7EB;
}

.banner-img-two .play-btn-area .play-btn:hover::after {
  background-color: #26A7EB;
}

.banner-img-two-shape .shape1 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1px;
}

.banner-img-two-shape .shape1 img {
  height: 680px;
}

.banner-img-two-shape .shape2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-img-two-shape .shape2 img {
  height: 120px;
}

.banner-content-two {
/*  max-width: 830px;
  margin-right: auto;
  z-index: 1;
  position: relative;
  margin-left: -80px;*/
}

.banner-content-two .banner-content-title {
  color: #14CCCE;
  font-weight: 600;
}

.banner-content-two h1 {
  font-size: 45px;
  color: #020303;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.2;
}

.banner-content-two p {
  font-size: 17px;
  margin-bottom: 30px;
  max-width: 630px;
}

.banner-content-form {
  background-color: #ffffff;
  padding: 15px 30px 15px 7px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.banner-content-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.banner-content-form .form-group.form-before {
  position: relative;
}

.banner-content-form .form-group.form-before::before {
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  width: 1px;
  height: 100%;
  background-color: #14CCCE;
}

.banner-content-form .form-group label {
  font-size: 16px;
  color: #020303;
  margin-bottom: 0;
  padding-left: 20px;
}

.banner-content-form .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  color: #444444;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 0;
}

.banner-content-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.banner-content-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.banner-content-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-content-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-content-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #14CCCE;
}

.banner-content-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.banner-content-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #14CCCE;
  right: 10px;
}

.banner-content-form .default-btn {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banner-area-three {
  background-image: url(../images/home-three-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner-area-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, left top, right top, from(#14CCCE), to(#1CBDF0));
  background-image: linear-gradient(to right, #14CCCE, #1CBDF0);
}

.banner-three-content {
  padding: 140px 0 240px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.banner-three-content .sbu-title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.banner-three-content h1 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 30px;
}

.banner-three-content .banner-three-list {
  margin: 30px auto;
  max-width: 660px;
}

.banner-three-content .banner-three-list .banner-three-list-item {
  padding: 30px 20px 27px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.banner-three-content .banner-three-list .banner-three-list-item i {
  font-size: 65px;
  color: #14CCCE;
  line-height: 1;
  display: block;
}

.banner-three-content .banner-three-list .banner-three-list-item h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

.banner-three-content .banner-three-list .banner-three-list-item h3 a {
  color: #020303;
  display: block;
}

.banner-three-form {
  background-color: #ffffff52;
  padding: 15px 20px;
  border-radius: 50px;
}

.banner-three-form .banner-three-form-border {
  background-color: #ffffff;
  border-radius: 50px;
  border: 1px solid #14CCCE;
}

.banner-three-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.banner-three-form .form-group label {
  font-size: 16px;
  color: #020303;
  margin-bottom: 0;
  padding-left: 20px;
}

.banner-three-form .form-group .form-control {
  height: 50px;
  padding: 10px 25px;
  border: none;
  color: #444444;
  background-color: #ffffff;
  font-weight: 400;
  border-radius: 0;
  border-radius: 50px;
  position: relative;
}

.banner-three-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.banner-three-form .form-group .form-control.form-before {
  position: relative;
}

.banner-three-form .form-group .form-control.form-before::before {
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background-color: #14cbce9f;
}

.banner-three-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
  border-left: 1px solid #14CCCE;
}

.banner-three-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner-three-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-three-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #14CCCE;
}

.banner-three-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.banner-three-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #14CCCE;
  right: 25px;
}

.banner-three-form .default-btn {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

/*=================================
Main Banner Area End
====================================*/
/*=================================
Banner Bottom
====================================*/
.banner-bottom-slider .center .banner-bottom-item .content {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-bottom-slider .center .banner-bottom-item .hover-content {
  height: 100%;
  opacity: 1;
}

.banner-bottom-item {
  position: relative;
  text-align: left;
  height: 260px;
  margin-bottom: 30px;
}

.banner-bottom-item:hover .content {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.banner-bottom-item:hover .hover-content {
  height: 100%;
  opacity: 1;
  border: 1px solid #14CCCE;
}

.banner-bottom-item .content {
  padding: 80px 25px 32px 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #26a7eb73;
}

.banner-bottom-item .content .number {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 100px;
  color: #dbdbdb75;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.banner-bottom-item .content i {
  font-size: 60px;
  color: #26A7EB;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}

.banner-bottom-item .content span {
  color: #444444;
  font-weight: 400;
}

.banner-bottom-item .content h3 {
  font-size: 20px;
  color: #020303;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
}

.banner-bottom-item .hover-content {
  opacity: 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  right: 0;
  height: 0;
  top: 0;
  width: 100%;
  padding: 20px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.banner-bottom-item .hover-content span {
  color: #444444;
  font-weight: 400;
}

.banner-bottom-item .hover-content h3 {
  font-size: 20px;
  color: #26A7EB;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}

.banner-bottom-item .hover-content p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.banner-bottom-item .hover-content .default-btn {
  padding: 10px 30px;
}

.banner-bottom-content {
  position: relative;
  margin-top: -50px;
  z-index: 1;
}

.banner-bottom-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}

.banner-bottom-card img {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-bottom-card span {
  margin-bottom: 0;
}

.banner-bottom-card h3 {
  margin-top: 5px;
  margin-bottom: 0;
}

.banner-bottom-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#14CCCE), to(#1CBDF0));
  background-image: linear-gradient(to right, #14CCCE, #1CBDF0);
  position: relative;
  margin-top: -100px;
  border-radius: 5px;
}

.bottom-card {
  padding: 50px 30px;
  text-align: center;
  position: relative;
}

.bottom-card::before {
  content: '';
  position: absolute;
  top: 60px;
  right: -20px;
  background-color: #FFFFFF;
  opacity: 0.5;
  height: 125px;
  width: 1px;
}

.bottom-card i {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  line-height: 60px;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.bottom-card i.flaticon-smartphone {
  padding-left: 10px;
}

.bottom-card span {
  display: block;
  color: #ffffff;
}

.bottom-card h3 {
  margin-top: 5px;
  color: #ffffff;
  margin-bottom: 0;
}

.banner-bottom-bg .col-lg-3:nth-child(1) .bottom-card i {
  color: #14CCCE;
}

.banner-bottom-bg .col-lg-3:nth-child(2) .bottom-card i {
  color: #E52788;
}

.banner-bottom-bg .col-lg-3:nth-child(3) .bottom-card i {
  color: #2C57F3;
}

.banner-bottom-bg .col-lg-3:nth-child(4) .bottom-card::before {
  display: none;
}

.banner-bottom-bg .col-lg-3:nth-child(4) .bottom-card i {
  color: #AC31F5;
}

/*=================================
Banner Bottom End
====================================*/
/*=================================
Inner Banner Area 
====================================*/
.inner-banner-area {
  position: relative;
  background-position: center center;
  background-size: cover;
}

.inner-banner-area::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #052332;
  opacity: 0.5;
}

.inner-content {
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.inner-content h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}

.inner-content .inner-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inner-content .inner-content-list li {
  font-size: 18px;
  color: #ffffff;
  margin-right: 30px;
  display: inline-block;
  position: relative;
}

.inner-content .inner-content-list li::before {
  content: '';
  position: absolute;
  top: 7px;
  right: -17px;
  width: 2px;
  height: 20px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  background-color: #ffffff;
}

.inner-content .inner-content-list li:last-child {
  margin-right: 0;
}

.inner-content .inner-content-list li:last-child::before {
  display: none;
}

.inner-content .inner-content-list li a {
  color: #ffffff;
}

.inner-content .inner-content-list li a:hover {
  color: #14CCCE;
}

.inner-bg1 {
  background-image: url(../images/inner-banner/inner-banner1.jpg);
}

.inner-bg2 {
  background-image: url(../images/inner-banner/inner-banner2.jpg);
}

.inner-bg3 {
  background-image: url(../images/inner-banner/inner-banner3.jpg);
}

.inner-bg4 {
  background-image: url(../images/inner-banner/inner-banner4.jpg);
}

.inner-bg5 {
  background-image: url(../images/inner-banner/inner-banner5.jpg);
}

.inner-bg6 {
  background-image: url(../images/inner-banner/inner-banner6.jpg);
}

.inner-bg7 {
  background-image: url(../images/inner-banner/inner-banner7.jpg);
}

.inner-bg8 {
  background-image: url(../images/inner-banner/inner-banner8.jpg);
}

.inner-bg9 {
  background-image: url(../images/inner-banner/inner-banner9.jpg);
}

.inner-bg10 {
  background-image: url(../images/inner-banner/inner-banner10.jpg);
}

.inner-bg11 {
  background-image: url(../images/inner-banner/inner-banner11.jpg);
}

.inner-bg12 {
  background-image: url(../images/inner-banner/inner-banner12.jpg);
}

.inner-bg13 {
  background-image: url(../images/inner-banner/inner-banner13.jpg);
}

.inner-from {
  position: absolute;
  bottom: -45px;
  width: 760px;
  left: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/*=================================
Inner Banner Area End
====================================*/
/*=================================
Treatment Area
====================================*/
.treatment-content {
  margin-bottom: 30px;
}

.treatment-content .section-title h2 {
  font-weight:700;
}

.treatment-content .treatment-btn {
  margin-top: 30px;
}

.treatment-content .treatment-btn .default-btn.active {
  margin-left: 40px;
  display: inline;
}

.treatment-content .treatment-btn .cell-btn {
  margin-left: 20px;
  font-size: 16px;
  color: #127DC1;
  font-weight: 600;
}

.treatment-content .treatment-btn .cell-btn i {
  font-size: 18px;
  margin-right: 5px;
}

.treatment-content .treatment-btn .cell-btn:hover {
  color: #020303;
}

.treatment-img {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  margin-bottom: 85px;
  margin-right: 80px;
}

.treatment-img img {
  border-radius: 50px;
  border-left: 10px solid #26A7EB;
}

.treatment-img .treatment-shape .treatment-shape-1 {
  position: absolute;
  bottom: -45px;
  left: -20px;
  z-index: -1;
  -webkit-animation: flash 5s infinite;
          animation: flash 5s infinite;
}

.treatment-img .treatment-shape .treatment-shape-1 img {
  border-radius: 0;
  border-left: none;
}

.treatment-img .treatment-shape .treatment-shape-2 {
  position: absolute;
  z-index: -1;
  top: -100px;
  right: -80px;
  -webkit-animation: movebounce-up 7s infinite;
          animation: movebounce-up 7s infinite;
}

.treatment-img .treatment-shape .treatment-shape-2 img {
  border-radius: 0;
  border-left: none;
  max-width: 520px;
}

/*.treatment-img-2 {
  position: relative;
  margin-bottom: 60px;
  
}*/

.treatment-img-2 .treatment-shape .treatment-shape-3 {
  position: absolute;
  bottom: 0;
  left: 200px;
  z-index: -1;
}

.treatment-img-2 .treatment-shape .treatment-shape-3 img {
  border-radius: 0;
  border-left: none;
}

.treatment-img-2 .treatment-shape .treatment-shape-4 {
  position: absolute;
  z-index: -1;
  bottom: -55px;
  right: -70px;
}

.treatment-img-2 .treatment-shape .treatment-shape-4 img {
  max-width: 550px;
  height: 500px;
}

.treatment-img-3 {
  margin-bottom: 30px;
}

.treatment-img-3 img {
  border-radius: 15px;
}

/*=================================
Treatment Area End
====================================*/
/*=================================
Rated Hospital Area
====================================*/
.rated-hospital-area {
  position: relative;
}

.rated-hospital-area .owl-nav {
  margin-top: 0;
}

.rated-hospital-area .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  left: 44%;
  font-size: 20px !important;
  width: 60px;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.rated-hospital-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.rated-hospital-area .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  right: 44%;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.rated-hospital-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.rated-hospital-text {
  max-width: 450px;
}

.rated-hospital-text p {
  margin-bottom: 0;
}

.rated-hospital-btn {
  text-align: right;
}

.rated-hospital-card {
  margin-bottom: 80px;
  border: 1px solid #DBDBDB;
  background-color: #ffffff;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.rated-hospital-card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.rated-hospital-card:hover .content h3 a {
  color: #26A7EB;
}

.rated-hospital-card .content {
  padding: 27px 25px 30px;
  position: relative;
}

.rated-hospital-card .content .rating {
  margin-bottom: 5px;
}

.rated-hospital-card .content .rating i {
  color: #26A7EB;
  display: inline-block;
  margin-right: 5px;
}

.rated-hospital-card .content .rating .bx-star {
  color: #DBDBDB;
}

.rated-hospital-card .content .rating span {
  font-size: 15px;
  position: relative;
  top: -2px;
  color: #444444;
}

.rated-hospital-card .content .time {
  position: absolute;
  right: 25px;
  top: 30px;
  color: #020303;
  font-weight: 500;
}

.rated-hospital-card .content .time i {
  color: #26A7EB;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.rated-hospital-card .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.rated-hospital-card .content h3 a {
  color: #020303;
}

.rated-hospital-card .content .location {
  font-weight: 500;
  margin-bottom: 10px;
}

.rated-hospital-card .content .location i {
  color: #26A7EB;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.rated-hospital-card .content p {
  margin-bottom: 20px;
}

.rated-hospital-card .content .rated-hospital-card-btn .default-btn.active {
  display: inline;
}

/*=================================
Rated Hospital Area End
====================================*/
.hospital-details-img {
  margin-bottom: 30px;
}

.hospital-desc {
  margin-bottom: 30px;
}

.hospital-desc .rating {
  color: #26A7EB;
  font-size: 20px;
  margin-bottom: 10px;
}

.hospital-desc .location {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 17px;
}

.hospital-desc .location i {
  color: #26A7EB;
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.hospital-desc .hospital-desc-share {
  margin-top: 30px;
}

.hospital-desc .hospital-desc-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hospital-desc .hospital-desc-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.hospital-desc .hospital-desc-share ul li span {
  color: #020303;
  margin-right: 5px;
  font-size: 16px;
}

.hospital-desc .hospital-desc-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #26A7EB;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.hospital-desc .hospital-desc-share ul li a:hover {
  background-color: #14CCCE;
}

/*=================================
Hospital Listing Area
====================================*/
.hospital-listing-form {
  background-color: #ffffff;
}

.hospital-listing-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.hospital-listing-form .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #26A7EB;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
}

.hospital-listing-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.hospital-listing-form .form-group .form-control-category {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #26A7EB;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
}

.hospital-listing-form .form-group .form-control-category:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.hospital-listing-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.hospital-listing-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hospital-listing-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.hospital-listing-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #26A7EB;
}

.hospital-listing-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.hospital-listing-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #26A7EB;
  right: 23px;
}

.hospital-listing-form .submit-btn {
  margin-left: 0;
  height: 48px;
  line-height: 52px;
  width: 60px;
  background-color: #26A7EB;
  border: none;
  font-size: 18px;
  color: #ffffff;
}

.hospital-listing-form .submit-btn:hover {
  background-color: #020303;
  color: #ffffff;
}

.hospital-listing-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.hospital-listing-form .form-group .form-control:-ms-input-placeholder {
  color: #444444;
}

.hospital-listing-form .form-group .form-control::-ms-input-placeholder {
  color: #444444;
}

.hospital-listing-form .form-group .form-control::placeholder {
  color: #444444;
}

.hospital-listing-area .filter-menu {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
  cursor: pointer;
}

.hospital-listing-area .filter-menu li {
  display: inline-block;
  font-size: 16px;
  color: #020303;
  cursor: pointer;
  position: relative;
  padding: 8px 26px;
  margin-left: -5px;
}

.hospital-listing-area .filter-menu li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: #26A7EB;
}

.hospital-listing-area .filter-menu li:last-child::before {
  display: none;
}

.hospital-listing-area .filter-menu li:hover {
  color: #26A7EB;
  border-bottom: 2px solid #26A7EB;
}

.hospital-listing-area .filter-menu li:hover::before {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #26A7EB;
}

.hospital-listing-area .filter-menu li:hover:last-child::before {
  display: inline-block;
}

.hospital-listing-area .filter.active {
  color: #26A7EB;
  border-bottom: 2px solid #26A7EB;
}

.hospital-listing-area .filter.active::before {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #26A7EB;
}

.hospital-listing-area .filter.active:last-child::before {
  display: inline-block;
}

.hospital-listing-area #Container .mix {
  display: none;
}

.hospital-listing-card {
  margin-bottom: 30px;
  position: relative;
}

.hospital-listing-card:hover .content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hospital-listing-card a {
  display: block;
}

.hospital-listing-card a img {
  max-width: 100%;
}

.hospital-listing-card .content {
  position: absolute;
  bottom: 40px;
  max-width: 310px;
  background-color: #ffffff;
  padding: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.hospital-listing-card .content .rating {
  margin-bottom: 5px;
}

.hospital-listing-card .content .rating i {
  color: #26A7EB;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.hospital-listing-card .content .rating .bx-star {
  color: #DBDBDB;
}

.hospital-listing-card .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.hospital-listing-card .content h3 a {
  color: #020303;
}

.hospital-listing-card .content h3 a:hover {
  color: #26A7EB;
}

.hospital-listing-card .content .location {
  font-weight: 500;
  margin-bottom: 10px;
}

.hospital-listing-card .content .location i {
  color: #26A7EB;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.hospital-listing-card .content .hospital-listing-btn .view-profile-btn {
  display: inline-block;
  font-size: 15px;
  color: #26A7EB;
  position: relative;
  font-weight: 600;
}

.hospital-listing-card .content .hospital-listing-btn .view-profile-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #26A7EB;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hospital-listing-card .content .hospital-listing-btn .view-profile-btn:hover {
  color: #020303;
}

.hospital-listing-card .content .hospital-listing-btn .view-profile-btn:hover::before {
  background-color: #020303;
}

.hospital-listing-card .content .hospital-listing-btn .view-web-btn {
  margin-left: 30px;
  display: inline-block;
  font-size: 15px;
  color: #26A7EB;
  position: relative;
  font-weight: 600;
}

.hospital-listing-card .content .hospital-listing-btn .view-web-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #26A7EB;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hospital-listing-card .content .hospital-listing-btn .view-web-btn:hover::before {
  width: 100%;
}

.load-more {
  text-align: center;
  margin-bottom: 30px;
}

.load-more .load-more-btn {
  color: #26A7EB;
  font-size: 16px;
}

.load-more .load-more-btn i {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.load-more .load-more-btn:hover {
  color: #020303;
}

/*=================================
Hospital Listing Area End
====================================*/
/*=================================
Hospital Find Area
====================================*/
.hospital-find-area {
  position: relative;
}

.hospital-find-area .section-title h2 {
  max-width: 400px;
}

.hospital-find-area .owl-nav {
  margin-top: 0;
}

.hospital-find-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -26px;
  font-size: 20px !important;
  width: 60px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 35px;
  border-radius: 5px;
  line-height: 32px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.hospital-find-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.hospital-find-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -26px;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 5px;
  line-height: 32px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.hospital-find-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.hospital-find-area .hospital-find-slider:hover .owl-prev {
  opacity: 1;
}

.hospital-find-area .hospital-find-slider:hover .owl-next {
  opacity: 1;
}

.hospital-find-form {
  text-align:right;
  padding: 15px 20px;
}

.hospital-find-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.hospital-find-form .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #14CCCE;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
}

.hospital-find-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.hospital-find-form .form-group .form-control-category {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #14CCCE;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
  line-height: 27px;
}

.hospital-find-form .form-group .form-control-category:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.hospital-find-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.hospital-find-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hospital-find-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.hospital-find-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #26A7EB;
}

.hospital-find-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.hospital-find-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #26A7EB;
  right: 23px;
}

.hospital-find-form .submit-btn {
  margin-left: 0;
  height: 48px;
  line-height: 48px;
  width: 100%;
  background-color: #14CCCE;
  border: none;
  font-size: 18px;
  color: #ffffff;
}

.hospital-find-form .submit-btn:hover {
  background-color: #020303;
  color: #ffffff;
}

.hospital-find-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.hospital-find-form .form-group .form-control:-ms-input-placeholder {
  color: #444444;
}

.hospital-find-form .form-group .form-control::-ms-input-placeholder {
  color: #444444;
}

.hospital-find-form .form-group .form-control::placeholder {
  color: #444444;
}

.hospital-find-card {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.hospital-find-card:hover .content {
  bottom: 40px;
}

.hospital-find-card:hover .content .location {
  margin-bottom: 10px;
}

.hospital-find-card a {
  display: block;
}

.hospital-find-card a img {
  max-width: 100%;
}

.hospital-find-card .content {
  position: absolute;
    bottom: 0px;
    max-width: 100%;
    background: hsl(356deg 76% 45% / 63%);
    padding: 10px 20px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.hospital-find-card .content .rating {
  margin-bottom: 5px;
  position: absolute;
  top: 35px;
  right: 30px;
}

.hospital-find-card .content .rating i {
  color: #14CCCE;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.hospital-find-card .content .rating span {
  font-weight: 600;
  color: #14CCCE;
}

.hospital-find-card .content h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.hospital-find-card .content h3 a {
  color: #fff;
}

.hospital-find-card .content h3 a:hover {
  color: #14CCCE;
}

.hospital-find-card .content .location {
  font-weight: 500;
  margin-bottom: 30px;
}

.hospital-find-card .content .location i {
  color: #14CCCE;
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.hospital-find-card .content .hospital-find-btn .view-profile-btn {
  display: inline-block;
  font-size: 16px;
  color: #14CCCE;
  position: relative;
  font-weight: 600;
}

.hospital-find-card .content .hospital-find-btn .view-profile-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #14CCCE;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hospital-find-card .content .hospital-find-btn .view-profile-btn:hover {
  color: #020303;
}

.hospital-find-card .content .hospital-find-btn .view-profile-btn:hover::before {
  background-color: #020303;
}

.hospital-find-card .content .hospital-find-btn .view-web-btn {
  margin-left: 30px;
  display: inline-block;
  font-size: 16px;
  color: #14CCCE;
  position: relative;
  font-weight: 600;
}

.hospital-find-card .content .hospital-find-btn .view-web-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #14CCCE;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hospital-find-card .content .hospital-find-btn .view-web-btn:hover::before {
  width: 100%;
}

.hospital-find-area-two {
  background-color: #EAEAEA;
}

.hospital-find-form-radius {
  background-color: transparent;
  padding: 0 !important;
}

.hospital-find-form-radius .form-group .form-control {
  border-radius: 50px;
}

.hospital-find-form-radius .form-group .form-control-category {
  border-radius: 50px;
}

.hospital-find-form-radius .submit-btn {
  border-radius: 50px;
}

.hospital-find-side-bar .hospital-find-side-catagory {
  margin-bottom: 30px;
  border-radius: 5px;
}

.hospital-find-side-bar .hospital-find-side-catagory h3 {
  border-bottom: 1px solid #14CCCE;
  margin-bottom: 0;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.hospital-find-side-bar .hospital-find-side-catagory ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hospital-find-side-bar .hospital-find-side-catagory ul li {
  display: block;
  border-bottom: 1px solid #02030359;
  background-color: #ffffff;
}

.hospital-find-side-bar .hospital-find-side-catagory ul li:hover {
  background-color: transparent;
}

.hospital-find-side-bar .hospital-find-side-catagory ul li:hover a {
  color: #14CCCE;
}

.hospital-find-side-bar .hospital-find-side-catagory ul li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hospital-find-side-bar .hospital-find-side-catagory ul li a {
  font-size: 16px;
  color: #444444;
  padding: 15px 25px;
  font-weight: 500;
}

.hospital-find-open-hours {
  background-image: url(../images/hospital-img/list-hospital1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.hospital-find-open-hours::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #020303;
  opacity: 0.7;
  border-radius: 5px;
}

.hospital-find-open-hours .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  font-size: 45px;
  color: #14CCCE;
  border-radius: 50px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.hospital-find-open-hours .name {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.hospital-find-open-hours h3 {
  font-size: 24px;
  color: #14CCCE;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hospital-find-open-hours .opening-title {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.hospital-find-open-hours .location {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.hospital-find-open-hours .location i {
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.hospital-find-item {
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.hospital-find-item a {
  display: block;
}

.hospital-find-item a img {
  max-width: 100%;
  border-radius: 5px;
}

.hospital-find-item .content {
  padding: 20px;
  position: relative;
}

.hospital-find-item .content .rating {
  margin-bottom: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.hospital-find-item .content .rating i {
  color: #14CCCE;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.hospital-find-item .content .rating span {
  font-weight: 600;
  color: #14CCCE;
}

.hospital-find-item .content h3 {
  font-size: 21px;
  margin-bottom: 10px;
}

.hospital-find-item .content h3 a {
  color: #020303;
}

.hospital-find-item .content h3 a:hover {
  color: #14CCCE;
}

.hospital-find-item .content .location {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

.hospital-find-item .content .location i {
  color: #14CCCE;
  top: 2px;
  position: relative;
  margin-right: 3px;
  font-size: 15px;
}

.hospital-find-item .content .hospital-find-btn .view-profile-btn {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  position: relative;
  font-weight: 600;
}

.hospital-find-item .content .hospital-find-btn .view-profile-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hospital-find-item .content .hospital-find-btn .view-profile-btn:hover {
  color: #14CCCE;
}

.hospital-find-item .content .hospital-find-btn .view-profile-btn:hover::before {
  background-color: #14CCCE;
}

.hospital-find-item .content .hospital-find-btn .view-web-btn {
  display: inline-block;
  font-size: 14px;
  color: #444444;
  position: relative;
  font-weight: 600;
  position: absolute;
  right: 20px;
}

.hospital-find-item .content .hospital-find-btn .view-web-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #444444;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.hospital-find-item .content .hospital-find-btn .view-web-btn:hover {
  color: #14CCCE;
}

.hospital-find-item .content .hospital-find-btn .view-web-btn:hover::before {
  width: 100%;
  background-color: #14CCCE;
}

/*=================================
Hospital Find Area End
====================================*/
/*=================================
Testimonial Slider Area
====================================*/
.testimonial-slider-area {
  max-width: 640px;
  margin-left: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-right: -115px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.testimonial-slider-area .section-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.testimonial-slider-area .section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 135px;
  height: 1px;
  left: 0;
  background-color: #26A7EB;
  opacity: 0.5;
}

.testimonial-slider-area .owl-nav {
  margin-top: 0;
}

.testimonial-slider-area .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  right: 70px;
  font-size: 20px !important;
  width: 60px;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.testimonial-slider-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.testimonial-slider-area .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.testimonial-slider-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.testimonial-item p {
  max-width: 530px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  position: relative;
}

.testimonial-item p::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background-color: #26A7EB;
  opacity: 0.5;
}

.testimonial-item .content {
  padding-left: 80px;
  position: relative;
}

.testimonial-item .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.testimonial-img {
  margin-bottom: 30px;
}

.testimonial-img img {
  border-radius: 50px 0 0 50px;
}

.testimonial-area-two {
  background-image: url(../images/testimonial/testimonial-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonial-area-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  opacity: 0.9;
}

.testimonial-area-two .owl-nav {
  margin-top: 0;
}

.testimonial-area-two .owl-nav .owl-prev {
  position: absolute;
  bottom: 0;
  left: 41%;
  font-size: 20px !important;
  width: 60px;
  height: 35px;
  border-radius: 5px !important;
  line-height: 32px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.testimonial-area-two .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.testimonial-area-two .owl-nav .owl-next {
  position: absolute;
  bottom: 0;
  right: 42%;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 5px !important;
  line-height: 32px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.testimonial-area-two .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.testimonial-content-two .section-title {
  margin-bottom: 20px;
}

.testimonial-content-two .section-title h2 {
  max-width: 300px;
}

.testimonial-content-two .section-title p {
  max-width: 350px;
}

.testimonial-card {
  margin-bottom: 60px;
  position: relative;
  margin-top: 30px;
}

.testimonial-card i {
  color: #127DC1;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 30px;
  top: -30px;
}

.testimonial-card p {
  background-color: #ffffff;
  padding: 50px 40px 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.testimonial-card .content {
  position: relative;
  padding-left: 75px;
}

.testimonial-card .content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-card .content h3 {
  color: #127DC1;
  margin-bottom: 5px;
}

.testimonial-card-border {
  margin-bottom: 30px !important;
}

.testimonial-card-border:hover p {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}

.testimonial-card-border i {
  color: #26A7EB;
}

.testimonial-card-border p {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #26A7EB;
}

.testimonial-card-border .content h3 {
  color: #26A7EB;
}

.testimonial-area-three {
  background-color: #F1F1F1;
}

.testimonial-slider-three {
  background-color: #ffffff;
  padding: 63px 50px;
  position: relative;
}

.testimonial-slider-three .owl-nav {
  margin-top: 0;
}

.testimonial-slider-three .owl-nav .owl-prev {
  position: absolute;
  bottom: 70px;
  right: 100px;
  font-size: 20px !important;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px;
  background-color: transparent !important;
  color: #127DC1 !important;
  border: 1px solid #127DC1 !important;
}

.testimonial-slider-three .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #127DC1 !important;
}

.testimonial-slider-three .owl-nav .owl-next {
  position: absolute;
  bottom: 70px;
  right: 40px;
  font-size: 18px !important;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  line-height: 47px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.testimonial-slider-three .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.testimonial-slider-three .testimonial-card {
  margin-bottom: 0;
  position: relative;
  margin-top: 30px;
}

.testimonial-slider-three .testimonial-card i {
  color: #14CCCE;
  font-size: 70px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -30px;
}

.testimonial-slider-three .testimonial-card p {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  padding: 50px 0 20px;
}

.testimonial-slider-three .testimonial-card .content {
  position: relative;
  padding-left: 75px;
}

.testimonial-slider-three .testimonial-card .content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-slider-three .testimonial-card .content h3 {
  color: #14CCCE;
  margin-bottom: 5px;
}

.testimonial-slider-three .testimonial-card .content-two img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-slider-three .testimonial-card .content-two h3 {
  color: #14CCCE;
  margin-bottom: 5px;
}

/*=================================
Testimonial Slider Area End
====================================*/
/*=================================
Choose Area
====================================*/
.choose-img {
  position: relative;
  z-index: 1;
  margin-left: 45px;
  margin-bottom: 30px;
}

.choose-img img {
  border-bottom-right-radius: 120px;
  border-top-right-radius: 20px;
}

.choose-img .choose-dot {
  position: absolute;
  z-index: -1;
  top: -60px;
  left: -40px;
}

.choose-img .choose-dot img {
  border-radius: 0;
}

.choose-content {
  margin-left: 30px;
}

.choose-content .section-title {
  margin-bottom: 30px;
}

.choose-content .section-title h2 {
  max-width: 530px;
}

.choose-content-card {
  margin-bottom: 30px;
}

.choose-content-card i {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  background-color: #E9F6FD;
  color: #26A7EB;
  display: inline-block;
}

.choose-content-card h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
}

.choose-img-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}

.choose-img-2 .choose-shape {
  position: absolute;
  z-index: -1;
  bottom: 45px;
  left: 0;
  right: 0;
}

.choose-content-item {
  margin-bottom: 30px;
  text-align: center;
  max-width: 220px;
}

.choose-content-item img {
  margin-bottom: 15px;
}

.choose-content-item h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
}

.choose-img-3 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: 30px;
}

.choose-img-3::before {
  content: '';
  position: absolute;
  opacity: 0.3;
  z-index: -1;
  top: -30px;
  left: -30px;
  width: 40%;
  height: 112.3%;
  background-color: #18C4DF;
}

.choose-img-3::after {
  content: '';
  position: absolute;
  opacity: 0.3;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-color: #18C4DF;
}

.choose-img-3 .sub-img {
  position: absolute;
  bottom: -30px;
  left: -30px;
}

.choose-img-3 .sub-img img {
  max-width: 200px;
}

.choose-list-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.choose-list-item ul li {
  display: inline-block;
  padding-left: 45px;
  position: relative;
  margin-right: 45px;
  margin-bottom: 30px;
}

.choose-list-item ul li:last-child {
  margin-right: 0;
}

.choose-list-item ul li i {
  font-size: 30px;
  position: absolute;
  top: -15px;
  left: 0;
}

.choose-list-item ul li h3 {
  font-size: 20px;
}

.choose-list-item ul li:nth-child(1) i {
  color: #14CCCE;
}

.choose-list-item ul li:nth-child(2) i {
  color: #B240F5;
}

.choose-list-item ul li:nth-child(3) i {
  color: #E52788;
}

.choose-list-item ul li:nth-child(4) i {
  color: #2C57F3;
}

.choose-img-content {
  margin-bottom: 30px;
}

.choose-img-content .section-title {
  margin-bottom: 30px;
}

.choose-img-content img {
  border-bottom-right-radius: 120px;
  border-top-right-radius: 50px;
}

.choose-right-side {
  padding: 20px;
  border: 1px solid #DBDBDB;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.choose-right-side:hover::before {
  width: 100%;
}

.choose-right-side:hover .content i {
  background-color: #020303;
  color: #ffffff;
}

.choose-right-side:hover .content h3 {
  color: #ffffff;
}

.choose-right-side:hover p {
  color: #ffffff;
}

.choose-right-side::before {
  content: '';
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background-color: #26A7EB;
}

.choose-right-side .content {
  padding-left: 60px;
  margin-bottom: 20px;
}

.choose-right-side .content i {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background-color: #E9F6FD;
  color: #26A7EB;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
}

.choose-right-side .content h3 {
  margin-bottom: 0;
  color: #020303;
}

.choose-right-side p {
  margin-bottom: 0;
}

/*=================================
Choose Area End
====================================*/
.mission-content {
  margin-bottom: 10px;
}

.mission-content .section-title {
  margin-bottom: 20px;
}

.mission-content .mission-single-content {
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.mission-content .mission-single-content span {
  position: absolute;
  top: 0;
  left: 0;
  color: #26A7EB;
}

.mission-content .mission-single-content p {
  margin-bottom: 0;
}

.mission-img {
  margin-bottom: 30px;
}

.mission-img img {
  border-bottom-left-radius: 120px;
  border-top-left-radius: 50px;
}

/*=================================
FAQ Area
====================================*/
.faq-area-bg {
  background-color: #E9F6FD;
}

.faq-area-bg .section-title {
  margin-bottom: 30px;
}

.faq-tab {
  margin-top: 0;
}

.faq-tab .tabs {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
}

.faq-tab .tabs li {
  display: block;
  line-height: initial;
  position: relative;
  border-bottom: 1px solid #7070703a;
}

.faq-tab .tabs li:last-child {
  border-bottom: none;
}

.faq-tab .tabs li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #020303;
  padding: 14px 20px;
  background-color: #ffffff;
  width: 100%;
}

.faq-tab .tabs li a i {
  font-size: 22px;
  float: right;
  position: relative;
  top: 3px;
}

.faq-tab .tabs li a:focus {
  background-color: #26A7EB;
  color: #ffffff;
}

.faq-tab .tabs li.active a {
  background-color: #26A7EB;
  color: #ffffff;
}

.faq-tab .tabs li.current a {
  background-color: #26A7EB;
  color: #ffffff;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.faq-accordion {
  margin-right: 30px;
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 15px 60px 12px 20px;
  color: #444444;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  width: 30px;
  height: 30px;
  color: #020303;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active {
  color: #26A7EB;
  border-bottom: 1px solid #7070704a;
}

.faq-accordion .accordion .accordion-title.active i {
  color: #26A7EB;
}

.faq-accordion .accordion .accordion-title.active i:before {
  content: "\e9b9";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-img {
  position: relative;
  z-index: 1;
}

.faq-img::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: #444444;
  opacity: 0.2;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 50%;
}

.faq-area-bg-2 {
  background-image: url(../images/faq/faq-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.faq-area-bg-2::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #DD3636;
  opacity: 0.6;
}

.faq-area-max {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.faq-area-max .section-title span {
  color: #ffffff;
}

.faq-area-max .section-title h2 {
  color: #ffffff;
}

.faq-area-max .faq-tab {
  margin-top: 0;
}

.faq-area-max .faq-tab .tabs li a:focus {
  background-color: #14CCCE;
}

.faq-area-max .faq-tab .tabs li.active a {
  background-color: #14CCCE;
}

.faq-area-max .faq-tab .tabs li.current a {
  background-color: #14CCCE;
}

.faq-area-max .faq-accordion {
  margin-right: 0;
}

.faq-area-max .faq-accordion .accordion .accordion-title.active {
  color: #14CCCE;
  border: none;
}

.faq-area-max .faq-accordion .accordion .accordion-title.active i {
  color: #14CCCE;
}

.faq-area-max .faq-accordion .accordion .accordion-title.active i:before {
  content: "\e9b9";
}

.faq-area-max .faq-accordion .accordion .accordion-content {
  padding-top: 20px;
  background-color: #EBFBFB;
}

.faq-area-content {
  background-image: -webkit-gradient(linear, left top, right top, from(#14CCCE), to(#1CBDF0));
  background-image: linear-gradient(to right, #14CCCE, #1CBDF0);
  padding: 100px 50px;
  position: relative;
  margin-right: -100px;
  margin-bottom: 30px;
}

.faq-area-content .section-title {
  margin-bottom: 30px;
}

.faq-area-content .section-title span {
  color: #ffffff;
}

.faq-area-content .section-title h2 {
  color: #ffffff;
}

.faq-area-content .faq-accordion {
  margin-right: 0;
  margin-bottom: 0 !important;
}

.faq-area-content .faq-accordion .accordion .accordion-title.active {
  color: #14CCCE;
}

.faq-area-content .faq-accordion .accordion .accordion-title.active i {
  color: #14CCCE;
}

.faq-area-content .faq-accordion .accordion .accordion-title.active i:before {
  content: "\e9b9";
}

.faq-area-content .faq-accordion .accordion .accordion-content {
  padding-top: 20px;
  background-color: #EBFBFB;
}

.faq-img-left {
  margin-bottom: 30px;
}

/*=================================
FAQ Area End
====================================*/
/*=================================
Health Forum Area
====================================*/
.health-forum-area {
  position: relative;
}

.health-forum-area .section-title h2 {
  max-width: 400px;
}

.health-forum-area .owl-nav {
  margin-top: 0;
}

.health-forum-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -26px;
  font-size: 20px !important;
  width: 60px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.health-forum-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.health-forum-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -26px;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.health-forum-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.health-forum-area .health-forum-slider:hover .owl-prev {
  opacity: 1;
}

.health-forum-area .health-forum-slider:hover .owl-next {
  opacity: 1;
}

.health-forum-area-two {
  position: relative;
}

.health-forum-area-two .section-title p {
  max-width: 480px;
}

.health-forum-area-color .owl-nav {
  margin-top: 0;
}

.health-forum-area-color .owl-nav .owl-prev {
  border-radius: 5px !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.health-forum-area-color .owl-nav .owl-prev:hover {
  background-color: #14CCCE !important;
}

.health-forum-area-color .owl-nav .owl-next {
  border-radius: 5px !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.health-forum-area-color .owl-nav .owl-next:hover {
  background-color: #14CCCE !important;
}

.health-forum-form {
  background-color: #ffffff;
}

.health-forum-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.health-forum-form .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #26A7EB;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
}

.health-forum-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.health-forum-form .form-group .form-control-category {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #26A7EB;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
  line-height: 24px;
}

.health-forum-form .form-group .form-control-category:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.health-forum-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.health-forum-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.health-forum-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.health-forum-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #26A7EB;
}

.health-forum-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.health-forum-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #26A7EB;
  right: 23px;
}

.health-forum-form .submit-btn {
  margin-left: 0;
  height: 48px;
  line-height: 52px;
  width: 100%;
  background-color: #26A7EB;
  border: none;
  font-size: 18px;
  color: #ffffff;
}

.health-forum-form .submit-btn:hover {
  background-color: #020303;
  color: #ffffff;
}

.health-forum-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.health-forum-form .form-group .form-control:-ms-input-placeholder {
  color: #444444;
}

.health-forum-form .form-group .form-control::-ms-input-placeholder {
  color: #444444;
}

.health-forum-form .form-group .form-control::placeholder {
  color: #444444;
}

.health-forum-form-color {
  background-color: #EBFBFB;
  padding: 15px 20px;
}

.health-forum-form-color .form-group .form-control {
  border: 1px solid #14CCCE;
  background-color: #EBFBFB;
}

.health-forum-form-color .form-group .form-control-category {
  border: 1px solid #14CCCE;
}

.health-forum-form-color .nice-select::after {
  border-color: #14CCCE;
}

.health-forum-form-color .submit-btn {
  background-color: #14CCCE;
}

.health-forum-form-color-2 {
  background-color: transparent;
  padding: 0;
}

.health-forum-form-color-2 .form-group .form-control {
  border: 1px solid #14CCCE;
  background-color: #EBFBFB;
  border-radius: 50px;
}

.health-forum-form-color-2 .form-group .form-control-category {
  border: 1px solid #14CCCE;
  border-radius: 50px;
}

.health-forum-form-color-2 .nice-select::after {
  border-color: #14CCCE;
}

.health-forum-form-color-2 .submit-btn {
  background-color: #14CCCE;
  border-radius: 50px;
}

.health-forum-item {
  margin-bottom: 30px;
  border: 1px solid #26A7EB;
  padding: 30px;
}

.health-forum-item h2 {
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.health-forum-item h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 1px;
  background-color: #26A7EB;
  opacity: 0.5;
}

.health-forum-item .content {
  padding-left: 80px;
  position: relative;
  margin-bottom: 15px;
}

.health-forum-item .content img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.health-forum-item p {
  margin-bottom: 15px;
}

.health-forum-item .view-more-btn {
  color: #26A7EB;
  position: relative;
  margin-bottom: 0;
}

.health-forum-item .view-more-btn:hover {
  color: #020303;
}

.health-forum-item .view-more-btn:hover::before {
  width: 100%;
}

.health-forum-item .view-more-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #020303;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.health-forum-item-rts {
  margin-bottom: 30px !important;
}

.health-forum-item-color {
  border: 1px solid #14CCCE;
}

.health-forum-item-color h2::before {
  background-color: #14CCCE;
}

.health-forum-item-color .view-more-btn {
  color: #14CCCE;
}

.health-forum-item-color-2 {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: 35px;
  margin-bottom: 30px !important;
}

.health-forum-item-color-2 h2::before {
  background-color: #14CCCE;
}

.health-forum-item-color-2 .view-more-btn {
  color: #14CCCE;
}

.health-forum-slider-two .owl-dots {
  margin-top: 0px !important;
  margin-bottom: 0 !important;
}

.health-forum-slider-two .owl-dots .owl-dot span {
  background-color: #0166c56b !important;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0 7px;
  width: 30px !important;
  height: 5px !important;
}

.health-forum-slider-two .owl-dots .owl-dot.active span {
  background-color: #14CCCE !important;
}

.health-forum-slider-two .owl-dots .owl-dot:hover span {
  background-color: #14CCCE !important;
}

.health-forum-item-ptb {
  margin-bottom: 30px !important;
  border: none;
  padding: 0 !important;
}

.health-forum-details .section-title h2 {
  max-width: 490px;
  padding-bottom: 20px;
  position: relative;
}

.health-forum-details .section-title h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 135px;
  height: 1px;
  background-color: #26A7EB;
  opacity: 0.5;
}

.health-detl-btn {
  margin-bottom: 30px;
}

.health-detl-btn .load-more-btn {
  padding: 12px 30px;
  color: #26A7EB;
  border: 1px solid #26A7EB;
}

.health-detl-btn .load-more-btn:hover {
  color: #ffffff;
  background-color: #26A7EB;
}

/*=================================
Health Forum Area End
====================================*/
/*=================================
Doctor Profile Area
====================================*/
.doctor-profile-area {
  background-color: #E9F6FD;
  position: relative;
  z-index: 1;
}

.doctor-profile-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #252F3F;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}

.doctor-profile-area .owl-nav {
  margin-top: 0;
}

.doctor-profile-area .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  right: 70px;
  font-size: 20px !important;
  width: 60px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.doctor-profile-area .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.doctor-profile-area .owl-nav .owl-next {
  position: absolute;
  top: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  right: 0;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 0;
  line-height: 32px;
  background-color: transparent !important;
  color: #26A7EB !important;
  border: 1px solid #26A7EB !important;
}

.doctor-profile-area .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #26A7EB !important;
}

.doctor-profile-area-bg {
  background-color: #E9F6FD;
  position: relative;
  z-index: 1;
}

.doctor-profile-area-bg::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: #252F3F;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}

.doctor-profile-area-bg .doctor-profile-content {
  margin-bottom: 30px !important;
}

.doctor-profile-img {
  margin-bottom: 30px;
}

.doctor-profile-img img {
  border-radius: 70px;
  border-top: 10px solid #26A7EB;
}

.doctor-profile-content {
  margin-bottom: 30px;
  margin-left: 20px;
}

.doctor-profile-content h2 {
  font-size: 40px;
  color: #020303;
  font-weight: 400;
  margin-bottom: 0;
}

.doctor-profile-content h3 {
  font-size: 40px;
  margin-bottom: 0;
  color: #26A7EB;
}

.doctor-profile-content span {
  font-size: 22px;
  margin-bottom: 10px;
  color: #020303;
}

.doctor-profile-content p {
  margin-top: 20px;
  margin-bottom: 30px;
}

/*=================================
Doctor Profile Area End
====================================*/
/*=================================
Doctor Listing Area
====================================*/
.doctor-listing-form {
  background-color: #EBFBFB;
  padding: 15px 20px;
}

.doctor-listing-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.doctor-listing-form .form-group .form-control {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #14CCCE;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
}

.doctor-listing-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.doctor-listing-form .form-group .form-control-category {
  height: 50px;
  padding: 10px 20px;
  border: none;
  border: 1px solid #14CCCE;
  color: #444444;
  background-color: #E9F6FD;
  font-weight: 400;
  border-radius: 0;
  line-height: 27px;
}

.doctor-listing-form .form-group .form-control-category:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.doctor-listing-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 0px;
  padding-left: 20px;
  border-radius: 50px;
  background-color: #ffffff;
  color: #444444;
}

.doctor-listing-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.doctor-listing-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
}

.doctor-listing-form .nice-select .list .option:hover {
  background-color: #ffffff !important;
  color: #26A7EB;
}

.doctor-listing-form .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.doctor-listing-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #26A7EB;
  right: 23px;
}

.doctor-listing-form .submit-btn {
  margin-left: 0;
  height: 48px;
  line-height: 48px;
  width: 100%;
  background-color: #14CCCE;
  border: none;
  font-size: 18px;
  color: #ffffff;
}

.doctor-listing-form .submit-btn:hover {
  background-color: #020303;
  color: #ffffff;
}

.doctor-listing-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.doctor-listing-form .form-group .form-control:-ms-input-placeholder {
  color: #444444;
}

.doctor-listing-form .form-group .form-control::-ms-input-placeholder {
  color: #444444;
}

.doctor-listing-form .form-group .form-control::placeholder {
  color: #444444;
}

.doctor-listing-area .filter-menu {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
  cursor: pointer;
}

.doctor-listing-area .filter-menu li {
  display: inline-block;
  font-size: 16px;
  color: #020303;
  cursor: pointer;
  position: relative;
  padding: 8px 20px;
}

.doctor-listing-area .filter-menu li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  width: 0%;
  height: 2px;
  background-color: #14CCCE;
}

.doctor-listing-area .filter-menu li:hover {
  color: #14CCCE;
}

.doctor-listing-area .filter-menu li:hover::before {
  width: 100%;
}

.doctor-listing-area .filter.active {
  color: #14CCCE;
}

.doctor-listing-area .filter.active::before {
  width: 100%;
}

.doctor-listing-area #Container .mix {
  display: none;
}

.doctor-listing-card {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.doctor-listing-card:hover::before {
  background-color: #EBFBFB;
  border-color: #EBFBFB;
}

.doctor-listing-card::before {
  content: '';
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
  top: 20%;
  width: 100%;
  height: 76.5%;
  background-color: transparent;
  border: 1px solid #14CCCE;
}

.doctor-listing-card .doctor-listing-img {
  max-width: 90%;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
}

.doctor-listing-card .doctor-listing-img img {
  text-align: center;
  border-radius: 5px;
}

.doctor-listing-card .content {
  padding: 20px 0 20px;
  text-align: center;
}

.doctor-listing-card .content .rating {
  color: #14CCCE;
  font-size: 18px;
  margin-bottom: 10px;
}

.doctor-listing-card .content .rating i {
  display: inline-block;
}

.doctor-listing-card .content .rating span {
  margin-left: 5px;
}

.doctor-listing-card .content .rating span b {
  color: #444444;
  font-weight: 400;
}

.doctor-listing-card .content h3 {
  margin-bottom: 5px;
}

.doctor-listing-card .content h3 a {
  color: #020303;
}

.doctor-listing-card .content span {
  font-size: 500;
}

.doctor-listing-card .content .location {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #020303;
}

.doctor-listing-card .content .location i {
  margin-right: 5px;
}

.doctor-listing-card .content .view-btn {
  margin-bottom: 25px;
  color: #020303;
  position: relative;
  font-weight: 600;
}

.doctor-listing-card .content .view-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #020303;
  width: 100%;
  height: 1px;
}

.doctor-listing-card .content .view-btn:hover {
  color: #14CCCE;
}

.doctor-listing-card .content .view-btn:hover::before {
  background-color: #14CCCE;
}

.doctor-listing-card .content .social-link {
  padding: 15px;
  border-top: 1px solid #14CCCE;
}

.doctor-listing-card .content .social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.doctor-listing-card .content .social-link ul li {
  display: inline-block;
  margin-right: 5px;
}

.doctor-listing-card .content .social-link ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  background-color: #14CCCE;
}

.doctor-listing-card .content .social-link ul li a:hover {
  background-color: #26A7EB;
  color: #ffffff;
}

.load-more-btn-area {
  margin-bottom: 30px;
}

.load-more-btn-area .default-btn {
  border: 1px solid #14CCCE;
  color: #14CCCE;
}

.load-more-btn-area .default-btn:hover {
  color: #ffffff;
  border-color: #020303;
}

.doctor-listing-form-radius {
  background-color: transparent;
  padding: 0 !important;
}

.doctor-listing-form-radius .form-group .form-control {
  border-radius: 50px;
}

.doctor-listing-form-radius .form-group .form-control-category {
  border-radius: 50px;
}

.doctor-listing-form-radius .submit-btn {
  border-radius: 50px;
}

.doctor-listing-item {
  border: 1px solid #14ccceb3;
  border-radius: 10px;
  margin-bottom: 30px;
}

.doctor-listing-item:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.doctor-listing-item:hover .doctor-listing-item-img::before {
  height: 100%;
}

.doctor-listing-item:hover .doctor-listing-item-img .social-link {
  opacity: 1;
}

.doctor-listing-item .doctor-listing-item-img {
  position: relative;
}

.doctor-listing-item .doctor-listing-item-img::before {
  content: '';
  position: absolute;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #14CCCE;
  opacity: 0.5;
  border-radius: 10px 10px 0 0;
}

.doctor-listing-item .doctor-listing-item-img a {
  display: block;
}

.doctor-listing-item .doctor-listing-item-img a img {
  border-radius: 10px 10px 0 0;
}

.doctor-listing-item .doctor-listing-item-img .social-link {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  position: absolute;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  opacity: 0;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.doctor-listing-item .doctor-listing-item-img .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.doctor-listing-item .doctor-listing-item-img .social-link li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  color: #26A7EB;
  background-color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
}

.doctor-listing-item .doctor-listing-item-img .social-link li a:hover {
  background-color: #14CCCE;
  color: #ffffff;
}

.doctor-listing-item .content {
  padding: 20px;
  position: relative;
}

.doctor-listing-item .content h3 {
  margin-bottom: 10px;
}

.doctor-listing-item .content h3 a {
  color: #020303;
}

.doctor-listing-item .content span {
  margin-bottom: 0;
}

.doctor-listing-item .content .rating {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  color: #14CCCE;
}

.doctor-listing-item .content .location {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #020303;
}

.doctor-listing-item .content .location i {
  margin-right: 5px;
  color: #14CCCE;
}

.doctor-listing-item .content .default-btn {
  padding: 10px 24px;
  display: inline-block;
  margin-top: 10px;
  color: #14CCCE;
  border: 1px solid #14CCCE;
}

.doctor-listing-item .content .default-btn:hover {
  color: #ffffff;
  background-color: #14CCCE;
}

.doctor-listing-item .content .default-btn:hover::before {
  display: none;
}

.doctor-listing-form-color2 {
  background-color: #E4F3FC;
}

.doctor-listing-form-color2 .form-group .form-control {
  border: 1px solid #26A7EB;
}

.doctor-listing-form-color2 .form-group .form-control-category {
  border: 1px solid #26A7EB;
}

.doctor-listing-form-color2 .submit-btn {
  background-color: #26A7EB;
}

.doctor-listing-item-color-1 {
  border: 1px solid #26A7EB;
}

.doctor-listing-item-color-1 .doctor-listing-item-img {
  position: relative;
}

.doctor-listing-item-color-1 .doctor-listing-item-img::before {
  background-color: #26A7EB;
}

.doctor-listing-item-color-1 .content .rating {
  color: #26A7EB;
}

.doctor-listing-item-color-1 .content .location i {
  color: #26A7EB;
}

.doctor-listing-item-color-1 .content .default-btn {
  color: #26A7EB;
  border: 1px solid #26A7EB;
}

.doctor-listing-item-color-1 .content .default-btn:hover {
  background-color: #26A7EB;
}

.doctor-listing-item-color-1 .content .default-btn:hover::before {
  display: none;
}

/*=================================
Doctor Listing Area End
====================================*/
.side-bar-widget {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #14CCCE;
}

.side-bar-widget .title {
  border-bottom: 1px solid #14CCCE;
  margin-bottom: 0;
  font-size: 16px;
  padding: 15px 25px;
  background-color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.side-bar-widget .side-bar-category {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.side-bar-widget .side-bar-category li {
  display: block;
  border-bottom: 1px solid #14CCCE;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.side-bar-widget .side-bar-category li:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #14CCCE;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.side-bar-widget .side-bar-category li:hover:before {
  width: 100%;
}

.side-bar-widget .side-bar-category li:hover a {
  color: #ffffff;
}

.side-bar-widget .side-bar-category li:hover a span {
  background-color: #252F3F;
  color: #ffffff;
}

.side-bar-widget .side-bar-category li:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.side-bar-widget .side-bar-category li a {
  font-size: 16px;
  color: #444444;
  padding: 12px 25px;
  font-weight: 500;
  width: 100%;
  position: relative;
}

.side-bar-widget .side-bar-category li a span {
  position: absolute;
  top: 8px;
  right: 25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #020303;
  background-color: #E4F3FC;
  display: inline-block;
  text-align: center;
}

.side-bar-widget .side-bar-widget-availability ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar-widget .side-bar-widget-availability ul li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #EAEDF2;
}

.side-bar-widget .side-bar-widget-availability ul li::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 20px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #444444;
}

.side-bar-widget .side-bar-widget-availability ul li:last-child {
  border-bottom: none;
}

.side-bar-widget .side-bar-widget-availability ul li a {
  display: inline-block;
  color: #444444;
  font-weight: normal;
  padding: 10px 0 10px 45px;
  font-weight: 600;
  position: relative;
  width: 100%;
}

.side-bar-widget .side-bar-widget-availability ul li a span {
  right: 30px;
  position: absolute;
  top: 10px;
  color: #444444;
}

.side-bar-widget .side-bar-widget-availability ul li a:hover {
  color: #26A7EB;
}

.side-bar-widget .side-bar-widget-availability ul li a:hover::before {
  background-color: #26A7EB;
  border-color: #26A7EB;
}

.side-bar-widget .side-bar-widget-availability ul li:hover::before {
  background-color: #26A7EB;
  border-color: #26A7EB;
  z-index: 1;
}

.side-bar-widget .side-bar-widget-availability ul li.active a {
  color: #26A7EB;
  background-color: #ffffff;
}

.side-bar-widget .side-bar-widget-availability ul li.active a::before {
  background-color: #26A7EB;
  border-color: #26A7EB;
}

.side-bar-widget .side-bar-widget-availability ul li.active::before {
  background-color: #26A7EB;
  border-color: #26A7EB;
  z-index: 1;
}

.side-bar-widget-color {
  border: 1px solid #26A7EB;
}

.side-bar-widget-color .title {
  border-bottom: 1px solid #26A7EB;
}

.side-bar-widget-color .side-bar-category li {
  border-bottom: 1px solid #26A7EB;
}

.side-bar-widget-color .side-bar-category li:before {
  background-color: #26A7EB;
}

.side-bar-widget-tag {
  list-style: none;
  margin: 0;
  padding: 20px 20px;
}

.side-bar-widget-tag li {
  display: inline-block;
  padding: 7px 15px;
  margin: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #020303;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #707070;
}

.side-bar-widget-tag li:hover {
  border-color: #26A7EB;
  background-color: #26A7EB;
}

.side-bar-widget-tag li a {
  color: #444444;
}

.side-bar-widget-tag li:hover a {
  color: #ffffff;
}

.side-bar-profile {
  background-color: #C1CCF7;
  padding: 45px 20px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.side-bar-profile h3 {
  font-size: 25px;
  color: #020303;
  margin-bottom: 10px;
}

.side-bar-profile .title {
  font-size: 18px;
  font-weight: 600;
  color: #020303;
  display: block;
}

.side-bar-profile img {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 135px;
  height: 135px;
  background-color: #ffffff;
  border-radius: 50%;
}

.side-bar-profile .sub-title {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.side-bar-profile .sub-date {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #020303;
  font-weight: 500;
  display: block;
}

.departments-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.departments-card:hover .content h3 a {
  color: #26A7EB;
}

.departments-card a {
  display: block;
}

.departments-card a img {
  padding: 10px 10px 0;
}

.departments-card .content {
  padding: 22px;
  text-align: center;
}

.departments-card .content h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.departments-card .content h3 a {
  color: #020303;
  display: block;
}

.departments-card .content p {
  margin-bottom: 10px;
}

.departments-card .content .departments-more {
  display: block;
  color: #444444;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.departments-card .content .departments-more i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.departments-card .content .departments-more:hover {
  color: #26A7EB;
  letter-spacing: 0.25px;
}

.departments-article {
  margin-bottom: 30px;
}

.departments-article img {
  margin-bottom: 20px;
}

.departments-article h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.departments-article p {
  margin-bottom: 30px;
}

.departments-content {
  margin-bottom: 30px;
}

.departments-content h3 {
  margin-bottom: 10px;
}

.departments-content h3 span {
  color: #26A7EB;
}

.departments-content p {
  margin-bottom: 0;
}

/*=================================
Renowned Doctor Area
====================================*/
.renowned-doctor-area {
  position: relative;
  z-index: 1;
}

.renowned-doctor-area::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 85%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #37404E;
}

.renowned-doctor-area .section-title span {
  color: #ffffff;
}

.renowned-doctor-area .section-title h2 {
  color: #ffffff;
}

.renowned-doctor-slider {
  position: relative;
}

.renowned-doctor-slider .owl-nav {
  margin-top: 0;
}

.renowned-doctor-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -26px;
  font-size: 20px !important;
  width: 60px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 35px;
  border-radius: 5px;
  line-height: 32px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.renowned-doctor-slider .owl-nav .owl-prev:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.renowned-doctor-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -26px;
  font-size: 18px !important;
  width: 60px;
  height: 35px;
  border-radius: 5px;
  line-height: 32px;
  background-color: transparent !important;
  color: #14CCCE !important;
  border: 1px solid #14CCCE !important;
}

.renowned-doctor-slider .owl-nav .owl-next:hover {
  color: #ffffff !important;
  background-color: #14CCCE !important;
}

.renowned-doctor-slider.renowned-doctor-slider:hover .owl-prev {
  opacity: 1;
}

.renowned-doctor-slider.renowned-doctor-slider:hover .owl-next {
  opacity: 1;
}

.renowned-doctor-card {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 30px;
}

.renowned-doctor-card a {
  display: block;
}

.renowned-doctor-card a img {
  border-radius: 10px 10px 0 0;
}

.renowned-doctor-card .content {
  padding: 30px;
  position: relative;
}

.renowned-doctor-card .content h3 {
  margin-bottom: 10px;
}

.renowned-doctor-card .content h3 a {
  color: #020303;
}

.renowned-doctor-card .content span {
  margin-bottom: 0;
}

.renowned-doctor-card .content .rating {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 20px;
  color: #14CCCE;
}

.renowned-doctor-card .content .rating span {
  margin-left: 5px;
  font-weight: 500;
}

.renowned-doctor-card .content .rating span b {
  color: #444444;
  font-weight: 400;
}

.renowned-doctor-card .content ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.renowned-doctor-card .content ul li {
  display: inline-block;
  color: #020303;
  margin-right: 35px;
}

.renowned-doctor-card .content ul li b {
  font-weight: 500;
  color: #14CCCE;
}

.renowned-doctor-card .content ul li:last-child {
  margin-right: 0;
}

.renowned-doctor-card .content .location {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #020303;
}

.renowned-doctor-card .content .location i {
  margin-right: 5px;
  color: #14CCCE;
}

.renowned-doctor-card .content .default-btn {
  display: inline-block;
  margin-top: 10px;
}

.renowned-doctor-card-color .content .rating {
  color: #26A7EB;
}

.renowned-doctor-card-color .content ul li b {
  color: #26A7EB;
}

.renowned-doctor-card-color .content .location i {
  color: #26A7EB;
}

.renowned-event {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.renowned-event-img {
  position: relative;
  z-index: 1;
}

.renowned-event-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #B92A28;
  opacity: 0.6;
}

.renowned-event-img .play-btn-area {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.renowned-event-img .play-btn-area .play-btn {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  font-size: 32px;
  color: #ffffff;
  background-color: #14CCCE;
  border-radius: 50px;
  line-height: 66px;
  text-align: center;
  padding-left: 5px;
}

.renowned-event-img .play-btn-area .play-btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #14CCCE;
  opacity: 0.5;
  border-radius: 50px;
}

.renowned-event-img .play-btn-area .play-btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100px;
  height: 100px;
  background-color: #14CCCE;
  opacity: 0.5;
  border-radius: 50px;
}

.renowned-event-img .play-btn-area .play-btn:hover {
  background-color: #26A7EB;
}

.renowned-event-img .play-btn-area .play-btn:hover::before {
  background-color: #26A7EB;
}

.renowned-event-img .play-btn-area .play-btn:hover::after {
  background-color: #26A7EB;
}

.renowned-event-img .renowned-event-shape {
  position: absolute;
  left: 0;
  top: 0;
}

.renowned-event-img .renowned-event-shape img {
  height: 414px;
}

.renowned-event-content {
  max-width: 550px;
  margin-left: auto;
}

.renowned-event-content .section-title h2 {
  color: #020303;
}

.renowned-event-content .renowned-event-btn {
  margin-top: 20px;
}

/*=================================
Renowned Doctor Area End
====================================*/
.pharmacy-item {
  border: 1px solid #14ccceb3;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pharmacy-item:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.pharmacy-item a {
  display: block;
}

.pharmacy-item a img {
  border-radius: 10px 10px 0 0;
}

.pharmacy-item .content {
  padding: 20px;
  position: relative;
}

.pharmacy-item .content h3 {
  margin-bottom: 10px;
}

.pharmacy-item .content h3 a {
  color: #020303;
}

.pharmacy-item .content .rating {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
  color: #14CCCE;
}

.pharmacy-item .content .location {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #020303;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
}

.pharmacy-item .content .location i {
  position: absolute;
  top: 5px;
  left: 0;
  margin-right: 5px;
  color: #14CCCE;
}

.pharmacy-item .content .cell-btn {
  font-size: 15px;
  display: block;
  color: #020303;
}

.pharmacy-item .content .cell-btn i {
  color: #14CCCE;
}

.pharmacy-item .content .cell-btn:hover {
  color: #14CCCE;
}

.pharmacy-item .content .cell-btn:hover i {
  color: #020303;
}

.pharmacy-item .content .view-btn {
  margin-top: 10px;
  margin-bottom: 0;
  color: #444444;
  position: relative;
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
}

.pharmacy-item .content .view-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #444444;
  width: 100%;
  height: 1px;
}

.pharmacy-item .content .view-btn:hover {
  color: #14CCCE;
}

.pharmacy-item .content .view-btn:hover::before {
  background-color: #14CCCE;
}

.pharmacy-details-img {
  margin-bottom: 30px;
}

.pharmacy-details-deac {
  margin-bottom: 30px;
  position: relative;
}

.pharmacy-details-deac h3 {
  font-size: 26px;
  color: #020303;
  margin-bottom: 60px;
}

.pharmacy-details-deac .rating {
  position: absolute;
  top: 45px;
  left: 0;
  font-size: 20px;
  color: #14CCCE;
}

.pharmacy-details-deac .location {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #020303;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
}

.pharmacy-details-deac .location i {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  background-color: #26A7EB;
  border-radius: 50px;
}

.pharmacy-details-deac .cell-btn {
  font-size: 18px;
  display: block;
  color: #020303;
  position: relative;
  padding-left: 50px;
  margin-bottom: 15px;
}

.pharmacy-details-deac .cell-btn i {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  background-color: #26A7EB;
  border-radius: 50px;
}

.pharmacy-details-deac .cell-btn:hover {
  color: #14CCCE;
}

.pharmacy-details-deac .cell-btn:hover i {
  background-color: #14CCCE;
}

.pharmacy-details-deac p {
  margin-bottom: 15px;
}

.pharmacy-details-deac .pharmacy-details-share {
  margin-top: 30px;
}

.pharmacy-details-deac .pharmacy-details-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pharmacy-details-deac .pharmacy-details-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.pharmacy-details-deac .pharmacy-details-share ul li span {
  color: #020303;
  margin-right: 5px;
  font-size: 16px;
}

.pharmacy-details-deac .pharmacy-details-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #26A7EB;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.pharmacy-details-deac .pharmacy-details-share ul li a:hover {
  background-color: #14CCCE;
}

/*=================================
Product Area
====================================*/
.topper-title-area .topper-title h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #020303;
}

.topper-title-area .topper-title h3 span {
  font-size: 15px !important;
  color: #444444 !important;
}

.topper-title-area .topper-category {
  z-index: 55;
}

.topper-title-area .topper-category .form-group {
  margin-bottom: 0;
  position: relative;
}

.topper-title-area .topper-category .form-group .form-control {
  height: 50px;
  padding: 0 15px;
  border: 1px solid #26A7EB;
  color: #020303;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  border-radius: 5px;
}

.topper-title-area .topper-category .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.topper-title-area .topper-category .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 52px;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 20px;
  background-color: #ffffff;
  color: #444444;
  border-radius: 5px;
  z-index: 55;
}

.topper-title-area .topper-category .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.topper-title-area .topper-category .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #020303;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.topper-title-area .topper-category .form-group .nice-select .list .option:hover {
  background-color: #26A7EB !important;
  color: #ffffff;
}

.topper-title-area .topper-category .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.topper-title-area .topper-category .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 45%;
  right: 30px;
}

.product-item {
  margin-bottom: 30px;
}

.product-item a {
  display: block;
}

.product-item a img {
  background-color: #E4F3FC;
}

.product-item .content {
  padding-top: 20px;
}

.product-item .content h4 {
  font-size: 14px;
  color: #444444;
  margin-bottom: 5px;
}

.product-item .content h3 {
  font-size: 20px;
  color: #020303;
  margin-bottom: 5px;
}

.product-item .content h3 span {
  font-size: 22px;
  font-weight: 700px;
  float: right;
}

.product-item .content .rating {
  color: #FFC107;
  font-size: 17px;
  margin-bottom: 15px;
}

.product-item .content .product-add-btn {
  padding: 7px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #26A7EB;
  font-weight: 500;
  width: 162px;
}

.product-item .content .product-add-btn .icon {
  margin-left: 5px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.product-item .content .product-add-btn:hover {
  background-color: #020303;
}

.product-detls-image {
  margin-bottom: 30px;
  background-color: #020303;
}

.product-desc {
  margin-bottom: 30px;
}

.product-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  color: #020303;
}

.product-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #020303;
}

.product-desc .price .old-price {
  text-decoration: line-through;
  color: #444444;
  margin-left: 10px;
}

.product-desc .product-review {
  margin-bottom: 15px;
}

.product-desc .product-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.product-desc .product-review .rating i {
  color: #26A7EB;
}

.product-desc .product-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #444444;
  border-bottom: 1px solid #444444;
  line-height: initial;
}

.product-desc .product-review .rating-count:hover {
  color: #020303;
  border-color: #020303;
}

.product-desc p {
  margin-bottom: 0;
}

.product-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.product-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.product-desc .input-count-area .input-counter span {
  position: absolute;
  top: 2px;
  background-color: transparent;
  cursor: pointer;
  color: #444444;
  width: 50px;
  height: 100%;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product-desc .input-count-area .input-counter span:hover {
  color: #020303;
}

.product-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.product-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.product-desc .input-count-area .input-counter input {
  height: 45px;
  color: #020303;
  outline: 0;
  display: block;
  border: 1px solid #26A7EB;
  background-color: #ffffff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.product-desc .product-add-btn {
  margin-top: 20px;
}

.product-desc .product-add-btn .default-btn {
  border: none;
  margin-right: 20px;
  border-radius: 0;
}

.product-desc .product-share {
  margin-top: 30px;
}

.product-desc .product-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product-desc .product-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.product-desc .product-share ul li span {
  color: #020303;
  margin-right: 5px;
  font-size: 16px;
}

.product-desc .product-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #26A7EB;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.product-desc .product-share ul li a:hover {
  background-color: #14CCCE;
}

.product .input-count-area .input-counter input::-webkit-input-placeholder {
  color: #444444;
}

.product .input-count-area .input-counter input:-ms-input-placeholder {
  color: #444444;
}

.product .input-count-area .input-counter input::-ms-input-placeholder {
  color: #444444;
}

.product .input-count-area .input-counter input::placeholder {
  color: #444444;
}

.products-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.products-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 25px;
}

.products-details-tab .tabs li:last-child {
  margin-right: 0;
}

.products-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: #020303;
  padding-bottom: 15px;
  border-bottom: 1px solid #b1acac;
}

.products-details-tab .tabs li a:focus {
  color: #26A7EB;
  border-bottom: 1px solid #26A7EB;
}

.products-details-tab .tabs li.active a {
  color: #26A7EB;
  border-bottom: 1px solid #26A7EB;
}

.products-details-tab .tabs li.current a {
  color: #26A7EB;
  border-bottom: 1px solid #26A7EB;
}

.products-tabs-decs {
  max-width: 840px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.products-tabs-decs p {
  color: #3e3d3e;
  font-weight: 600;
  margin-bottom: 30px;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.products-tabs-reviews {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.products-tabs-reviews ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-reviews ul li {
  position: relative;
  padding: 30px;
  padding-left: 130px;
  margin-bottom: 30px;
  background-color: #E4F3FC;
}

.products-tabs-reviews ul li img {
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 50%;
}

.products-tabs-reviews ul li h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #020303;
}

.products-tabs-reviews ul li .content .rating {
  display: inline-block;
  color: #ee8100;
  margin-right: 20px;
  position: relative;
}

.products-tabs-reviews ul li .content .rating::before {
  content: '';
  position: absolute;
  top: 3px;
  right: -13px;
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}

.products-tabs-reviews ul li .content span {
  margin-bottom: 10px;
  display: inline-block;
}

.products-tabs-reviews ul li p {
  margin-bottom: 0;
  max-width: 650px;
}

.reviews-form {
  margin-bottom: 30px;
}

.reviews-form .contact-form {
  padding: 40px 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-color: #E4F3FC;
}

.reviews-form .contact-form h3 {
  text-align: center;
  font-size: 24px;
  color: #020303;
  margin-bottom: 10px;
}

.reviews-form p {
  text-align: center;
  color: #444444;
  margin-bottom: 10px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-form .rating {
  text-align: center;
  color: #26A7EB;
  position: relative;
  margin-bottom: 30px;
}

.products-tabs-shipping {
  margin-bottom: 30px;
}

.products-tabs-shipping ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-tabs-shipping ul li {
  display: block;
  font-size: 16px;
  color: #020303;
  margin-bottom: 10px;
  font-weight: 600;
}

.products-tabs-shipping ul li:last-child {
  margin-bottom: 0;
}

.products-tabs-shipping ul li span {
  color: #444444;
}

.products-tabs-shipping ul li a {
  color: #444444;
}

.products-tabs-shipping ul li a:hover {
  color: #26A7EB;
}

/*=================================
Product Area End
====================================*/
/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 500;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #444444;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
  height: 80px;
  background-color: #26A7EB;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #444444;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #da691f !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #444444;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #020303;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #444444;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #020303 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #020303 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #020303 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #444444;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: #020303;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #444444;
  overflow: hidden;
  font-weight: 500;
}

.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #444444;
  font-weight: normal;
}

.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #020303;
  padding-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid  #cfcfcf;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #020303;
  background-color: #444444 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #444444 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 13px 18px;
  font-weight: 400;
  border-radius: 0;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus, .cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #cfcfcf;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
  border-radius: 0;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #444444 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #020303 !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
  font-weight: 500;
  color: #6c777d;
}

.cart-wraps-area .nice-select .option.focus, .cart-wraps-area .nice-select .option.selected.focus, .cart-wraps-area .nice-select .option:hover {
  background-color: #444444 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus, .cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #444444 !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #020303;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #020303;
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #020303;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: #020303;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: #020303;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: #020303;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #020303;
}

.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
.checkout-form {
  margin-bottom: 30px;
}

.checkout-form .contact-form .form-group .form-control {
  background-color: #ffffff;
}

.checkout-form .contact-form .form-group .nice-select {
  height: 50px;
  width: 100%;
  line-height: 30px;
  font-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #444444;
  border-radius: 0;
  z-index: 5555;
}

.checkout-form .contact-form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.checkout-form .contact-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #444444;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}

.checkout-form .contact-form .form-group .nice-select .list .option:hover {
  background-color: #26A7EB !important;
  color: #ffffff;
}

.checkout-form .contact-form .form-group .nice-select .list .option .selected {
  background-color: transparent;
  font-weight: 600;
}

.checkout-form .contact-form .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #555555;
  top: 47%;
  right: 20px;
}

.checkout-form .contact-form .default-btn {
  margin-top: 10px;
}

/*=================================
Blog Area
====================================*/
.blog-card {
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-card:hover .content h3 a {
  color: #26A7EB;
}

.blog-card:hover .content .read-more-btn {
  color: #26A7EB;
}

.blog-card .content ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #26a7eb8f;
}

.blog-card .content ul li {
  display: inline-block;
  margin-right: 45px;
  color: #444444;
}

.blog-card .content ul li:last-child {
  margin-right: 0;
}

.blog-card .content h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-card .content h3 a {
  color: #020303;
}

.blog-card .content p {
  margin-bottom: 12px;
}

.blog-card .content .read-more-btn {
  color: #020303;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
}

.blog-card .content .read-more-btn:hover {
  color: #26A7EB;
}

.blog-card .content .read-more-btn:hover::before {
  width: 100%;
}

.blog-card .content .read-more-btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #26A7EB;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-item {
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-item:hover .content i {
  opacity: 1;
  left: 0;
  right: 0;
}

.blog-item:hover .content h3 a {
  color: #26A7EB;
}

.blog-item .content {
  position: relative;
  padding: 30px 20px;
  background-color: #ffffff;
}

.blog-item .content i {
  position: absolute;
  top: -25px;
  left: -100%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 20px;
  width: 60px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  background-color: #14CCCE;
  margin: 0 auto;
}

.blog-item .content span {
  margin-bottom: 10px;
}

.blog-item .content h3 {
  margin-top: 7px;
  margin-bottom: 10px;
}

.blog-item .content h3 a {
  color: #020303;
}

.blog-item .content .admin {
  margin-bottom: 0;
}

.blog-item .content .date {
  position: absolute;
  bottom: 30px;
  right: 20px;
}

.blog-item-two {
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.blog-item-two:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.blog-item-two:hover .content h3 a {
  color: #14CCCE;
}

.blog-item-two .content {
  position: relative;
  padding: 30px 20px;
  background-color: #ffffff;
}

.blog-item-two .content span {
  margin-bottom: 5px;
}

.blog-item-two .content .date {
  position: absolute;
  top: 30px;
  right: 20px;
}

.blog-item-two .content h3 {
  margin-top: 7px;
  margin-bottom: 10px;
}

.blog-item-two .content h3 a {
  color: #020303;
}

.blog-item-two .content p {
  margin-bottom: 15px;
  display: block;
}

.blog-item-two .content .consult-btn {
  padding: 10px 20px;
  color: #14CCCE;
  border: 1px solid #14CCCE;
  border-radius: 50px;
}

.blog-item-two .content .consult-btn:hover {
  color: #ffffff;
  background-color: #14CCCE;
}

.blog-article {
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #26a7ebc7;
}

.blog-article .blog-article-img {
  margin-bottom: 20px;
}

.blog-article .blog-article-date {
  list-style: none;
  margin: 0 30px;
  padding: 0 0 5px;
  border-bottom: 1px solid #26a7ebc7;
}

.blog-article .blog-article-date li {
  display: inline-block;
  margin-right: 35px;
}

.blog-article .blog-article-date li:last-child {
  margin-right: 0;
}

.blog-article .blog-article-title {
  padding: 0 30px;
  margin-bottom: 20px;
}

.blog-article .blog-article-title h2 {
  margin-top: 20px;
  font-size: 26px;
  max-width: 500px;
  margin-bottom: 0;
}

.blog-article .article-content {
  margin: 0 30px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 10px;
}

.blog-article .article-content p {
  margin-bottom: 20px;
}

.blog-article .article-content .blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #E4F3FC;
  padding: 20px 20px;
}

.blog-article .article-content .blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #26A7EB;
}

.blog-article .article-content .blockquote p {
  font-size: 16px;
  color: #444444;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blog-article .blog-article-share {
  padding: 30px;
}

.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 3px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #26A7EB;
  font-weight: 600;
}

.blog-article .blog-article-share .blog-tag ul li a {
  color: #020303;
  font-size: 14px;
}

.blog-article .blog-article-share .blog-tag ul li:hover a {
  color: #26A7EB;
}

.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.blog-article .blog-article-share .social-icon li a {
  border-radius: 0;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #26A7EB;
  border: 1px solid #26A7EB;
}

.blog-article .blog-article-share .social-icon li a:hover {
  background-color: #26A7EB;
  color: #ffffff;
}

.comments-wrap {
  border: 1px solid #26a7ebc7;
  padding: 30px 30px 0;
  margin-bottom: 30px;
}

.comments-wrap .title {
  font-size: 23px;
  margin-bottom: 30px;
  color: #020303;
  border-bottom: 1px solid #26a7ebc7;
  padding-bottom: 15px;
  font-weight: 600;
}

.comments-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comments-wrap ul li {
  position: relative;
  padding: 0 30px 30px;
  padding-left: 70px;
  margin-bottom: 30px;
  border-bottom: 1px solid #26a7ebc7;
}

.comments-wrap ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.comments-wrap ul li img {
  position: absolute;
  top: 0;
  left: 0;
}

.comments-wrap ul li h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.comments-wrap ul li span {
  display: block;
  font-size: 15px;
  color: #444444;
}

.comments-wrap ul li p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comments-wrap ul li a {
  color: #26A7EB;
  font-weight: 600;
}

.comments-wrap ul li a:hover {
  color: #020303;
}

.comments-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.comments-form .title {
  font-size: 23px;
  margin-bottom: 30px;
  color: #020303;
  border-bottom: 1px solid  #26a7ebc7;
  padding-bottom: 15px;
  max-width: 100%;
}

.comments-form .contact-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  margin-bottom: 0;
  max-width: 100%;
}

.comments-form .contact-form .form-group .form-control {
  border: none;
  background-color: #E4F3FC;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Contact Area
====================================*/
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  border: 1px solid #26A7EB;
}

.contact-form h2 {
  color: #020303;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1;
}

.contact-form h3 {
  color: #020303;
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 1;
}

.contact-form p {
  margin-bottom: 30px;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form .form-group.checkbox-option {
  position: relative;
}

.contact-form .form-group.checkbox-option #chb2 {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-form .form-group.checkbox-option p {
  padding-left: 25px;
  font-size: 15px;
}

.contact-form .form-group.checkbox-option p a {
  color: #26A7EB;
}

.contact-form .form-group.checkbox-option p a:hover {
  color: #020303;
}

.contact-form .form-group label {
  margin-bottom: 10px;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #020303;
  border: 1px solid #26A7EB;
  background-color: #ffffff;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
  font-weight: 500;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #020303;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .agree-label {
  margin-bottom: 15px;
  position: relative;
}

.contact-form .agree-label #chb1 {
  position: absolute;
  top: 7px;
  left: 0;
}

.contact-form .agree-label label {
  font-weight: 500;
  color: #020303;
  margin-left: 25px;
}

.contact-form .agree-label label a {
  color: #26A7EB;
}

.contact-form .agree-label label a:hover {
  color: #020303;
}

.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #444444;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #444444;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #444444;
}

.contact-form .form-group .form-control::placeholder {
  color: #444444;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 465px;
  border: none;
}

.contact-map-area {
  border: 1px solid #26A7EB;
  margin-bottom: 30px;
}

.contact-map-content {
  background-color: #ffffff;
  padding: 30px;
}

.contact-map-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-map-content ul li {
  display: inline-block;
  margin-right: 35px;
  padding-left: 55px;
  margin-bottom: 20px;
  position: relative;
  color: #444444;
  font-size: 18px;
}

.contact-map-content ul li .title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-map-content ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.contact-map-content ul li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #26A7EB;
  border: 1px solid #26A7EB;
  text-align: center;
}

.contact-map-content ul li a {
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
}

.user-form .contact-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.user-form .contact-form .agree-label .forget {
  position: absolute;
  right: 0;
}

.user-form .contact-form .default-btn {
  width: unset;
}

.user-form .contact-form .account-desc {
  margin-top: 15px;
  margin-bottom: 0;
  color: #020303;
}

.user-form .contact-form .account-desc a {
  color: #26A7EB;
}

.user-form .contact-form .account-desc a:hover {
  color: #020303;
}

/*=================================
Contact Area End
====================================*/
.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 24px;
  color: #020303;
  margin-bottom: 15px;
}

.single-content p {
  margin-bottom: 15px;
}

/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content img {
  max-width: 100%;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
  position: relative;
  color: #020303;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  border: 5px solid #aec5df;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #020303;
  font-size: 60px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #020303;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #020303;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
  color: #020303;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #ffffff57;
  padding-left: 15px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #020303;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
  border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #020303;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #26A7EB;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
/*==============================
Pagination Area 
=================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #26A7EB;
  background-color: #f7f7f7;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 18px;
  border-radius: 5px;
}

.pagination-area .page-numbers:hover {
  background-color: #26A7EB;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  background-color: #26A7EB;
  color: #ffffff;
}

/*==============================
Pagination Area End
=================================*/
/*=================================
Footer Area
====================================*/
.footer-bg {
  
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background:#00052c;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget h3 {
  margin-top: 12px;
  margin-bottom: 20px;
  
}

.footer-widget p {
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-widget .social-link-content .title {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-widget .social-link-content .social-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .social-link-content .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link-content .social-link li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 20px;
}

.footer-widget .social-link-content .social-link li a:hover {
  background-color: #26A7EB;
  border-color: #26A7EB;
  color: #ffffff;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  font-weight: 400;
  color:#2c3644;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #26A7EB;
}

.footer-widget .footer-list-two {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.footer-widget .footer-list-two li {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
  font-weight:400;
}

.footer-widget .footer-list-two li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list-two li .title {
  display: inline-block;
}

.footer-widget .footer-list-two li a {
  display: inline-block;
  font-size: 15px;
  margin-left: 5px;
  color:#2c3644;
}

.footer-widget .footer-list-two li:hover a {
  color: #26A7EB;
}

.footer-widget .newsletter-form {
  position: relative;
  border-radius: 0;
}

.footer-widget .newsletter-form .form-control {
  border: 1px solid #E2E2E2;
  height: 50px;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 0;
  color: #ffffff;
}

.footer-widget .newsletter-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.footer-widget .newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
  color: #ffffff;
  line-height: 50px;
  border-radius: 0;
}

.footer-widget .newsletter-form .submit-btn:hover {
  background-color: #020303;
}

.footer-widget .newsletter-form .validation-danger {
  font-size: 16px;
  margin-top: 15px;
  color: red;
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.contact-form .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.contact-form .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.contact-form .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

.copy-right-area {
  background-color: #1f314a;
}

.copy-right-text {
  text-align: center;
  padding: 15px 0;
  background:#534670;
}

.copy-right-text p {
  color: #eee;
  margin-bottom: 0;
  font-weight: 300;
}

.copy-right-text p a {
  color: #f3ab57;
  font-weight: 600;
}

.copy-right-text p a:hover {
  color: #14CCCE;
  border-color: #14CCCE;
}

/*=================================
Footer Area End
====================================*/
/*==================================
Preloader CSS 
=====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #26A7EB;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px auto;
  -webkit-animation: rotate-in 1.2s infinite ease-in-out;
          animation: rotate-in 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*==================================
Preloader CSS End
=====================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 60%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #26A7EB;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
}

.go-top:hover {
  background-color: #020303;
}

.go-top:hover i {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.go-top.active {
  top: 95%;
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*==================================
Animation CSS
====================================*/
@-webkit-keyframes opacity-option {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .05;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity-option {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .05;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes running-in {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes running-in {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 150px);
    transform: translate(-10px, 150px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes movebounce-in {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes movebounce-in {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(70px);
    transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes movebounce-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*==================================
Animation CSS End
====================================*/
/*# sourceMappingURL=style.css.map */


/*--=========== My css ===========--*/

.slide-pannel
{
    background: #c51b29;
    color: #fff;
    /*padding: 12px 11px;*/
    margin-bottom:2px;
    align-items:center;
}

.slide-pannel:hover
{
    background:#000;
}

.slide-pannel .pannel-content
{
    font-size: 20px;
    padding: 10px 0 10px 0px;
    line-height:1.4em;
}

.slide-pannel .pannel-icon
{
    padding: 10px 10px 10px 10px;
    font-size:22px;
}

.hco-why-choose .hco-block
{
    display: flex;
}

.hco-why-choose .hco-block .hco-block-one
{
    background: #eeeeee82;
    padding: 15px;
}

.hco-why-choose .hco-block .hco-block-two
{
    background: #eeeeee82;
    padding: 15px;
}

.hco-why-choose .hco-block .hco-block-three
{
    background: #eeeeee82;
    padding: 15px;
}

.hco-block p
{
    font-size: 0.90em;
    padding: 8px 23px;
    border-radius: 10px;
    color: #fff;
    height:180px;
    align-items: center;
    display: grid;
}

.hco-block p:hover
{
  background:#444!important;
  transition: all .5s ease-out;
  background-position: left bottom;
}

.hco-why-choose .hco-block .hco-block-three
{
   /* padding: 10px 30px; */
}
.hco-block .hco-icon
{
  margin-bottom: 15px;
}
.hco-block .hco-icon img
{
  width:50px;
}

.hco-block h4
{
    font-size:1.2em;
}

.treatment-area
{
  padding:50px 0;
}

.pt-50
{
  padding-top:50px;
}

.pb-50
{
  padding-bottom:50px;
}

.hco-doc-img img
{
    /*width:160px!important;*/
    border-radius: 100%!important;
    margin:0 auto;
    border:2px solid #cef1ff;
    padding:5px;

}

.doc-item h5
{
  font-size:1em;
  margin-top:10px;
}


.doc-item a
{
    background: #cf071c;
    padding: 2px 20px;
    color: #fff!important;
    border-radius:20px;
}

.hco-service .nav-pills .nav-link
{
  background: none;
  border:none;
  border-radius:0;
  width:300px;
  border-bottom:1px solid #d9d8d8;
  text-align: left;
}

.hco-service .nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
  background:#ee215b!important;
}

.hco-service .tab-content>.tab-pane
{
    padding:0 20px;
}

.hco-appointment
{
  /*background:#532f7c;*/
  /*background:#534670;*/
  background:url(../images/call-to-action-bg.jpg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  
}

.hco-cta-icon img
{
    width:100px;
}

.hco-appointment p
{
    font-size:18px;
}

.doc-carousel .doc-item
{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
}

.hco-doc-img i
{
    color:#f6c800;
}

.doc-item .icofont-star
{
    color:#ffd400;
    margin:0 5px 0 0;
    font-size:16px;
}

.section-title span
{
  background: #127dc1!important;
    color: #fff!important;
    padding: 7px 20px!important;
    border-radius: 20px!important;
    font-size:15px!important;
}

.hco-patient-block .col-int
{
    background-image:url(../images/international.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height:400px;
    position:relative;
    border-left:6px solid #d10b1e;
}

.hco-patient-block .col-dom
{
    background-image:url(../images/domestic.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height:400px;
    position:relative;
    border-right:6px solid #d10b1e;
}

.col-int-overlay
{
  position: absolute;
    bottom: 0;
    padding: 20px;
    background: #062036d6;
    width: 90%;
    right: 0;
    border-top-left-radius: 30px;
}

.col-int:hover .col-int-overlay
{
    background-color: #062036d6;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 0;
    justify-content: center;
    display: grid;
    align-content: center;
    align-items: center;
    text-align: center;
    transition: background-color 0.200s ease linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

.col-dom:hover .col-int-overlay
{
    background-color: #062036d6;
    width: 100%;
    position: absolute;
    height: 100%;
    border-radius: 0;
    justify-content: center;
    display: grid;
    align-content: center;
    align-items: center;
    text-align: center;
    transition: background-color 0.200s ease linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

.hco-approach .card
{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgb(17 17 26 / 17%) 0px 0px 8px;
    border: 0;
}


.post-content a
{
  color:#444;
}