/*

* 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
** - Preloader Area CSS
** - Header Area CSS
** - Main Banner Area CSS
** - Main Services Area CSS
** - About Area CSS
** - Our Mission Area CSS
** - Our Approach Area CSS
** - Our Vision Area CSS
** - Fun Facts Area CSS
** - Services Area CSS
** - Services Details Area CSS
** - Doctor Area CSS
** - Doctor Details Area CSS
** - Appointment Area CSS
** - Doctor Calendar Area CSS
** - Feedback Area CSS
** - FAQ Area CSS
** - Partner Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Subscribe Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0 !important;
  text-decoration: none;
  color: #121521;
}

a:hover {
  text-decoration: none;
  color: #00B2FF;
}

button {
  outline: 0 !important;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #7d7d7d;
  line-height: 1.8;
  margin-bottom: 12px;
  font-size: 14.5px;
  font-family: 'Work Sans', sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #121521;
}

.bg-fefefe {
  background-color: #fefefe;
}

.bg-f4f9fd {
  background-color: #f4f9fd;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*btn(primary&light)*/
.btn {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 17px 50px 15.5px 25px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.btn-primary {
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  color: #ffffff;
}

.btn-primary i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: #ffffff;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-primary.disabled, .btn-primary:disabled {
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background: #121521 !important;
  color: #ffffff !important;
}

.btn-primary:hover i, .btn-primary:focus i {
  background-color: #ffffff;
  color: #121521;
}

.btn-light {
  background-color: #ffffff;
  color: #121521;
}

.btn-light i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 34px;
  color: #121521;
  border-radius: 50%;
  background-color: #f0f0f0;
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #ffffff;
  color: #121521;
}

.btn-light:hover, .btn-light:focus {
  background-color: #121521 !important;
  color: #ffffff !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}

/*section-title*/
.section-title {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section-title span {
  display: block;
  margin-bottom: 5px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.section-title p {
  max-width: 520px;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

/*form-control*/
.form-control {
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  line-height: initial;
  color: #121521;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-control:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  border-color: #00B2FF;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 16em;
  height: 8em;
  position: relative;
  overflow: hidden;
}

.preloader::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

.preloader .loader::before,
.preloader .loader::after {
  content: '';
  position: absolute;
  bottom: 0;
}

.preloader .loader::before {
  width: inherit;
  height: 0.2em;
  background-color: #ffffff;
}

.preloader .loader::after {
  box-sizing: border-box;
  width: 50%;
  height: inherit;
  border: 0.2em solid #ffffff;
  border-radius: 50%;
  left: 25%;
}

.preloader .loader span {
  position: absolute;
  width: 5%;
  height: 10%;
  background-color: white;
  border-radius: 50%;
  bottom: 0.2em;
  left: -5%;
  animation: 2s linear infinite;
  transform-origin: 50% -3em;
  animation-name: run, rotating;
}

.preloader .loader span:nth-child(2) {animation-delay: 0.075s;}
.preloader .loader span:nth-child(3) {animation-delay: 0.15s;}

@keyframes run {
  0% {left: -5%;}
  10%, 60% {left: calc((100% - 5%) / 2);}
  70%, 100% {left: 100%;}
}

@keyframes rotating {
  0%, 10% {transform: rotate(0deg);}
  60%, 100% {transform: rotate(-1turn);}
}


/*================================================
Header Area CSS
=================================================*/
.top-header {
  background-color: #f4f9fd;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-contact-info li {
  display: inline-block;
  margin-right: 20px;
  color: #121521;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
}

.header-contact-info li i {
  color: #00B2FF;
  margin-right: 4px;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.1);
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contact-info li:last-child {
  margin-right: 0;
}

.header-contact-info li:hover i {
  background-color: #00B2FF;
  color: #ffffff;
}

.header-right-content {
  text-align: right;
}

.header-right-content .top-header-social {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-right-content .top-header-social li {
  display: inline-block;
  margin-right: 4px;
}

.header-right-content .top-header-social li a {
  display: block;
  color: #00B2FF;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.1);
  text-align: center;
  font-size: 14px;
}

.header-right-content .top-header-social li a:hover {
  color: #ffffff;
  background-color: #00B2FF;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.header-right-content .top-header-social li:last-child {
  margin-right: 0;
}

.header-right-content .lang-select {
  margin-left: 15px;
  display: inline-block;
}

.header-right-content .lang-select .nice-select {
  color: #121521;
  border-radius: 30px;
  border: none;
  height: unset;
  line-height: initial;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.02);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.02);
  background-color: #ffffff;
  padding: 8px 30px 8px 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header-right-content .lang-select .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-right-content .lang-select .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  text-align: center;
  line-height: 33px;
  min-height: 33px;
  padding-left: 0;
  padding-right: 0;
}

.header-right-content .lang-select .nice-select .list .option:hover {
  background-color: rgba(0,178,255,1) !important;
  color: #ffffff;
}

.header-right-content .lang-select .nice-select .list .option.selected {
  background-color: transparent;
}

.header-right-content .lang-select .nice-select:after {
  right: 15px;
  border-color: #121521;
  top: 58%;
}

.rehab-responsive-nav {
  display: none;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.rehab-nav {
  background-color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

.rehab-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.rehab-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.rehab-nav .navbar .navbar-nav {
  font-family: 'Work Sans', sans-serif;
  margin-left: auto;
}

.rehab-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.rehab-nav .navbar .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 500;
  color: #121521;
  text-transform: capitalize;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.rehab-nav .navbar .navbar-nav .nav-item a.btn {
  margin-left: 15px;
  padding: 15px 25px 13.5px 25px;
  color: #fff;
}
.rehab-nav .navbar .navbar-nav .nav-item a.btn:hover, .rehab-nav .navbar .navbar-nav .nav-item a.btn:focus,.rehab-nav .navbar .navbar-nav .nav-item.current a.btn {
  color: #fefefe;
}
.rehab-nav .navbar .navbar-nav .nav-item a:hover, .rehab-nav .navbar .navbar-nav .nav-item a:focus, .rehab-nav .navbar .navbar-nav .nav-item.current a {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item a i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 1px;
}

.rehab-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

/* .rehab-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
} */
.rehab-nav .navbar .navbar-nav .nav-item.current a.nav-link:after {
  content: "";
    width: 33px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    left: 15px;
    background: rgb(0,242,255);
    background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
}
.rehab-nav .navbar .navbar-nav .nav-item:hover a, .rehab-nav .navbar .navbar-nav .nav-item:focus a, .rehab-nav .navbar .navbar-nav .nav-item.active a {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -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);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 300px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 3px solid rgba(0,178,255,1);
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 20px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 10px 0;
  margin: 0;
  color: #121521;
  font-size: 14.5px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #121521;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #121521;
  text-transform: capitalize;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.rehab-nav .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: #121521;
  text-transform: capitalize;
}

.rehab-nav .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, .rehab-nav .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, .rehab-nav .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: #00B2FF;
}

.rehab-nav .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 {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.rehab-nav .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: #121521;
  text-transform: capitalize;
}

.rehab-nav .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, .rehab-nav .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, .rehab-nav .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: #00B2FF;
}

.rehab-nav .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: #00B2FF;
}

.rehab-nav .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;
  top: -15px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00B2FF;
}

.rehab-nav .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;
  top: -15px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #00B2FF;
}

.rehab-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.rehab-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}


.navbar-area {
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 2;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  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.5s;
  transition: 0.5s;
}

.search-overlay {
  display: none;
}

.search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -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-top: 20px;
}

.search-overlay.search-popup .search-form {
  position: relative;
}

.search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: initial;
  border: 1px solid #eeeeee;
  padding-left: 10px;
  color: #121521;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.search-overlay.search-popup .search-form .search-input:focus {
  border-color: #00B2FF;
}

.search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  background: transparent;
  border: none;
  width: 40px;
  outline: 0;
  color: #7d7d7d;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-overlay.search-popup .search-form .search-button:hover, .search-overlay.search-popup .search-form .search-button:focus {
  color: #00B2FF;
}

@media only screen and (max-width: 991px) {
  .mean-container a.meanmenu-reveal{
    padding-top: 8px;
  }
  .mean-container .mean-nav ul li a.btn.btn-primary{
    background: none !important;
    text-transform: none;
    border-radius: 0;
    font-size: 15px;
    color: #677294;
  }
  .mean-container .mean-nav ul li a.btn.btn-primary:focus, .mean-container .mean-nav ul li a.btn.btn-primary:active, .mean-container .mean-nav ul li a.btn.btn-primary:hover{
    color: #677294 !important;
  }
  .navbar-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-area.is-sticky {
    border-bottom: none;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .rehab-responsive-nav {
    display: block;
  }
  .rehab-responsive-nav .rehab-responsive-menu {
    position: relative;
  }
  .rehab-responsive-nav .rehab-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .rehab-responsive-nav .rehab-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #00B2FF;
  }
  .rehab-responsive-nav .rehab-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 13.5px;
  }
  .rehab-responsive-nav .rehab-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    height: 256px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }
  .rehab-responsive-nav .mean-container a.meanmenu-reveal {
    color: #121521;
  }
  .rehab-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #121521;
  }
  .rehab-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
  }
  .rehab-responsive-nav .others-options {
    position: absolute;
    right: 55px;
    top: -2px;
  }
  .rehab-responsive-nav .others-options .btn {
    display: none;
  }
  .rehab-responsive-nav .others-options .cart-btn {
    display: inline-block;
    position: relative;
    top: 3px;
    color: #121521;
    font-size: 17px;
  }
  .rehab-responsive-nav .others-options .cart-btn:hover {
    color: #00B2FF;
  }
  .rehab-responsive-nav .others-options {
    display: none;
    color: #121521;
    position: relative;
    line-height: initial;
    margin-left: 15px;
    top: 4px;
  }
  .rehab-responsive-nav .others-options .search-btn {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #121521;
  }
  .rehab-responsive-nav .others-options .search-btn::before {
    font-size: 17px;
  }
  .rehab-responsive-nav .others-options .search-btn:hover {
    color: #00B2FF;
  }
  .rehab-responsive-nav .others-options .search-close-btn {
    cursor: pointer;
    display: none;
    font-size: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 17px;
    color: #121521;
  }
  .rehab-responsive-nav .others-options .search-close-btn.active {
    display: block;
  }
  .rehab-responsive-nav .others-options .search-close-btn:hover {
    color: #00B2FF;
  }
  .search-overlay.search-popup .search-form .search-input {
    width: 96%;
  }
  .search-overlay.search-popup .search-form .search-button {
    height: 43px;
  }
  .rehab-nav {
    display: none;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  height: 745px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;  
  background-position: center center;
}

.item-bg1 {
  background-image: url(https://www.konnectplugins.com/rehabery/assets/img/slide1.png);
}

.item-bg2 {
  background-image: url(https://www.konnectplugins.com/rehabery/assets/img/slide2.png);
}

.item-bg3 {
  background-image: url(https://www.konnectplugins.com/rehabery/assets/img/slide3.png);
}

.main-banner-content {
  max-width: 650px;
}

.main-banner-content span {
  display: block;
  margin-bottom: 2px;
  color: #00B2FF;
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
}

.main-banner-content h1 {
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
}

.main-banner-content p {
  line-height: 1.8;
  color: #121521;
  max-width: 670px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 10px;
}

.main-banner-content .btn-box {
  margin-top: 30px;
}

.main-banner-content .btn-box .btn-light {
  margin-left: 12px;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  color: #121521;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 51px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #00B2FF;
  color: #ffffff;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 15px;
}

.home-slides.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #121521;
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #00B2FF;
}

.home-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 25px;
  background-color: #00B2FF;
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.circle-shape1 {
  position: absolute;
  left: 117px;
  top: 117px;
  z-index: -1;
  opacity: 0.5;
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.circle-shape1 img {
  opacity: .20;
}

.circle-shape2 {
  position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
    opacity: 0.4;
  -webkit-animation-name: rotateMeTwo;
          animation-name: rotateMeTwo;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.circle-shape2 img {
  opacity: .10;
}

.shape1 {
  position: absolute;
  right: 50px;
  top: 13%;
  z-index: -1;
  opacity: 0.3;
  -webkit-animation-name: rotateMe;
          animation-name: rotateMe;
  -webkit-animation-duration: 50s;
          animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateMeTwo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateMeTwo {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*================================================
Main Services Area CSS
=================================================*/
.main-services-area {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  background-color: #f4f9fd;
}

.main-services-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.main-services-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #00B2FF;
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-services-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
}

.main-services-box h3 a {
  color: #121521;
}

.main-services-box h3::before {
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-services-box p {
  line-height: 1.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 0;
}

.main-services-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-services-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-services-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.main-services-box:hover::before {
  width: 100%;
}

.main-services-box:hover .icon {
  background-color: rgba(0,178,255,0.4);;
  color: #ffffff;
}

.main-services-box:hover h3 a {
  color: #ffffff;
}

.main-services-box:hover h3::before {
  width: 80px;
}

.main-services-box:hover p {
  color: #ffffff;
}

.main-services-box:hover::after {
  left: -50px;
  bottom: -50px;
}

.shape2 {
  position: absolute;
  right: 0;
  bottom: -120px;
  z-index: -1;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.shape2 img {
  opacity: .70;
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*================================================
About Area CSS
=================================================*/
.about-area {
  position: relative;
  z-index: 1;
}

.about-image {
  width: 100%;
  height: 100%;
}

.about-content {
  max-width: 555px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}

.about-content span {
  display: block;
  margin-bottom: 5px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.about-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.about-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.about-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.about-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  font-family: 'Work Sans', sans-serif;
}

.about-content ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: rgba(0,178,255,0.1);
  color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-content ul li:hover i {
  background-color: #00B2FF;
  color: #ffffff;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content .btn {
  margin-top: 30px;
}

/*================================================
Our Mission Area CSS
=================================================*/
.our-mission-area {
  position: relative;
  z-index: 1;
}

.our-mission-image {
  width: 100%;
  height: 100%;
}

.our-mission-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.our-mission-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.our-mission-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.our-mission-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.our-mission-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}

.our-mission-content ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

.our-mission-content ul li .icon {
  margin-bottom: 13px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  color: #00B2FF;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.our-mission-content ul li span {
  display: block;
  color: #121521;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 17px;
}

.our-mission-content ul li:hover .icon {
  background-color: #00B2FF;
  color: #ffffff;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape3 img {
  opacity: .60;
}

/*================================================
Our Approach Area CSS
=================================================*/
.approach-image {
  width: 100%;
  height: 100%;
  background-image: url(../../assets/img/approach-img1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.approach-image img {
  display: none;
}

.approach-content {
  max-width: 555px;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.approach-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.approach-content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.approach-content p {
  margin-top: 10px;
  margin-bottom: 0;
}

.approach-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.approach-content ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  font-family: 'Work Sans', sans-serif;
}

.approach-content ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: rgba(0,178,255,0.1);
  color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.approach-content ul li:hover i {
  background-color: #00B2FF;
  color: #ffffff;
}

.approach-content ul li:last-child {
  margin-bottom: 0;
}

.approach-content .btn {
  margin-top: 30px;
}

/*================================================
Our Vision Area CSS
=================================================*/
.our-vision-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.single-vision-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-vision-box .icon {
  margin-bottom: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #00B2FF;
  color: #ffffff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-vision-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}

.single-vision-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-vision-box::before {
  width: 0;
  height: 100%;
  z-index: -1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-vision-box::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border: 10px solid #ffffff;
  left: -80px;
  bottom: -80px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.15;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-vision-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.single-vision-box:hover::before {
  width: 100%;
}

.single-vision-box:hover .icon {
  background-color: rgba(0,178,255,0.4);;
  color: #ffffff;
}

.single-vision-box:hover h3 {
  color: #ffffff;
}

.single-vision-box:hover p {
  color: #ffffff;
}

.single-vision-box:hover::after {
  left: -50px;
  bottom: -50px;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.fun-facts-area {
  position: relative;
  z-index: 1;
  background-color: #121521;
  background-image: url(../../assets/img/map-bg1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-fun-facts {
  text-align: center;
}

.single-fun-facts .icon {
  font-size: 45px;
  color: #00B2FF;
  margin-bottom: 10px;
}

.single-fun-facts h3 {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  padding-left: 5px;
  font-size: 50px;
  font-weight: 500;
}

.single-fun-facts h3 .optional-icon {
  top: -25px;
  right: 5px;
  position: relative;
  font-size: 25px;
  font-weight: 300;
}

.single-fun-facts p {
  color: #00B2FF;
  line-height: initial;
  margin-top: 5px;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
}

.single-services-box {
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-services-box {
  background-image: url(../../assets/img/shape/2.png);
}

.single-services-box .icon {
  margin-bottom: 21px;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: #ffffff;
  color: #00B2FF;
  font-size: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.single-services-box h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-services-box h3 a {
  display: inline-block;
}

.single-services-box p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 12px;
  margin-bottom: 0;
}

.single-services-box::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00B2FF;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-services-box .read-more-btn {
  color: #00B2FF;
  display: inline-block;
  margin-top: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}

.single-services-box .read-more-btn:hover {
  color: #121521;
}

.single-services-box:hover {
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.single-services-box:hover .icon {
  border-radius: 50%;
}

.single-services-box:hover h3 {
  color: #ffffff;
}

.single-services-box:hover h3 a {
  color: #ffffff;
}

.single-services-box:hover p {
  color: #ffffff;
}

.single-services-box:hover .read-more-btn {
  color: #ffffff;
}

.single-services-box:hover .read-more-btn:hover {
  color: #121521;
}

.single-services-box:hover::before {
  background-color: #00B2FF;
  opacity: .80;
}

.more-services-btn {
  text-align: center;
  margin-top: 20px;
}

/*================================================
Services Details Area CSS
=================================================*/
.services-details-desc .services-details-image {
  margin-bottom: 30px;
}

.services-details-desc h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 500;
}

.services-details-desc .services-details-features {
  margin-top: 25px;
  margin-bottom: 25px;
}

.services-details-desc .services-features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.services-details-desc .services-features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  font-family: 'Work Sans', sans-serif;
}

.services-details-desc .services-features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: rgba(0,178,255,0.1);
  color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.services-details-desc .services-features-list li:hover i {
  background-color: #00B2FF;
  color: #ffffff;
}

.services-details-desc .services-features-list li:last-child {
  margin-bottom: 0;
}

.services-details-desc .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.services-details-desc .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.services-details-desc .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.services-details-desc .chart-image {
  margin-top: 35px;
}

/*================================================
Doctor Area CSS
=================================================*/
.doctor-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.doctor-area .section-title {
  margin-bottom: 30px;
}

.single-doctor-box {
  text-align: center;
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.1);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.1);
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-doctor-box .doctor-image {
  position: relative;
  border-radius: 50%;
}

.single-doctor-box .doctor-image img {
  display: inline-block !important;
  width: auto !important;
  border-radius: 50%;
}

.single-doctor-box .doctor-image .details-btn {
  position: absolute;
  top: 50%;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  line-height: 35px;
  border-radius: 50%;
  color: #00B2FF;
  opacity: 0;
  visibility: hidden;
  margin-top: 25px;
}

.single-doctor-box .doctor-image .details-btn:hover {
  color: #ffffff;
  background-color: #121521;
}

.single-doctor-box .doctor-image::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: #00B2FF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-doctor-box .doctor-content {
  margin-top: 22px;
}

.single-doctor-box .doctor-content h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.single-doctor-box .doctor-content h3 a {
  display: inline-block;
}

.single-doctor-box .doctor-content span {
  display: block;
  color: #00B2FF;
  font-size: 14.5px;
  margin-top: 5px;
}

.single-doctor-box .doctor-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-doctor-box .doctor-content .social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.single-doctor-box .doctor-content .social li a {
  display: block;
  color: #00B2FF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.1);
  text-align: center;
  font-size: 14px;
}

.single-doctor-box .doctor-content .social li a:hover {
  color: #ffffff;
  background-color: #00B2FF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-doctor-box .doctor-content .social li:first-child {
  margin-left: 0;
}

.single-doctor-box .doctor-content .social li:last-child {
  margin-right: 0;
}

.single-doctor-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.single-doctor-box:hover .doctor-image .details-btn {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.single-doctor-box:hover .doctor-image::before {
  opacity: .90;
  visibility: visible;
}

.doctor-slides .single-doctor-box {
  margin-top: 30px;
}

.doctor-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.doctor-slides.owl-theme .owl-nav [class*=owl-] {
  color: #121521;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #f0f0f0;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 19px;
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.doctor-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #00B2FF;
  color: #ffffff;
}

.doctor-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: -60px;
}

/*================================================
Doctor Details Area CSS
=================================================*/
.doctor-details-area {
  position: relative;
  z-index: 1;
}

.doctor-details-image {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.1);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.1);
  padding: 30px;
}

.doctor-details-image h3 {
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
}

.doctor-details-image h3 a {
  display: inline-block;
}

.doctor-details-image span {
  display: block;
  color: #00B2FF;
  font-size: 14.5px;
  margin-top: 7px;
}

.doctor-details-image .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 0;
}

.doctor-details-image .social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.doctor-details-image .social li a {
  display: block;
  color: #00B2FF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.1);
  text-align: center;
  font-size: 14px;
}

.doctor-details-image .social li a:hover {
  color: #ffffff;
  background-color: #00B2FF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.doctor-details-image .social li:first-child {
  margin-left: 0;
}

.doctor-details-image .social li:last-child {
  margin-right: 0;
}

.doctor-details-desc {
  padding-left: 20px;
}

.doctor-details-desc h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.doctor-details-desc p {
  margin-top: 15px;
}

.doctor-details-desc .signature-image {
  margin-top: 25px;
}

.skill-education-desc {
  margin-top: 100px;
}

.skill-desc .sub-title {
  display: block;
  margin-bottom: 3px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.skill-desc h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.skill-desc p {
  margin-top: 15px;
  margin-bottom: 0;
}

.skill-desc ul {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: 'Work Sans', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: -15px;
  margin-left: -15px;
}

.skill-desc ul li {
  font-family: 'Work Sans', sans-serif;
  -ms-flex: 0 0 45%;
  -webkit-box-flex: 0;
          flex: 0 0 45%;
  max-width: 45%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}

.skill-desc ul li span {
  padding-left: 34px;
  display: block;
  position: relative;
}

.skill-desc ul li span i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: rgba(0,178,255,0.1);
  color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.skill-desc ul li span:hover i {
  background-color: #00B2FF;
  color: #ffffff;
}

.education-desc .sub-title {
  display: block;
  margin-bottom: 3px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.education-desc h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.education-desc p {
  margin-top: 15px;
  margin-bottom: 0;
}

.education-desc ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 0;
  margin-top: 0;
}

.education-desc ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  color: #7d7d7d;
  font-size: 14.5px;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}

.education-desc ul li .icon {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.3);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #00B2FF;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.education-desc ul li span {
  display: block;
  color: #121521;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 17px;
}

.education-desc ul li:hover .icon {
  background-color: #00B2FF;
  color: #ffffff;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

/*================================================
Appointment Area CSS
=================================================*/
.appointment-area {
  position: relative;
  z-index: 1;
  background-image: url(../../img/img-appointment.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.appointment-content {
  background-color: #ffffff;
  padding: 50px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  max-width: 700px;
  margin-left: auto;
  margin-right: 100px;
}

.appointment-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 96%;
  opacity: .62;
  height: 50%;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
}

.appointment-content .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.appointment-content h2 {
  margin-bottom: 0;
  max-width: 520px;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.appointment-content form {
  margin-top: 5px;
}

.appointment-content form .form-group {
  position: relative;
  padding-left: 55px;
  margin-bottom: 0;
  margin-top: 30px;
}

.appointment-content form .form-group .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #00B2FF;
  font-size: 35px;
}

.appointment-content form .form-group label {
  display: block;
  text-transform: uppercase;
  color: #7d7d7d;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.appointment-content form .form-group .form-control {
  border: none;
  height: auto;
  border-bottom: 1px solid #eeeeee;
  font-size: 17px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 8px;
}

.appointment-content form .form-group .form-control::-webkit-input-placeholder {
  color: #121521;
}

.appointment-content form .form-group .form-control:-ms-input-placeholder {
  color: #121521;
}

.appointment-content form .form-group .form-control::-ms-input-placeholder {
  color: #121521;
}

.appointment-content form .form-group .form-control::placeholder {
  color: #121521;
}

.appointment-content form .form-group .form-control:focus {
  border-color: #00B2FF;
  padding-left: 2px;
}

.appointment-content form .form-group .nice-select {
  background-color: transparent;
  color: #121521;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  height: unset;
  line-height: initial;
  padding: 0 35px 8px 0;
  font-size: 17px;
  font-weight: 600;
}

.appointment-content form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.appointment-content form .form-group .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.appointment-content form .form-group .nice-select .list .option:hover {
  background-color: rgba(0,178,255,1) !important;
  color: #ffffff;
}

.appointment-content form .form-group .nice-select .list .option.selected {
  background-color: transparent;
}

.appointment-content form .form-group .nice-select:after {
  right: 0;
  border-color: #121521;
}

.appointment-content form .submit-btn {
  text-align: center;
  margin-top: 35px;
}

/*================================================
Doctor Calendar Area CSS
=================================================*/
.doctor-calendar-area {
  position: relative;
  z-index: 1;
}

.doctor-calendar-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
}

.doctor-calendar-table table {
  margin-bottom: 0;
}

.doctor-calendar-table table thead tr th {
  vertical-align: middle;
  text-align: center;
  background-color: #00B2FF;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 15px;
}

.doctor-calendar-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
  border: 1px solid #eeeeee;
  border-top: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 25px;
}

.doctor-calendar-table table tbody tr td:first-child {
  border-left: none;
}

.doctor-calendar-table table tbody tr td:last-child {
  border-right: none;
}

.doctor-calendar-table table tbody tr td h3 {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
}

.doctor-calendar-table table tbody tr td span {
  display: block;
  color: #7d7d7d;
  font-size: 14.5px;
  margin-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.doctor-calendar-table table tbody tr td span.time {
  display: inline-block;
  background-color: #dff5e8;
  color: #00B2FF;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 65px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 16px;
}

.doctor-calendar-table table tbody tr td:hover {
  background-color: #00B2FF;
  border-color: #00B2FF;
}

.doctor-calendar-table table tbody tr td:hover h3 {
  color: #ffffff;
}

.doctor-calendar-table table tbody tr td:hover span {
  color: #ffffff;
}

.doctor-calendar-table table tbody tr td:hover span.time {
  background-color: #ffffff;
  color: #00B2FF;
}

.doctor-calendar-table table tbody tr:last-child td {
  border-bottom: none;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  position: relative;
  z-index: 1;
}

.feedback-slides {
  position: relative;
}

.feedback-slides .client-feedback {
  position: relative;
  margin: 0 auto -35px;
  max-width: 900px;
}

.feedback-slides .client-feedback .single-feedback {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  position: relative;
  padding: 75px 90px 10px 90px;
  border-radius: 5px;
  z-index: 1;
  margin-top: 35px;
  margin-bottom: 65px;
  margin-right: 50px;
  margin-left: 50px;
}

.feedback-slides .client-feedback .single-feedback h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.feedback-slides .client-feedback .single-feedback span {
  display: block;
  color: #00B2FF;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
}

.feedback-slides .client-feedback .single-feedback p {
  font-size: 16px;
  line-height: 1.7;
}

.feedback-slides .client-feedback .single-feedback::before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  right: 0;
  left: 0;
  opacity: .90;
  height: 50%;
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 3px;
  -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
          box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.04);
  margin-left: 20px;
  margin-right: 20px;
}

.feedback-slides .client-feedback .single-feedback::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: #ffffff;
  -webkit-box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.03);
  right: 0;
  left: 0;
  opacity: .70;
  height: 50%;
  bottom: -40px;
  left: 0;
  right: 0;
  border-radius: 3px;
  margin-left: 40px;
  margin-right: 40px;
}

.feedback-slides .client-thumbnails {
  position: relative;
  max-width: 450px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -80px;
}

.feedback-slides .client-thumbnails .item .img-fill {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  border: 2px solid rgba(0,178,255,1);
  border-radius: 50%;
  padding: 3px;
  width: 85px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.feedback-slides .next-arrow, .feedback-slides .prev-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f0f0f0;
  border: none;
  color: #9f9f9f;
  z-index: 1;
  border-radius: 50%;
  line-height: 40px;
  outline: 0 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.feedback-slides .next-arrow:hover, .feedback-slides .prev-arrow:hover {
  color: #ffffff;
  background-color: #00B2FF;
}

.feedback-slides .next-arrow {
  right: -20px;
}

.feedback-slides .prev-arrow {
  left: -20px;
}

.feedback-slides:hover .next-arrow, .feedback-slides:hover .prev-arrow {
  opacity: 1;
  visibility: visible;
}

.feedback-slides .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-image {
  width: 100%;
  height: 100%;
}

.faq-accordion {
  max-width: 600px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}

.faq-accordion .sub-title {
  display: block;
  margin-bottom: 5px;
  color: #00B2FF;
  font-size: 17px;
  font-family: 'Work Sans', sans-serif;
}

.faq-accordion h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  -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);
  background: #ffffff;
  margin-bottom: 10px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 20px 12px 51px;
  color: #121521;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  background: rgba(0,178,255,0.1);
  color: #00B2FF;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title i::before {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-title.active {
  border-bottom-color: #eeeeee;
}

.faq-accordion .accordion .accordion-title.active i {
  background-color: #00B2FF;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px;
  font-size: 14.5px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact-area {
  position: relative;
  z-index: 1;
}

.faq-contact-form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.faq-contact-form form {
  text-align: center;
}

.faq-contact-form form .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 57px;
}

.faq-contact-form form .form-group {
  text-align: left;
}

.faq-contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.faq-contact-form form .row .col-lg-12, .faq-contact-form form .row .col-lg-6 {
  padding-left: 7px;
  padding-right: 7px;
}

.faq-contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
}

.faq-contact-form form .btn {
  font-size: 16px;
  margin-top: 10px;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
          box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.5) !important;
}

.faq-contact-form form .btn.disabled {
  cursor: not-allowed !important;
}

.faq-contact-form form .btn.disabled:hover::before, .faq-contact-form form .btn.disabled:focus::before {
  opacity: 1;
  visibility: visible;
}

.faq-contact-form form .btn.disabled:hover::after, .faq-contact-form form .btn.disabled:focus::after {
  opacity: 0;
  visibility: hidden;
}

.faq-contact-form form .help-block ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.faq-contact-form form .help-block ul li {
  color: red;
}

.faq-contact-form form #msgSubmit {
  margin-bottom: 0;
  text-align: center !important;
}

.faq-contact-form form #msgSubmit.text-danger, .faq-contact-form form #msgSubmit.text-success {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 600;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
  padding-bottom: 90px;
}

.customers-partner-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.partner-item {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
}

.partner-item a {
  display: block;
  padding: 25px;
  background: #ffffff;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.partner-item a::before, .partner-item a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item a::before {
  left: 0;
  top: 0;
  border-left: 3px solid rgba(0,178,255,1);
  border-top: 3px solid rgba(0,178,255,1);
}

.partner-item a::after {
  right: 0;
  bottom: 0;
  border-right: 3px solid rgba(0,178,255,1);
  border-bottom: 3px solid rgba(0,178,255,1);
}

.partner-item a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.partner-item a:hover::after, .partner-item a:hover::before {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
}

.partner-item a:hover img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.partner-item:nth-child(6) {
  margin-left: 10%;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
  padding-bottom: 70px;
}

.blog-area .pagination-area {
  margin-bottom: 30px;
}

.single-blog-post {
  margin-bottom: 30px;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
  padding: 25px;
  position: relative;
  z-index: 1;
}

.single-blog-post .post-content .post-meta {
  margin-bottom: 9px;
}

.single-blog-post .post-content .post-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-blog-post .post-content .post-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #7d7d7d;
  position: relative;
}

.single-blog-post .post-content .post-meta ul li::before {
  position: absolute;
  right: -11px;
  top: 3px;
  width: 1px;
  height: 13px;
  background-color: #7d7d7d;
  content: '';
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.single-blog-post .post-content .post-meta ul li a {
  color: #00B2FF;
}

.single-blog-post .post-content .post-meta ul li:last-child {
  margin-right: 0;
}

.single-blog-post .post-content .post-meta ul li:last-child::before {
  display: none;
}

.single-blog-post .post-content h3 {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
}

.single-blog-post .post-content p {
  margin-top: 9px;
  margin-bottom: 0;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -10px;
}

.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: #121521;
  margin-right: 21px;
  font-family: 'Work Sans', sans-serif;
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: inline-block;
  color: #121521;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #7d7d7d;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #00B2FF;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #00B2FF;
  margin-right: 2px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 11px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
}

.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: 13px;
  margin-top: 25px;
  font-size: 23px;
  font-weight: 600;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 34px;
  font-family: 'Work Sans', sans-serif;
}

.blog-details-desc .article-content .features-list li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background-color: rgba(0,178,255,0.1);
  color: #00B2FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}

.blog-details-desc .article-content .features-list li:hover i {
  background-color: #00B2FF;
  color: #ffffff;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}
.ft-phone {color: #cecece}
.blog-details-desc .article-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #121521;
  font-size: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #7d7d7d;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #00B2FF;
}

.blog-details-desc .article-footer .article-share {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 2px;
  font-weight: 500;
  color: #7d7d7d;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  color: #00B2FF;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.1);
  text-align: center;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-share .social li a:hover {
  color: #ffffff;
  background-color: #00B2FF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.blog-details-desc .post-navigation {
  margin-top: 30px;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #121521;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 20px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00B2FF;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post-navigation {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}

.post-navigation .navigation-links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-navigation .navigation-links .nav-previous {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.post-navigation .navigation-links .nav-previous a i {
  margin-right: 2px;
}

.post-navigation .navigation-links .nav-next {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
}

.post-navigation .navigation-links .nav-next a i {
  margin-left: 2px;
}

.post-navigation .navigation-links div a {
  display: inline-block;
  font-weight: 500;
}

.comments-area {
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
  background-color: #ffffff;
}

.comments-area .comments-title {
  position: relative;
  margin-bottom: 30px;
  line-height: initial;
  font-size: 20px;
  font-weight: 600;
}

.comments-area .comments-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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 solid #eeeeee;
  padding-left: 65px;
  color: #121521;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px solid #ded9d9;
  color: #121521;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #00B2FF;
  border-color: #00B2FF;
}

.comments-area .comment-meta {
  margin-bottom: .8em;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.4em;
  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-author .says {
  display: none;
}

.comments-area .comment-metadata {
  color: #7d7d7d;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.comments-area .comment-metadata a {
  color: #7d7d7d;
}

.comments-area .comment-metadata a:hover {
  color: #00B2FF;
}

.comments-area .comment-content p {
  font-size: 14px;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title::before {
  content: '';
  height: 25px;
  width: 3px;
  left: -25px;
  position: absolute;
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.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-bottom: 0;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  margin-top: 15px;
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: block;
  font-weight: 500;
  color: #121521;
  margin-bottom: 5px;
}

.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: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0.625em 0.7375em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.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 {
  border-color: #00B2FF;
}

.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-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #7d7d7d;
  font-weight: normal;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  border: none;
  color: #ffffff;
  padding: 14px 30px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #121521;
}

/*================================================
Shop Area CSS
=================================================*/
.woocommerce-topbar {
  margin-bottom: 40px;
}

.woocommerce-topbar .woocommerce-result-count p {
  font-size: 16px;
}

.woocommerce-topbar .woocommerce-topbar-ordering {
  text-align: right;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select {
  background-color: #ffffff;
  color: #7d7d7d;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  float: unset;
  height: unset;
  line-height: initial;
  padding: 15px 35px 15px 20px;
  font-size: 15px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
          box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option:hover {
  background-color: rgba(0,178,255,1) !important;
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.woocommerce-topbar .woocommerce-topbar-ordering .nice-select:after {
  right: 20px;
}

.single-product-box {
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
}

.single-product-box .product-image {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.single-product-box .product-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-product-box .product-image a img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 20px;
}

.single-product-box .product-image .add-to-cart-btn {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  background-color: #121521;
  color: #ffffff;
  padding: 12px 20px;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  font-weight: 600;
}

.single-product-box .product-image .add-to-cart-btn i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-product-box .product-image .add-to-cart-btn:hover {
  background-color: #00B2FF;
  color: #ffffff;
}

.single-product-box .product-image .sale-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.single-product-box .product-content {
  padding: 25px;
}

.single-product-box .product-content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.single-product-box .product-content .price {
  color: #121521;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.single-product-box .product-content .price .old {
  text-decoration: line-through;
  color: #828893;
  font-size: 13px;
}

.single-product-box .product-content .rating {
  margin-top: 10px;
  color: #ffb708;
  font-size: 13px;
}

.single-product-box .product-content .rating i {
  margin-right: -1px;
}

.single-product-box:hover .product-image a img:nth-child(2) {
  opacity: 1;
  visibility: visible;
  margin-left: 0;
}

.single-product-box:hover .product-image .add-to-cart-btn {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
  border-bottom: 1px solid #272a35;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.newsletter-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.newsletter-content p {
  color: #cecece;
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 0;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 70px;
  line-height: initial;
  border: none;
  background-color: #ffffff;
  border-radius: 70px;
  color: #121521;
  outline: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 165px;
  padding-left: 25px;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
}

.newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #7d7d7d;
}

.newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #7d7d7d;
}

.newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #7d7d7d;
}

.newsletter-form .input-newsletter::placeholder {
  color: #7d7d7d;
}

.newsletter-form button {
  position: absolute;
  right: 7.5px;
  top: 7.5px;
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 1px 50px 0 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgb(0,242,255);
background: linear-gradient(90deg, rgba(0,215,255,1) 0%, rgba(0,178,255,1) 100%);
  height: 55px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.newsletter-form button i {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  color: #ffffff;
  border-radius: 50%;
  background-color: rgba(0,178,255,0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newsletter-form button:hover, .newsletter-form button:focus {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background: #121521 !important;
  color: #ffffff !important;
}

.newsletter-form button:hover i, .newsletter-form button:focus i {
  background-color: #ffffff;
  color: #121521;
}

.newsletter-form #validator-newsletter {
  position: absolute;
  left: 15px;
  bottom: -35px;
  color: #ffffff;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #121521;
  padding-top: 80px;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget .logo p {
  color: #cecece;
  margin-top: 15px;
  margin-bottom: 0;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-top: 18px;
  margin-bottom: 0;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.single-footer-widget .social li a {
  display: block;
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #3a3c45;
  text-align: center;
  font-size: 14px;
}

.single-footer-widget .social li a:hover {
  color: #ffffff;
  background-color: #00B2FF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.single-footer-widget .social li:first-child {
  margin-left: 0;
}

.single-footer-widget .social li:last-child {
  margin-right: 0;
}

.single-footer-widget h3 {
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}

.single-footer-widget .departments-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .departments-list li {
  margin-bottom: 10px;
  color: #cecece;
  font-size: 14.5px;
  font-family: 'Work Sans', sans-serif;
}

.single-footer-widget .departments-list li a {
  display: inline-block;
  color: #cecece;
}

.single-footer-widget .departments-list li a:hover {
  color: #00B2FF;
}

.single-footer-widget .departments-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .links-list li {
  margin-bottom: 10px;
  color: #cecece;
  font-size: 14.5px;
  font-family: 'Work Sans', sans-serif;
}

.single-footer-widget .links-list li a {
  display: inline-block;
  color: #cecece;
}

.single-footer-widget .links-list li a:hover {
  color: #00B2FF;
}

.single-footer-widget .links-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .opening-hours {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .opening-hours li {
  color: #cecece;
  border-bottom: 1px solid #393c49;
  overflow: hidden;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}

.single-footer-widget .opening-hours li span {
  float: right;
}

.single-footer-widget .opening-hours li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.copyright-area {
  text-align: center;
  border-top: 1px solid #272a35;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright-area p {
  line-height: initial;
  color: #ffffff;
  margin-bottom: 0;
}

.copyright-area p a {
  color: #ffffff;
  display: inline-block;
}

.copyright-area p a:hover {
  color: #00B2FF;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 15px;
  background: rgba(0,178,255,0.1);
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  color: #00B2FF;
  border-radius: 3px;
  font-size: 20px;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
          transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
  background-color: #00B2FF;
}
/*# sourceMappingURL=style.css.map */

/*buttons*/
.donate {padding: 10px 15px!important; margin-top: 10px;}
/*buttons*/

/*modal*/
.modal {display: none;position: fixed;z-index: 1;padding-top: 100px;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);}

/* Modal Content */
.modal-content {position: relative;background-color: #fefefe;margin: auto;padding: 0;border: 1px solid #888;width: 80%;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);-webkit-animation-name: animatetop;-webkit-animation-duration: 0.4s;animation-name: animatetop;animation-duration: 0.4s}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

.modal {z-index: 77777!important}
.md-btn {margin: 0px!important}
/*modal*/

/* privacy policy */
.privacy-policy {padding: 25px;margin: 0 auto;width: 1160px;}