/*-----------------------------------------------------------
    Theme Name: Trey
    Theme URI: 
    Description: Trey-
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
body {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #111111;
  line-height: 1.4;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

img {
  max-width: 100%;
  height: auto;
}

.owl-carousel .owl-item img {
  display: unset !important;
  width: auto !important;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.swiper-btn-next {
  position: absolute;
  left: -150px;
  top: 41%;
  z-index: 9999;
}
.swiper-btn-next i {
  color: #16BAE1 !important;
  font-size: 36px;
}

.swiper-btn-prev {
  position: absolute;
  right: -150px;
  top: 41%;
  z-index: 9999;
}
.swiper-btn-prev i {
  color: #ffffff !important;
  font-size: 36px;
}

.container-fluid {
  max-width: 1520px;
}

/*
Preloader Style
======================================================*/
.preloader {
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
}

.preloader .lds-spinner {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 45%;
  left: 45%;
}

.preloader .lds-spinner div {
  transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
  animation: lds-spinner 1.2s linear infinite;
}

.preloader .lds-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 35px;
  width: 5px;
  height: 20px;
  border-radius: 20%;
  background: #16BAE1;
}

.preloader .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.preloader .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.preloader .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.preloader .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.preloader .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.preloader .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.preloader .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.preloader .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.preloader .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.preloader .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.preloader .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.preloader .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
Button Style
======================================================*/
.default-btn1 {
  padding: 12px 50px 12px 25px;
  background: #16BAE1;
  position: relative;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  transition: all ease 0.5s;
  border: solid 1px #16BAE1;
}
.default-btn1 i {
  position: absolute;
  top: 61%;
  font-size: 17px;
  transform: translateY(-60%);
  margin-left: 12px;
}
.default-btn1:hover {
  border: solid 1px #DCDCDC;
  color: #666666;
  background-color: transparent;
}

.default-btn-two {
  padding: 12px 50px 12px 25px;
  position: relative;
  border: solid 1px #DCDCDC;
  transition: all ease 0.5s;
  color: #666666;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  border-radius: 5px;
}
.default-btn-two i {
  position: absolute;
  top: 61%;
  font-size: 17px;
  transform: translateY(-60%);
  margin-left: 12px;
}
.default-btn-two:hover {
  background-color: #16BAE1;
  color: #ffffff;
  border-color: #16BAE1;
}

iframe.map {
  height: 720px;
  width: 100%;
}

/*
Section Title Style
======================================================*/
.section-title {
  text-align: center;
  margin: auto;
  max-width: 560px;
  padding-bottom: 30px;
}
.section-title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 10px;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
  background: rgba(22, 186, 225, 0.2);
  border-radius: 5px;
}
.section-title h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 0;
}

.single-section span {
  font-weight: 700;
  font-size: 16px;
  line-height: 10px;
  display: inline-block;
  padding: 15px;
  margin-bottom: 15px;
  background: rgba(22, 186, 225, 0.2);
  border-radius: 5px;
}
.single-section h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}

/*
Background color Style
======================================================*/
.bg-f4fbfe {
  background: #F4FBFE;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  bottom: -140px;
  margin-top: -135px;
  padding-top: 20px;
  padding-bottom: 18px;
}
.navbar-area.is-sticky {
  top: -20px;
  left: 0;
  margin-bottom: 18px;
  background: #fff;
  padding-bottom: 0;
  width: 100%;
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar-area.is-sticky .desktop-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar-area .navbar-brand .white-logo {
  display: none;
}
.navbar-area .mobile-responsive-menu .logo .white-logo {
  display: none;
}

.navbar-area-style2 {
  bottom: -165px;
}

.navbar-area-style4 {
  position: relative;
  bottom: -75px;
  margin-top: -95px;
  padding-top: 20px;
  background: #fff;
  padding-bottom: 0;
}
.navbar-area-style4 .desktop-nav .navbar {
  background-color: #ffffff;
  border-radius: 10px;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0px !important;
  padding-top: 14px;
  padding-left: 0px !important;
  padding-bottom: 14px;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.desktop-nav .navbar {
  background-color: #ffffff;
  border-radius: 10px;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 30px;
  padding-top: 14px;
  padding-left: 30px;
  padding-bottom: 14px;
}
.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
  font-weight: 700;
  font-size: 16px;
  color: #111111;
  line-height: 1;
  position: relative;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-left: 24px;
  margin-right: 24px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
  padding-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\ea29";
  position: absolute;
  top: 1px;
  right: 0px;
  font-family: boxicons !important;
  font-weight: 600;
  line-height: 1;
  font-size: 16px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #16BAE1;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #16BAE1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 10px;
  display: block;
  width: 220px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #111111;
  padding: 16px;
  border-bottom: 1px dashed #e3e3e3;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea29";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: boxicons !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #16BAE1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #1b2336;
  border-bottom: 1px dashed #e3e3e3;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\ea4e";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #16BAE1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-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;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-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;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #1b2336;
}
.desktop-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;
}
.desktop-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: #000000;
}
.desktop-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, .desktop-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, .desktop-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: #1b2336;
}
.desktop-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;
}
.desktop-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: #000000;
}
.desktop-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, .desktop-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, .desktop-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: #1b2336;
}
.desktop-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: #1b2336;
}
.desktop-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;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #1b2336;
}
.desktop-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: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #00ca99;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 20px;
  visibility: visible;
}
.desktop-nav .navbar .others-options ul {
  padding-left: 0px;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  position: relative;
}
.desktop-nav .navbar .others-options ul:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 42px;
  height: 40px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.desktop-nav .navbar .others-options ul li {
  margin-left: 80px;
  display: inline-block;
  position: relative;
}
.desktop-nav .navbar .others-options ul li:first-child:before {
  position: absolute;
  content: "";
  top: -3px;
  left: 62px;
  height: 40px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0;
  margin-left: 50px;
}
.desktop-nav .navbar .others-options ul li a i {
  color: #fff;
  font-size: 30px;
}
.desktop-nav .navbar .others-options ul li .search {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  height: 50px;
  transform: translateX(-50%) translateY(-50%);
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field {
  width: calc(100% - 80px);
  border-width: 2px;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__input::-moz-placeholder {
  opacity: 1;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__input:-ms-input-placeholder {
  opacity: 1;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__input::placeholder {
  opacity: 1;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__close {
  left: -25px;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__button {
  right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__button--toggle {
  display: none;
}
.desktop-nav .navbar .others-options ul li .search__toggle:checked ~ .search__field .search__button--submit {
  display: flex;
}
.desktop-nav .navbar .others-options ul li .search__close {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateX(-50%);
  transition: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__close::before, .desktop-nav .navbar .others-options ul li .search__close::after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 3px;
  background-color: #fff;
}
.desktop-nav .navbar .others-options ul li .search__close::before {
  transform: rotate(45deg);
}
.desktop-nav .navbar .others-options ul li .search__close::after {
  transform: rotate(-45deg);
}
.desktop-nav .navbar .others-options ul li .search__field {
  position: absolute;
  right: 0;
  left: 50%;
  width: 40px;
  height: 45px;
  border: 0px solid #fff;
  border-radius: 50px;
  transform: translateX(-50%);
  transform-origin: right;
  transition: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__input {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  width: calc(100% - 40px);
  height: 100%;
  padding: 5px 15px;
  color: #ffffff;
  background-color: transparent;
  border: 0;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.desktop-nav .navbar .others-options ul li .search__input::-moz-placeholder {
  color: #ffffff;
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0;
  -ms-transition: 0.3s;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__input::placeholder {
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__label {
  cursor: pointer;
}
.desktop-nav .navbar .others-options ul li .search__button {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}
.desktop-nav .navbar .others-options ul li .search__button--submit {
  display: none;
  border: 0;
}
.desktop-nav .navbar .others-options ul li .search__icon {
  position: relative;
  width: 19px;
  height: 19px;
}
.desktop-nav .navbar .others-options ul li .search__icon::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #0099ff;
  border-radius: 50px;
}
.desktop-nav .navbar .others-options ul li .search__icon::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #0099ff;
  transform: rotate(45deg);
  transform-origin: right;
}
.desktop-nav .others-options .style1 {
  border-radius: 5px;
}
.desktop-nav .others-options .style1::before {
  border-radius: 5px;
}
.desktop-nav .others-options .style1::after {
  border-radius: 5px;
}
.desktop-nav .others-options ul li .default-btn1 {
  padding-left: 40px;
  padding-right: 46px;
}

.mobile-responsive-nav {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}
.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -54px;
}
.others-option-for-responsive .dot-menu .inner {
  display: flex;
  align-items: center;
  height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  transition: all ease 0.5s;
  background-color: #16BAE1;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #16BAE1;
}
.others-option-for-responsive .container {
  position: relative;
}
.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scaleY(0);
  padding-left: 15px;
  padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  z-index: 2;
}
.others-option-for-responsive .container .others-options {
  background-color: #000000;
  padding: 12px 8px 12px 8px;
  border-radius: 10px;
  justify-content: space-evenly;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.others-option-for-responsive .container .others-options a.common-btn.style1 {
  position: relative;
}
.others-option-for-responsive .container .others-options a.login-text {
  position: relative;
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 700;
  top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  color: #049370;
}
.others-option-for-responsive .container .others-options .optional-btn {
  color: #16BAE1;
  margin-right: 25px;
  margin-left: 0;
  font-weight: 700;
  position: relative;
  top: 2px;
  padding: 14px 25px;
}
.others-option-for-responsive .container .others-options .default-btn {
  font-size: 15px;
}

/*
Hero Area Style
======================================================*/
.hero-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 120px;
}
.hero-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 69%;
  z-index: -1;
  background-color: #F4FBFE;
}
.hero-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 31%;
  z-index: -1;
  background-color: #16BAE1;
}
.hero-area .banner-shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.hero-area .banner-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-area .banner-shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-area .banner-shape-8 {
  position: absolute;
  left: 50px;
  opacity: 3%;
  bottom: 0;
}

.hero-content {
  position: relative;
}
.hero-content h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 80px;
  color: #111111;
  margin-bottom: 15px;
}
.hero-content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 35px;
}
.hero-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.hero-content ul li {
  display: inline-block;
  margin-right: 20px;
}
.hero-content ul li:last-child {
  margin-right: 0;
}
.hero-content .banner-shape-5 {
  position: absolute;
  right: 0;
  bottom: -135px;
  opacity: 3%;
}
.hero-content .banner-shape-6 {
  position: absolute;
  bottom: -128px;
  left: 162px;
  opacity: 3%;
}
.hero-content .banner-shape-7 {
  position: absolute;
  top: -150px;
  right: -122px;
  opacity: 3%;
}
.hero-content .banner-shape-9 {
  position: absolute;
  top: -140px;
  opacity: 3%;
  left: 137px;
}

.hero-image {
  text-align: center;
  position: relative;
  z-index: 1;
}
.hero-image .banner-shape-4 {
  position: absolute;
  right: 0;
  left: 0;
  top: 17%;
}

.swiper-wrapper {
  overflow: hidden;
  z-index: 2;
}

.swiper-container {
  z-index: 99;
  position: relative;
}

/*
Address Area Style
======================================================*/
.address-widget {
  align-items: center;
  margin-bottom: 30px;
}
.address-widget .address-icon {
  height: 80px;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  width: 80px;
  line-height: 90px;
  text-align: center;
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
}
.address-widget .address-icon::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: all ease 0.5s;
  background-color: #16BAE1;
  border-radius: 10px;
  z-index: -1;
}
.address-widget .address-icon:hover::before {
  height: 100%;
}
.address-widget .address-icon:hover i {
  color: #ffffff;
}
.address-widget .address-icon i {
  font-size: 42px;
  color: #111111;
}
.address-widget .address-content {
  margin-left: 100px;
  margin-right: 10px;
}
.address-widget .address-content h5 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 12px;
}
.address-widget .address-content a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 8px;
  transition: all ease 0.5s;
}
.address-widget .address-content a:hover {
  color: #16BAE1 !important;
}
.address-widget .address-content .last-link {
  margin-bottom: 0;
}
.address-widget .address-content span {
  line-height: 1.9;
  font-weight: 400;
  font-size: 16px;
}

.inner-address {
  box-shadow: 0px 0px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
}

/*
Service Area Style
======================================================*/
.service-card {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}
.service-card .service-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.service-card .service-image img {
  transition: all ease 0.5s;
}
.service-card .service-icon {
  background: #16BAE1;
  border-radius: 0px 10px 10px 10px;
  height: 80px;
  width: 80px;
  line-height: 90px;
  position: relative;
  text-align: center;
  top: -60px;
  margin-bottom: -35px;
}
.service-card .service-icon i {
  font-size: 42px;
  color: #ffffff;
}
.service-card .service-content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.service-card .service-content h4 a {
  color: #111111;
}
.service-card .service-content p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.service-card .service-content .default-btn-two {
  color: #16BAE1;
}
.service-card .service-content .default-btn-two:hover {
  color: #ffffff;
}
.service-card:hover {
  transform: translateY(-8px);
}
.service-card:hover .service-image img {
  transform: scale(1.08);
}
.service-card:hover .service-content h4 a {
  color: #16BAE1 !important;
}
.service-card:hover .service-content .default-btn-two {
  background-color: #16BAE1 !important;
  border-color: #16BAE1;
  color: #ffffff;
}

/*
About Area Style
======================================================*/
.about-image {
  margin-right: 35px;
  position: relative;
}
.about-image .about-icon {
  height: 170px;
  width: 175px;
  padding: 30px 0;
  text-align: center;
  position: absolute;
  background: #ffffff;
  right: 25px;
  bottom: 25px;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
}
.about-image .about-icon i {
  font-size: 55px;
  margin-bottom: 0;
  color: #16BAE1;
}
.about-image .about-icon h6 {
  font-weight: 500;
  font-size: 16px;
}
.about-image img {
  border-radius: 10px;
}

.about-content p {
  font-weight: 400;
  font-size: 16px;
}
.about-content .last-p {
  margin-bottom: 30px;
}
.about-content .about-list {
  justify-content: space-between;
}
.about-content .about-list ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.about-content .about-list ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 14px;
}
.about-content .about-list ul li span {
  position: absolute;
  left: 0;
  font-size: 36px;
  top: -8px;
  color: #16BAE1;
}
.about-content h5 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 22px;
}

.last-about-image img {
  border-radius: 10px;
}

/*
Resist Area Style
======================================================*/
.resist-content {
  margin-right: 30px;
}
.resist-content p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
}
.resist-content ul {
  position: relative;
  padding-left: 40px;
  list-style-type: none;
  margin-bottom: 0;
}
.resist-content ul::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 96%;
  width: 1px;
  background-color: #DCDCDC;
}
.resist-content ul li {
  margin-bottom: 25px;
  position: relative;
}
.resist-content ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -47px;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: solid 2px #16BAE1;
  border-radius: 50px;
}
.resist-content ul li:last-child {
  margin-bottom: 0;
}
.resist-content ul li h5 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.resist-content ul li p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.resist-image {
  margin-left: 20px;
  position: relative;
}
.resist-image img {
  border-radius: 10px;
}
.resist-image .resist-doctor-2 {
  position: absolute;
  bottom: -90px;
  right: 0;
  border-radius: 10px;
  border: solid 10px #fff;
}
.resist-image .resist-doctor-2 img {
  border-radius: 10px;
}
.resist-image .resist-shape {
  position: absolute;
  top: 0;
  right: 0;
}
.resist-image .resist-doctor-1 {
  position: relative;
  padding-right: 50px;
}

/*
Procedure Area Style
======================================================*/
.procedure-card {
  padding: 30px;
  position: relative;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.procedure-card .procedure-icon {
  height: 80px;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  width: 80px;
  line-height: 90px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.procedure-card .procedure-icon::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: all ease 0.5s;
  background-color: #16BAE1;
  border-radius: 10px;
  z-index: -1;
}
.procedure-card .procedure-icon i {
  font-size: 42px;
  color: #111111;
}
.procedure-card .pro-number-one {
  position: absolute;
  right: 35px;
  height: 40px;
  text-align: center;
  background: rgba(22, 186, 225, 0.05);
  width: 40px;
  line-height: 40px;
  font-weight: 500;
  color: #DCDCDC;
  font-size: 15px;
  border-radius: 50px;
  transition: all ease 0.5s;
}
.procedure-card .pro-number-two {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 67px;
  line-height: 56px;
  height: 67px;
  font-weight: 500;
  font-size: 18px;
  color: #3E4654;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.5s;
}
.procedure-card .pro-number-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: rgba(22, 186, 225, 0.15);
  border-radius: 0px 10px 0px 60px;
  width: 100%;
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: all ease 0.5s;
}
.procedure-card .procedure-content h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}
.procedure-card .procedure-content h4 a {
  color: #111111;
}
.procedure-card .procedure-content p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.procedure-card .procedure-content .default-btn-two {
  color: #16BAE1;
}
.procedure-card:hover .procedure-icon::before {
  height: 100%;
}
.procedure-card:hover .procedure-icon i {
  color: #ffffff;
}
.procedure-card:hover .procedure-content h4 a {
  color: #16BAE1;
}
.procedure-card:hover .procedure-content .default-btn-two {
  background-color: #16BAE1 !important;
  border-color: #16BAE1;
  color: #ffffff;
}
.procedure-card:hover .pro-number-one {
  display: none;
}
.procedure-card:hover .pro-number-two {
  visibility: visible;
  opacity: 1;
}
.procedure-card:hover .pro-number-two::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

/*
Testimonials Area Style
======================================================*/
.testimonials-tabs div#myTabContent {
  margin-bottom: 30px;
}
.testimonials-tabs .nav {
  border: none;
}
.testimonials-tabs .nav .nav-item {
  border: none;
  margin-bottom: 15px;
  margin-right: 25px;
}
.testimonials-tabs .nav .nav-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.testimonials-tabs .nav .nav-item .nav-link {
  border: none;
  padding: 0;
}
.testimonials-tabs .nav .nav-item .nav-link.active {
  background-color: transparent;
}
.testimonials-tabs .nav .nav-item .nav-link.active .testimonial-button {
  background-color: #16BAE1;
}
.testimonials-tabs .nav .nav-item .nav-link.active .testimonial-button .testimonial-btn-content h6 {
  color: #ffffff;
}
.testimonials-tabs .nav .nav-item .nav-link.active .testimonial-button .testimonial-btn-content p {
  color: #ffffff;
}
.testimonials-tabs .tab-content .tab-pane {
  margin-bottom: 45px;
}

.testimonial-image {
  padding-right: 50px;
}
.testimonial-image img {
  border-radius: 10px;
}

.testimonial-content {
  text-align: start;
}
.testimonial-content i.flaticon-speech-bubble {
  font-size: 70px;
  line-height: 0;
  color: #16BAE1;
}
.testimonial-content h5 {
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  margin-bottom: 20px;
}
.testimonial-content .testimonials-star {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.testimonial-content .testimonials-star li {
  display: inline-block;
}
.testimonial-content .testimonials-star li i {
  color: #FFBC08;
  font-size: 20px;
}
.testimonial-content p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.testimonial-content .testimonial-self h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}
.testimonial-content .testimonial-self p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}

.testimonial-button {
  align-items: center;
  background: rgba(22, 186, 225, 0.1);
  border-radius: 10px;
  padding: 20px;
  transition: all ease 0.5s;
  width: 300px;
}
.testimonial-button .testimonial-btn-content {
  margin-left: 25px;
}
.testimonial-button .testimonial-btn-content h6 {
  transition: all ease 0.5s;
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  margin-bottom: 6px;
}
.testimonial-button .testimonial-btn-content p {
  transition: all ease 0.5s;
  color: #111111;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-button .testimonial-btn-image img {
  height: 75px;
  width: 75px;
  border-radius: 10px;
}

.last-office {
  margin-bottom: 0 !important;
}

/*
Team Area Style
======================================================*/
.team-area .section-title {
  max-width: 630px;
}

.product-area .section-title {
  max-width: 630px;
}

.team-card {
  position: relative;
  margin-bottom: 30px;
}
.team-card .team-shape {
  position: absolute;
}
.team-card .main-team {
  margin-left: 38px;
  margin-top: 50px;
  text-align: center;
}
.team-card .main-team img {
  border-radius: 10px 10px 0px 0px;
}
.team-card .main-team .team-content {
  padding: 25px;
  background: #FFFFFF;
  transition: all ease 0.5s;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 0px 0px 10px 10px;
}
.team-card .main-team .team-content h4 {
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  margin-bottom: 5px;
  transition: all ease 0.5s;
}
.team-card .main-team .team-content p {
  font-weight: 400;
  font-size: 16px;
  transition: all ease 0.5s;
  margin-bottom: 0;
}
.team-card .team-style span {
  position: relative;
}
.team-card .team-style span::before {
  position: absolute;
  content: "";
  top: 52px;
  left: 38px;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 2px;
  background-color: #16BAE1;
}
.team-card .team-style .team-style-list {
  position: relative;
  top: 230px;
  right: -20px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.team-card .team-style .team-style-list li {
  position: relative;
  margin-bottom: 12px;
}
.team-card .team-style .team-style-list li:last-child {
  margin-bottom: 0;
}
.team-card .team-style .team-style-list li a {
  height: 38px;
  width: 38px;
  line-height: 45px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  transition: all ease 0.5s;
  background-color: #ffffff;
}
.team-card .team-style .team-style-list li a i {
  font-size: 16px;
  color: #111111;
  transition: all ease 0.5s;
}
.team-card .team-style .team-style-list li a:hover {
  background-color: #16BAE1;
}
.team-card .team-style .team-style-list li a:hover i {
  color: #ffffff;
}
.team-card .team-style p {
  position: absolute;
  transform: rotate(90deg);
  left: -11px;
  top: 280px;
  transition: all ease 0.5s;
}
.team-card:hover .main-team .team-content {
  background-color: #16BAE1;
}
.team-card:hover .main-team .team-content h4 {
  color: #ffffff;
}
.team-card:hover .main-team .team-content p {
  color: #ffffff;
}
.team-card:hover .team-style .team-style-list {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.5s;
}
.team-card:hover .team-style p {
  opacity: 0;
  visibility: hidden;
}

/*
Product Area Style
======================================================*/
.product-card {
  position: relative;
  margin-bottom: 30px;
}
.product-card .spain {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  line-height: 56px;
  height: 56px;
  font-weight: 500;
  font-size: 18px;
  color: #3E4654;
  text-align: center;
  background: rgba(22, 186, 225, 0.3);
  border-radius: 0px 10px 0px 60px;
  transition: all ease 0.5s;
}
.product-card .spain p {
  transform: rotate(45deg);
  margin-top: 12px;
}
.product-card .product-content {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(22, 186, 225, 0.1);
  border-radius: 0px 0px 10px 10px;
}
.product-card .product-content h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 12px;
}
.product-card .product-content h4 a {
  color: #111111;
}
.product-card .product-content .product-icon-list {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.product-card .product-content .product-icon-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.product-card .product-content .product-icon-list ul li {
  display: inline-block;
}
.product-card .product-content .product-icon-list .price-list li {
  font-weight: 600;
  font-size: 18px;
  color: #16BAE1;
  margin-right: 8px;
}
.product-card .product-content .product-icon-list .price-list p {
  font-weight: 600;
  font-size: 18px;
  text-decoration: line-through;
}
.product-card .product-content .product-icon-list .star-list li {
  color: #FFBC08;
}
.product-card .product-content .love-icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.product-card .product-content .love-icon li {
  display: inline-block;
  margin-right: 5px;
}
.product-card .product-content .love-icon li a {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  line-height: 49px;
  display: inline-block;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 1px solid rgba(22, 186, 225, 0.2);
}
.product-card .product-content .love-icon li a i {
  font-size: 24px;
  color: #111111;
  transition: all ease 0.5s;
}
.product-card .product-content .love-icon li a img {
  margin-bottom: 11px;
  transition: all ease 0.5s;
}
.product-card .product-content .love-icon li a .view-2 {
  display: none;
  transition: all ease 0.5s;
}
.product-card .product-content .love-icon li a .view-1 {
  transition: all ease 0.5s;
}
.product-card .product-content .love-icon li a:hover {
  background-color: #16BAE1;
}
.product-card .product-content .love-icon li a:hover i {
  color: #ffffff;
}
.product-card .product-content .love-icon li a:hover .view-2 {
  display: inline-block;
  transition: all ease 0.5s;
}
.product-card .product-content .love-icon li a:hover .view-1 {
  display: none;
  transition: all ease 0.5s;
}
.product-card .product-content .default-btn-two {
  text-align: center;
  width: 100%;
  color: #16BAE1;
}
.product-card:hover .product-content .default-btn-two {
  background-color: #16BAE1;
  color: #ffffff;
}

/*
appointment  Area Style
======================================================*/
.appointment-area {
  background-image: url(../images/appointments/appointment-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.appointment-area .section-title {
  max-width: 650px;
}
.appointment-area .section-title span {
  background-color: #16BAE1;
  color: #ffffff;
}
.appointment-area .section-title h2 {
  color: #ffffff;
}

.appointment-widget {
  background: #FFFFFF;
  padding: 80px 50px;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px 0px 0px 10px;
}
.appointment-widget h4 {
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  margin-bottom: 10px;
}
.appointment-widget p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
  color: #666666;
}
.appointment-widget .form-control {
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(22, 186, 225, 0.2);
  border-radius: 5px;
  background-color: #ffffff;
  position: relative;
  color: #666666;
}
.appointment-widget .form-control::-moz-placeholder {
  color: #666666;
}
.appointment-widget .form-control:-ms-input-placeholder {
  color: #666666;
}
.appointment-widget .form-control::placeholder {
  color: #666666;
}
.appointment-widget .form-control:focus {
  box-shadow: unset;
}
.appointment-widget .form-select {
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid rgba(22, 186, 225, 0.2);
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
}
.appointment-widget .form-select:focus {
  box-shadow: unset;
}
.appointment-widget .date-input {
  position: relative;
}
.appointment-widget .date-input i.flaticon-calendar {
  position: absolute;
  top: 15px;
  right: 15px;
}
.appointment-widget .default-btn1.nav-btn {
  width: 100%;
}

.ui-datepicker {
  border: 0 !important;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  z-index: 1 !important;
}
.ui-datepicker .ui-datepicker-prev {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  left: -2px;
  cursor: pointer;
  text-align: center;
  transition: 0.5s;
  border-radius: 50px;
  background-color: #16BAE1;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev::before {
  content: "\ea4d";
  font-family: boxicons !important;
}
.ui-datepicker .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  text-align: center;
  right: -2px;
  transition: 0.5s;
  border-radius: 50px;
  background-color: #16BAE1;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-next::before {
  content: "\ea50";
  font-family: boxicons !important;
}
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker th {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  color: #000000;
}
.ui-datepicker .ui-state-default, .ui-datepicker .ui-datepicker .ui-widget-content .ui-state-default {
  border: 1px solid #eeeeee;
  background: #eeeeee;
  color: #666666;
  text-align: center;
  border-radius: 50px;
}
.ui-datepicker .ui-state-active, .ui-datepicker .ui-datepicker .ui-widget-content .ui-state-active {
  border-color: #16BAE1;
  background: #16BAE1;
  color: #ffffff !important;
  transition: 0.5s;
}
.ui-datepicker .ui-state-hover, .ui-datepicker .ui-datepicker .ui-datepicker-next-hover {
  border: 1px solid #16BAE1 !important;
  background: #16BAE1 !important;
  font-weight: 600 !important;
  transition: 0.5s;
  color: #ffffff !important;
}

.appointment-image {
  background-image: url(../images/appointments/appointment-2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}

.inner-appointment {
  position: relative;
  bottom: -305px;
  margin-top: -305px;
  margin-bottom: 305px;
}

/*
Blog Area Style
======================================================*/
.blog-card {
  margin-bottom: 30px;
  margin-top: 20px;
}
.blog-card img {
  border-radius: 10px 10px 0px 0px;
}
.blog-card .blog-content {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
  padding: 10px 30px 30px 30px;
  margin-left: 40px;
  background: #FFFFFF;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px 0px 10px 10px;
}
.blog-card .blog-content span {
  position: relative;
}
.blog-card .blog-content span::before {
  position: absolute;
  content: "";
  top: 18px;
  left: -31px;
  bottom: 0;
  right: 0;
  height: 70px;
  width: 4px;
  background: #16BAE1;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 0px 10px 10px 0px;
}
.blog-card .blog-content h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-card .blog-content h3 a {
  color: #111111;
}
.blog-card .blog-content p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.blog-card .blog-content .last-p {
  margin-bottom: 0 !important;
}
.blog-card .blog-content .default-btn-two {
  color: #16BAE1;
}
.blog-card .blog-content .blog-date {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  background-color: #16BAE1;
  border-radius: 10px;
  top: -32px;
  margin-bottom: -16px;
}
.blog-card .blog-content .blog-date li {
  display: inline-block;
  color: #ffffff;
  margin-right: 5px;
  font-weight: 400;
  font-size: 16px;
}
.blog-card .blog-content .blog-date li:last-child {
  margin-right: 0;
}
.blog-card .blog-content .blog-date li i {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.blog-card:hover .blog-content h3 a {
  color: #16BAE1;
}
.blog-card:hover .blog-content .default-btn-two {
  color: #ffffff;
  background-color: #16BAE1;
}

.blog-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  left: auto;
}
.blog-slider .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.blog-slider .owl-nav .owl-next i {
  color: #000000 !important;
}
.blog-slider .owl-nav .owl-prev {
  position: absolute;
  left: -100px;
}
.blog-slider .owl-nav .owl-prev i {
  color: #000000 !important;
}
.blog-slider .owl-nav [class*=owl-] {
  background: #FFFFFF !important;
  border: 1px solid rgba(22, 186, 225, 0.2) !important;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  transition: all ease 0.5s;
  line-height: 44px !important;
}
.blog-slider .owl-nav [class*=owl-]:hover {
  background-color: #16BAE1 !important;
}
.blog-slider .owl-nav [class*=owl-]:hover i {
  color: #ffffff !important;
}
.blog-slider .owl-nav [class*=owl-] i {
  font-size: 20px;
  transition: all ease 0.5s;
}

.cart-btn {
  padding: 12px 35px;
}

.inner-appointment2 {
  position: relative;
  bottom: -130px;
  margin-top: -130px;
  margin-bottom: 130px;
}

.inner-appointment-3 {
  position: relative;
  bottom: -100px;
  margin-top: -100px;
  margin-bottom: 100px;
}

/*
Footer Area Style
======================================================*/
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget img {
  margin-bottom: 30px;
  margin-top: 10px;
}
.footer-widget p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.footer-widget .social-link {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}
.footer-widget .social-link li a {
  width: 37.26px;
  height: 37.26px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  background: #ffffff;
  transition: all ease 0.5s;
  box-shadow: 0px 0px 25px rgba(17, 17, 17, 0.08);
}
.footer-widget .social-link li a:hover {
  background-color: #16BAE1;
  color: #ffffff;
}
.footer-widget h4 {
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer-widget h4::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 235px;
  background-color: #16BAE1;
}
.footer-widget .footer-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footer-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.footer-widget .footer-list li a {
  font-weight: 500;
  font-size: 15px;
  color: #666666;
}
.footer-widget .footer-list li a span {
  position: absolute;
  position: absolute;
  left: 0;
  font-size: 35px;
  top: -8px;
}
.footer-widget .footer-list li a:hover {
  color: #16BAE1 !important;
}
.footer-widget .adderss-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .adderss-list li {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 16px;
  color: #111111;
}
.footer-widget .adderss-list li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 4px;
  color: #666666;
}
.footer-widget .adderss-list li a:hover {
  color: #16BAE1 !important;
}
.footer-widget .form-control {
  background: #FFFFFF;
  border: 1px solid rgba(22, 186, 225, 0.2);
  border-radius: 5px;
  height: 50px;
  margin-bottom: 20px;
}
.footer-widget .form-control:focus {
  box-shadow: unset;
}
.footer-widget .default-btn1 {
  width: 100%;
}

.footer-widget2 {
  padding-left: 40px;
}

.footer-widget4 {
  padding-left: 20px;
}

.footer-area {
  overflow: hidden;
}

#validator-newsletter {
  color: red;
  position: relative;
  top: 15px;
}

.inner-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px #ECECEC;
}
.inner-footer p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
}
.inner-footer p a {
  color: #16BAE1;
}
.inner-footer p a:hover {
  color: #666666;
}
.inner-footer ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  text-align: right;
}
.inner-footer ul li {
  display: inline-block;
  padding-right: 35px;
  position: relative;
}
.inner-footer ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 14px;
  bottom: 0;
  height: 20px;
  width: 1px;
  background: #ECECEC;
}
.inner-footer ul li:last-child {
  padding-right: 0;
}
.inner-footer ul li:last-child::before {
  background-color: transparent;
}
.inner-footer ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.inner-footer ul li a:hover {
  color: #16BAE1;
}

/*
Home-2 Hero Area Style
======================================================*/
.hero-area-style2 {
  background-image: url(../images/banners/background-image.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 235px;
  overflow: hidden;
}

.hero-image2 img {
  position: absolute;
  right: 115px;
  top: 145px;
}

.hero-content2 h1 {
  color: #ffffff;
  font-size: 57px;
}
.hero-content2 p {
  color: #D3D3D3;
}
.hero-content2 .default-btn-two {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.hero-content2 .default-btn1:hover {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

/*
Home-2 Adderss Area Style
======================================================*/
.address-area-style2 {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}

/*
Home-2 About Area Style
======================================================*/
.about-content .about-style2-list .washing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0px;
}
.about-content .about-style2-list .washing-list li {
  position: relative;
  margin-bottom: 20px;
  background: #F4FBFE;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  color: #666666;
  padding: 15px 25px 15px 35px;
}
.about-content .about-style2-list .washing-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-style2-list .washing-list li span {
  position: absolute;
  left: 12px;
  font-size: 36px;
  top: 7px;
  color: #16BAE1;
}
.about-content .about-style2-list .washing-list2 {
  margin-right: 30px;
}

.about-image-2 {
  margin-right: 55px;
}
.about-image-2 img {
  border-radius: 10px;
}
.about-image-2 .image-paragraph {
  position: absolute;
  max-width: 475px;
  padding: 22px 30px 30px 30px;
  background-color: #16BAE1;
  border-radius: 10px;
  right: -50px;
  bottom: 40px;
}
.about-image-2 .image-paragraph p {
  color: #ffffff;
}

/*
Home-2 Family Service  Area Style
======================================================*/
.family-card {
  padding: 28px;
  transition: all ease 0.5s;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.family-card .service-icon {
  height: 80px;
  border-radius: 10px;
  width: 80px;
  line-height: 90px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all ease 0.5s;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  text-align: center;
  margin-bottom: 20px;
}
.family-card .service-icon::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  transition: all ease 0.5s;
  background-color: #16BAE1;
  border-radius: 10px;
  z-index: -1;
}
.family-card .service-icon i {
  font-size: 42px;
  transition: all ease 0.5s;
}
.family-card .service-content h4 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.family-card .service-content h4 a {
  color: #111111;
}
.family-card .service-content p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.family-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
}
.family-card:hover .service-content h4 a {
  color: #16BAE1 !important;
}
.family-card:hover .service-content .default-btn-two {
  background-color: #16BAE1 !important;
  border-color: #16BAE1;
  color: #ffffff;
}
.family-card:hover .service-icon::before {
  height: 100%;
}
.family-card:hover .service-icon i {
  color: #ffffff;
}

/*
Home-2 Question  Area Style
======================================================*/
.question-area {
  position: relative;
  z-index: 1;
}
.question-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-color: #f4fbfe;
  z-index: -1;
}

.question-image {
  background-image: url(../images/questions/question-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
}

.qusetion-accordion {
  padding: 55px 36px;
  background-color: #ffffff;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px 0px 0px 10px;
}
.qusetion-accordion .accordion-body {
  padding: 0px 20px 12px 23px;
}
.qusetion-accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid rgba(22, 186, 225, 0.2);
  border-radius: 5px;
}
.qusetion-accordion .accordion-item p {
  line-height: 1.8;
}
.qusetion-accordion .accordion-item button.accordion-button {
  font-weight: 600;
  font-size: 16px;
}
.qusetion-accordion .accordion-item button.accordion-button:focus {
  box-shadow: unset;
}
.qusetion-accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #111111;
  background-color: transparent;
  box-shadow: unset;
}
.qusetion-accordion .accordion-item button.accordion-button::before {
  right: 15px;
  font-size: 24px;
  opacity: 100%;
  top: 50%;
  font-weight: 100;
  content: "\ea4a";
  position: absolute;
  transform: translateY(-50%);
  font-family: boxicons;
  color: #16BAE1;
}
.qusetion-accordion .accordion-item button.accordion-button::after {
  display: none;
}
.qusetion-accordion .accordion-item button.accordion-button:not(.collapsed)::before {
  content: "\ea57";
  font-size: 24px;
  opacity: 1;
  color: #16BAE1;
  font-weight: 100;
}

/*
Home-2 Pricing  Area Style
======================================================*/
.pricing-card {
  border: 1px solid rgba(22, 186, 225, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}
.pricing-card .default-btn-two {
  width: 100%;
  color: #16BAE1;
  text-align: center;
}
.pricing-card h5 {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 22px;
  color: #111111;
}
.pricing-card p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #666666;
}
.pricing-card .pricing-price {
  align-items: baseline;
  margin-bottom: 10px;
}
.pricing-card .pricing-price h1 {
  font-weight: 900;
  font-size: 48px;
  margin-right: 8px;
  margin-bottom: 0;
}
.pricing-card .pricing-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: solid 1px #EAEAEA;
}
.pricing-card .pricing-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
}
.pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-list li i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #16BAE1;
  font-size: 18px;
}
.pricing-card .pricing-list .common-color {
  color: #A4A4A4;
}
.pricing-card .pricing-list .common-color i {
  color: #A4A4A4;
}
.pricing-card .pricing-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.pricing-card:hover {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border: solid 1px transparent;
}
.pricing-card:hover .default-btn-two {
  background-color: #16BAE1;
  color: #ffffff;
}
.pricing-card:hover .pricing-shape {
  opacity: 1;
  visibility: visible;
}

/*
Home-2 Project  Area Style
======================================================*/
.project-image {
  position: relative;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
.project-image img {
  border-radius: 10px;
}
.project-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  background: rgba(17, 17, 17, 0.85);
  border-radius: 10px;
}
.project-image a {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 43px;
  color: #ffffff;
  transition: all ease 0.5s;
  border-radius: 50px;
  background-color: #16BAE1;
  visibility: hidden;
  opacity: 0;
}
.project-image .project-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: all ease 0.5s;
  visibility: hidden;
  opacity: 0;
}
.project-image .project-content h5 {
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
}
.project-image .project-content p {
  color: #D6D6D6;
  font-weight: 400;
  font-size: 16px;
}
.project-image:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-image:hover .project-content {
  opacity: 1;
  visibility: visible;
}
.project-image:hover a {
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  margin-bottom: -10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-theme .owl-dots .owl-dot:hover span {
  background: #16BAE1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

/*
Home-2 Client say  Area Style
======================================================*/
.client-card {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 55px;
  margin-right: 15px;
  margin-left: 15px;
  transition: all ease 0.5s;
  border-bottom: solid 2px transparent;
}
.client-card:hover {
  border-bottom: solid 2px #16BAE1;
}
.client-card .image-icon {
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -80px;
  margin-bottom: -55px;
}
.client-card .image-icon img {
  border-radius: 5px;
  height: 115px;
  width: 115px !important;
}
.client-card .image-icon i {
  font-size: 70px;
  line-height: 0;
  color: #16BAE1;
}
.client-card p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.client-card .self-icon {
  justify-content: space-between;
  align-items: center;
}
.client-card .self-icon h5 {
  font-weight: 500;
  font-size: 18px;
}
.client-card .self-icon p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 0;
}
.client-card .self-icon .self-star {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.client-card .self-icon .self-star li {
  display: inline-block;
}
.client-card .self-icon .self-star li i {
  color: #FFBC08;
}

.client-card1 .image-icon img {
  border-radius: 5px;
  height: 90px;
  width: 90px !important;
}

/*
Home-2 appointment   Area Style
======================================================*/
.appointment-widget-two {
  max-width: 920px;
  margin: auto;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px !important;
}
.appointment-widget-two .section-title span {
  background: rgba(22, 186, 225, 0.2);
  color: #111111;
}
.appointment-widget-two h2 {
  color: #111111 !important;
}

/*
Home-2 Funfect  Area Style
======================================================*/
.single-funfacts-box {
  box-shadow: 0px 0px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  background-color: transparent;
  position: relative;
}
.single-funfacts-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 55%;
  border-radius: 10px;
  background-color: #ffffff;
  z-index: -2;
  transition: 0.8s;
}
.single-funfacts-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  border-radius: 10px;
  width: 50%;
  background-color: #ffffff;
  z-index: -2;
  transition: 0.8s;
}
.single-funfacts-box:hover::before {
  background-color: #16BAE1;
  transition: 0.8s;
  width: 100%;
}
.single-funfacts-box:hover::after {
  background-color: transparent;
  transition: 0.8s;
  width: 100%;
}
.single-funfacts-box:hover h3 {
  color: #ffffff;
}
.single-funfacts-box:hover h5 {
  color: #ffffff;
}
.single-funfacts-box:hover p {
  color: #ffffff;
}
.single-funfacts-box h3 {
  font-weight: 900;
  font-size: 40px;
  font-family: "Roboto" !important;
  transition: all ease 0.5s;
  color: #111111;
}
.single-funfacts-box h5 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
.single-funfacts-box p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.single-funfacts-box .content {
  position: relative;
  left: 5px;
  top: 1px;
}

/*
Home-3 Hero  Area Style
======================================================*/
.hero-area-style3 {
  padding-top: 230px;
  padding-bottom: 270px;
}
.hero-area-style3 .banner-image {
  margin-right: 40px;
}
.hero-area-style3 .hero-content {
  margin-left: 27px;
  position: relative;
}

/*
Home-3 Address  Area Style
======================================================*/
.address-area-style3 {
  position: relative;
  top: -160px;
  margin-bottom: -160px;
}

/*
Home-3 About  Area Style
======================================================*/
.about-three-image {
  margin-left: 40px;
  position: relative;
}
.about-three-image .about-mini {
  position: absolute;
  left: -75px;
  bottom: 80px;
}

.about-content-three p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
}
.about-content-three .about-widget {
  align-items: center;
}
.about-content-three .about-widget img {
  margin-right: 30px;
  border-radius: 10px;
}
.about-content-three .about-widget h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
}

.about-three-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
.about-three-list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 15px;
}
.about-three-list li:last-child {
  margin-bottom: 0;
}
.about-three-list span {
  position: absolute;
  left: 0;
  font-size: 32px;
  top: -9px;
  color: #16BAE1;
}

/*
Home-3 Resist  Area Style
======================================================*/
.resist-area-style3 {
  position: relative;
  z-index: 1;
}
.resist-area-style3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  width: 100%;
  background-color: #f4fbfe;
  z-index: -1;
}

.resist-image3 {
  background-image: url(../images/resistances/resist-2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.resist-content-style3 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 0;
  margin-left: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 100px;
  padding-left: 50px;
  margin-right: -170px;
  left: -170px;
  background-color: #ffffff;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
}
.resist-content-style3 ul {
  padding-left: 50px;
}
.resist-content-style3 ul::before {
  left: 10px;
}
.resist-content-style3 ul li {
  margin-bottom: 15px;
}
.resist-content-style3 ul li:last-child {
  margin-bottom: 0;
}

/*
Home-3 Client  Area Style
======================================================*/
.client-card .image-icon-style3 i {
  color: #111111;
  transition: all ease 0.5s;
  font-size: 60px;
}
.client-card:hover .image-icon-style3 i {
  color: #16BAE1;
}

/*
Home-3 Product  Area Style
======================================================*/
.product-card-style3 {
  padding: 30px;
  background: #FFFFFF;
  position: relative;
}
.product-card-style3 .product-content {
  padding: 30px 0px 0px 0px;
  border: none;
  border-top: solid 1px rgba(22, 186, 225, 0.2);
}
.product-card-style3 .product-content .love-icon {
  position: absolute;
  top: 30px;
  left: 30px;
}
.product-card-style3 .product-content .love-icon li {
  display: block;
  margin-bottom: 10px;
}
.product-card-style3 .product-content .love-icon li:last-child {
  margin-bottom: 0;
}

/*
Home-3 appointment   Area Style
======================================================*/
.appointment-area-style3 {
  position: relative;
}
.appointment-area-style3 .section-title {
  max-width: 650px;
}
.appointment-area-style3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  width: 100%;
  background-color: #f4fbfe;
  z-index: -1;
}

/*
Back  to top Styles  Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 30px;
  background: rgb(150, 199, 79);
  background: #16BAE1;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
  color: #fff;
  border-radius: 95px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  font-size: 38px;
  transition: all 0.8s;
}
.go-top.active {
  top: 96%;
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

/*
Inner Page banner  Area Style
======================================================*/
.inner-banner-area h2 {
  font-weight: 900;
  font-size: 60px;
}
.inner-banner-area .inner-banner-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.inner-banner-area .inner-banner-list li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}
.inner-banner-area .inner-banner-list li:last-child {
  padding-right: 0;
  color: #16BAE1;
}
.inner-banner-area .inner-banner-list li:last-child::before {
  background-color: transparent;
}
.inner-banner-area .inner-banner-list li a {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
}
.inner-banner-area .inner-banner-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 4px;
  bottom: 0;
  background-color: #111111;
  height: 15px;
  transform: rotate(21deg);
  width: 1px;
}
.inner-banner-area .inner-banner-content {
  position: relative;
  top: 30px;
}

.inner-banner-image {
  margin-right: 40px;
}
.inner-banner-image img {
  border-radius: 15px;
}

.inner-about-list {
  margin-bottom: 30px;
  justify-content: space-between;
}
.inner-about-list p {
  margin-bottom: 0 !important;
}
.inner-about-list .inner-about-service {
  margin-right: 30px;
}
.inner-about-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.inner-about-list ul li {
  position: relative;
  padding-left: 35px;
  font-weight: 700;
  font-size: 22px;
  color: #111111;
}
.inner-about-list ul li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
  color: #16BAE1;
}

.inner-about-content p {
  margin-bottom: 25px;
}

/*
Inner Page Blog  Area Style
======================================================*/
.blog-big-widget {
  margin-right: 30px;
}
.blog-big-widget .details-icon {
  padding: 20px;
  position: relative;
  background: #f4fbfe;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 15px;
}
.blog-big-widget .details-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 5px;
  background-color: #16BAE1;
  border-radius: 10px;
}
.blog-big-widget .details-icon p {
  margin-bottom: 0;
  margin-left: 100px;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
.blog-big-widget .details-icon .details-icon-image {
  position: absolute;
  top: 35px;
  left: 28px;
}

.big-widget {
  margin-right: 30px;
}
.big-widget img {
  border-radius: 15px;
}
.big-widget .last-pp {
  margin-bottom: 0px;
}
.big-widget h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.big-widget .service-safe {
  margin-bottom: 40px;
}
.big-widget .service-safe p {
  font-weight: 400;
  font-size: 16px;
}
.big-widget .service-safe .last-p {
  margin-bottom: 0;
}
.big-widget .service-safe h4 {
  margin-top: 20px;
}
.big-widget .service-clean {
  margin-bottom: 40px;
}
.big-widget .service-clean .clean-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.big-widget .service-clean .clean-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 14px;
}
.big-widget .service-clean .clean-list li:last-child {
  margin-bottom: 0;
}
.big-widget .service-clean .clean-list li span {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 35px;
  color: #16BAE1;
}
.big-widget .service-details-divide {
  margin-bottom: 30px;
}
.big-widget .service-office p {
  font-weight: 400;
  font-size: 16px;
}
.big-widget .service-office .last-p {
  margin-bottom: 0;
}

.small-widget .details-box {
  padding: 30px;
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 40px;
}
.small-widget .details-box h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 25px;
}
.small-widget .details-box img {
  border-radius: 8px;
}
.small-widget .details-box .search-bar {
  position: relative;
}
.small-widget .details-box .search-bar .form-control {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  height: 50px;
  border: none;
  padding-left: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.small-widget .details-box .search-bar .form-control:focus {
  box-shadow: unset;
}
.small-widget .details-box .search-bar .form-control::-moz-placeholder {
  color: #666666;
}
.small-widget .details-box .search-bar .form-control:-ms-input-placeholder {
  color: #666666;
}
.small-widget .details-box .search-bar .form-control::placeholder {
  color: #666666;
}
.small-widget .details-box .search-bar button {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  background: #16BAE1;
  font-size: 20px;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px 12px;
}
.small-widget .details-box .Category {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.small-widget .details-box .Category li {
  position: relative;
  margin-bottom: 20px;
}
.small-widget .details-box .Category li a {
  font-weight: 600;
  font-size: 16px;
  display: block;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all ease 0.5s;
}
.small-widget .details-box .Category li a:hover {
  background-color: #16BAE1;
  color: #ffffff;
}
.small-widget .details-box .Category li a:hover i {
  color: #ffffff;
}
.small-widget .details-box .Category li a i {
  position: absolute;
  right: 20px;
  transition: all ease 0.5s;
  top: 18px;
}

.blog-grid {
  margin-top: 0px;
}
.blog-grid img {
  border-radius: 10px 10px 0px 0px;
}
.blog-grid .blog-content {
  top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.blog-grid-btn {
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}

/*
Inner Page Blog Details  Area Style
======================================================*/
.coments-area {
  margin-right: 70px;
  margin-bottom: 40px;
  margin-top: 50px;
}
.coments-area h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}
.coments-area .clint-s-reply {
  margin-bottom: 30px;
}
.coments-area .c-image {
  margin-right: 40px;
}
.coments-area .cs-content {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.coments-area .cs-content .cs-self h6 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.coments-area .cs-content .cs-self h6 a {
  color: #111111;
}
.coments-area .cs-content .cs-self p {
  margin-bottom: 10px;
}
.coments-area .cs-content .cs-self-reply {
  justify-content: space-between;
  align-items: center;
}
.coments-area .cs-content button {
  padding: 5px 15px;
  border-radius: 25px;
  color: #666666;
  transition: all ease 0.5s;
  background-color: transparent;
  border: 1px solid #D1D1D1;
}
.coments-area .cs-content button:hover {
  border: solid 1px transparent;
  color: #ffffff;
  background: #16BAE1;
}

.leave-coment h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.leave-coment .form-control {
  background: #F1F1F1;
  border-radius: 5px;
  height: 50px;
  border: none;
  font-weight: 400;
  color: #666666;
  font-size: 16px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.leave-coment .form-control:focus {
  box-shadow: unset;
}
.leave-coment .form-control::-moz-placeholder {
  color: #666666;
}
.leave-coment .form-control:-ms-input-placeholder {
  color: #666666;
}
.leave-coment .form-control::placeholder {
  color: #666666;
}
.leave-coment textarea#exampleFormControlTextarea1 {
  height: 145px;
  padding-top: 13px;
}

.text-danger {
  color: #dc3545 !important;
  font-size: 20px;
  margin-top: 10px;
}

.rp-post-item {
  margin-bottom: 20px;
  align-items: center;
}
.rp-post-item .rp-post-info {
  margin-left: 20px;
}
.rp-post-item .rp-post-info h6 {
  font-weight: 600;
  font-size: 18px;
}
.rp-post-item .rp-post-info h6 a {
  color: #111111;
  transition: all ease 0.5s;
}
.rp-post-item .rp-post-info h6 a:hover {
  color: #16BAE1;
}
.rp-post-item .rp-post-info span {
  font-weight: 400;
  font-size: 16px;
  color: #16BAE1;
}
.rp-post-item .rp-post-info span i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.rp-post-item2 {
  margin-bottom: 0;
}

.tags a {
  padding: 7px 15px;
  margin: 4px;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: all ease 0.5s;
}
.tags a:hover {
  background-color: #16BAE1;
  color: #ffffff;
}

/*
Inner Page Contact  Area Style
======================================================*/
.contact-inner-address {
  max-width: 1110px;
  margin: auto;
}
.contact-inner-address .address-widget2 {
  background: #F4FBFE;
  border-radius: 10px;
  padding: 30px 25px;
}
.contact-inner-address .address-widget2 .address-content {
  margin-left: 100px;
}
.contact-inner-address .address-widget2 .address-icon {
  position: fixed !important;
}

.inner-contact {
  max-width: 970px;
  margin: auto;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px;
}
.inner-contact .form-control {
  height: 50px;
  padding: 20px;
  border: none;
  margin-bottom: 20px;
  background: #F1F1F1;
  color: #666666;
  border-radius: 5px;
}
.inner-contact .form-control:focus {
  box-shadow: unset;
}
.inner-contact .form-control::-moz-placeholder {
  color: #666666;
}
.inner-contact .form-control:-ms-input-placeholder {
  color: #666666;
}
.inner-contact .form-control::placeholder {
  color: #666666;
}
.inner-contact textarea#message {
  height: 150px;
}
.inner-contact .default-btn1 {
  width: 100%;
}

.list-unstyled li {
  color: red;
}

/*
Inner Page Fancy Popup  Area Style
======================================================*/
a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__caption {
  text-align: center;
}

.form-control {
  border: 1px solid transparent;
  transition: all ease 0.5s;
}
.form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.form-control:-ms-input-placeholder {
  color: #666666;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.form-control:focus {
  box-shadow: unset;
  border: 1px solid #16BAE1;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.form-control:focus::placeholder {
  color: transparent;
}

.inner-request {
  max-width: 850px;
  margin: auto;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 50px;
}
.inner-request h4 {
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  margin-bottom: 30px;
}
.inner-request h5 {
  font-weight: 600;
  font-size: 16px;
  color: #111111;
  margin-bottom: 15px;
}
.inner-request .form-select {
  height: 50px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  padding-left: 20px;
}
.inner-request .form-select:focus {
  box-shadow: unset;
  border: 1px solid #16BAE1;
}
.inner-request .form-control {
  height: 50px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  padding: 15px 20px;
}
.inner-request .form-control::-moz-placeholder {
  color: #666666;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-request .form-control:-ms-input-placeholder {
  color: #666666;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-request .form-control::placeholder {
  color: #666666;
  transition: all ease 0.5s;
}
.inner-request .form-control:focus {
  box-shadow: unset;
  border: 1px solid #16BAE1;
}
.inner-request .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-request .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.inner-request .form-control:focus::placeholder {
  color: transparent;
}
.inner-request ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.inner-request ul li {
  display: inline-block;
  margin-right: 25px;
}
.inner-request ul li .form-check-label {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  position: relative;
  top: 2px;
  left: 4px;
}
.inner-request ul li .form-check-input {
  border: none;
  background: #ECECEC;
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
}
.inner-request ul li .form-check-input::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
  height: 10px;
  width: 10px;
  background: #DCDCDC;
  border-radius: 50px;
  z-index: -1;
}
.inner-request ul li .form-check-input:focus {
  box-shadow: unset;
}
.inner-request ul li .form-check-input:checked {
  background-color: #16BAE1;
  border-color: #16BAE1;
  z-index: 2;
}
.inner-request .cleaning {
  margin-bottom: 25px;
}
.inner-request .cleaning li {
  display: inline-block;
  margin-right: 25px;
}
.inner-request .rate {
  margin-bottom: 25px;
}
.inner-request .extra {
  margin-bottom: 15px;
}
.inner-request .extra2 {
  margin-bottom: 25px;
}
.inner-request .total {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #111111;
}
.inner-request span {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  color: #111111;
}
.inner-request textarea#exampleFormControlTextarea1 {
  height: 150px;
}
.inner-request .default-btn1 {
  width: 100%;
}

/*
Inner Page Testimonial  Area Style
======================================================*/
.client-card-inner {
  margin-right: 0;
  margin-left: 0;
}
.client-card-inner .image-icon img {
  border-radius: 5px;
  height: 90px !important;
  width: 90px !important;
}

.inner-faq {
  max-width: 872px;
  margin: auto;
  padding: 50px;
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
}
.inner-faq .qusetion-accordion-inner {
  padding: 0;
  background-color: #ffffff;
  box-shadow: unset;
  margin-bottom: 30px;
  border-radius: 0;
}
.inner-faq .qusetion-accordion-inner h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.inner-faq .ask-widget h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.inner-faq .ask-widget .form-control {
  background: #F1F1F1;
  border-radius: 5px;
  border: none;
  height: 50px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.inner-faq .ask-widget .form-control:focus {
  box-shadow: unset;
}
.inner-faq .ask-widget .form-control::-moz-placeholder {
  color: #666666;
}
.inner-faq .ask-widget .form-control:-ms-input-placeholder {
  color: #666666;
}
.inner-faq .ask-widget .form-control::placeholder {
  color: #666666;
}
.inner-faq .ask-widget textarea#exampleFormControlTextarea1 {
  height: 150px;
}
.inner-faq .ask-widget .default-btn1 {
  width: 100%;
}

.inner-team-card {
  margin-bottom: 30px;
}
.inner-team-card .inner-team-card2 {
  position: relative;
}
.inner-team-card .inner-team-card2 img {
  border-radius: 10px 10px 0px 0px;
}
.inner-team-card .inner-team-card2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(17, 17, 17, 0.75);
  border-radius: 10px 10px 0px 0px;
  height: 100%;
  width: 100%;
  transition: all ease 0.5s;
  opacity: 0;
  visibility: hidden;
}
.inner-team-card .inner-team-card2 .team-style-list {
  list-style: none;
  padding-left: 0;
  position: absolute;
  margin-bottom: 0;
  transition: all ease 0.5s;
  bottom: -80px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
}
.inner-team-card .inner-team-card2 .team-style-list li {
  position: relative;
  margin-bottom: 12px;
}
.inner-team-card .inner-team-card2 .team-style-list li:last-child {
  margin-bottom: 0;
}
.inner-team-card .inner-team-card2 .team-style-list li a {
  height: 38px;
  width: 38px;
  line-height: 45px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  transition: all ease 0.5s;
  background-color: #ffffff;
}
.inner-team-card .inner-team-card2 .team-style-list li a i {
  font-size: 16px;
  color: #111111;
  transition: all ease 0.5s;
}
.inner-team-card .inner-team-card2 .team-style-list li a:hover {
  background-color: #16BAE1;
}
.inner-team-card .inner-team-card2 .team-style-list li a:hover i {
  color: #ffffff;
}
.inner-team-card .inner-name {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 30px;
  text-align: center;
}
.inner-team-card .inner-name h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 22px;
}
.inner-team-card:hover .inner-team-card2::before {
  opacity: 1;
  visibility: visible;
}
.inner-team-card:hover .inner-team-card2 .team-style-list {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

.project-details-image {
  position: relative;
  margin-bottom: 15px;
}
.project-details-image .image-details-list {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 30px;
  width: 354px;
  right: 30px;
  position: absolute;
  bottom: 30px;
}
.project-details-image .image-details-list .brief {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.project-details-image .image-details-list .brief h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.project-details-image .image-details-list .brief li {
  position: relative;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 16px;
  color: #111111;
}
.project-details-image .image-details-list .brief li:last-child {
  margin-bottom: 0;
}
.project-details-image .image-details-list .brief li span {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.releted-work h4 {
  font-weight: 500;
  font-size: 22px;
}

.inner-product-area .product-card-style3 {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 0px 0px 10px 10px;
}

.product-details-content h5 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}
.product-details-content .price-star {
  margin-bottom: 20px;
  align-items: center;
}
.product-details-content .price-star ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.product-details-content .price-star ul li {
  display: inline-block;
}
.product-details-content .price-star .price {
  padding-right: 120px;
}
.product-details-content .price-star .price li {
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  margin-right: 7px;
}
.product-details-content .price-star .price li:last-child {
  margin-right: 0;
}
.product-details-content .price-star .price li span {
  color: #16BAE1;
}
.product-details-content .price-star .price li p {
  font-weight: 600;
  font-size: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #666666;
  margin-bottom: 0 !important;
}
.product-details-content .price-star .star li i {
  color: #FFBC08;
  font-size: 17px;
}
.product-details-content p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 35px;
}
.product-details-content .love-count {
  margin-bottom: 30px;
}
.product-details-content .love-count .love-icon {
  list-style: none;
  padding-left: 0;
  padding-right: 50px;
}
.product-details-content .love-count .love-icon li {
  display: inline-block;
  margin-right: 5px;
}
.product-details-content .love-count .love-icon li a {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  text-align: center;
  line-height: 49px;
  display: inline-block;
  border-radius: 50%;
  transition: all ease 0.5s;
  border: 1px solid rgba(22, 186, 225, 0.2);
}
.product-details-content .love-count .love-icon li a:hover {
  background-color: #16BAE1;
}
.product-details-content .love-count .love-icon li a:hover i {
  color: #ffffff;
}
.product-details-content .love-count .love-icon li a:hover .view-1 {
  display: none;
  transition: all ease 0.5s;
}
.product-details-content .love-count .love-icon li a:hover .view-2 {
  display: inline-block;
  transition: all ease 0.5s;
}
.product-details-content .love-count .love-icon li a i {
  font-size: 24px;
  color: #111111;
  transition: all ease 0.5s;
}
.product-details-content .love-count .love-icon li a .view-1 {
  transition: all ease 0.5s;
}
.product-details-content .love-count .love-icon li a img {
  margin-bottom: 11px;
  transition: all ease 0.5s;
}
.product-details-content .love-count .love-icon li a .view-2 {
  display: none;
  transition: all ease 0.5s;
}
.product-details-content .love-count .input-counter {
  width: 145px;
  background: #ECECEC;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}
.product-details-content .love-count .input-counter input {
  height: 40px;
  width: 50px;
  background: #ECECEC;
  padding-left: 18px;
  border: none;
  font-weight: 600;
  font-size: 16px;
}
.product-details-content .love-count .input-counter .minus-btn {
  height: 40px;
  width: 50px;
  padding: 11px 9px 10px 23px;
}
.product-details-content .love-count .input-counter .minus-btn i {
  font-weight: 600;
  font-size: 16px;
}
.product-details-content .love-count .input-counter .plus-btn {
  height: 40px;
  width: 50px;
  padding: 10px 25px 10px 5px;
}
.product-details-content .love-count .input-counter .plus-btn i {
  font-weight: 600;
  font-size: 16px;
}
.product-details-content .default-btn1 {
  padding-left: 130px;
  padding-right: 160px;
}

.product-details-image {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  margin-right: 30px;
}

.benifit-content .nav-link {
  padding: 15px 35px;
  border: none;
  background: #ffffff;
  font-family: "Mulish";
  font-weight: 600;
  font-size: 18px;
  color: #111111;
  border: 1px solid #ECECEC;
  margin-right: 15px;
  border-radius: 8px;
}
.benifit-content div#myTabContent {
  border: 1px solid #ECECEC;
  border-radius: 5px;
  padding: 30px;
  margin-top: 30px;
}
.benifit-content .nav-tabs {
  border-bottom: none !important;
}
.benifit-content .nav-tabs .nav-item.show .nav-link, .benifit-content .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #16BAE1;
  border-radius: unset;
  border-radius: 8px;
}
.benifit-content .nav-tabs .nav-link:focus, .benifit-content .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #16BAE1;
  isolation: isolate;
}

.d-link ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
}
.d-link ul li {
  position: relative;
  padding-top: 16px;
  padding-left: 28px;
  padding-right: 92%;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #19191B;
}
.d-link ul li span {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
}
.d-link ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 110px;
  bottom: 0;
  height: 59px;
  width: 1px;
  background-color: #EEEEEE;
}
.d-link ul li span {
  position: absolute;
  left: 30%;
}
.d-link ul .last-list {
  background: #F6F6F6;
  border-radius: 0px 0px 5px 5px;
  border-bottom: 1px solid transparent;
}

.hospital-details p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin-bottom: 0;
}
.hospital-details h6 {
  font-weight: 600;
  font-size: 16px;
  color: #19191B;
}
.hospital-details ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 10px;
}
.hospital-details ul li {
  display: inline-block;
}
.hospital-details ul li i {
  color: #FFC107;
}
.hospital-details ul .last-star i {
  color: #DDDDDD;
}
.hospital-details textarea#exampleFormControlTextarea1 {
  background: #F6F6F6;
  border-radius: 5px;
  height: 180px;
  padding: 20px;
  border: none;
  margin-bottom: 20px;
}
.hospital-details textarea#exampleFormControlTextarea1:focus {
  box-shadow: unset;
}
.hospital-details input#exampleFormControlInput1 {
  height: 60px;
  background: #F6F6F6;
  border-radius: 5px;
  padding: 20px;
  border: none;
  margin-bottom: 20px;
}
.hospital-details input#exampleFormControlInput1:focus {
  box-shadow: unset;
}
.hospital-details input#flexCheckDefault {
  margin-bottom: 20px;
}
.hospital-details input#flexCheckDefault:focus {
  box-shadow: unset;
}

.cart-controller {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  max-width: 952px;
  margin: auto;
  padding: 50px 40px;
}
.cart-controller tr {
  border: none;
  border-bottom: solid 1px #D3D3D3;
}
.cart-controller th {
  border: none;
  padding: 0px 0px 20px 125px !important;
}
.cart-controller .product {
  padding: 0px 20px 20px 0px !important;
}
.cart-controller td {
  border: none;
  padding: 11px 0px;
}
.cart-controller table.table.table-bordered {
  margin-bottom: 30px;
}

.total-cart-area {
  margin-top: 40px !important;
  margin-bottom: 100px !important;
  background: #F6F6F6;
  border-radius: 10px;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
}
.total-cart-area h6 {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: solid 1px #D1D1D1;
}
.total-cart-area ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.total-cart-area ul li {
  position: relative;
  margin-bottom: 18px;
  font-weight: 600;
  color: #111111;
  font-size: 16px;
}
.total-cart-area ul li:last-child {
  margin-bottom: 0;
}
.total-cart-area ul li span {
  position: absolute;
  right: 0;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.bank-transfer {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 30px;
}
.bank-transfer .accordion-item {
  background: #F6F6F6;
  border: none;
  border-radius: 0;
}
.bank-transfer .accordion-item .accordion-button {
  font-weight: 600;
  background: #F6F6F6;
  font-size: 16px;
  color: #555555;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bank-transfer .accordion-item .accordion-button:focus {
  box-shadow: unset;
  outline: 0;
}
.bank-transfer .accordion-item .accordion-button span {
  height: 17px;
  width: 17px;
  background-color: #DCDCDC;
  border-radius: 50px;
  padding: 7px;
  line-height: 25px;
  margin-right: 15px;
  position: relative;
}
.bank-transfer .accordion-item .accordion-button span::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  right: 0;
  bottom: 0;
  height: 11px;
  width: 11px;
  border-radius: 50px;
  background-color: #16BAE1;
}
.bank-transfer .accordion-item button.accordion-button.collapsed span {
  position: relative;
  background-color: transparent;
  border: 1px solid #CECECE;
}
.bank-transfer .accordion-item button.accordion-button.collapsed span::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 7px;
  right: 0;
  bottom: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
}
.bank-transfer .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: unset;
  font-weight: 600;
  font-size: 16px;
  color: #555555;
  padding-bottom: 5px;
  padding-left: 0;
}
.bank-transfer .accordion-item .accordion-body {
  padding: 5px 0px 8px 36px;
}
.bank-transfer .accordion-item .accordion-body p {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  position: relative;
  margin-top: 0px;
  line-height: 30px;
  transition: 0.2s;
  color: #555555;
}
.bank-transfer .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(-180deg);
}
.bank-transfer .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.bank-transfer .accordion-area2 button.default-button.style6 {
  margin-left: 19px;
  margin-top: 19px;
}
.bank-transfer .bank-p {
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #EEEEEE;
  line-height: 28px;
  color: #555555;
  margin-bottom: 20px;
}
.bank-transfer .bank-p a {
  color: #16BAE1;
}
.bank-transfer .default-btn1 {
  width: 100%;
  margin-top: 20px;
}

.order-widget {
  background: #F6F6F6;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.order-widget h5 {
  font-weight: 800;
  font-size: 22px;
  color: #19191B;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #D1D1D1;
}
.order-widget ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.order-widget ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
}
.order-widget ul li h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  color: #555555;
}
.order-widget ul li .frist {
  font-weight: 600;
  font-size: 16px;
  color: #555555;
}
.order-widget ul li .last {
  font-weight: 600;
  font-size: 16px;
  color: #16BAE1;
}

.click-box {
  margin-bottom: 40px;
}
.click-box p {
  display: block;
  border: solid 1px #D3D3D3;
  padding: 15px;
  border-radius: 5px;
}
.click-box p a:hover {
  color: #16BAE1;
}

.billing-details {
  box-shadow: 0px 6px 25px rgba(17, 17, 17, 0.07);
  border-radius: 10px;
  padding: 50px;
}
.billing-details h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 20px;
}
.billing-details .form-control {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.billing-details .form-control:focus {
  box-shadow: unset;
}
.billing-details .form-control::-moz-placeholder {
  color: #666666;
}
.billing-details .form-control:-ms-input-placeholder {
  color: #666666;
}
.billing-details .form-control::placeholder {
  color: #666666;
}
.billing-details .form-select {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  height: 50px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.billing-details .form-select:focus {
  box-shadow: unset;
}
.billing-details .form-select::-moz-placeholder {
  color: #666666;
}
.billing-details .form-select:-ms-input-placeholder {
  color: #666666;
}
.billing-details .form-select::placeholder {
  color: #666666;
}
.billing-details textarea#exampleFormControlTextarea1 {
  height: 160px;
  margin-bottom: 0;
}
.billing-details .cleaning {
  padding-left: 0;
  list-style: none;
}
.billing-details .cleaning li {
  display: inline-block;
  margin-right: 25px;
}
.billing-details .cleaning li .form-check-input:focus {
  box-shadow: unset;
}
.billing-details .cleaning li .form-check-input:checked {
  background-color: #16BAE1;
  border-color: #16BAE1;
}

/*
404 Error Page Stayle
=======================================================*/
.error-area {
  text-align: center;
  position: relative;
  z-index: 1;
}
.error-area .d-table {
  width: 100%;
  height: 100%;
}
.error-area .d-table .d-table-cell {
  vertical-align: middle;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #16BAE1;
  margin-top: -40px;
}
.error-area .error-content-wrap h1 .a {
  display: inline-block;
}
.error-area .error-content-wrap h1 .red {
  color: #111111;
  display: inline-block;
}
.error-area .error-content-wrap h1 .b {
  display: inline-block;
}
.error-area .error-content-wrap h3 {
  margin: 30px 0 0;
  position: relative;
  color: #111111;
}
.error-area .error-content-wrap p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #16BAE1;
}
.error-area .error-content-wrap .default-btn.two {
  font-size: 16px;
  padding: 12px 40px;
}

/*
Terms & Conditions Area Stayle
=======================================================*/
.terms-conditions .title {
  margin-bottom: 30px;
  text-align: center;
}
.terms-conditions .title span {
  color: #16BAE1;
  display: block;
  margin-bottom: 10px;
}
.terms-conditions .title h2 {
  font-size: 36px;
  color: #111111;
  font-weight: 900;
}
.terms-conditions img {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content {
  margin-bottom: 30px;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  color: #111111;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
  margin-top: 15px;
}
.terms-conditions .conditions-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.terms-conditions .conditions-content ul li:last-child {
  margin-bottom: 0;
}
.terms-conditions .conditions-content ul li i {
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 20px;
  color: #16BAE1;
}
.terms-conditions .conditions-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #111111;
}
.terms-conditions .conditions-content p {
  margin-bottom: 10px;
}

/*
Privacy Policy Area Stayle
=======================================================*/
.privacy-policy-wrap .title {
  margin-bottom: 30px;
  text-align: center;
}
.privacy-policy-wrap .title h2 {
  font-size: 36px;
  font-weight: 900;
  color: #111111;
  font: 30px;
}
.privacy-policy-wrap img {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content {
  margin-bottom: 30px;
}
.privacy-policy-wrap .privacy-content h3 {
  margin-bottom: 15px;
  font-weight: 700;
  color: #111111;
  font-size: 26px;
}
.privacy-policy-wrap .privacy-content p {
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 0;
  margin-top: 15px;
}
.privacy-policy-wrap .privacy-content li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.privacy-policy-wrap .privacy-content li:last-child {
  margin-bottom: 0;
}
.privacy-policy-wrap .privacy-content li i {
  position: absolute;
  left: 0;
  top: 1px;
  color: #16BAE1;
  font-size: 20px;
}

/*
Coming Soon Area Stayle
=======================================================*/
.coming-soon-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  background-image: url(../images/coming/coming-soon.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-area .d-table {
  width: 100%;
  height: 100%;
}
.coming-soon-area .d-table .d-table-cell {
  vertical-align: middle;
}
.coming-soon-area .coming-soon-content {
  max-width: 700px;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  padding: 40px 60px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  margin-left: 300px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
}
.coming-soon-area .coming-soon-content .logo {
  display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
  font-size: 45px;
  margin-top: 30px;
  margin-bottom: 0;
  color: #111111;
}
.coming-soon-area .coming-soon-content #timer {
  margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
  background-color: #f9f9f9;
  color: #000000;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}
.coming-soon-area .coming-soon-content #timer div span {
  font-size: 16px;
  color: #666666;
  display: block;
  margin-top: -10px;
}
.coming-soon-area .coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.coming-soon-area .coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #5D5D5D;
  transition: all ease 0.5s;
  color: #111111;
  padding: 0 0 0 0px;
  height: 45px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
  box-shadow: unset;
}
.coming-soon-area .coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 110%;
  height: 110%;
  pointer-events: none;
  color: #111111;
}
.coming-soon-area .coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  top: 9px;
  font-size: 22px;
}
.coming-soon-area .coming-soon-content form .default-btn.disabled {
  border: none;
  font-size: 16px;
  border-radius: 0;
  padding: 12px 40px;
}
.coming-soon-area .coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}
.coming-soon-area .coming-soon-content form #validator-newsletter {
  color: red;
  position: relative;
  bottom: 0;
  top: 10px;
}

.service-office {
  margin-bottom: 30px;
}

/*
Login & Register  Details area Style
======================================================*/
.login-area {
  padding: 70px 45px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(85, 85, 85, 0.1);
  border-radius: 5px;
}
.login-area button.common-btn.style1 {
  width: 100%;
}
.login-area .toggle-password {
  float: right;
  margin-top: -52px;
  right: 20px;
  position: relative;
  z-index: 2;
  color: #05BB8F;
}
.login-area h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #011C47;
  margin-bottom: 20px;
}
.login-area .form-control {
  background: #F7F7F7;
  border: none;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  padding: 18px;
}
.login-area .form-control:focus {
  box-shadow: unset;
}
.login-area .remember-forgot {
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-area .remember-forgot a {
  color: #16BAE1;
}
.login-area .remember-forgot .form-check-input {
  margin-top: 4px;
}
.login-area .remember-forgot .form-check-input:focus {
  border-color: #16BAE1;
  outline: 0;
  box-shadow: unset;
}
.login-area .remember-forgot .form-check-input:checked {
  border-color: #16BAE1;
  border-color: #16BAE1;
}
.login-area .default-btn1 {
  width: 100%;
}

.registar-area {
  padding: 37px 45px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(85, 85, 85, 0.1);
  border-radius: 5px;
}
.registar-area button.common-btn.style1 {
  width: 100%;
}
.registar-area .remember2 {
  margin-bottom: 15px;
}
.registar-area .remember2 p {
  font-style: italic;
  font-size: 14px;
}
.registar-area .remember2 .form-check-input {
  border-color: #16BAE1;
  margin-top: 4px;
}
.registar-area .remember2 .form-check-input:focus {
  border-color: #16BAE1;
  outline: 0;
  box-shadow: unset;
}
.registar-area .remember2 .form-check-input:checked {
  border-color: #16BAE1;
  border-color: #16BAE1;
}
.registar-area .remember2 label.form-check-label {
  color: #16BAE1;
}
.registar-area h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #011C47;
  margin-bottom: 20px;
}
.registar-area .form-control {
  background: #F7F7F7;
  border: none;
  border-radius: 5px;
  height: 52px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  padding: 18px;
  color: #555555;
}
.registar-area .form-control:focus {
  box-shadow: unset;
}
.registar-area .default-btn1 {
  width: 100%;
}

.cart-controller2 {
  padding: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 4px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
.cart-controller2 .table-bordered > :not(caption) > * > * {
  border-width: 0;
}
.cart-controller2 .table > :not(caption) > * > * {
  padding: 13px 10px 12px 10px;
}
.cart-controller2 td.shop-thumbnail {
  width: 205px;
}
.cart-controller2 td.shop-name {
  width: 300px;
}
.cart-controller2 td.shop-price {
  width: 100px;
}
.cart-controller2 td.shop-quantity {
  width: 220px;
}
.cart-controller2 td.shop-subtotal {
  width: 100px;
}
.cart-controller2 .table-bordered > :not(caption) > * {
  display: flex;
  align-items: center;
  border-width: 1px 0;
  border-top: none;
  border-color: #EEEEEE;
  justify-content: space-evenly;
}
.cart-controller2 th.product {
  position: relative;
  left: -75px;
}
.cart-controller2 td.trash {
  position: relative;
  left: 20px;
}
.cart-controller2 th.product2 {
  position: relative;
  left: -109px;
}
.cart-controller2 th.product3 {
  position: relative;
  left: -2px;
}
.cart-controller2 th.quantity {
  position: relative;
  left: -20px;
}
.cart-controller2 th.product4 {
  position: relative;
  left: 38px;
}
.cart-controller2 .trash a i {
  color: #16BAE1;
}/*# sourceMappingURL=style.css.map */