/*
@File: Grin Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Default CSS
** - Default btn CSS
** - Section Title CSS
** - Preloader Area CSS
** - Top Header Area CSS
** - Middle Header Area CSS
** - Navbar Area CSS.skin-care-features-card:hover
** - Search Modal Style CSS
** - Main Slides Area CSS
** - Main Banner Area CSS
** - Features Area CSS
** - Services Area CSS
** - Overview Area CSS
** - Appointment Overview Area CSS
** - About Area CSS
** - Core Features Area CSS
** - Doctor Area CSS
** - Review Area CSS
** - Blog Area CSS
** - Gallery Area CSS
** - Appointment Area CSS
** - Page Banner CSS
** - Fun Facts Area CSS
** - Pricing Area CSS
** - Pagination Area CSS
** - Login Area CSS
** - Register Area CSS
** - FAQ Area CSS
** - 404 Error Area CSS
** - Terms of Service Area CSS
** - Privacy Policy Area CSS
** - Coming Soon Area CSS
** - Contact Area CSS
** - Services Details Area CSS
** - Widget Sidebar CSS
** - Blog Details Area CSS
** - Dentist Details Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");


@font-face {
    font-family: "Arial Nova";
    src: url("/fonts/ArialNova.ttf") format("truetype");
    src: url("/assets/fonts/ArialNova.ttf") format("truetype");
    src: url("/Admin_assets/fonts/ArialNova/ArialNova.ttf") format("truetype");
}

body {
    padding: 0;
    margin: 0;
    /*  font-family: "Poppins", sans-serif;*/
    font-family: "Arial Nova";
    font-size: 16px;
}

a {
text-decoration: none;
-webkit-transition: 0.6s;
transition: 0.6s;
color: rgb(75, 85, 99);
display: inline-block;
}
/*
a:hover, a:focus {
  color: #00A5E9;
  text-decoration: none;
}*/

button {
  outline: 0 !important;
}

p {
    margin-bottom: 8px;
    line-height: 1.8;
    color: #6a6c72;
    font-weight: 400;
    font-family: Arial Nova;
    font-size: 17px;
}

p:last-child {
 margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: rgb(17, 24, 39);
font-family: Arial Nova;
font-weight: bold;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/*================================================
Default btn CSS
=================================================*/
.default-btn {
display: inline-block;
  background-color: #00A5E9;
  color: #ffffff;
  padding: 11px 35px;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.default-btn:hover {
  background-color: #124390;
  color: #ffffff !important;
}

/*================================================
Section Title CSS
=================================================*/
.section-title-warp {
  margin-bottom: 45px;
}

.section-title-warp .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.section-title-warp .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.section-title-warp h2 {
    font-size: 36px;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 700;
    color: rgb(17, 24, 39);
    text-transform: capitalize;
}

.section-warp-btn {
  text-align: right;
}

.section-warp-btn .default-btn {
  padding: 20px 45px;
  font-size: 16px;
}

.section-title {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
}

.section-title .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.section-title .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.section-title h2 {
  font-size: 38px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: #ffffff;
}

.preloader .loader {
  left: 50%;
  top: 45%;
  -webkit-transform: translateX(-50%) translateY(-45%);
          transform: translateX(-50%) translateY(-45%);
  position: absolute;
}

.preloader .loader .sbl-half-circle-spin {
  height: auto;
  width: 50px;
 /* color: #00A5E9;*/
  display: inline-block;
  position: relative;
/*  border: 1px solid;*/
  border-radius: 50%;
  -webkit-animation: rotate3d 2s linear infinite;
          animation: rotate3d 2s linear infinite;
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/*================================================
Top Header Area CSS
=================================================*/
.top-header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

.top-header-information {
  padding-left: 0;
  margin-bottom: 0;
}

.top-header-information li {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding-left: 22px;
}

.top-header-information li:last-child {
  margin-right: 0;
}

.top-header-information li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #00A5E9;
  font-size: 16px;
}

.top-header-information li a {
  color: #222222;
}

.top-header-information li a:hover {
  color: #00A5E9;
}

.top-header-optional {
padding-left: 0;
margin-top: 18px;
/*  text-align: right;*/
}

.top-header-optional li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.top-header-optional li:last-child {
  margin-right: 0;
}

.top-header-optional li a {
  margin: 0 2px;
}

.top-header-optional li a i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #ffffff;
  color: #00A5E9;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.top-header-optional li a i:hover {
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.top-header-optional .languages-list .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: initial;
  color: #222222;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
  top: -2px;
}

.top-header-optional .languages-list .nice-select::after {
  border-color: #00A5E9;
  height: 8px;
  width: 8px;
  right: 5px;
  margin-top: -5px;
}

.top-header-optional .languages-list .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
  margin-bottom: 0;
}

.top-header-optional .languages-list .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}

.top-header-optional .languages-list .nice-select .list .option.selected {
  background-color: #00A5E9 !important;
  color: #ffffff;
  font-weight: normal;
}

.top-header-optional .languages-list .nice-select .list::-webkit-scrollbar {
  display: none;
}

/*================================================
Middle Header Area CSS
=================================================*/
.middle-header-area {
  padding-top: 15px;
  padding-bottom: 15px;
}

.middle-header h1 {
  font-size: 45px;
  margin-bottom: 0;
}

.middle-header h1 a {
  color: #222222;
}

.middle-header-content {
  text-align: right;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.middle-header-content li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 14px;
  font-weight: 400;
  color: #6a6c72;
  margin-right: 30px;
}

.middle-header-content li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00A5E9;
  font-size: 38px;
}

.middle-header-content li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-top: 5px;
}

.middle-header-content li:last-child {
  margin-right: 0;
}

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
  display: none;
}

.main-navbar {
    /*padding: 10px 0;
/*    border-bottom: 1px solid #ceceec;
    box-shadow: 0px 2px 5px 0px #00000054;*/
    height: 100px;
    background-color: white;
}

.main-navbar .navbar {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 0;
}

.main-navbar .navbar .navbar-brand {
  padding: 0;
}

.main-navbar .navbar ul {
    padding-left: 580px;
    list-style-type: none;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav {
  margin-right: auto;
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 0px !important;
    margin-right: 40px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}

.main-navbar .navbar .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #00A5E9;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover::before, .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  border: none;
  top: 60px;
  left: 0;
  z-index: 99;
  opacity: 0;
  width: 330px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  background: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 5px 20px;
  position: relative;
  display: block;
  color: #222222;
  font-size: 19px;
  font-weight: 500;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::before, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  right: -230px;
  left: auto;
  visibility: hidden;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: -230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  top: 0;
  opacity: 0;
  left: 230px;
  visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #222222;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #00A5E9;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-navbar .navbar .others-options .option-item {
  margin-right: 25px;
}

.main-navbar .navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .search-btn a i {
  font-size: 22px;
  color: #222222;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-navbar .navbar .others-options .option-item .search-btn a i:hover {
  color: #00A5E9;
}

.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: #00A5E9;
  color: #ffffff;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.main-navbar .navbar .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: #124390;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #222222;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #00A5E9;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 260px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item {
  margin-right: 25px;
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
  margin-right: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i {
  font-size: 22px;
  color: #222222;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive .option-inner .others-options .option-item .search-btn a i:hover {
  color: #00A5E9;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn {
  display: inline-block;
  background-color: #00A5E9;
  color: #ffffff;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: #124390;
}

/*================================================
Search Modal Style CSS
=================================================*/
.searchmodal .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  display: table;
}

.searchmodal .modal-content {
  height: 100%;
  border-radius: 0;
  border: none;
  display: table-cell;
  vertical-align: middle;
  background-color: #222222;
  opacity: .77;
}

.searchmodal .modal-body {
  max-width: 700px;
  margin: auto;
  padding: 0;
}

.searchmodal .modal-header {
  border: none;
}

.searchmodal .modal-header button {
  position: relative;
}

.searchmodal .modal-header button.close {
  position: absolute;
  right: 25px;
  top: 25px;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 55px;
  background-color: #eeeeee;
  border-radius: 50px;
  color: #00A5E9;
  border: none;
  font-size: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.searchmodal .modal-header button.close:hover, .searchmodal .modal-header button.close:focus {
  background-color: #00A5E9;
  color: #ffffff;
}

.modal-search-form {
  position: relative;
}

.modal-search-form .search-field {
  background-color: transparent;
  height: 60px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
  color: #ffffff;
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field::placeholder {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.modal-search-form .search-field:focus {
  border-color: #00A5E9;
}

.modal-search-form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.modal-search-form .search-field:focus::placeholder {
  color: transparent;
}

.modal-search-form button {
  border: none;
  background-color: #eeeeee;
  color: #00A5E9;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 10px;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.modal-search-form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.modal-search-form button:hover, .modal-search-form button:focus {
  background-color: #00A5E9;
  color: #ffffff;
}



/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-item {
    background-image: url(../../assets/images/mainslides/slides11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: auto;
    height: 630px;
}

.main-slides-item4 {
    background-image: url(../../assets/images/mainslides/slides11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: 1280px;
    height: 630px;
    animation-duration: 80s !important;
}

.main-slides-item2 {
    background-image: url(../../assets/images/mainslides/slides12.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: 1280px;
    height: 630px;
    animation-duration: 25s !important;
    animation-fill-mode: both;
}

.main-slides-item3 {
    background-image: url(../../assets/images/mainslides/slides13.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: 1280px;
    height: 630px;
}

.solstartup-slides-item {
    background-image: url(../../assets/images/mainslides/sol_startups.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: auto;
    height: 500px;
}

.solmsme-slides-item {
    background-image: url(../../assets/images/mainslides/sol_msme.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: auto;
    height: 500px;
}

.solgb-slides-item {
    background-image: url(../../assets/images/mainslides/sol_globalbrands.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: auto;
    height: 500px;
}


.contact-slides-item {
    background-image: url(../../assets/images/mainslides/contactus.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: auto;
    height: 500px;
}

.about-slides-item {
    background-image: url(../../assets/images/mainslides/aboutus.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    border-radius: 16px;
    width: auto;
    height: 630px;
}

.banner-texth11 {
    margin-left: 45px;
}

.banner-textp1 {
    margin-left: 50px;
}


.slides-item1 {
    background-image: url(../../assets/images/mainslides/slides3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    width: auto;
    height: 630px;
}

.shade-banner {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
  /*  display: flex;*/
    align-items: center;
    text-align: start;
    position:absolute;
    z-index: 1;
    /*background: linear-gradient(to right, rgb(47, 62, 121) 0%, rgba(22, 88, 193, 0) 100%);*/
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 16px;
    background: linear-gradient(to right, rgba(30, 58, 138, 0.8) 0%, rgba(30, 64, 175, 0) 100%);
}

.shade1 {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    /*  display: flex;*/
    align-items: center;
    text-align: start;
    position: absolute;
    z-index: 1;
    /*background: linear-gradient(to right, rgb(47, 62, 121) 0%, rgba(22, 88, 193, 0) 100%);*/
    height: 500px;
    margin-left: 0px;
    margin-top: 0px;
    border-radius: 16px;
    background: linear-gradient(to right, rgba(30, 58, 138, 0.8) 0%, rgba(30, 64, 175, 0) 100%);
}


.banner-slides {
    padding-top: 165px;
}

.shade-banner1 {
    top: 0px;
    left: -192px;
    right: -96px;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
    background: linear-gradient(to right, rgba(30, 58, 138, 0.8) 0%, rgba(30, 64, 175, 0) 100%);
    height: 630px;
    margin-left: 0px;
    margin-top: -80px;
}

.main-slides-item1 {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 1px;
    padding-bottom: 88px;
    /*background-color: rgba(30, 58, 138, 1);*/
    height: 275px;
    background: linear-gradient(90deg,rgb(30, 58, 138)0%, rgb(30, 64, 175) 35%, rgb(17, 94, 89) 100%);
}

.bg-banner {
    background-image: url(../../assets/images/mainslides/tell_us_more.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 88px;
}
.bg-banner1 {
    background-image: url(../../assets/images/mainslides/slides2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 88px;
    border-radius: 16px;
}


.bg-contact {
    background-image: url(../../assets/images/mainslides/ready_to_get_started.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 88px;
}



.banner-texth1 {
    margin-left: 500px;
}

.banner-textp {
    margin-left: 500px;
}


.single-slide-item {
    background-image: url(../../assets/images/mainslides/slides3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 256px;
}

.main-slides-item.item-bg2 {
  background-image: url(../../assets/images/mainslides/slides2.jpg);
}

.main-slides-item.item-bg3 {
  background-image: url(../../assets/images/mainslides/slides3.jpg);
}

.main-slides-item.item-bg4 {
  background-image: url(../../assets/images/mainslides/slides4.jpg);
}

.main-slides-item.item-bg4 .main-slides-content {
  max-width: 675px;
}

.main-slides-item.item-bg5 {
  background-image: url(../../assets/images/mainslides/slides5.jpg);
}

.main-slides-item.item-bg5 .main-slides-content {
  max-width: 675px;
}

.main-slides-item.item-bg6 {
  background-image: url(../../assets/images/main-slides/slides6.jpg);
}

.main-slides-item.item-bg6 .main-slides-content {
  max-width: 675px;
}

.main-slides-content {
    max-width: auto;
/*    margin-left: 18%;*/
}

.main-slides-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.main-slides-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.main-slides-content h1 {
  font-size: 50px;
  margin-top: 25px;
  margin-bottom: 15px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-slides-content h1 span {
  color: white;
}

.main-slides-content p {
  color: #222222;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
 font-size:20px;
}

.main-slides-content .slides-btn {
  margin-top: 30px;
}

.main-slides-content .slides-btn .default-btn {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.main-slides-content .slides-btn .checkup-content {
  display: inline-block;
  position: relative;
  margin-left: 20px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.main-slides-content .slides-btn .checkup-content .icon {
  position: absolute;
  top: -20px;
  left: 0;
}

.main-slides-content .slides-btn .checkup-content .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: #00A5E9;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.main-slides-content .slides-btn .checkup-content .icon i:hover {
  background-color: #124390;
}

.main-slides-content .slides-btn .checkup-content span {
  padding-left: 75px;
}

.main-slides-content .slides-btn .checkup-content span a {
  color: #222222;
}

.main-slides-content .slides-btn .checkup-content span a:hover {
  color: #00A5E9;
}

.main-slides-content .slides-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.main-slides-content .slides-btn .optional-btn:hover {
  background-color: #00A5E9;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: .01;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
    color: #222222;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #00A5E9;
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
  background-color: #eaffff;
}

.main-banner-item .container-fluid {
  padding-right: 0;
  overflow: hidden;
}

.main-banner-content {
  max-width: 620px;
  margin-left: auto;
}

.main-banner-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
}

.main-banner-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.main-banner-content h1 {
  font-size: 70px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.main-banner-content h1 span {
  color: #00A5E9;
}

.main-banner-content p {
  color: #222222;
}

.main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-content .banner-btn .optional-btn {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 18px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
  margin-left: 20px;
}

.main-banner-content .banner-btn .optional-btn:hover {
  background-color: #00A5E9;
  color: #ffffff;
}

.main-banner-image img {
  border-radius: 0 0 0 100px;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  position: relative;
  z-index: 1;
  margin-top: -65px;
}

.features-area.bg-ffffff {
  margin-top: 0;
}

.single-features {
    background-color: #00A5E9;
    padding: 27px 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 105px;
}

.single-features.bg-f57e57 {
  background-color: #f57e57;
}

.single-features.bg-4a6577 {
  background-color: #4a6577;
}

.single-features .content {
  position: relative;
/*  padding-left: 90px;*/
}

.single-features .content .icon {
  position: absolute;
  left: 0;
  top: -8px;
}

.single-features .content .icon i {
  font-size: 75px;
  color: #ffffff;
}

.single-features .content h3 {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 600;
}

.single-features .content h3 a {
  color: #ffffff;
}

.single-features .content p {
  color: #ffffff;
}

.single-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #00A5E9;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 185px;
}

.single-features-box .icon {
  margin-bottom: 10px;
}

.single-features-box .icon i {
  display: inline-block;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: #ffffff;
  color: #00A5E9;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed #00A5E9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-features-box h3 {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 500;
}

.single-features-box h3 a {
  color: #222222;
}

.single-features-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-features-box:hover .icon i {
  background-color: #00A5E9;
  color: #ffffff;
}

/*================================================
Services Area CSS
=================================================*/
.bg-eef9ff {
    background-color: rgb(239, 246, 255);
}

.single-services {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-image {
  position: relative;
  overflow: hidden;
}

.single-services .services-image img {
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services .services-image .icon a i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #00A5E9;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

    .single-services .services-content {
        background-color: #00A5E9;
        -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
        padding: 15px 30px;
        border-bottom: 1px solid #00A5E9;
        border-radius: 0 0 10px 10px;
        -webkit-transition: 0.6s;
        transition: 0.6s;
        text-align: center;
        margin-top: -6px;
    }

.single-services .services-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}

.single-services .services-content h3 a {
    color: #fff;
}

.single-services .services-content p {
  font-size: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services:hover .services-image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.single-services:hover .services-image .icon i {
  background-color: #00A5E9;
  color: #ffffff;
}

.single-services:hover .services-content {
    background-color: #fff;
}

.single-services:hover .services-content h3 a {
    color: #00A5E9;
}

.single-services:hover .services-content p {
  color: #ffffff;
}

.single-services-box {
    text-align: center;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 16px;
  /*  -webkit-transition: 0.6s;*/
   /* transition: 0.6s;*/
    height: auto;
    border: 1px solid beige;
}

.single-services-box .icon {
  margin-bottom: 25px;
}

.single-services-box .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 25px;
    background-color: #00A5E9;
    color: #2b1ec4;
    text-align: center;
    border-radius: 50%;
}

.single-services-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-services-box h3 a {
  color: #222222;
}

.single-services-box h3 a:hover {
  color: #00A5E9;
}

.single-services-box p {
    font-size: 17px;
    margin-bottom: 20px;
    font-weight: 400;
}

.single-services-box .purple i {
    background-image: linear-gradient(to right, #7462fe, #534d7f);
    color: white;
    font-size: 40px;
}


.single-services-box .orange i {
    background-image: linear-gradient(to right, #dc7d37, #ea4035);
    font-size: 40px;
    color: white;
}

.single-services-box .green i {
    background-image: linear-gradient(to right, #75f478, #5c9f2f);
    color: white;
    font-size: 40px;
}

.single-services-box a {
/*    color: #00a3e7;*/
    color: #00A5E9;
    font-size: 16px;
    font-weight: 600;
}

.single-services-box a:hover {
    /*    color: #00a3e7;*/
    color: #197d75;
}

.single-services-box .services-btn {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #00A5E9;
  color: #00A5E9;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.single-services-box .services-btn:hover {
  background-color: #00A5E9;
  color: #ffffff;
}

.single-services-box:hover {
/*  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);*/
}

.single-services-box:hover .icon i {
/*  -webkit-animation: bounce 1s;
          animation: bounce 1s;*/
}

.single-services-item {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
}

.single-services-item .services-image {
  position: relative;
  overflow: hidden;
}

.single-services-item .services-image img {
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-item .services-image .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-item .services-image .icon a i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  color: #00A5E9;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-services-item .services-content {
  padding: 35px 20px;
  text-align: center;
}

.single-services-item .services-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
  font-weight: 500;
}

.single-services-item .services-content h3 a {
  color: #222222;
}

.single-services-item .services-content p {
  font-size: 15px;
  margin-bottom: 20px;
}

.single-services-item .services-content .default-btn {
  width: 100%;
  border-radius: 50px;
}

.single-services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-services-item:hover .services-image img {
  -webkit-transform: rotate(2deg) scale(1.2);
          transform: rotate(2deg) scale(1.2);
}

.single-services-item:hover .services-image .icon i {
  background-color: #00A5E9;
  color: #ffffff;
}

/*================================================
Overview Area CSS
=================================================*/
.overview-area {
  background-color: #f5f5f5;
  padding-top: 30px;
}

.overview-content {
  margin-top: -170px;
}

.overview-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.overview-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.overview-content h3 {
  font-size: 45px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.overview-content p {
  font-size: 25px;
  font-weight: 500;
  color: #222222;
}

.overview-content p a {
  color: #00A5E9;
}

/*================================================
Appointment Overview Area CSS
=================================================*/
.appointment-overview-area {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}

.appointment-overview-contact {
  position: relative;
}

.appointment-overview-contact::before {
  position: absolute;
  content: '';
/*  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);*/
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  border-radius: 12px;
}

.appointment-overview-contact img {
    border-radius: 12px;
}

.appointment-overview-contact .appointment-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 1;
}

.appointment-overview-contact .appointment-info .call-info {
  padding-left: 100px;
  list-style-type: none;
  margin-bottom: 15px;
}

.appointment-overview-contact .appointment-info .call-info li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 30px;
}

.appointment-overview-contact .appointment-info .call-info li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00A5E9;
  font-size: 45px;
  color: #ffffff;
}

.appointment-overview-contact .appointment-info .call-info li span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 5px;
}

.appointment-overview-contact .appointment-info .call-info li span a {
  color: #ffffff;
}

.appointment-overview-contact .appointment-info .call-info li span a:hover {
  color: #00A5E9;
}

.appointment-overview-contact .appointment-info .call-info li:last-child {
  margin-right: 0;
}

.appointment-overview-contact .appointment-info p {
  color: #ffffff;
}

.appointment-overview-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.1);
    padding: 32px;
    border-radius: 16px;
    /*    border: 1px solid #00A5E9;*/
    /* border-bottom: 1px solid #00A5E9;*/
}

.appointment-overview-box .content h4 {
  font-size: 25px;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-overview-box .content .box-image {
  position: relative;
}

.appointment-overview-box .content .box-image img {
  border-radius: 5px;
}

.appointment-overview-box .content .box-image .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #00A5E9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .content .box-image .video-btn i {
  font-size: 50px;
  position: relative;
  top: 4px;
  left: 8px;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .content .box-image .video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #00A5E9;
  -webkit-animation: ripple 1s linear infinite;
          animation: ripple 1s linear infinite;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .content .box-image .video-btn:hover {
  background-color: #124390;
}

.appointment-overview-box .content .box-image .video-btn:hover i {
  color: #ffffff;
}

.appointment-overview-box .make-appointment-content h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-overview-box .make-appointment-content h4 i {
  margin-right: 5px;
  color: #00A5E9;
}

.appointment-overview-box .make-appointment-content form {
/*  text-align: center;*/
}

.appointment-overview-box .make-appointment-content label {
    margin-bottom: 10px;
    font-size: 15px;
}

.appointment-overview-box .make-appointment-content form .form-group {
  margin-bottom: 15px;
}

.appointment-overview-box .make-appointment-content form .form-group .textarea {
    width: 100%
}

.appointment-overview-box .make-appointment-content form .form-group .form-control {
    display: block;
    width: 100%;
    height: 50px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #ace1f4;
    border-radius: 5px;
    padding: 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 14px;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00A5E9;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-overview-box .make-appointment-content form .default-btn {
  border: none;
  padding: 12px 30px;
  font-size: 15px;
}

@-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;
  }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: inline-block;
  color: #6a6c72;
  font-size: 15px;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  border-radius: 50px;
}

.about-content .sub-title i {
  color: #14e49a;
  margin-right: 5px;
  font-size: 14px;
}

.about-content h3 {
  font-size: 30px;
  margin-top: 22px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.about-content h3 span {
  color: #00A5E9;
}

.about-content .about-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}

.about-content .about-list li {
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
}

.about-content .about-list li:last-child {
  margin-bottom: 0;
}

.about-content .about-list li i {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 30px;
  text-align: center;
  background-color: #00A5E9;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
}

.about-content .about-info {
  position: relative;
  margin-top: 35px;
  padding-left: 100px;
  padding-top: 10px;
}

.about-content .about-info i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #00A5E9;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.about-content .about-info h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.about-content .about-info span {
  font-size: 16px;
  font-weight: 500;
  color: #6a6c72;
}

.about-content .about-info:hover i {
  background-color: #00A5E9;
  color: #ffffff;
}

.about-image {
  text-align: right;
  position: relative;
}

.about-image .about-inner-box {
  background-color: #00A5E9;
  padding: 35px 30px;
  border-radius: 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: left;
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 390px;
}

.about-image .about-inner-box .content {
  position: relative;
  padding-left: 75px;
}

.about-image .about-inner-box .content .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.about-image .about-inner-box .content .icon i {
  font-size: 60px;
  color: #ffffff;
}

.about-image .about-inner-box .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
}

.about-image .about-inner-box .content h3 a {
  color: #ffffff;
}

.about-image .about-inner-box .content p {
  color: #ffffff;
  font-size: 15px;
}

.about-image .about-inner-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Core Features Area CSS
=================================================*/
.core-features-area {
/*  background-color: #eef9ff;*/
  position: relative;
  z-index: 1;
}

.core-features-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.single-core-features {
    background-color: rgb(255, 255, 255);
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 16px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    /*    border: 1px solid #00A5E9;*/
    height: 227px;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 18px rgba(0, 0, 0, 0.1);
}

.single-core-features .icon {
  margin-bottom: 22px;
}

.single-core-features .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #00A5E9;
  font-size: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-core-features h3 {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align:left;
}

.single-core-features h3 a {
  color: #222222;
}

.single-core-features h3 a:hover {
  color: #00A5E9;
}

.single-core-features:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-core-features:hover .icon i {
  background-color: #00A5E9;
  color: #ffffff;
}

/*================================================
Doctor Area CSS
=================================================*/
.single-doctor {
    margin-bottom: 30px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    box-shadow: 0 0 15px rgba(0, 0, 0, .07);
    border-radius: 12px;
}

.single-doctor img {
  border-radius: 20px;
    border: 1px solid #bbd3e8;
}

.single-doctor .doctor-content {
    text-align: center;
    background-color: #00A5E9;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 0 0 10px 10px;
    border: 2px solid #00A5E9;
}

.single-doctor .doctor-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.single-doctor .doctor-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}

.single-doctor .doctor-content .share-link {
  margin-top: 15px;
}

.single-doctor .doctor-content .share-link a {
  margin: 0 2px;
}

.single-doctor .doctor-content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-doctor .doctor-content .share-link a i:hover {
  background-color: #124390;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-doctor:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
Review Area CSS
=================================================*/
.review-area {
/*  background-color: #eef9ff;*/
}

.single-review-item {
background-color: rgb(240, 253, 250);
padding: 30px 30px 35px;
border-radius: 16px;
position: relative;
margin-bottom: 15px;
-webkit-transition: 0.6s;
transition: 0.6s;
box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}

.single-review-item .icon {
  position: absolute;
  top: -35px;
  left: 30px;
  z-index: 1;
}

.single-review-item .icon i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #00A5E9;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item p {
font-size: 16px;
  margin-bottom: 0;
  font-style: italic;
  color: rgb(55, 65, 81);

}

.single-review-item .review-info {
  position: relative;
  margin-top: 30px;
/*  padding-left: 75px;*/
}

.single-review-item .review-info img {
  display: inline-block;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.single-review-item .review-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: black;
}

.single-review-item .review-info span {
   font-size: 16px;
  color: rgb(0, 165, 233);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 400;
}

.single-review-item:hover {
  background-color: #00A5E9;
}

.single-review-item:hover .icon i {
  background-color: #00A5E9;
  color: #ffffff;
}

.single-review-item:hover p {
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-review-item:hover .review-info h3 {
  color: #ffffff;
}

.single-review-item:hover .review-info span {
  color: #ffffff;
}

.single-review-item.mb-30 {
  margin-bottom: 30px;
}

.review-slides.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #545454;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
    position: relative;
}


.review-slides.owl-theme .owl-dots .owl-dot span dot {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: #00A5E9;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 50%;
    position: relative;
}


.review-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 5px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  visibility: hidden;
}

.review-slides.owl-theme .owl-dots .owl-dot:hover span, .review-slides.owl-theme .owl-dots .owl-dot.active span {
  border-color: #00A5E9;
}

.review-slides.owl-theme .owl-dots .owl-dot:hover span::before, .review-slides.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

.review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog {
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-image {
  position: relative;
}

.single-blog .blog-image img {
  border-radius: 10px 10px 0 0;
}

.single-blog .blog-image .tag {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #00A5E9;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}

.single-blog .blog-image .tag-two {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #00A5E9;
  padding: 5px 20px;
  border-radius: 50px;
}

.single-blog .blog-image .tag-two a {
  color: #ffffff;
}

.single-blog .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 0 0 10px 10px;
  border-bottom: 2px solid #00A5E9;
}

.single-blog .blog-content h3 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}

.single-blog .blog-content h3 a {
  color: #222222;
}

.single-blog .blog-content h3 a:hover {
  color: #00A5E9;
}

.single-blog .blog-content .blog-btn {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-blog .blog-content .blog-btn:hover {
  color: #00A5E9;
}

.single-blog .blog-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 22px;
  padding-top: 22px;
  position: relative;
}

.single-blog .blog-content .entry-meta::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  left: 0;
  right: 0;
  top: 0;
}

.single-blog .blog-content .entry-meta li {
  font-size: 15px;
  font-weight: 500;
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  padding-left: 22px;
}

.single-blog .blog-content .entry-meta li:last-child {
  margin-right: 0;
}

.single-blog .blog-content .entry-meta li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #00A5E9;
}

.single-blog .blog-content .entry-meta li span {
  font-size: 15px;
  color: #222222;
  font-weight: 500;
}

.single-blog .blog-content .entry-meta li span a {
  color: #00A5E9;
}

.single-blog:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery-area.bg-091e3e {
    background-color: #21a0e9;
    padding-bottom: 150px;
}

.gallery-area.bg-091e3e .section-title h2 {
/*  color: #ffffff;*/
}

.gallery-area.bg-091e3e .section-title p {
/*  color: #ffffff;*/
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-gallery img {
  border-radius: 20px;
}
/*
.single-gallery::before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(248, 247, 247, 0), #429ddd);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1;
    border-radius: 16px;
}*/

.single-gallery .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 5;
}

.single-gallery .content h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 92px;
    text-align: center;
}

.single-gallery .content h3 a {
  color: #ffffff;
}

.single-gallery .content span {
  color: #ffffff;
  font-size: 15px;
}

.single-gallery .content .icon {
  margin-top: 15px;
}

.single-gallery .content .icon a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #00A5E9;
  text-align: center;
  font-size: 25px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.single-gallery .content .icon a i:hover {
  background-color: #00A5E9;
  color: #ffffff;
}

.single-gallery:hover {
 /* -webkit-transform: translateY(-10px);
          transform: translateY(-10px);*/
}

.single-gallery:hover .content {
  bottom: 5px;
}

/*================================================
Appointment Area CSS
=================================================*/
.appointment-area.bg-image {
  background-image: url(../../assets/images/appointment/appointment-bg-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.appointment-inner-box {
  background-image: url(../../assets/images/appointment/appointment-bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
}

.appointment-inner-box .appointment-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #00A5E9;
  max-width: 500px;
  margin-left: auto;
}

.appointment-inner-box .appointment-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-inner-box .appointment-form h4 i {
  margin-right: 5px;
  color: #00A5E9;
}

.appointment-inner-box .appointment-form form .form-group {
  margin-bottom: 15px;
}

.appointment-inner-box .appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.appointment-inner-box .appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00A5E9;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-inner-box .appointment-form form .default-btn {
  border: none;
}

.appointment-form {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-bottom: 1px solid #00A5E9;
  max-width: 500px;
}

.appointment-form h4 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.4;
}

.appointment-form h4 i {
  margin-right: 5px;
  color: #00A5E9;
}

.appointment-form form .form-group {
  margin-bottom: 15px;
}

.appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.appointment-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00A5E9;
}

.appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-form form .default-btn {
  border: none;
}

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
    padding-top: 68px;
    padding-bottom: 52px;
    background-color: #00A5E9;
}

.page-banner-content {
  text-align: center;
}

.page-banner-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
}

.page-banner-content .pages-list {
  text-align: center;
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content .pages-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 30px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  position: relative;
}

.page-banner-content .pages-list li::before {
  position: absolute;
  content: '>';
  top: -2px;
  left: -20px;
  color: #ffffff;
  font-size: 20px;
}

.page-banner-content .pages-list li span {
  color: #00A5E9;
}

.page-banner-content .pages-list li:first-child {
  margin-left: 0;
}

.page-banner-content .pages-list li:first-child::before {
  display: none;
}

.page-banner-content .pages-list li a {
  display: block;
  color: #ffffff;
}

.page-banner-content .pages-list li a:hover {
  color: #00A5E9;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  background-color: #00A5E9;
}

.single-fun-fact {
  margin-bottom: 30px;
  text-align: center;
}

.single-fun-fact h3 {
  line-height: 1;
  font-size: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
  margin-bottom: 5px;
  font-weight: 500;
}

.single-fun-fact p {
  font-weight: 500;
  color: #ffffff;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
  background-color: #fafafa;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: block;
  background-color: #f2f2f2;
  color: #222222;
  padding: 10px 30px 10px 35px;
  position: relative;
  border-radius: 5px;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #00A5E9;
}

.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}

.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  padding: 35px 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.single-pricing-table .pricing-header h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}

.single-pricing-table .price {
  font-size: 50px;
  color: #00A5E9;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1;
}

.single-pricing-table .pricing-features {
  padding-left: 0;
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li {
  list-style-type: none;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: #00A5E9;
  margin-right: 5px;
  font-size: 15px;
}

.single-pricing-table .pricing-features li.color-gray {
  color: #b4b4b4;
}

.single-pricing-table .pricing-btn {
  margin-top: 25px;
}

.single-pricing-table .pricing-btn .default-btn {
  padding: 12px 35px;
  border-radius: 5px;
  font-size: 15px;
}

.single-pricing-table:hover {
  border: 1px solid #00A5E9;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
/*  margin: 0 5px;*/
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
  color: #222222;
font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  border: 2px solid #d8d6d6;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #00A5E9;
  color: #ffffff;
}

.pagination-area .page-numbers i {
  position: relative;
  top: 1px;
}

/*================================================
Login Area CSS
=================================================*/
.login-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}

.login-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}

.login-form form .form-group {
  margin-bottom: 25px;
}

.login-form form .form-group label {
  margin-bottom: 5px;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}

.login-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #222222;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 400;
}

.login-form form .form-group .form-control:focus {
  border: 1px solid #00A5E9;
  background-color: transparent;
}

.login-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form .lost-your-password {
  text-align: right;
}

.login-form form .lost-your-password a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 15px;
  color: #6a6c72;
}

.login-form form .lost-your-password a::before {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #eeeeee;
}

.login-form form .lost-your-password a::after {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 0;
  content: '';
  background-color: #00A5E9;
}

.login-form form .lost-your-password a:hover::before {
  width: 0;
}

.login-form form .lost-your-password a:hover::after {
  width: 100%;
}

.login-form form button {
  border: none;
  margin-top: 25px;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.login-form form button:hover {
  background-color: #222222;
}

/*================================================
Register Area CSS
=================================================*/
.register-form {
  padding: 35px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  max-width: 650px;
  margin: auto;
}

.register-form h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 600;
}

.register-form form .form-group {
  margin-bottom: 25px;
}

.register-form form .form-group label {
  margin-bottom: 5px;
  color: #6a6c72;
  font-weight: 400;
  font-size: 16px;
}

.register-form form .form-group .form-control {
  height: 60px;
  padding: 0 0 0 15px;
  line-height: initial;
  color: #222222;
  background-color: transparent;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 400;
}

.register-form form .form-group .form-control:focus {
  border: 1px solid #00A5E9;
  background-color: transparent;
}

.register-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form .description {
  font-style: italic;
  font-size: 13.5px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.register-form form button {
  border: none;
  padding: 15px 30px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.register-form form button:hover {
  background-color: #222222;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  max-width: 930px;
  margin: auto;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 30px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 25px 40px 25px 25px;
  color: #222222;
  position: relative;
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  background: #f6f7f9;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #00A5E9;
  font-size: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaed";
  color: #00A5E9;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  padding: 20px 0 20px 0;
}

.faq-accordion .accordion .accordion-content p {
  color: #6a6c72;
  font-weight: 400;
}

.faq-accordion .accordion .accordion-content:last-child {
  padding-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
}

.error-content h3 {
  font-size: 35px;
  margin-top: 35px;
  margin-bottom: 18px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 20px;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.single-terms-of-service h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

.single-terms-of-service p {
  font-size: 15px;
}

/*================================================
Privacy Policy Area CSS
=================================================*/
.single-privacy-policy h3 {
  font-size: 25px;
  margin: 0 0 12px 0;
}

.single-privacy-policy p {
  font-size: 15px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
  height: 100vh;
  background-image: url(../../assets/images/coming-soon-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.coming-soon-content {
  max-width: 750px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding: 45px 30px;
  -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
          box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
  margin: auto;
}

.coming-soon-content h1 {
  font-size: 45px;
  margin-bottom: 15px;
}

.coming-soon-content h1 a {
  color: #222222;
}

.coming-soon-content h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 35px;
}

.coming-soon-content #timer div {
  background-color: #00A5E9;
  color: #ffffff;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 15px;
  font-weight: 500;
}

.coming-soon-content .newsletter-form {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  padding: 30px;
}

.coming-soon-content .newsletter-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
  padding: 15px;
  color: #222222;
  height: 60px;
  display: block;
  width: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content .newsletter-form .default-btn {
  width: 100%;
  border-radius: 5px;
  border: none;
}

.coming-soon-content .newsletter-form .validation-danger {
  margin-top: 15px;
  color: red;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.contact-form form .form-group {
  margin-bottom: 20px;
}

.contact-form form .form-group .form-control {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
  border: 1px solid #ffffff;
  height: 60px;
  padding: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 15px;
}

.contact-form form .form-group .form-control::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.contact-form form .form-group .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #00A5E9;
}

.contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.contact-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.contact-form form .form-group textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.contact-form form .default-btn {
  border: none;
}

.contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact-form form .help-block ul li {
  color: red;
}

.contact-form form #msgSubmit {
  margin-bottom: 0;
}

.contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}

.contact-info {
  text-align: center;
  margin-top: 60px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #00A5E9;
}

.contact-info .contact-info-content h2 a:hover {
  color: #124390;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #124390;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #00A5E9;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #6a6c72;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
}

.contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #00A5E9;
  background-color: #00A5E9;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-image img {
  border-radius: 30px;
}

.services-details-content {
  margin-top: 30px;
}

.services-details-content h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-details-list {
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.services-details-list li {
  list-style-type: none;
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}

.services-details-list li:last-child {
  margin-bottom: 0;
}

.services-details-list li i {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 0;
  height: 35px;
  width: 35px;
  line-height: 38px;
  background-color: #00A5E9;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
}

.services-details-overview {
  margin-top: 30px;
}

.services-details-overview-content p span {
  font-size: 22px;
  font-weight: 500;
  color: #222222;
  margin-right: 5px;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 22px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .search-field {
  background-color: #ffffff;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 5px;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #00A5E9;
}

.widget-area .widget_search form button {
  border: none;
  background-color: #eeeeee;
  color: #00A5E9;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  background-color: #00A5E9;
  color: #ffffff;
}

.widget-area .widget_info .content {
  text-align: center;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 0 0 5px 5px;
}

.widget-area .widget_info .content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.widget-area .widget_info .content p {
  margin-bottom: 0;
}

.widget-area .widget_info .content .share-link {
  margin-top: 15px;
}

.widget-area .widget_info .content .share-link a {
  margin: 0 2px;
  text-align: center;
}

.widget-area .widget_info .content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_info .content .share-link a i:hover {
  background-color: #124390;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.widget-area .widget_info .image img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.widget-area .tagcloud a {
  display: inline-block;
  background: #00A5E9;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 8px;
  margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #124390;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #222222;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #00A5E9;
  height: 10px;
  width: 10px;
  content: '';
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #222222;
  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: #00A5E9;
}

.widget-area .widget_grin_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_grin_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_grin_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_grin_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/products/branding_marketing.png);
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/blog/blog-2.jpg);
}

.widget-area .widget_grin_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/blog/blog-3.jpg);
}

.widget-area .widget_grin_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_grin_posts_thumb .item .info span {
  display: block;
  color: #929ba4;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 14px;
}

.widget-area .widget_grin_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

.widget-area .widget_grin_posts_thumb .item .info .title a {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.widget-area .widget_grin_posts_thumb .item .info .title a:hover {
  color: #00A5E9;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0px;
}

.widget-area .widget_instagram ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 10px;
}

.widget-area .widget_instagram ul li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #00A5E9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 10px;
}

.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image {
  position: relative;
}

.blog-details-desc .article-image img {
  border-radius: 30px;
}

.blog-details-desc .article-image .tag {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #ffffff;
  color: #00A5E9;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-details-desc .article-image .tag-two {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #00A5E9;
  padding: 5px 20px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-details-desc .article-image .tag-two a {
  color: #ffffff;
}

.blog-details-desc .article-image:hover .tag {
  background-color: #00A5E9;
  color: #ffffff;
}

.blog-details-desc .article-image:hover .tag-two {
  background-color: #124390;
  color: #ffffff;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #222222;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #222222;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #6a6c72;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #00A5E9;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #00A5E9;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #00A5E9;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.blog-details-desc .article-content .article-tag {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog-details-desc .article-content .article-tag span {
  font-size: 16px;
  font-weight: 600;
}

.blog-details-desc .article-content .article-tag a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #00A5E9;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blog-details-desc .article-content .article-tag a i:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background-color: #124390;
}

blockquote, .blockquote {
  background-color: #fafafa;
  padding: 30px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #00A5E9;
  border-radius: 5px;
}

blockquote p, .blockquote p {
  margin-bottom: 0;
  font-size: 18px !important;
  font-weight: 500;
  font-style: italic;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  font-size: 24px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
  color: #222222;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: #222222;
  display: inline-block;
  padding: 5px 25px 5px;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #00A5E9;
  border-color: #00A5E9;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 600;
}

.comments-area .comment-metadata {
  color: #6a6c72;
  margin-bottom: 10px;
  font-size: 14px;
}

.comments-area .comment-metadata a {
  display: inline-block;
  color: #6a6c72;
}

.comments-area .comment-metadata a:hover {
  color: #00A5E9;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 24px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-top: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 1px 0 0 15px;
  height: 60px;
  outline: 0;
  border-radius: 5px;
  color: #222222;
  font-size: 14px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  color: #6a6c72;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  background-color: transparent;
  border: 1px solid #00A5E9;
}

.comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 7.5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #6a6c72;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #00A5E9;
  border: none;
  color: #ffffff;
  padding: 10px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 0;
  font-weight: 600;
  border-radius: 5px;
}

/*================================================
Dentist Details Area CSS
=================================================*/
.dentist-details-image img {
  border-radius: 10px;
}

.dentist-details-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.dentist-details-content span {
  font-size: 16px;
  color: #6a6c72;
  font-weight: 400;
}

.dentist-details-content .share-link {
  margin-top: 18px;
}

.dentist-details-content .share-link a {
  margin: 0 2px;
  text-align: center;
}

.dentist-details-content .share-link a i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50px;
  font-size: 16px;
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dentist-details-content .share-link a i:hover {
  background-color: #124390;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.dentist-details-content .content-overview {
  margin-top: 20px;
}

.dentist-details-content .content-overview p {
    margin-bottom: 5px;
    font-size: 20px;
    color: #00a3e7;
    color: black;
    font-style: italic;
}

.dentist-details-content .content-overview p span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 5px;
  color: #222222;
}

.dentist-details-content .content-overview p:last-child {
  margin-bottom: 0;
}

.dentist-details-overview-content {
  margin-top: 30px;
}

.dentist-details-overview-content .details-overview-image {
  margin-top: 15px;
  margin-bottom: 25px;
}

.dentist-details-overview-content .details-overview-image img {
  border-radius: 10px;
}

.dentist-details-overview-content .overview-text p {
  margin-bottom: 10px;
  font-size: 15px;
}

.dentist-details-overview-content .overview-text p span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #222222;
}

.dentist-details-overview-content .overview-text p:last-child {
  margin-bottom: 0;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #0f172a;
    padding-top: 50px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h2 {
    font-size: 27px;
    margin-bottom: 8px;
    font-weight: 600;
    padding-top: 12px;
}

.single-footer-widget h2 a {
  color: #ffffff;
}

.single-footer-widget p {
  color: #ffffff;
  margin-bottom: 0;
  font-size:15px;
  text-align:left;
}

.single-footer-widget .signature {
  margin-top: 25px;
}

.single-footer-widget .footer-info {
  position: relative;
  margin-top: 35px;
  padding-left: 75px;
}

.single-footer-widget .footer-info img {
  display: inline-block;
  height: 55px;
  width: 55px;
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-footer-widget .footer-info h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.single-footer-widget .footer-info span {
  font-size: 15px;
  color: #ffffff;
}

.single-footer-widget h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .quick-links li {
  margin-bottom: 12px;
  font-size: 15px;
}

.single-footer-widget .quick-links li a {
  display: inline-block;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

.single-footer-widget .quick-links li a:hover {
    color: #a5a7a8;
}

.single-footer-widget .quick-links li a:hover::before {
  width: 100%;
}

.single-footer-widget .quick-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #00A5E9;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-widget-blog {
  position: relative;
  overflow: hidden;
}

.single-footer-widget .footer-widget-blog .item {
  overflow: hidden;
  margin-bottom: 25px;
}

.single-footer-widget .footer-widget-blog .item:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-widget-blog .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg1 {
  background-image: url(../../assets/images/footer/footer-2.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg2 {
  background-image: url(../../assets/images/footer/footer-3.jpg);
}

.single-footer-widget .footer-widget-blog .item .thumb .fullimage.bg3 {
  background-image: url(../../assets/images/footer/footer-4.jpg);
}

.single-footer-widget .footer-widget-blog .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.single-footer-widget .footer-widget-blog .item .info span {
  display: block;
  color: #ffffff;
  margin-top: -5px;
  margin-bottom: 8px;
  font-size: 14px;
}

.single-footer-widget .footer-widget-blog .item .info span a {
  color: #00A5E9;
}

.single-footer-widget .footer-widget-blog .item .info h4 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
}

.single-footer-widget .footer-widget-blog .item .info h4 a {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ffffff;
}

.single-footer-widget .footer-widget-blog .item .info h4 a:hover {
  color: #00A5E9;
}

.single-footer-widget .footer-information {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.single-footer-widget .footer-information li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 55px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}

.single-footer-widget .footer-information li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-information li i {
    position: absolute;
    left: 5px;
    top: 67%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 28px;
}

.single-footer-widget .footer-information li span {
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 6px;
}

.single-footer-widget .footer-information li span a {
  color: #ffffff;
  font-size:15px;
}

.single-footer-widget .footer-information li span a:hover {
    color: #b3b4b4;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-bottom: 30px;
    background-color: #0f172a;
}

.copyright-area-content {
    text-align: center;
    border-top: 1px solid #fff;
    padding-top: 30px;
}

.copyright-area-content p {
  color: #ffffff;
  font-size: 15px;
}

.copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #00A5E9;
}

.copyright-area-content p a:hover {
  color: #ffffff;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #00A5E9;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 25px;
  margin: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top:hover {
  background-color: #00A5E9;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Header Area CSS
=================================================*/
.grin-care-header {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}

/*================================================
Top Area CSS
=================================================*/
.dental-tourism-top-area {
  background-color: #222222;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dental-tourism-top-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.top-dental-tourism-information {
  padding: 0;
  margin-bottom: 0;
}

.top-dental-tourism-information.with-left {
  margin-left: 290px;
}

.top-dental-tourism-information li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  padding-left: 22px;
}

.top-dental-tourism-information li:last-child {
  margin-right: 0;
}

.top-dental-tourism-information li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 3.2px;
}

.top-dental-tourism-information li a {
  color: #ffffff;
}

.top-dental-tourism-information li a:hover {
  color: #1DBFCC;
}

.top-dental-tourism-optional {
  text-align: end;
  padding: 0;
  margin-bottom: 0;
}

.top-dental-tourism-optional li {
  display: inline-block;
  margin-right: 5px;
}

.top-dental-tourism-optional li:last-child {
  margin-right: 0;
}

.top-dental-tourism-optional li a i {
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 5px;
}

.top-dental-tourism-optional li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.top-area {
  padding-top: 12px;
  padding-bottom: 12px;
}

.top-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.top-information-wrap {
  padding: 0;
  margin-bottom: 0;
}

.top-information-wrap li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  color: #002345;
  font-size: 15px;
  font-weight: 400;
  font-family: "Nunito Sans", sans-serif;
  position: relative;
  padding-left: 22px;
}

.top-information-wrap li:last-child {
  margin-right: 0;
}

.top-information-wrap li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 3.2px;
}

.top-information-wrap li a {
  color: #002345;
}

.top-information-wrap li a:hover {
  color: #1DBFCC;
}

.top-optional-wrap {
  text-align: end;
  padding: 0;
  margin-bottom: 0;
}

.top-optional-wrap li {
  display: inline-block;
  margin-right: 5px;
}

.top-optional-wrap li:last-child {
  margin-right: 0;
}

.top-optional-wrap li a i {
  color: #002345;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #002345;
  text-align: center;
  border-radius: 5px;
}

.top-optional-wrap li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/*================================================
Navbar Area CSS
=================================================*/
.dental-tourism-navbar .main-navbar {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.dental-tourism-navbar .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.dental-tourism-navbar .main-navbar .navbar ul {
  margin-left: 225px;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-brand {
  padding: 0;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-brand::before {
  content: "";
  position: absolute;
  top: -92px;
  left: -100px;
  width: 350px;
  height: 150px;
  background-image: url(../../assets/images/dental-tourism/logo-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a {
  color: #002345;
  font-family: "Heebo", sans-serif;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
  background-color: #1DBFCC;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #1DBFCC;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover::before, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #1DBFCC;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
  margin-left: 0;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a {
  color: #002345;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:hover, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:focus, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a.active {
  color: #1DBFCC;
}

.dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:hover::before, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:focus::before, .dental-tourism-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a.active::before {
  display: none;
}

.dental-tourism-navbar .main-navbar .others-options .option-item {
  margin-right: 25px;
}

.dental-tourism-navbar .main-navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.dental-tourism-navbar .main-navbar .others-options .option-item .search-btn a i {
  color: #002345;
}

.dental-tourism-navbar .main-navbar .others-options .option-item .search-btn a i:hover {
  color: #1DBFCC;
}

.dental-tourism-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: #00A5E9;
}

.grin-care-navbar .main-navbar {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.grin-care-navbar .main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.grin-care-navbar .main-navbar .navbar {
  background-color: #ffffff;
  padding: 15px 25px;
}

.grin-care-navbar .main-navbar .navbar .navbar-brand {
  padding: 0;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  color: #1DBFCC;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a {
  color: #002345;
  font-family: "Heebo", sans-serif;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a::before {
  background-color: #1DBFCC;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active {
  color: #1DBFCC;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:hover::before, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a:focus::before, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item a.active::before {
  width: 100%;
  right: auto;
  left: 0;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item:hover a, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item.active a {
  color: #1DBFCC;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a {
  color: #002345;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:hover, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:focus, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a.active {
  color: #1DBFCC;
}

.grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:hover::before, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a:focus::before, .grin-care-navbar .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li
a.active::before {
  display: none;
}

.grin-care-navbar .main-navbar .others-options .option-item {
  margin-right: 25px;
  position: relative;
}

.grin-care-navbar .main-navbar .others-options .option-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 35px;
  background-color: #DDDDDD;
}

.grin-care-navbar .main-navbar .others-options .option-item:nth-child(2)::before {
  display: none;
}

.grin-care-navbar .main-navbar .others-options .option-item:last-child {
  margin-right: 0;
}

.grin-care-navbar .main-navbar .others-options .option-item:last-child::before {
  display: none;
}

.grin-care-navbar .main-navbar .others-options .option-item .search-btn a i {
  color: #002345;
}

.grin-care-navbar .main-navbar .others-options .option-item .search-btn a i:hover {
  color: #1DBFCC;
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn {
  position: relative;
  top: 3.5px;
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn i {
  font-size: 28px;
  color: #002345;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn i:hover {
  color: #1DBFCC;
}

.grin-care-navbar .main-navbar .others-options .option-item .cart-btn span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #1DBFCC;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

.grin-care-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn {
  background-color: #1DBFCC;
}

.grin-care-navbar .main-navbar .others-options .option-item .navbar-btn .default-btn:hover {
  background-color: #00A5E9;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn {
  position: relative;
  top: 3.5px;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i {
  font-size: 28px;
  color: #002345;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn i:hover {
  color: #1DBFCC;
}

.others-option-for-responsive .option-inner .others-options .option-item .cart-btn span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #1DBFCC;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

/*================================================
Dental Tourism Banner Area CSS
=================================================*/
.dental-tourism-banner-area {
    /*  background-image: url(../../assets/images/mainslides/slides3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;*/

    background-image: url(../../assets/images/mainslides/slides3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
/*    position: relative;*/
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 260px;
    width: auto;
    height: 630px;
}

.dental-tourism-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.dental-tourism-banner-content {
  max-width: 810px;
}

.dental-tourism-banner-content .sub-title {
  color: #1DBFCC;
  font-weight: 600;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  display: block;
  margin-bottom: 18px;
}

.dental-tourism-banner-content h1 {
  font-size: 80px;
  font-family: "Heebo", sans-serif;
  color: #002345;
  margin-bottom: 12px;
}

.dental-tourism-banner-content p {
  color: #486683;
  margin-bottom: 0;
}

.dental-tourism-banner-content .banner-btn {
  margin-top: 30px;
}

.dental-tourism-banner-content .banner-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-banner-content .banner-btn .default-btn:hover {
  background-color: #00A5E9;
}

/*================================================
Dental Tourism Features Area CSS
=================================================*/
.single-dental-tourism-features {
  margin-bottom: 25px;
}

.single-dental-tourism-features .content {
  position: relative;
  padding-left: 125px;
}

.single-dental-tourism-features .content .icon-image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #1DBFCC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.single-dental-tourism-features .content .icon-image .number {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #1DBFCC;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  margin: auto;
}

.single-dental-tourism-features .content h3 {
  font-size: 24px;
  font-family: "Heebo", sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
}

.single-dental-tourism-features .content h3 a {
  color: #002345;
}

.single-dental-tourism-features .content h3 a:hover {
  color: #1DBFCC;
}

.single-dental-tourism-features .content p {
  margin-bottom: 0;
  color: #486683;
}

/*================================================
Dental Tourism About Area CSS
=================================================*/
.dental-tourism-about-image {
  position: relative;
}

.dental-tourism-about-image .certified {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.dental-tourism-about-content {
  padding-left: 50px;
}

.dental-tourism-about-content span {
  display: inline-block;
  padding: 8px 18px;
  background-color: #1DBFCC;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 25px;
}

.dental-tourism-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}

.dental-tourism-about-content p {
  margin-bottom: 0;
  color: #486683;
}

.dental-tourism-about-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.dental-tourism-about-content .list li {
  list-style-type: none;
  color: #002345;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}

.dental-tourism-about-content .list li:last-child {
  margin-bottom: 0;
}

.dental-tourism-about-content .list li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 4px;
}

.dental-tourism-about-content .about-btn {
  margin-top: 25px;
}

.dental-tourism-about-content .about-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-about-content .about-btn .default-btn:hover {
  background-color: #00A5E9;
}

/*================================================
Dental Tourism Services Area CSS
=================================================*/
.dental-tourism-services-area {
  background-color: #002345;
  overflow: hidden;
}

.dental-tourism-services-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.dental-tourism-services-area .section-title-warp h2 {
    color: rgb(17, 24, 39);
}

.dental-tourism-services-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-services-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.dental-tourism-services-area .container-fluid {
  overflow: hidden;
  left: calc((100% - 1320px)/2);
  position: relative;
}

.dental-tourism-services-card .services-image {
    position: relative;
    border: 1px solid #00A5E9;
    border-radius: 5px 5px 5px 5px;
}

.dental-tourism-services-card .services-image .icon {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.dental-tourism-services-card .services-image .icon i {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background-color: #1DBFCC;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-services-card .services-content {
  margin-top: 25px;
}

.dental-tourism-services-card .services-content h3 {
    margin-top: -33px;
    background-color: #00A5E9;
    padding: 20px 20px;
    border-bottom: 1px solid #00A5E9;
    border-radius: 0 0 10px 10px;
    transition: 0.6s;
    text-align: center;
    font-size:20px;
}

.dental-tourism-services-card .services-content h3 a {
  color: #ffffff;
}

.dental-tourism-services-card:hover .services-image .icon i {
  background-color: #ffffff;
  color: #00A5E9;
}

.dental-tourism-services-card:hover .services-content h3 a {
    color: #f6f7f9;
}

/*================================================
Dental Tourism Choose Area CSS
=================================================*/
.dental-tourism-choose-content span {
  display: inline-block;
  padding: 8px 18px;
  background-color: #1DBFCC;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  margin-bottom: 25px;
}

.dental-tourism-choose-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
}

.dental-tourism-choose-content p {
  margin-bottom: 0;
  color: #486683;
}

.dental-tourism-choose-content .choose-inner-content {
  margin-top: 25px;
  position: relative;
  padding-left: 35px;
}

.dental-tourism-choose-content .choose-inner-content i {
  font-size: 20px;
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 2px;
}

.dental-tourism-choose-content .choose-inner-content h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.dental-tourism-choose-content .choose-inner-content p {
  margin-bottom: 0;
  color: #486683;
}

.dental-tourism-choose-image {
  position: relative;
  text-align: center;
}

.dental-tourism-choose-image .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dental-tourism-choose-image .video-btn i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #1DBFCC;
  color: #ffffff;
  border-radius: 50px;
  font-size: 65px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-choose-image .video-btn i:hover {
  background-color: #00A5E9;
}

/*================================================
Dental Tourism Appointment Area CSS
=================================================*/
.dental-tourism-appointment-area {
  background-image: url(../../assets/images/dental-tourism/appointment/appointment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dental-tourism-appointment-form {
/*  max-width: 600px;*/
  margin-left: auto;
}

.dental-tourism-appointment-form h4 {
  font-size: 40px;
  margin-bottom: 30px;
}

.dental-tourism-appointment-form h4 i {
  margin-right: 5px;
  color: #1DBFCC;
}

.dental-tourism-appointment-form form .form-group {
  margin-bottom: 17px;
}

.dental-tourism-appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
/*  background-color: #efefef;*/
 border: 1px solid rgb(209, 213, 219);
/*  border-radius: 50px;*/
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 16px;
  padding-left: 25px;
}

.dental-tourism-appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-appointment-form form .form-group .form-control::placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-appointment-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00A5E9;
}

.dental-tourism-appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.dental-tourism-appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.dental-tourism-appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.dental-tourism-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.dental-tourism-appointment-form form .form-group textarea.form-control {
  min-height: 120px;
}

.dental-tourism-appointment-form form .form-group .nice-select {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}

.dental-tourism-appointment-form form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}

.dental-tourism-appointment-form form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.dental-tourism-appointment-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}

.dental-tourism-appointment-form form .form-group .nice-select .list .option.selected {
  background-color: #00A5E9 !important;
  color: #ffffff;
  font-weight: normal;
}

.dental-tourism-appointment-form form .default-btn {
  background-color: #1DBFCC;
  border: none;
}

.dental-tourism-appointment-form form .default-btn:hover {
  background-color: #00A5E9;
}

/*================================================
Dental Tourism Dentist Area CSS
=================================================*/
.dental-tourism-dentist-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.dental-tourism-dentist-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-dentist-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.dental-tourism-dentist-card .dentist-image {
  position: relative;
  text-align: center;
}

.dental-tourism-dentist-card .dentist-image a img {
  display: inline-block;
}

.dental-tourism-dentist-card .dentist-image .share-link {
  padding: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 25px;
  max-width: 200px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-dentist-card .dentist-image .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.dental-tourism-dentist-card .dentist-image .share-link li:last-child {
  margin-right: 0;
}

.dental-tourism-dentist-card .dentist-image .share-link li a i {
  color: #002345;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #002345;
  text-align: center;
  border-radius: 5px;
}

.dental-tourism-dentist-card .dentist-image .share-link li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.dental-tourism-dentist-card .dentist-content {
  margin-top: 25px;
  text-align: center;
}

.dental-tourism-dentist-card .dentist-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.dental-tourism-dentist-card .dentist-content h3 a {
  color: #002345;
}

.dental-tourism-dentist-card .dentist-content h3 a:hover {
  color: #1DBFCC;
}

.dental-tourism-dentist-card .dentist-content span {
  font-size: 15px;
  color: #486683;
}

.dental-tourism-dentist-card:hover .dentist-image .share-link {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}

.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1DBFCC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot:hover span, .dental-tourism-dentist-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1DBFCC;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.dental-tourism-dentist-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Dental Tourism Tourists Area CSS
=================================================*/
.dental-tourism-tourists-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}

.dental-tourism-tourists-content p {
  margin-bottom: 0;
  color: #486683;
}

.dental-tourism-tourists-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.dental-tourism-tourists-content .list li {
  list-style-type: none;
  color: #002345;
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
}

.dental-tourism-tourists-content .list li:last-child {
  margin-bottom: 0;
}

.dental-tourism-tourists-content .list li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 4px;
}

.dental-tourism-tourists-image .tourists-image {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

.dental-tourism-tourists-image .tourists-image .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.dental-tourism-tourists-image .tourists-image .content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
}

.dental-tourism-tourists-image .tourists-image::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/*================================================
Dental Tourism Review Area CSS
=================================================*/
.dental-tourism-review-area {
  background-color: #EFF8FB;
}

.dental-tourism-review-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.dental-tourism-review-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-review-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.dental-tourism-review-card {
    background-color: #ffffff;
    padding: 22px 55px;
}

.dental-tourism-review-card .review-info {
  position: relative;
 /* padding-left: 85px;*/
  margin-bottom: 25px;
}

.dental-tourism-review-card .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  max-width: 65px;
}

.dental-tourism-review-card .review-info h3 {
  font-size: 25px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0;
  margin-top: 20px;
}

.dental-tourism-review-card .review-info span {
  font-size: 15px;
  color: #1DBFCC;
  display: inline-block;
  margin-top: 12px;
}

.dental-tourism-review-card p {
  color: #486683;
  margin-bottom: 0;
  text-align: justify;
}

.dental-tourism-review-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.dental-tourism-review-card .rating li {
  list-style-type: none;
  margin-right: 2px;
  display: inline-block;
}

.dental-tourism-review-card .rating li:last-child {
  margin-right: 0;
}

.dental-tourism-review-card .rating li i {
  color: #FFC806;
}

.dental-tourism-review-card .icon-quote {
  position: absolute;
  right: 45px;
  bottom: 30px;
}

.dental-tourism-review-card .icon-quote i {
  font-size: 50px;
  color: #1DBFCC;
}

.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1DBFCC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.dental-tourism-review-slides.owl-theme .owl-dots .owl-dot:hover span, .dental-tourism-review-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1DBFCC;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.dental-tourism-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Dental Tourism Blog Area CSS
=================================================*/
.dental-tourism-blog-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.dental-tourism-blog-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.dental-tourism-blog-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.dental-tourism-blog-card {
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-blog-card .blog-image {
  position: relative;
}

.dental-tourism-blog-card .blog-image a img {
  display: inline-block;
}

.dental-tourism-blog-card .blog-image .tag {
  position: absolute;
  left: 25px;
  top: 25px;
}

.dental-tourism-blog-card .blog-image .tag a {
  display: inline-block;
  background-color: #1DBFCC;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 30px;
}

.dental-tourism-blog-card .blog-content {
  padding-top: 20px;
  padding-left: 20px;
}

.dental-tourism-blog-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}

.dental-tourism-blog-card .blog-content .entry-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}

.dental-tourism-blog-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}

.dental-tourism-blog-card .blog-content .entry-meta li a {
  color: #486683;
}

.dental-tourism-blog-card .blog-content .entry-meta li a:hover {
  color: #1DBFCC;
}

.dental-tourism-blog-card .blog-content .entry-meta li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 2.8px;
}

.dental-tourism-blog-card .blog-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
}

.dental-tourism-blog-card .blog-content h3 a {
  color: #002345;
}

.dental-tourism-blog-card .blog-content h3 a:hover {
  color: #1DBFCC;
}

.dental-tourism-blog-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Dental Tourism Footer Area CSS
=================================================*/
.dental-tourism-footer-area {
  background-image: url(../../assets/images/dental-tourism/footer/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.dental-tourism-footer-area::before {
  position: absolute;
  content: "";
  background-color: #002345;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.9;
  z-index: -1;
}

.dental-tourism-footer-widget {
  margin-bottom: 25px;
}

.dental-tourism-footer-widget h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.dental-tourism-footer-widget h2 a {
  color: #ffffff;
}

.dental-tourism-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 25px;
  color: #ffffff;
}

.dental-tourism-footer-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}

.dental-tourism-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
}

.dental-tourism-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}

.dental-tourism-footer-widget .info-list li span {
  color: #1DBFCC;
}

.dental-tourism-footer-widget .info-list li a {
  color: #ffffff;
}

.dental-tourism-footer-widget .info-list li a:hover {
  letter-spacing: 1px;
}

.dental-tourism-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.dental-tourism-footer-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}

.dental-tourism-footer-widget .share-link li:last-child {
  margin-right: 0;
}

.dental-tourism-footer-widget .share-link li span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.dental-tourism-footer-widget .share-link li a i {
  color: #ffffff;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 5px;
}

.dental-tourism-footer-widget .share-link li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.dental-tourism-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}

.dental-tourism-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  padding-left: 22px;
}

.dental-tourism-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.dental-tourism-footer-widget .quick-links li a {
  color: #ffffff;
}

.dental-tourism-footer-widget .quick-links li a:hover {
  letter-spacing: 1px;
}

.dental-tourism-footer-widget .quick-links li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.dental-tourism-footer-widget .newsletter-form p {
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

.dental-tourism-footer-widget .newsletter-form .form-group {
  margin-top: 30px;
  position: relative;
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  outline: 0;
  color: #ffffff;
  padding: 0 0 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}

.dental-tourism-footer-widget .newsletter-form .form-group .input-newsletter:focus {
  border-bottom: 1px solid #1DBFCC;
}

.dental-tourism-footer-widget .newsletter-form .form-group button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #1DBFCC;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.dental-tourism-footer-widget .newsletter-form .validation-danger {
  color: red;
  font-size: 14px;
  margin-top: 15px;
}

.dental-tourism-copyright-area {
  margin-top: 75px;
}

.dental-tourism-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #2D4A65;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dental-tourism-copyright-area .copyright-area-content p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
}

.dental-tourism-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1DBFCC;
}

.dental-tourism-copyright-area .copyright-area-content p a:hover {
  color: #ffffff;
}

/*================================================
Skin Care Banner Area CSS
=================================================*/
.skin-care-banner-area {
  background-color: #EFF8FB;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.skin-care-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}

.skin-care-banner-content {
  padding-right: 10px;
}

.skin-care-banner-content .sub-title {
  color: #1DBFCC;
  font-weight: 600;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  display: block;
  margin-bottom: 18px;
}

.skin-care-banner-content h1 {
  font-size: 75px;
  font-family: "Heebo", sans-serif;
  color: #002345;
  margin-bottom: 12px;
}

.skin-care-banner-content p {
  color: #486683;
  margin-bottom: 0;
}

.skin-care-banner-content .banner-btn {
  margin-top: 30px;
}

.skin-care-banner-content .banner-btn .default-btn {
  background-color: #1DBFCC;
}

.skin-care-banner-content .banner-btn .default-btn:hover {
  background-color: #00A5E9;
}

.skin-care-banner-shape {
  position: absolute;
  left: 20px;
  top: 100px;
  z-index: -1;
}

/*================================================
Skin Care Features Area CSS
=================================================*/
.skin-care-features-card {
    background-color: white;
    padding: 35px 25px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    margin-bottom: 25px;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
}

.skin-care-features-card .features-title {
  position: relative;
  padding-left: 100px;
  padding-top: 28px;
  margin-bottom: 45px;
}

.skin-care-features-card .features-title .icon-image {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.skin-care-features-card .features-title .icon-image img {
  max-width: 50px;
}

.skin-care-features-card .features-title h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.skin-care-features-card .features-title h3 a {
  color: #002345;
}

.skin-care-features-card p {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align:justify;
}

.skin-care-features-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #00A5E9;
}

.skin-care-features-card:hover .features-title h3 a {
  color: #ffffff;
}

.skin-care-features-card:hover p {
  color: #ffffff;
}

/*================================================
Skin Care About Area CSS
=================================================*/
.skin-care-about-image {
  position: relative;
}

.skin-care-about-image .skin-care-fun-fact {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  background: rgba(29, 191, 204, 0.9);
  padding: 50px;
}

.skin-care-about-image .skin-care-fun-fact .fun-fact h3 {
  font-size: 40px;
  margin-bottom: 8px;
  color: #ffffff;
}

.skin-care-about-image .skin-care-fun-fact .fun-fact h3 .odometer {
  font-family: #1DBFCC;
}

.skin-care-about-image .skin-care-fun-fact .fun-fact h3 .small-text {
  position: relative;
  top: 2px;
  left: -2px;
}

.skin-care-about-image .skin-care-fun-fact .fun-fact p {
  color: #ffffff;
}

.skin-care-about-content {
  padding-left: 45px;
}

.skin-care-about-content span {
  color: #1DBFCC;
  display: inline-block;
  margin-bottom: 15px;
}

.skin-care-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}

.skin-care-about-content p {
  margin-bottom: 0;
  color: #486683;
}

.skin-care-about-content .about-btn-with-info {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.skin-care-about-content .about-btn-with-info li {
  display: inline-block;
  list-style-type: none;
  margin-right: 20px;
  position: relative;
  padding-left: 50px;
}

.skin-care-about-content .about-btn-with-info li:first-child {
  padding-left: 0;
}

.skin-care-about-content .about-btn-with-info li:last-child {
  margin-right: 0;
}

.skin-care-about-content .about-btn-with-info li .default-btn {
  background-color: #1DBFCC;
  color: #ffffff;
}

.skin-care-about-content .about-btn-with-info li .default-btn:hover {
  background-color: #00A5E9;
}

.skin-care-about-content .about-btn-with-info li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #F1F7F8;
  border: 1px solid #1DBFCC;
  font-size: 18px;
  text-align: center;
  color: #1DBFCC;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -5px;
}

.skin-care-about-content .about-btn-with-info li a {
  font-size: 18px;
  color: #002345;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}

/*================================================
Skin Care Services Area CSS
=================================================*/
.skin-care-services-area {
  background-color: #EFF8FB;
}

.skin-care-services-area .section-title span {
  color: #1DBFCC;
}

.skin-care-services-card {
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-services-card .services-image {
  position: relative;
}

.skin-care-services-card .services-image a img {
  display: inline-block;
}

.skin-care-services-card .services-image .icon {
  position: absolute;
  bottom: -30px;
  left: 25px;
}

.skin-care-services-card .services-image .icon i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 50px;
  background-color: #1DBFCC;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
}

.skin-care-services-card .services-content {
  padding: 60px 25px 30px;
  background-color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-services-card .services-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 18px;
}

.skin-care-services-card .services-content h3 a {
  color: #002345;
}

.skin-care-services-card .services-content p {
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #486683;
}

.skin-care-services-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.skin-care-services-card:hover .services-image .icon i {
  background-color: #ffffff;
  color: #1DBFCC;
}

.skin-care-services-card:hover .services-content {
  background-color: #1DBFCC;
}

.skin-care-services-card:hover .services-content h3 a {
  color: #ffffff;
}

.skin-care-services-card:hover .services-content p {
  color: #ffffff;
}

/*================================================
Skin Care Dry Area CSS
=================================================*/
.skin-care-dry-content span {
  color: #1DBFCC;
  display: inline-block;
  margin-bottom: 15px;
}

.skin-care-dry-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}

.skin-care-dry-content p {
  margin-bottom: 0;
  color: #486683;
}

.skin-care-dry-content .list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.skin-care-dry-content .list li {
  list-style-type: none;
  color: #486683;
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}

.skin-care-dry-content .list li:last-child {
  margin-bottom: 0;
}

.skin-care-dry-content .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1DBFCC;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background-color: #1DBFCC;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
}

.skin-care-dry-content .dry-list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.skin-care-dry-content .dry-list li {
  list-style-type: none;
  display: inline-block;
  margin-right: -20px;
}

.skin-care-dry-content .dry-list li img {
  max-width: 50px;
  border: 4px solid #1DBFCC;
  border-radius: 50px;
}

.skin-care-dry-content .dry-list li.title {
  margin-left: 30px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #002345;
}

/*================================================
Skin Care Appointment Area CSS
=================================================*/
.skin-care-appointment-area {
  overflow: hidden;
}

.skin-care-appointment-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.skin-care-appointment-area .row {
  background-color: #002345;
}

.skin-care-appointment-image {
  background-image: url(../../assets/images/skin-care/appointment/appointment.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.skin-care-appointment-form {
  padding: 100px;
}

.skin-care-appointment-form h4 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
}

.skin-care-appointment-form h4 i {
  margin-right: 5px;
  color: #1DBFCC;
}

.skin-care-appointment-form form .form-group {
  margin-bottom: 25px;
}

.skin-care-appointment-form form .form-group .form-control {
  display: block;
  width: 100%;
  height: 60px;
  outline: 0;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 15px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 14px;
}

.skin-care-appointment-form form .form-group .form-control::-webkit-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-appointment-form form .form-group .form-control:-ms-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-appointment-form form .form-group .form-control::-ms-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-appointment-form form .form-group .form-control::placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-appointment-form form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #00A5E9;
}

.skin-care-appointment-form form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.skin-care-appointment-form form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.skin-care-appointment-form form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.skin-care-appointment-form form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.skin-care-appointment-form form .form-group textarea.form-control {
  min-height: 120px;
}

.skin-care-appointment-form form .form-group .nice-select {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #486683;
  padding-left: 15px;
  padding-right: 20px;
}

.skin-care-appointment-form form .form-group .nice-select::after {
  border-color: #486683;
  height: 8px;
  width: 8px;
  right: 15px;
  margin-top: -5px;
}

.skin-care-appointment-form form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0;
  height: 200px;
  overflow-y: scroll;
  margin-top: 0;
  margin-bottom: 0;
}

.skin-care-appointment-form form .form-group .nice-select .list .option {
  line-height: 40px;
  min-height: 40px;
  color: #6a6c72;
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  display: inherit;
  margin-right: 0;
}

.skin-care-appointment-form form .form-group .nice-select .list .option.selected {
  background-color: #00A5E9 !important;
  color: #ffffff;
  font-weight: normal;
}

.skin-care-appointment-form form .default-btn {
  background-color: #1DBFCC;
  border: none;
}

.skin-care-appointment-form form .default-btn:hover {
  background-color: #00A5E9;
}

/*================================================
Skin Care Review Area CSS
=================================================*/
.skin-care-review-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.skin-care-review-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.skin-care-review-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.skin-care-review-card {
  background-color: #EFF8FB;
  padding: 35px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-review-card .review-info {
  position: relative;
  padding-left: 85px;
  margin-bottom: 25px;
}

.skin-care-review-card .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  max-width: 65px;
}

.skin-care-review-card .review-info h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-review-card .review-info span {
  font-size: 15px;
  color: #1DBFCC;
  display: inline-block;
  margin-top: 12px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-review-card p {
  color: #486683;
  margin-bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-review-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.skin-care-review-card .rating li {
  list-style-type: none;
  margin-right: 2px;
  display: inline-block;
}

.skin-care-review-card .rating li:last-child {
  margin-right: 0;
}

.skin-care-review-card .rating li i {
  color: #FFC806;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-review-card .icon-quote {
  position: absolute;
  right: 45px;
  bottom: 30px;
}

.skin-care-review-card .icon-quote i {
  font-size: 50px;
  color: #1DBFCC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-review-card:hover {
  background-color: #1DBFCC;
}

.skin-care-review-card:hover .review-info h3 {
  color: #ffffff;
}

.skin-care-review-card:hover .review-info span {
  color: #ffffff;
}

.skin-care-review-card:hover p {
  color: #ffffff;
}

.skin-care-review-card:hover .rating li i {
  color: #ffffff;
}

.skin-care-review-card:hover .icon-quote i {
  color: #ffffff;
}

.skin-care-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1DBFCC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.skin-care-review-slides.owl-theme .owl-dots .owl-dot:hover span, .skin-care-review-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1DBFCC;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.skin-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Skin Care Before and After Area CSS
=================================================*/
.skin-care-before-after-area {
  background-color: #EFF8FB;
  overflow: hidden;
}

.skin-care-before-after-area .section-title span {
  color: #1DBFCC;
}

.skin-care-before-after-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.skin-care-before-after-card {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.skin-care-before-after-slides.owl-theme .owl-nav {
  margin-top: 30px;
}

.skin-care-before-after-slides.owl-theme .owl-nav [class*=owl-] {
  color: #002345;
  margin: 0 10px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 22px;
}

.skin-care-before-after-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #1DBFCC;
}

.skin-care-before-after-slides .owl-item.active .skin-care-before-after-card {
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 12em !important;
    width: 35em !important;
}

/*================================================
Skin Care Blog Area CSS
=================================================*/
.skin-care-blog-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.skin-care-blog-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.skin-care-blog-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.skin-care-blog-card {
  margin-bottom: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-blog-card .blog-image {
  position: relative;
}

.skin-care-blog-card .blog-image a img {
  display: inline-block;
}

.skin-care-blog-card .blog-image .tag {
  position: absolute;
  left: 20px;
  bottom: -20px;
}

.skin-care-blog-card .blog-image .tag a {
  display: inline-block;
  background-color: #1DBFCC;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 30px;
}

.skin-care-blog-card .blog-content {
  padding-top: 45px;
  padding-left: 20px;
}

.skin-care-blog-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}

.skin-care-blog-card .blog-content .entry-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}

.skin-care-blog-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}

.skin-care-blog-card .blog-content .entry-meta li a {
  color: #486683;
}

.skin-care-blog-card .blog-content .entry-meta li a:hover {
  color: #1DBFCC;
}

.skin-care-blog-card .blog-content .entry-meta li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 2.8px;
}

.skin-care-blog-card .blog-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
}

.skin-care-blog-card .blog-content h3 a {
  color: #002345;
}

.skin-care-blog-card .blog-content h3 a:hover {
  color: #1DBFCC;
}

.skin-care-blog-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Skin Care Partner Area CSS
=================================================*/
.skin-care-partner-inner-box {
  background-color: #002345;
  padding: 100px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -120px;
}

.skin-care-partner-card {
  text-align: center;
}

.skin-care-partner-card a img {
  display: inline-block;
  margin: auto;
}

/*================================================
Skin Care Footer Area CSS
=================================================*/
.skin-care-footer-area {
  background-color: #EFF8FB;
  padding-top: 220px;
}

.skin-care-footer-widget {
  margin-bottom: 25px;
}

.skin-care-footer-widget h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.skin-care-footer-widget h2 a {
  color: #1DBFCC;
}

.skin-care-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 25px;
  color: #002345;
}

.skin-care-footer-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}

.skin-care-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #486683;
  font-family: "Nunito Sans", sans-serif;
}

.skin-care-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}

.skin-care-footer-widget .info-list li span {
  color: #1DBFCC;
}

.skin-care-footer-widget .info-list li a {
  color: #486683;
}

.skin-care-footer-widget .info-list li a:hover {
  letter-spacing: 1px;
}

.skin-care-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.skin-care-footer-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}

.skin-care-footer-widget .share-link li:last-child {
  margin-right: 0;
}

.skin-care-footer-widget .share-link li span {
  font-size: 20px;
  color: #486683;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.skin-care-footer-widget .share-link li a i {
  color: #486683;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #486683;
  text-align: center;
  border-radius: 5px;
}

.skin-care-footer-widget .share-link li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.skin-care-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}

.skin-care-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  padding-left: 22px;
}

.skin-care-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.skin-care-footer-widget .quick-links li a {
  color: #486683;
}

.skin-care-footer-widget .quick-links li a:hover {
  letter-spacing: 1px;
}

.skin-care-footer-widget .quick-links li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.skin-care-footer-widget .newsletter-form p {
  color: #486683;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

.skin-care-footer-widget .newsletter-form .form-group {
  margin-top: 30px;
  position: relative;
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  outline: 0;
  color: #486683;
  padding: 0 0 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #486683;
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #486683;
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #486683;
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter::placeholder {
  color: #486683;
}

.skin-care-footer-widget .newsletter-form .form-group .input-newsletter:focus {
  border-bottom: 1px solid #1DBFCC;
}

.skin-care-footer-widget .newsletter-form .form-group button {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: #1DBFCC;
  position: absolute;
  right: 0;
  bottom: 15px;
}

.skin-care-footer-widget .newsletter-form .validation-danger {
  color: red;
  font-size: 14px;
  margin-top: 15px;
}

.skin-care-copyright-area {
  margin-top: 75px;
}

.skin-care-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #CEDBE3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.skin-care-copyright-area .copyright-area-content p {
  color: #486683;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
}

.skin-care-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1DBFCC;
}

.skin-care-copyright-area .copyright-area-content p a:hover {
  color: #1DBFCC;
}

/*================================================
Eye Care Banner Area CSS
=================================================*/
.eye-care-banner-area {
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFB), to(#FAFAFE));
  background: linear-gradient(180deg, #EFEFFB 0%, #FAFAFE 100%);
  padding-top: 140px;
}

.eye-care-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 0;
}

.eye-care-banner-content {
  background: rgba(0, 35, 69, 0.9);
  padding: 50px;
  position: relative;
  margin-right: -145px;
}

.eye-care-banner-content .sub-title {
  color: #1DBFCC;
  font-weight: 600;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  display: block;
  margin-bottom: 18px;
}

.eye-care-banner-content h1 {
  font-size: 70px;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.eye-care-banner-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.eye-care-banner-content .banner-btn-with-info {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.eye-care-banner-content .banner-btn-with-info li {
  list-style-type: none;
  display: inline-block;
  margin-right: -20px;
}

.eye-care-banner-content .banner-btn-with-info li img {
  max-width: 50px;
  border: 4px solid #1DBFCC;
  border-radius: 50px;
}

.eye-care-banner-content .banner-btn-with-info li.banner-btn {
  margin-right: 10px;
}

.eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn {
  background-color: #1DBFCC;
}

.eye-care-banner-content .banner-btn-with-info li.banner-btn .default-btn:hover {
  background-color: #00A5E9;
}

.eye-care-banner-content .banner-btn-with-info li.title {
  margin-left: 30px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
  color: #ffffff;
}

/*================================================
Eye Care Features Area CSS
=================================================*/
.col-lg-4:last-child .eye-care-features-card::before {
  display: none;
}

.eye-care-features-card {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.eye-care-features-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
/*  background-color: #D7E2F9;*/
}

.eye-care-features-card .features-image {
    margin-bottom: 25px;
    margin-left: -316px;
}

.eye-care-features-card .features-content h3 {
   /* margin-bottom: 15px;*/
    font-size: 20px;
    font-weight: 700;
    font-family: Arial Nova; 
    text-align: left;
}

.eye-care-features-card .features-content h3 a {
  color: #002345;
}

.eye-care-features-card .features-content p {
    margin-bottom: 0;
    color: #486683;
    text-align: left;
    font-size: 16px;
    margin-top: 7px;
}

/*================================================
Eye Care About Area CSS
=================================================*/
.eye-care-about-content {
  padding-left: 45px;
}

.eye-care-about-content span {
  color: #1DBFCC;
  display: inline-block;
  margin-bottom: 15px;
}

.eye-care-about-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}

.eye-care-about-content p {
  margin-bottom: 0;
  color: #486683;
  position: relative;
  padding-left: 10px;
}

.eye-care-about-content p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #1DBFCC;
}

.eye-care-about-content .list {
  padding: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.eye-care-about-content .list li {
  list-style-type: none;
  color: #486683;
  margin-bottom: 20px;
  position: relative;
  padding-left: 32px;
}

.eye-care-about-content .list li:last-child {
  margin-bottom: 0;
}

.eye-care-about-content .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #1DBFCC;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 22px;
  background-color: #1DBFCC;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
}

.eye-care-about-content .about-btn {
  margin-top: 30px;
}

.eye-care-about-content .about-btn .default-btn {
  background-color: #1DBFCC;
}

.eye-care-about-content .about-btn .default-btn:hover {
  background-color: #00A5E9;
}

/*================================================
Eye Care Services Area CSS
=================================================*/
.eye-care-services-area {
  background-image: url(../../assets/images/eye-care/services/services-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.eye-care-services-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1DBFCC;
  z-index: -1;
  opacity: 95%;
}

.eye-care-services-area .section-title span {
  color: #ffffff;
}

.eye-care-services-area .section-title h2 {
  color: #ffffff;
}

.eye-care-services-card {
  background-color: #F7F7FD;
  padding: 35px;
  margin-bottom: 25px;
  position: relative;
}

.eye-care-services-card .icon {
  margin-bottom: 25px;
}

.eye-care-services-card .icon i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  text-align: center;
  font-size: 65px;
  color: #1DBFCC;
  border-radius: 50px;
}

.eye-care-services-card h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 15px;
}

.eye-care-services-card h3 a {
  color: #002345;
}

.eye-care-services-card h3 a:hover {
  color: #1DBFCC;
}

.eye-care-services-card p {
  color: #486683;
  margin-bottom: 20px;
}

.eye-care-services-card .default-btn {
  background-color: #1DBFCC;
}

.eye-care-services-card .default-btn:hover {
  background-color: #00A5E9;
}

.eye-care-services-card .number {
  font-size: 80px;
  color: #002345;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  opacity: 10%;
  position: absolute;
  right: 20px;
  top: 5px;
}

.eye-care-services-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: .01;
}

.eye-care-services-slides.owl-theme .owl-nav [class*=owl-] {
  color: #222222;
  margin: 0;
  position: absolute;
  left: -70px;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  padding: 0;
  background: #ffffff;
  border-radius: 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 55px;
  height: 55px;
  line-height: 60px;
  text-align: center;
  font-size: 28px;
}

.eye-care-services-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -70px;
}

.eye-care-services-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #00A5E9;
}

.eye-care-services-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.eye-care-all-services-link {
  text-align: center;
}

.eye-care-all-services-link a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/*================================================
Eye Care Solutions Area CSS
=================================================*/
.eye-care-solutions-area .section-title span {
  color: #1DBFCC;
}

.eye-care-solutions-content h3 {
  font-size: 24px;
  color: #002345;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.eye-care-solutions-content p {
  color: #486683;
  margin-bottom: 0;
}

.eye-care-solutions-content .solutions-inner-content {
  margin-top: 25px;
}

.eye-care-solutions-content .solutions-inner-content h4 {
  font-size: 20px;
  color: #002345;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.eye-care-solutions-content .solutions-inner-content p {
  color: #486683;
  margin-bottom: 0;
}

.eye-care-solutions-content .solutions-inner-content.bg-F7F7FD {
  background-color: #F7F7FD;
  padding: 25px;
  border-left: 2px solid #1DBFCC;
}

.eye-care-solutions-image {
  padding-left: 25px;
}

/*================================================
Eye Care Team Area CSS
=================================================*/
.eye-care-team-area {
  background-color: #F7F7FD;
}

.eye-care-team-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.eye-care-team-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.eye-care-team-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.eye-care-team-card .team-image {
  position: relative;
  text-align: center;
}

.eye-care-team-card .team-image a img {
  display: inline-block;
}

.eye-care-team-card .team-image .share-link {
  padding: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 25px;
  max-width: 200px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.eye-care-team-card .team-image .share-link li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}

.eye-care-team-card .team-image .share-link li:last-child {
  margin-right: 0;
}

.eye-care-team-card .team-image .share-link li a i {
  color: #002345;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #002345;
  text-align: center;
  border-radius: 5px;
}

.eye-care-team-card .team-image .share-link li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.eye-care-team-card .team-content {
  margin-top: 25px;
  text-align: center;
}

.eye-care-team-card .team-content h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.eye-care-team-card .team-content h3 a {
  color: #002345;
}

.eye-care-team-card .team-content h3 a:hover {
  color: #1DBFCC;
}

.eye-care-team-card .team-content span {
  font-size: 15px;
  color: #486683;
}

.eye-care-team-card:hover .team-image .share-link {
  bottom: 35px;
  opacity: 1;
  visibility: visible;
}

.eye-care-team-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1DBFCC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.eye-care-team-slides.owl-theme .owl-dots .owl-dot:hover span, .eye-care-team-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1DBFCC;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.eye-care-team-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*================================================
Eye Care Testimonials Area CSS
=================================================*/
.eye-care-testimonials-area {
  overflow: hidden;
}

.eye-care-testimonials-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.eye-care-testimonials-area .row {
  background-color: #1DBFCC;
}

.eye-care-testimonials-image {
  background-image: url(../../assets/images/eye-care/testimonials/testimonials.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.eye-care-testimonials-content-box {
  padding-top: 100px;
  padding-bottom: 100px;
}

.eye-care-testimonials-content-box .content {
  margin-left: 15px;
}

.eye-care-testimonials-content-box .content span {
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  display: inline-block;
  margin-bottom: 15px;
}

.eye-care-testimonials-content-box .content h3 {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  color: #ffffff;
}

.eye-care-review-card {
  background-color: #ffffff;
  padding: 50px 65px;
}

.eye-care-review-card .review-info {
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}

.eye-care-review-card .review-info img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  display: inline-block;
  max-width: 65px;
}

.eye-care-review-card .review-info h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 0;
  color: #002345;
}

.eye-care-review-card .review-info span {
  font-size: 15px;
  color: #1DBFCC;
  display: inline-block;
  margin-top: 12px;
}

.eye-care-review-card p {
  color: #486683;
  margin-bottom: 0;
}

.eye-care-review-card .rating {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.eye-care-review-card .rating li {
  list-style-type: none;
  margin-right: 2px;
  display: inline-block;
}

.eye-care-review-card .rating li:last-child {
  margin-right: 0;
}

.eye-care-review-card .rating li i {
  color: #FFC806;
}

.eye-care-review-card .icon-quote {
  position: absolute;
  right: 50px;
  top: 50px;
}

.eye-care-review-card .icon-quote i {
  font-size: 50px;
  color: #1DBFCC;
}

.eye-care-review-slides {
  position: relative;
  margin-top: 30px;
  margin-left: -100px;
}

.eye-care-review-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #1DBFCC;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-radius: 50%;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 10px;
}

.eye-care-review-slides.owl-theme .owl-dots .owl-dot:hover span, .eye-care-review-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #1DBFCC;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.eye-care-review-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 45px;
  bottom: 45px;
}

/*================================================
Eye Care Testimonials Area CSS
=================================================*/
.eye-care-treatment-content {
  padding-left: 25px;
}

.eye-care-treatment-content span {
  color: #1DBFCC;
  display: inline-block;
  margin-bottom: 15px;
}

.eye-care-treatment-content h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Heebo", sans-serif;
  line-height: 1.4;
}

.eye-care-treatment-content p {
  color: #486683;
  margin-bottom: 0;
}

.eye-care-treatment-content .treatment-inner-content {
  background-color: #F7F7FD;
  padding: 25px 25px 25px 82px;
  position: relative;
  margin-top: 25px;
}

.eye-care-treatment-content .treatment-inner-content .number {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #1DBFCC;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "Heebo", sans-serif;
  border-radius: 50px;
  position: absolute;
  left: 25px;
  top: 30px;
}

.eye-care-treatment-content .treatment-inner-content p {
  color: #486683;
  font-size: 15px;
}

/*================================================
Eye Care Blog Area CSS
=================================================*/
.eye-care-blog-area .section-title-warp .sub-title {
  background-color: #1DBFCC;
  color: #ffffff;
}

.eye-care-blog-area .section-warp-btn .default-btn {
  background-color: #1DBFCC;
}

.eye-care-blog-area .section-warp-btn .default-btn:hover {
  background-color: #00A5E9;
}

.eye-care-blog-card {
  margin-bottom: 25px;
  border: 1px solid #DDDDDD;
  padding: 25px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.eye-care-blog-card .blog-content .tag {
  margin-bottom: 20px;
}

.eye-care-blog-card .blog-content .tag a {
  display: inline-block;
  background-color: #1DBFCC;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 30px;
}

.eye-care-blog-card .blog-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}

.eye-care-blog-card .blog-content .entry-meta li {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  color: #486683;
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
}

.eye-care-blog-card .blog-content .entry-meta li:last-child {
  margin-right: 0;
}

.eye-care-blog-card .blog-content .entry-meta li a {
  color: #486683;
}

.eye-care-blog-card .blog-content .entry-meta li a:hover {
  color: #1DBFCC;
}

.eye-care-blog-card .blog-content .entry-meta li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 2.8px;
}

.eye-care-blog-card .blog-content h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
}

.eye-care-blog-card .blog-content h3 a {
  color: #002345;
}

.eye-care-blog-card .blog-content h3 a:hover {
  color: #1DBFCC;
}

.eye-care-blog-card .blog-content p {
  color: #486683;
}

.eye-care-blog-card:hover {
  background-color: #F7F7FD;
  border: 1px solid #F7F7FD;
}

/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-inner-box {
  background-color: #1DBFCC;
  padding: 50px;
  margin-bottom: -90px;
  position: relative;
}

.newsletter-inner-box .newsletter-content {
  max-width: 450px;
}

.newsletter-inner-box .newsletter-content h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 15px;
}

.newsletter-inner-box .newsletter-content p {
  color: #ffffff;
}

.newsletter-inner-box .newsletter-form {
  position: relative;
}

.newsletter-inner-box .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  height: 60px;
  padding: 20px;
  border-radius: 0;
  outline: 0;
  color: #486683;
  font-size: 15px;
  font-weight: 400;
}

.newsletter-inner-box .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-inner-box .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-inner-box .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-inner-box .newsletter-form .input-newsletter::placeholder {
  color: #486683;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.newsletter-inner-box .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #1DBFCC;
  color: #ffffff;
  border: none;
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-transform: capitalize;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
}

.newsletter-inner-box .newsletter-form button:hover {
  background-color: #00A5E9;
  color: #ffffff;
}

.newsletter-inner-box .newsletter-form #validator-newsletter {
  color: red;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
}

/*================================================
Eye Care Footer Area CSS
=================================================*/
.eye-care-footer-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFFB), to(#FAFAFE));
  background: linear-gradient(180deg, #EFEFFB 0%, #FAFAFE 100%);
  padding-top: 180px;
}

.eye-care-footer-widget {
  margin-bottom: 25px;
}

.eye-care-footer-widget h2 {
  font-size: 35px;
  margin-bottom: 25px;
}

.eye-care-footer-widget h2 a {
  color: #1DBFCC;
}

.eye-care-footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
  margin-bottom: 25px;
  color: #002345;
}

.eye-care-footer-widget .info-list {
  padding: 0;
  margin-bottom: 0;
}

.eye-care-footer-widget .info-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #486683;
  font-family: "Nunito Sans", sans-serif;
}

.eye-care-footer-widget .info-list li:last-child {
  margin-bottom: 0;
}

.eye-care-footer-widget .info-list li span {
  color: #1DBFCC;
}

.eye-care-footer-widget .info-list li a {
  color: #486683;
}

.eye-care-footer-widget .info-list li a:hover {
  letter-spacing: 1px;
}

.eye-care-footer-widget .share-link {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}

.eye-care-footer-widget .share-link li {
  display: inline-block;
  margin-right: 10px;
}

.eye-care-footer-widget .share-link li:last-child {
  margin-right: 0;
}

.eye-care-footer-widget .share-link li span {
  font-size: 20px;
  color: #486683;
  font-weight: 500;
  font-family: "Heebo", sans-serif;
}

.eye-care-footer-widget .share-link li a i {
  color: #486683;
  font-size: 15px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 22px;
  border: 2px solid #486683;
  text-align: center;
  border-radius: 5px;
}

.eye-care-footer-widget .share-link li a i:hover {
  color: #1DBFCC;
  border: 2px solid #1DBFCC;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.eye-care-footer-widget .quick-links {
  padding: 0;
  margin-bottom: 0;
}

.eye-care-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  padding-left: 22px;
}

.eye-care-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}

.eye-care-footer-widget .quick-links li a {
  color: #486683;
}

.eye-care-footer-widget .quick-links li a:hover {
  letter-spacing: 1px;
}

.eye-care-footer-widget .quick-links li i {
  color: #1DBFCC;
  position: absolute;
  left: 0;
  top: 4.5px;
}

.eye-care-footer-widget .hours-list {
  padding: 0;
  margin-bottom: 0;
}

.eye-care-footer-widget .hours-list li {
  list-style-type: none;
  margin-bottom: 15px;
}

.eye-care-footer-widget .hours-list li:last-child {
  margin-bottom: 0;
}

.eye-care-footer-widget .hours-list li span {
  color: #486683;
}

.eye-care-copyright-area {
  margin-top: 75px;
}

.eye-care-copyright-area .copyright-area-content {
  text-align: center;
  border-top: 1px solid #CEDBE3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.eye-care-copyright-area .copyright-area-content p {
  color: #486683;
  font-size: 15px;
  font-family: "Nunito Sans", sans-serif;
}

.eye-care-copyright-area .copyright-area-content p a {
  display: inline-block;
  font-weight: 600;
  color: #1DBFCC;
}

.eye-care-copyright-area .copyright-area-content p a:hover {
  color: #1DBFCC;
}
/*# sourceMappingURL=style.css.map */

.textbox-h {
    height: 60px;
    width: 690px;
}

.header-logo {
    height: 80px;
    width: 258px;
    margin-right: 0px;
}

.single-core-features p{
    text-align:left;
    font-size:17px;
}

.text-justify{
    text-align:justify;
}


.color-white{
    color:white !important;
}

.single-fun-fact h5 {
    color:white;
}

.rounded-img {
    border-radius: 50%;
    padding: 41px;
    border: 1px solid white;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    height: 365px;
    width: 365px;
    margin-left: 0px;
    margin-right: 18px;
    background-color:white;
}

.rounded-img img{

}

.dentist-details-content h4 {
    margin-bottom: -15px;
    padding-top: 4px;
    font-size: 30px;
    color: #00a5e9;
}
.w-100 {
    width: 100%;
}
.form-group textarea {
    resize: vertical;
    width: 100% !important;
    height: 95px !important;
    border: 1px solid #ace1f4;
    border-radius: 5px;
}

.google-map {
    width: 100%;
    height: 450px;
}

.nice-select {
    cursor: pointer;
    font-weight: 400;
    line-height: 15px;
    text-align: left !important;
    white-space: nowrap;
}
.footer-img {
border-radius: 12px;
  height: 78px;
  width: auto;
}
.about-img {
    border-radius: 50%;
    box-shadow: 1px 1px 8px 1px #00b2f1;
    padding: 19px;
    width: 88%;
    margin-top: 33px;
    margin-bottom: -30px;
}



/* for desktop */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    left: 5px;
    background-color: #00e676;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    font-size: 38px;
    z-index: 10;
    border: 1px solid #ffffff;
}

    .whatsapp_float:hover {
        background: #ffffff;
        color: #00e676;
        border: 2px solid #00e676;
        transition-duration: 0.5s;
    }

/* for mobile */
@media screen and (max-width: 767px) {
    .whatsapp-icon {
        /*    margin-top: 3px;*/
    }

    .whatsapp_float {
        width: 50px;
        height: 50px;
        bottom: 120px;
        right: 15px;
        font-size: 27px;
        padding-top: 3px;
    }

    .single-fun-fact h5 {
        color: white;
        font-size: 17px;
    }
    .rounded-img {
        border-radius: 50%;
        padding: 35px;
        border: 1px solid white;
        box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
        height: 300px;
        width: 300px;
        margin-left: 0px;
        margin-right: 0px;
        background-color: white;
        margin-left: 29px;
        margin-bottom: 14px;
    }

    .skin-care-features-area .vmh {
        height: auto !important;
    }

    .btn-set {
        padding-top: 91px !important;
        margin-left: 6% !important;
    }
}
.single-core-features:hover .icon svg {
    background-color: #00A5E9;
    color: #ffffff;
}


.social-media img{
    width: 30px;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
    overflow-y: scroll;
    height: 250px;
}
.services-image img {
    border-radius: 4px 5px 0px 0px;
}

.single-services-box img{
    width:70px !important;
}

.pcdbg-style {
    background-image: url(/assets/images/mainslides/bgimg2.jpg);
    background-size: cover;
    height: 473px;
    margin-top: 130px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.nice-select {
    display: none;
}
.drop select {
    word-wrap: normal;
    display: block !important;
    width: 100%;
    height: 47px;
    background-color: #ffffff;
    border: 1px solid #ace1f4;
    border-radius: 5px;
}
.pcd-img {
    border-radius: 12px;
    width: 35em;
    height: auto;
}

.skin-care-features-area .vmh{
    height:260px;
}

.btn-set {
    padding-top: 336px ;
    margin-left: 12%;
}

.text-upper {
    text-transform: uppercase;
}

.default-btn1 {
    display: inline-block;
    background-color: rgb(0, 165, 233);
    color: #ffffff;
    padding: 16px 32px 16px 32px;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 12.6s;
    border-radius: 8px;
    width: 189px;
    height: 60px;
}


.dentist-details-content {
   /* margin-left: 50px;*/
}

.details-list {
    margin-left: -33px;
    list-style:none;
}


.details-list li {
    font-size: 19px;
  /*  margin-bottom: 6px;*/
    list-style: none;
    margin-right: 110px;
}

.details-img {
    width: 460px;
    border-radius: 25px !important;
    height: 285px;
}

/*** checkbox contact***/
.checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 25px;
}

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .1) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }

/*** checkbox contact***/


/*** Testimonial ***/
.testimonial-carousel1 .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel1 .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel1 .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel1 .owl-item.center {
    position: relative;
    z-index: 1;
    border-radius: 20px !important;
}

.testimonial-carousel1 .owl-item .testimonial-item {
    transition: .5s;
    /*filter: blur(1.0px);*/
    border-radius: 20px !important;
    text-align: center;
    font-size: 15px;
}

.testimonial-carousel1 .owl-item .testimonial-item .testi-content {
display:none;
}

.testimonial-carousel1 .owl-item.center .testimonial-item .testi-content {
    display: block;
}

.testimonial-carousel1 .owl-item.center .testimonial-item {
    /*    background: #00A5E9 !important;*/
    box-shadow: 0px 0px 30px #DDDDDD;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*margin-left: 12px;
    margin-right: 12px;*/
    filter: none !important;
    color: black;
    font-size: 18px;
/*    font-weight: bold;*/
    margin-top: -2px !important;
    border-radius: 20px !important;
}
.img-radius {
    border-radius: 20px 20px 0px 0px !important;
}
/*** Testimonial ***/

/*** step***/
.check-box {
/*    appearance: none;*/
  /*  -webkit-appearance: none;*/
    border: 2px solid #555;
/*    border-radius: 50%;*/
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}


    .check-box:checked::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 10px;
        height: 10px;
        background-color: #555;
        border-radius: 50%;
    }




label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 18px;
    color: rgb(55, 65, 81);
    font-weight: 500;
}


.audio-list {
    list-style:none;
}

.audio-list li {
font-size: 20px;
  background-color: #f4f4f4;
  margin-bottom: 12px;
  padding: 12px;
  border-radius: 5px;
}

.audio-lsfive {
    list-style: none;
}

.audio-lsfive li {
    display:flex;
    font-size: 20px;
    margin-bottom: 12px;
}

.audio-lsfive label {
    background-color: #f4f4f4;
    padding: 12px;
    border-radius: 5px;
    width: 260px;
}

.audio-lsfive span {
    margin-left: 12px;
    margin-top: 15px;
}

.progress-list {
    list-style:none;
}
.progress-list span {
    list-style: none;
    margin-right: -30px;
    margin-left: 10px;
}
.progress-list li {
    margin-bottom: 0px;
    margin-top: -14px;
    display: flex;
}

.next-btn {
    height: auto;
    width: 200px !important;
    padding: 0px;
    border-radius: 50px !important;
    background-color: #00a2e6 !important;
    color: white !important;
    cursor:pointer;
}
.next-btn:hover {
    background-color: gray !important;
    color: white !important;
}
/*** step***/

.progress-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 420px;
}

.bar-container {
    position: relative;
    width: 200px;
    display:flex;
}


.bar-container .myval {
margin-left:12px;
}

.bar-bg {
    width: 100%;
    height: 24px;
    background-color: #e0f7fa;
    border-radius: 12px;
    position: relative;
}

.bar-fill {
    height: 100%;
    background: linear-gradient(to right, #1976d2, #4db8ff);
    border-radius: 12px 0 0 12px;
    transition: width 0.2s ease;
}

.dragger {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #1976d2;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.tooltip {
    position: absolute;
    top: -28px;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.bar-container:hover .tooltip {
    opacity: 1;
}

@media (max-width: 480px) {
    body {
        padding: 20px;
    }
}

.chart-box {
    width: 100%;
    max-width: 700px;
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

canvas {
    background-color: #fff;
    border-radius: 12px;
}

.text-style {
    font-size: 35px;
    font-weight: 613;
    color: #00A5E9 !important;
    text-shadow: 2px 2px 2px #545454;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: arial nova;
    text-align: center;
    margin-bottom: 19px;
    margin-top: -25px;
}

/*.audio-list li {
    transition: background-color 0.3s ease;
}

.audio-list1 li {
    font-size: 20px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
}*/


/* Default style for list items */

.audio-list li.selected {
    background-color: #DAF3FD;
    border-left: 4px solid #00A3E6;
}

.audio-list li:hover {
    background-color: #ececec;
}

.audio-list li {
    padding: 8px;
    transition: background-color 0.3s ease;
}

.audio-list li.selected {
    background-color: #DAF3FD;
    border-radius: 4px;
}

.check-box:checked {
    /* background-color: #DAF3FD;*/
    accent-color: #00A5E9;
}

/*input[type="checkbox"] {
    accent-color: #4CAF50;*/ /* Changes checkbox color when checked */
/*}*/


.audio-list1 {
    list-style: none;
}

.listfive{
    list-style:none;
}

.listfive li {
    margin-bottom: 45px;
    font-size: 19px;
    margin-top: 12px;
}

.pagination-area .page-numbers1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    display: inline-block;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #d8d6d6;
}

/*.previewques h2 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.4;
}*/

.previewlist {
    margin-top: 20px;
    list-style:none;
}

.previewlist li {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    text-align: left;
}

.previewfive  {
    list-style:none;
}

.previewfive li {
    font-size: 17px;
    margin-top: 13px;
    text-align: left;
}


.previewprogress li {
    margin-bottom: -44px;
    margin-top: 34px;
    display: flex;
}

.preview-shadow {
    border: 1px solid #e6e6e6;
    padding: 30px 18px 18px 18px;
    margin-top: -15px;
    background-color: white;
    box-shadow: 0 0 10px 0 rgb(199, 197, 197);
    margin-bottom: 14px;
    border-radius: 16px;
}

.previewques h4 {
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 22px;
}

.preview .content-overview {
    margin-top: 20px;
}

.preview {
    margin-left: 20px;
}

.preview .details-list li {
    font-size: 17px;
}





.progress-group {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 600px;
    width: 100%;
}

.progress-container {
    position: relative;
    width: 55%;
}

.progress-track {
    position: relative;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin: 32px 0 12px;
}

.progress-fill {
    height: 100%;
    background: #0078D4;
    border-radius: 2px;
    width: 0%;
    transition: width 0.3s ease;
}

.step {
    position: absolute;
    top: -8px;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: white;
    border: 2px solid #0078D4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    color: #0078D4;
    cursor: pointer;
    z-index: 1;
    transition: background-color 0.3s, border-color 0.3s;
}


.step.selected {
    box-shadow: 0 0 0 4px rgba(0, 120, 212, 0.3);
}

.progress-container .step.selected {
    background-color: #0078D4;
    border-color: #0078D4;
    color: white;
}

.popup {
    position: absolute;
    top: -7px;
    transform: translateX(-50%);
    background: #01a0e6;
    color: #fff;
    padding: 5px 8px;
    font-size: 0.75rem;
    border-radius: 6px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.progress-container:hover .popup {
    visibility: visible;
    opacity: 1;
}



.single-review-item .rating {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

.single-review-item .rating li {
    list-style-type: none;
    margin-right: 2px;
    display: inline-block;
}

.single-review-item .rating li:last-child {
    margin-right: 0;
}

.single-review-item .rating li i {
    color: #FFC806;
}


.single-services-box h4 {
    text-align: left !important;
}

.single-services-box h6 {
    text-align: center !important;
    line-height: 1.5;
    text-transform: capitalize;
}
.single-services-box p {
    text-align: center;
}

.single-services-box .country {
    color: black;
    font-weight: 400;
}



.ava {
    margin-left: 65px;
    margin-top: -4px;
}

.boxes1 {
    height: 350px;
    margin-top: 10px;
}

.single-services-box .gray i {
    background-image: linear-gradient(to right, #f8f8f8, #ececec);
}

.icons-bg {
    margin-bottom: 25px;
    background: linear-gradient(135deg, #EFF6FF 0%, #EEF2FF 100%);
    height: 110px;
    width: 411px;
    margin-left: -25px;
    margin-top: -26px;
    border-radius: 7px 7px 0px 0px;
}

.icons-bg img {
    width: 70px !important;
    border-radius: 50%;
    border: 4px solid rgb(0, 165, 233);
}

.about-style {
    background-color: #00A5E9;
    margin-left: -71px;
    height: 127px;
    margin-bottom: -32px;
    width: 211px;
    border-radius: 12px;
}

.style-img {
    border-radius: 12px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 500px;
}

.boxes-shade {
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 12px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 200px;
    border: 1px solid rgb(229, 231, 235);
   /* -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 18px rgba(0, 0, 0, 0.1);*/
}

.box-icon {
    height: 60px;
    margin-bottom: -15px;
}

.banner-shadow {
    margin-top: -139px;
    margin-left: 0;
    right: -95px;
    margin-bottom: -231px;
    z-index: 1;
    background: linear-gradient(to right, rgb(227, 231, 238) 0%, rgba(2, 36, 91, 0) 100%);
    height: 450px;
}

.single-services-box .icon h6 {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 25px;
    background-color: #E5E7EB;
    color: #2E4A82;
    text-align: center !important;
    border-radius: 50%;
}

.bg-lightblue {
    background-color: #eef9ff !important;
}

.bg-gray {
    background-color: #f9fafb !important;
}

.theme-color {
   color: #00A5E9;
}

.main-slides-content p{
    font-size: 24px;
    font-weight: 400;
    color:white;
}


/*.single-gallery:hover {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(168, 50, 50, 0), #f2f6f9);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1;
    border-radius: 12px;
}*/

.single-gallery::before {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(168, 50, 50, 0), #50b7ff);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: 1;
    border-radius: 12px;
}



/*.box-shade :hover {
    border-radius: 20px;
    background: linear-gradient(to bottom, rgba(168, 50, 50, 0), #50b7ff);
    height: 285px;
    width: 416px;
    z-index: 32;
    margin-bottom: -11px;
    margin-left: 0px;
    position: absolute;
}

.box-shade h3 :hover {
display:block !important;
}
*/

.path {
    color: rgb(75, 85, 99) !important;
    font-size: 24px;
    font-weight: 600;
}

.linktext {
    font-size: 18px;
    font-weight: 500;
    color: rgb(75, 85, 99);
}



.front-heading {
    font-size: 48px;
    font-weight: 700;
    font-weight: bold;
}


.btn-white {
    display: inline-block;
    background-color: white;
    color: #00A5E9;
    padding: 11px 35px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 5px;
}

.footer-img {
    border-radius: 12px;
    height: 78px;
    width: auto;
}

.display-flex{
    display:flex;
}


.section-title-warp p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}


.card {
    position: relative;
    width: auto;
    height: 280px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 52, 53, 0.4);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: background-color 0.4s ease;
}

.card:hover .overlay {
    /*background-color: rgba(211, 211, 211, 0.9);
    color: #333;
    opacity: 0.6;*/
    background: linear-gradient(90deg,rgb(159, 221, 246)0%, rgb(25, 173, 235) 35%, rgb(0, 165, 233) 100%);
}


.overlay h3 {
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: 700;
}

.overlay p {
    margin: 8px 0;
    font-size: 1em;
}

.overlay a {
    color: inherit;
    text-decoration: underline;
    font-weight:  bold;
}

.single-core-features img {
    height: 71px;
    width: 71px;
    margin-bottom: 10px;
}



/*.banner-texth11 {
    margin-left: 50px;
}

.banner-textp1 {
    margin-left: 50px;
}
*/
.expert-btn {
    background-color: rgba(33, 160, 233, 0.1);
    padding: 16px;
    width: 256px;
    height: 62px;
    border-radius: 8px;
}


.bshadow-text{
    font-size:60px;
}


/*value added services*/




.card1 {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
}

    .card1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.overlay1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 123, 255, 0.4);*/
    background-color: rgba(0, 17, 36, 0.4) ;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*  align-items: center;*/
    opacity: 1;
    transition: background-color 0.4s ease;
    padding-left: 20px;
}

.card1:hover .overlay1 {
    /*   background: linear-gradient(90deg,rgb(159, 221, 246)0%, rgb(25, 173, 235) 35%, rgb(0, 165, 233) 100%);*/
    background: linear-gradient(90deg,rgb(81, 84, 85)0%, rgb(92, 93, 94) 35%, rgb(163, 163, 163) 100%);
 /*   background-color: #545454;*/
}

.overlay1 h4{
    margin: 0;
    color: white;
    font-size: 25px;
    font-weight: 700;
}

.overlay1 p {
    margin: 8px 0;
    font-size: 17px;
    color: white;
    font-weight: 500;
}

.overlay1 a {
    color: inherit;
    text-decoration: underline;
    font-weight: 500;
    font-size:16px;
}




/*.hover-card {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    width: 400px;*/ /* adjust as needed */
    /*height: auto;
}

    .hover-card img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
}

    .hover-text span {
        display: block;
        transition: opacity 0.4s ease;
    }*/

/* Default text visible initially */
/*.default-text {
    opacity: 1;
}*/

/* Alternate text hidden initially */
/*.hover-text-alt {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}*/

/* On hover: fade out default, fade in alternate */
/*.hover-card:hover .default-text {
    opacity: 0;
}

.hover-card:hover .hover-text-alt {
    opacity: 1;
}*/

.solu-overview-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.1);
    padding: 32px;
    border-radius: 16px;
}

.audio-list1 li {
    font-size: 20px;
    background-color: #f4f4f4;
    margin-bottom: 20px !important;
    padding: 12px;
    border-radius: 5px;
}

.approach-h {
    height: 240px !important;
}

.text-box {
    width: 100%;
    border: 2px solid #00a4e9;
    border-radius: 16px;
    padding: 12px;
    background-color: #ffffff;
    border: 1px solid #ace1f4;
    border-radius: 5px;
    outline: 0;
}

/*.step {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background-color: white;
    color: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
    z-index: 2;
}
*/

.back-btn {
    height: auto;
    width: 302px !important;
    padding: 0px;
    border-radius: 50px !important;
    background-color: #00a2e6 !important;
    color: white !important;
    cursor: pointer;
}

.option-text {
    font-weight: bold;
    color: #00a2e6;
    margin-left: 12px;
    font-size: 15px;
}





