/*-------------------------------------------------------------
Template Name: Physicmed
Template URL: 
Author Name: SoftTech IT
Author URL: https://themeforest.net/user/softtech-it/portfolio
Version: 1.0
Description: 
Tags: medical
Text Domain: Physicmed
-------------------------------------------------------------*/
/*------------------------------------------------------------- 
TABLE OF CONTENTS: 
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Footer Section 2
>> Breadcrumb Section
>> Preloader
>> Button 
>> Form
>> Theme
>> Homepage
>> Homepage 2
>> Header Section 2
>> About Page
>> 404 Page
>> Faq Page
>> Service Single
>> Doctor Page
>> Blog Page
>> Blog Single
>> Doctor Single
>> Gallery Page
>> Contact Page
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&amp;family=Roboto:wght@400;500;700&amp;family=Rubik:wght@500;600;700&amp;display=swap");

/* Author CSS */
body {
  margin: 0;
  color: #2d4251;
  font-family: "Roboto", sans-serif;
}

.mainmenusub {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
}

h1 {
  color: #2d4251;
  font-size: 52px;
}

h2 {
  color: #2d4251;
  font-size: 38px;
}

h3 {
  color: #2d4251;
  font-size: 30px;
  font-weight: 500;
}

h4 {
  color: #2d4251;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  color: #2d4251;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  color: #2d4251;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h6 {
    font-size: 14px;
  }
}

a {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

p {
  color: #2d4251;
  margin-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.slick-slide {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.active {}

/* Navbar */
nav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav .main-menu li {
  display: inline-block;
  position: relative;
  margin-right: 35px;
  line-height: 1.7;
  z-index: 5;
}

nav .main-menu li:last-child {
  margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  nav .main-menu li {
    margin-right: 20px;
  }
}

nav .main-menu li.current a::before {
  opacity: 1;
  visibility: visible;
}

nav .main-menu li.has-submenu::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2d4251;
  font-size: 10px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 991px) {
  nav .main-menu li.has-submenu::after {
    display: none;
  }
}

nav .main-menu li a {
  color: #2d4251;
  padding: 35px 0;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  nav .main-menu li .submenu {
    position: absolute;
    border-top: 2px solid #ffffff;
    border-radius: 0px 0px 5px 5px;
    width: 1170px;
    top: 110%;
    left: -670px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  nav .main-menu li .submenu li {
    display: block;
    margin-right: initial;
  }

  nav .main-menu li .submenu li a {
    color: #ffffff;
    display: block;
    padding: 6px;
    width: 100%;
  }

  nav .main-menu li:hover.has-submenu::after {
    color: #07a489;
  }

  nav .main-menu .active {
    color: #07a489 !important;
  }

  nav .main-menu li:hover a {
    color: #07a489;
  }

  nav .main-menu li:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}

nav .main-menu li .submenu li:hover {
  background-color: #2d4251;
}

nav .main-menu.main-menu2 li.has-submenu::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #2d4251;
  font-size: 10px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  nav .main-menu.main-menu2 li.has-submenu::after {
    display: none;
  }
}

@media (min-width: 992px) {
  nav .main-menu.main-menu2 li:hover.has-submenu::after {
    color: #2d4251;
  }

  nav .main-menu.main-menu2 li:hover a {
    color: #2d4251;
  }

  nav .main-menu.main-menu2 li .submenu {
    background: #2d4251;
  }

  nav .main-menu.main-menu2 li .submenu li a {
    color: #ffffff;
  }
}

.container-wrapper {
  position: relative;
}

@media (max-width: 767.98px) {
  .mean-container .mean-bar {
    top: 18px;
  }
}

@media (max-width: 767.98px) {
  .mean-container.mobile-menu2 .mean-bar {
    top: 10px;
  }
}

.mean-container.mobile-menu2 .meanmenu-reveal {
  color: #2d4251;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mean-container.mobile-menu2 .meanmenu-reveal {
    top: -6px;
  }
}

@media (max-width: 575.98px) {
  .mean-container.mobile-menu2 .meanmenu-reveal {
    top: -8px;
  }
}

.mean-container.mobile-menu2 .meanmenu-reveal span {
  background: #2d4251;
}

.mean-container.mobile-menu2 .mean-nav {
  background: #2d4251;
}

.mean-container .mean-nav {
  background: #07a489;
}

/* Header Section */
.header-area .info-bar {
  background: #2d4251;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .header-area .info-bar .contact-box {
    text-align: center;

  }
}

.social-links a {
  margin-right: 6px;
}

.header-area .info-bar .contact-box span {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

.header-area .info-bar .contact-box .separator {
  padding: 0 10px;
  color: #211b68;
}

.header-area .lan_wrapper {
  position: relative;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .header-area .lan_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .header-area .lan_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .header-area .lan_wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.header-area .lan_wrapper .lang-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  padding: 14px 0;
}

.header-area .lan_wrapper .lang-switcher .flag {
  margin-right: 10px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}

.header-area .lan_wrapper .lang-switcher .lang {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 700;
}

.header-area .lan_wrapper .lang-switcher .lang-list {
  background-color: #2d4251;
  padding: 12px;
  position: absolute;
  top: 120%;
  left: 0px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #211b68;
  border-radius: 5px;
}

.header-area .lan_wrapper .lang-switcher .lang-list.lang-list-open {
  opacity: 1;
  visibility: visible;
}

.header-area .lan_wrapper .lang-switcher .lang-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 5px;
  cursor: pointer;
  border-bottom: 1px solid #211b68;
}

.header-area .lan_wrapper .lang-switcher .lang-list li span {
  margin-right: 6px;
  border-radius: 50%;
}

.header-area .lan_wrapper .lang-switcher .lang-list li a {
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-area .lan_wrapper .lang-switcher .lang-list li:last-child {
  border-bottom: initial;
}

@media (max-width: 991px) {
  .header-area .header-top {
    padding: 20px 0;
  }
}

.header-area .header-top .cart-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-area .header-top .cart-search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-area .header-top .cart-search .search,
.header-area .header-top .cart-search .cart {
  color: #2d4251;
  font-size: 16px;
}

.header-area .header-top .cart-search .search {
  margin-right: 20px;
}

.header-area .header-search {
  float: right;
}

.header-area .header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-area .header-search form ::-webkit-input-placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.header-area .header-search form :-ms-input-placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.header-area .header-search form ::-ms-input-placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.header-area .header-search form ::placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.header-area .header-search form input {
  width: 152px;
  border: 1px solid #eaeaea;
  border-right: none;
  background: #fafafa;
  outline: none;
  padding: 10px 15px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #2d4251;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .header-area .header-search form input {
    width: 135px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-area .header-search form input {
    width: 126px;
  }
}

@media (max-width: 575.98px) {
  .header-area .header-search form input {
    width: 125px;
  }
}

.header-area .header-search form button {
  width: 40px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  outline: none;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d4251;
}

.inter-1 {
  background-color: #7ed0c2;
  padding: 20px;
}

.foo-widget h4 {
  font-weight: 600;
}

.box-1 {
  border: 2px solid #eee;
  margin-top: 20px;
}

/* Footer Section */
.footer-area {
  overflow: hidden;
}

.footer-area .foo_top {
  position: relative;
  overflow: hidden;
  background: #fafafa;
  padding-top: 50px;

}

.footer-area .foo_top .foo_top_shapes .vec1 {
  width: inherit;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 991px) {
  .footer-area .foo_top .foo_top_shapes .vec1 {
    display: none;
  }
}

.footer-area .foo_top .foo-widget {
  margin-bottom: 30px;
}

.footer-area .foo_top .foo-widget .logo {
  width: 130px;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .footer-area .foo_top .foo-widget .logo {
    width: 100px;
  }
}

.footer-area .foo_top .foo-widget .social-links a {
  margin-right: 15px;
}

.footer-area .foo_top .foo-widget .social-links a:last-child {
  margin-right: initial;
}

.footer-area .foo_top .foo-widget .social-links a span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  color: #2d4251;
  background: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(175, 175, 175, 0.2);
  box-shadow: 0px 15px 25px 0px rgba(175, 175, 175, 0.2);
}

.footer-area .foo_top .foo-widget .social-links a span.active {
  background: #07a489;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
  box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
  color: #ffffff;
}

.footer-area .foo_top .foo-widget .social-links a span:hover {
  background: #07a489;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
  box-shadow: 0px 15px 25px 0px rgba(0, 152, 67, 0.2);
  color: #ffffff;
}

.blog-slider-active-2 .slick-slide {
  padding: 0 5px !important;
}

.blog-slider-active-2 img {
  border-radius: 10px;
  box-shadow: 0px 0px 3px #ccc;
}

.footer-area .foo_top .foo-widget ul li {
  line-height: 2;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-area .foo_top .foo-widget ul li i {}

.footer-area .foo_top .foo-widget ul li span {
  margin-right: 10px;
  display: inline-block;
}

.footer-area .foo_top .foo-widget ul li a {
  color: #2d4251;
}

.footer-area .foo_top .foo-widget ul li a:hover {
  color: #07a489;
}

.footer-area .foo_top .foo-widget ul li img {
  width: inherit;
  display: inline-block;
  margin-right: 10px;
}

.footer-area .foo_btm {
  background-color: #07A488;
}

.footer-area .foo_btm .copyright-text {
  text-align: center;
  padding: 15px 0;
}

.footer-area .foo_btm .copyright-text span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-area .foo_btm .copyright-text span a {
  color: #000;
  font-weight: 600;
}

.footer-area .foo_btm .copyright-text span a:hover {
  color: #2d4251;
  ;
}

/* Footer Section 2 */
.footer-area2 {
  position: relative;
  overflow: hidden;
  background: #fafafa;
}

.footer-area2 .foo_top_shapes .vec11 {
  width: inherit;
  position: absolute;
  bottom: -59%;
  left: 0;
}

.footer-area2 .foo_top_shapes .vec22 {
  width: inherit;
  position: absolute;
  bottom: -105%;
  right: -60px;
}

.footer-area2 .foo_top {
  position: initial;
  overflow: hidden;
  background: initial;
  padding-top: 230px;
  padding-bottom: 20px;
}

.footer-area2 .foo_top .foo-widget .social-links a span {
  color: #ffffff;
  background: #2d4251;
}

.footer-area2 .foo_top .foo-widget .social-links a span.active {
  background: #2d4251;
  color: #ffffff;
}

.footer-area2 .foo_top .foo-widget .social-links a span:hover {
  background: #2d4251;
  color: #ffffff;
}

.footer-area2 .foo_top .foo-widget ul li a {
  color: #2d4251;
}

.footer-area2 .foo_top .foo-widget ul li a:hover {
  color: #2d4251;
}

.footer-area2 .foo_btm {
  background-color: initial;
}

.footer-area2 .foo_btm .copyright-text {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
}

.footer-area2 .foo_btm .copyright-text span {
  color: #2d4251;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-area2 .foo_btm .copyright-text span a {
  font-weight: 700;
  color: #2d4251;
}

.footer-area2 .foo_btm .copyright-text span a:hover {
  color: #2d4251;
}

/* Breadcrumb Section */
.breadcrumb-area {
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-area.special-pad {
  padding-bottom: 30px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb-area.special-pad {
    padding-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .breadcrumb-area.special-pad {
    padding-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .breadcrumb-area {
    padding-bottom: 70px;
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .breadcrumb-area {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}

.breadcrumb-area nav {
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.breadcrumb-area h2 {
  color: #2d4251;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.breadcrumb-area .breadcrumb {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  margin-bottom: 0;
  justify-content: center;
}

.breadcrumb-area .breadcrumb .breadcrumb-item {
  color: #2d4251;
  text-transform: capitalize;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active {
  font-size: 18px;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb .breadcrumb-item.active::before {
  color: #2d4251;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a {
  color: #2d4251;
  text-transform: capitalize;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 18px;
  font-weight: 700;
}

.breadcrumb-area .breadcrumb .breadcrumb-item a:hover {
  color: #07a489;
}

/* Header Section 2 */
.header-area2 .contact-box span {
  text-transform: capitalize;
}

.header-area2 .header-top {
  padding-top: 5px;
}

@media (max-width: 991px) {
  .header-area2 .header-top {
    padding-top: 20px;
  }
}

.header-area2 .header-search ::-webkit-input-placeholder {
  color: #ffffff;
}

.header-area2 .header-search :-ms-input-placeholder {
  color: #ffffff;
}

.header-area2 .header-search ::-ms-input-placeholder {
  color: #ffffff;
}

.header-area2 .header-search ::placeholder {
  color: #ffffff;
}

.header-area2 .header-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-area2 .header-search form ::-webkit-input-placeholder {
  color: #ffffff;
}

.header-area2 .header-search form :-ms-input-placeholder {
  color: #ffffff;
}

.header-area2 .header-search form ::-ms-input-placeholder {
  color: #ffffff;
}

.header-area2 .header-search form ::placeholder {
  color: #ffffff;
}

.header-area2 .header-search form input {
  width: 85%;
  border: 1px solid #ffffff;
  background: #000a6d;
  outline: none;
  padding: 10px 15px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: #ffffff;
}

.header-area2 .header-search form button {
  width: 15%;
  border: 1px solid #ffffff;
  background: #ffffff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  outline: none;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d4251;
}

@media (max-width: 575.98px) {
  .header-area2 .social-icons {
    margin-top: 20px;
  }
}

.header-area2 .social-icons a {
  margin-right: 10px;
}

.header-area2 .social-icons a:last-child {
  margin-right: initial;
}

.header-area2 .social-icons a span {
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-area2 .social-icons a span.active {
  background: #2d4251;
  border: 1px solid transparent;
}

.header-area2 .social-icons a span:hover {
  background: #2d4251;
  border: 1px solid transparent;
}

/* Preloader */
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader-inner .cancel-preloader {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.preloader-inner .cancel-preloader a {
  background-color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  color: #07a489;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 30px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.preloader-inner .cancel-preloader a:hover {
  background-color: #2d4251;
  color: #ffffff;
}

.spinner {
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 15px;
  height: 15px;
  background-color: #07a489;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Button */
.btn1 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  z-index: 11;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center;
}

.btn1::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: #2d4251;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .btn1 {
    padding: 8px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn1 {
    padding: 8px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .btn1 {
    padding: 10px 20px;
  }
}

.btn1:hover {
  border: 1px solid #07a489;
  color: #07a489;
}

.btn1:hover::before {
  right: -100%;
}

.btn2 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  z-index: 11;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 5px;
  color: #2d4251;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center;
  border: 1px solid #3c3664;
}

.btn2::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: -100%;
  background: #3c3664;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .btn2 {
    padding: 8px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn2 {
    padding: 8px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .btn2 {
    padding: 10px 20px;
  }
}

.btn2:hover {
  border: 1px solid transparent;
  color: #ffffff;
}

.btn2:hover::before {
  left: 0;
}

.btn3 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  z-index: 11;
  font-size: 14px;
  padding: 15px 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  text-align: center;
}

.btn3::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  background: #08a58a;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575.98px) {
  .btn3 {
    padding: 8px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn3 {
    padding: 8px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .btn3 {
    padding: 10px 20px;
  }
}

.btn3:hover {
  border: 1px solid #2d4251;
  color: #2d4251;
}

.btn3:hover::before {
  right: -100%;
}

/* Form */
.booking-area .booking-form {
  padding: 45px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: -75px;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
  box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
}

@media (max-width: 575.98px) {
  .booking-area .booking-form {
    margin-top: -45px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .booking-area .booking-form {
    margin-top: -50px;
  }
}

.booking-area .booking-form .input-wrapper {
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .booking-area .booking-form .input-wrapper {
    margin-bottom: 30px;
  }
}

.booking-area .booking-form .input-wrapper .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #2d4251;
  opacity: 0.5;
}

.booking-area .booking-form .form-item2 {
  width: 100%;
  padding: 15px 30px;
  background: #fafafa;
  border-radius: 5px;
  border: none;
  outline: none;
  text-transform: capitalize;
}

.booking-area .booking-form .form-item2 select,
.booking-area .booking-form .form-item2 option {
  text-transform: capitalize;
}

.booking-area .booking-form .btn1 {
  width: 100%;
}

.subs-form {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
}

.subs-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subs-form form input {
  width: 70%;
  border: none;
  padding: 20px;
  background: #ffffff;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.subs-form form button {
  width: 29.99%;
  padding: 20px;
  background: #07a489;
  outline: none;
  border: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .subs-form form button {
    width: 38.99%;
  }
}

.ht-appnt-area .input-box {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #fafafa;
  padding: 10px;
  margin-bottom: 30px;
}

.subs-form-2 {
  -webkit-box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(151, 151, 151, 0.15);
  position: relative;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .subs-form-2 {
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}

@media (max-width: 575.98px) {
  .subs-form-2 {
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
}

.subs-form-2 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subs-form-2 form input {
  width: 100%;
  border: none;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  padding-right: 33%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .subs-form-2 form input {
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .subs-form-2 form input {
    padding-right: 20px;
  }
}

.subs-form-2 form button {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 29.99%;
  padding: 14px;
  background: #2d4251;
  outline: none;
  border: none;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .subs-form-2 form button {
    margin-top: 30px;
    width: 100%;
    position: static;
    background: #ffffff;
    color: #2d4251;
  }
}

@media (max-width: 575.98px) {
  .subs-form-2 form button {
    margin-top: 30px;
    width: 100%;
    position: static;
    background: #ffffff;
    color: #2d4251;
  }
}

.blog-comment-form ::-webkit-input-placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.blog-comment-form :-ms-input-placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.blog-comment-form ::-ms-input-placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.blog-comment-form ::placeholder {
  color: #2d4251;
  opacity: 0.5;
}

.blog-comment-form .input-wrapper {
  position: relative;
}

.blog-comment-form .input-wrapper .inputBox {
  width: 100%;
  padding: 10px 40px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .blog-comment-form .input-wrapper .inputBox {
    padding: 10px 20px;
  }

  .mainmenusub1 {
    display: none !important;
  }

  .mainmenusub {
    display: inherit !important;
  }

  .mtc {
    color: #000 !important;
  }

  .t-1 a {
    display: block !important;
    float: none !important;
    background-color: #000 !important;
  }

  .t-2 {
    margin: 0px !important;
    width: 100% !important;
  }

  .t-4 a {
    display: block !important;
    color: #000 !important;
    float: none !important;
    width: 100% !important;
  }

  .t-3 {
    color: #fff !important;
  }


  .blog-comment-form .input-wrapper .f-icon {
    position: absolute;
    top: 31%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 22px;
    color: #2d4251;
    opacity: 0.5;
  }
}

@media (max-width: 991px) {
  .blog-comment-form .input-wrapper .f-icon {
    display: none;
  }
}

.blog-comment-form .input-wrapper .f-icon.text-icon {
  top: 21%;
}

.blog-comment-form .btn1 {
  margin-bottom: 30px;
  z-index: 1;
}

@media (max-width: 991px) {
  .blog-comment-form .btn1 {
    width: 100%;
  }
}

.mconform-right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mconform-right form .inputBox {
  margin-bottom: 30px;
  background: #fafafa;
  padding: 15px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 100%;
}

/* Theme Default */
.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 60px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-90 {
  padding-bottom: 60px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-125 {
  padding-bottom: 125px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-145 {
  padding-bottom: 60px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-105 {
  padding-top: 105px;
  padding-bottom: 105px;
}

.padding-115 {
  padding-top: 115px;
  padding-bottom: 115px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.padding-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-minus-top-15 {
  margin-top: -15px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 20px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-60 {
  margin-right: 60px;
}

.margin-right-70 {
  margin-right: 70px;
}

.margin-right-80 {
  margin-right: 80px;
}

.margin-right-90 {
  margin-right: 90px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-60 {
  margin-left: 60px;
}

.margin-left-70 {
  margin-left: 70px;
}

.margin-left-80 {
  margin-left: 80px;
}

.margin-left-90 {
  margin-left: 90px;
}

.margin-left-100 {
  margin-left: 100px;
}

.margin-10 {
  margin: 10px 0;
}

.margin-20 {
  margin: 10px 0;
}

.margin-30 {
  margin: 10px 0;
}

.margin-40 {
  margin: 10px 0;
}

.margin-50 {
  margin: 10px 0;
}

.margin-60 {
  margin: 10px 0;
}

.margin-70 {
  margin: 10px 0;
}

.margin-80 {
  margin: 10px 0;
}

.margin-90 {
  margin: 10px 0;
}

.margin-100 {
  margin: 10px 0;
}

.gray-bg {
  background: #fafafa;
}

.scrollup {
  background: #07a489;
  color: #ffffff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  outline: none;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 9999;
  cursor: pointer;
}

.scrollup.ht-scrollup {
  background: #2d4251;
}

.scrollup:hover {
  background: #2d4251;
}

.item-rotate {
  -webkit-animation: rotted 5s infinite ease-in-out;
  animation: rotted 5s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
  }
}

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
  }
}

.item-rotate2 {
  -webkit-animation: rotted 6s infinite ease-in-out;
  animation: rotted 6s infinite ease-in-out;
  animation-direction: alternate-reverse;
}

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  100% {
    -webkit-transform: rotate(-320deg);
    transform: rotate(-320deg);
  }
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.item-zooming {
  -webkit-animation: zooming 3s infinite ease-in-out;
  -o-animation: zooming 3s infinite ease-in-out;
  -ms-animation: zooming 3s infinite ease-in-out;
  -moz-animation: zooming 3s infinite ease-in-out;
  animation: zooming 3s infinite ease-in-out;
}

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zooming {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.item-ripple {
  -webkit-animation: ripple 3s infinite ease-in-out;
  -o-animation: ripple 3s infinite ease-in-out;
  -ms-animation: ripple 3s infinite ease-in-out;
  -moz-animation: ripple 3s infinite ease-in-out;
  animation: ripple 3s infinite ease-in-out;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 86, 233, 0.2), 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
    box-shadow: 0 0 0 20px rgba(89, 86, 233, 0.2), 0 0 0 40px rgba(89, 86, 233, 0.1), 0 0 0 60px rgba(89, 86, 233, 0);
  }
}

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out;
}

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out;
}

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Homepage 1 */
.common-title h1 {
  line-height: 1;
  text-transform: capitalize;
  margin-top: 340px;
}

.common-title h1 span {
  color: #07a489;
}

.common-title h2 {
  line-height: 1;
  text-transform: capitalize;
}

.common-title h2 span {
  color: #07a489;
}

.hero-slider-active .slick-active {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-slider-active .slick-active .slider-top {
  -webkit-animation: 1.5s fadeInDown;
  animation: 1.5s fadeInDown;
}

.hero-slider-active .slick-active .title-animation {
  -webkit-animation: 1.5s fadeInRight;
  animation: 1.5s fadeInRight;
}

.hero-slider-active .slick-active .para-animation {
  -webkit-animation: 1.5s fadeInLeft;
  animation: 1.5s fadeInLeft;
}

.hero-slider-active .slick-active .animate-btn {
  -webkit-animation: 2.5s fadeInLeft;
  animation: 2.5s fadeInLeft;
}

.hero-slider-active .slick-active .animate-img {
  -webkit-animation: 1.5s pulse;
  animation: 1.5s pulse;
}

.hero-slider-active .slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-slider-active .slick-dots {
    left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slider-active .slick-dots {
    top: initial;
    left: 40px;
    bottom: 113px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .hero-slider-active .slick-dots {
    left: 20px;
  }
}

.hero-slider-active .slick-dots li {
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-slider-active .slick-dots li {
    margin-right: 10px;
    margin-bottom: initial;
  }
}

.hero-slider-active .slick-dots li.slick-active button {
  background: #07a489;
}

.hero-slider-active .slick-dots li.slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.hero-slider-active .slick-dots li button {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2d4251;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
}

.hero-slider-active .slick-dots li button::before {
  position: absolute;
  top: 57%;
  left: 51.5%;
  -webkit-transform: translate(-50%, -54%);
  -ms-transform: translate(-50%, -54%);
  transform: translate(-50%, -54%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #2d4251;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 7px;
}

.hero-area {
  position: relative;
  height: 890px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .hero-area {
    height: 300px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-area {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .hero-area {
    height: 500px;
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area {
    height: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-area {
    height: 600px;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-area {
    height: 620px;
  }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .hero-area {
    height: 620px;
  }
}

.hero-area .hero-shapes img {
  width: initial;
}

.hero-area .hero-shapes .vec1 {
  position: absolute;
  top: 10%;
  right: 10%;
}

.hero-area .hero-shapes .vec2 {
  position: absolute;
  top: 40%;
  right: 10%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area .common-title h1 {
    font-size: 55px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-area .common-title h1 {
    font-size: 28px;

  }
}

@media (max-width: 575.98px) {
  .hero-area .common-title h1 {
    font-size: 28px;
    margin-top: 130px !important;
    line-height: 25px;
  }
}

.hero-area .btn-box .btn1 {
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .hero-area .btn-box .btn1 {
    margin-right: 8px;
  }
}

@media (max-width: 991px) {
  .hero-area .hero-right {
    display: none;
  }
}

.hero-area .hero-right img {
  width: initial;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area .hero-right img {
    width: 54%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-area .hero-right img {
    width: 54%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-area .hero-right img {
    width: 50%;
  }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .hero-area .hero-right img {
    width: 45%;
  }
}

.hero-area .hero-right .main-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.hero-area .hero-right .bg-shapes {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-area {
  position: relative;
}

.about-area .about-shapes img {
  width: inherit;
}

.about-area .about-shapes .vec1,
.about-area .about-shapes .vec2,
.about-area .about-shapes .vec3 {
  position: absolute;
}

.about-area .about-shapes .vec1 {
  top: 10%;
  left: 10%;
}

.about-area .about-shapes .vec2 {
  right: 0%;
  bottom: 5%;
}

.about-area .about-shapes .vec3 {
  top: 10%;
  right: 10%;
}

.about-area .about-left {
  position: relative;
}

@media (max-width: 991px) {
  .about-area .about-left.two2 {
    margin-bottom: 0;
    margin-top: 30px;
    display: inherit;
  }

  .about-area .about-left {
    margin-bottom: 60px;
    display: none;
  }
}

.about-area .about-left .main-img {
  width: 100%;
  border-radius: 40px 0px 40px 0px;
}

@media (max-width: 575.98px) {
  .about-area .about-left .main-img {
    width: 100%;
  }
}

.about-area .about-left .img1 {
  position: absolute;
  top: 5%;
  left: -33%;
  width: initial;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .about-area .about-left .img1 {
    left: -15%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-area .about-left .img1 {
    left: -15%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-area .about-left .img1 {
    right: 13%;
    left: initial;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about-area .about-left .img1 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-area .about-left .img1 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .about-area .about-right {
    text-align: center;
  }
}

.task-img h4 {
  text-align: center;
  background-color: #08a58a;
  padding: 5px 10px;
  color: #fff;
}

.service-area {
  position: relative;
  background: #e6eef4;
  overflow: hidden;
}

.service-area .service-shapes img {
  width: initial;
}

.service-area .service-shapes .vec1,
.service-area .service-shapes .vec2 {
  position: absolute;
}

.service-area .service-shapes .vec1 {
  top: 10%;
  right: 10%;
}

.service-area .service-shapes .vec2 {
  bottom: 0%;
  left: 0%;
}

.bck-1 {
  background-color: #07a489;
}

.team-area {
  position: relative;
}

.team-area::after {
  content: "";
  width: 100%;
  height: 42.4%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fafafa;
  z-index: -1;
}

.team-area .team-shapes img {
  width: initial;
}

.team-area .team-shapes .vec1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .team-area .team-shapes .vec1 {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .team-area .team-shapes .vec1 {
    display: none;
  }
}

.appointment-area {
  background: #07a489;
  position: relative;
  overflow: hidden;
}

.appointment-area .appnt-shapes .vec1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
}

.appointment-area .appnt-shapes .vec2 {
  position: absolute;
  top: 0;
  right: 0;
  width: initial;
}

@media (max-width: 991px) {
  .appointment-area .appnt-shapes .vec2 {
    display: none;
  }
}

.appointment-area .appnt-left {
  margin-bottom: initial;
}

@media (max-width: 991px) {
  .appointment-area .appnt-left {
    text-align: center;
  }
}

.appointment-area .appnt-left h3 {
  color: #ffffff;
}

.appointment-area .appnt-left .special {
  font-size: 40px;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .appointment-area .appnt-left .special {
    font-size: 48px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .appointment-area .appnt-left .special {
    font-size: 48px;
  }
}

.appointment-area .appnt-left p {
  color: #ffffff;
}

.appointment-area .appnt-right .main-img {
  position: absolute;
  bottom: 0;
  right: 8px;
  z-index: 1;
  width: 30%;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .appointment-area .appnt-right .main-img {
    width: 42%;
  }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .appointment-area .appnt-right .main-img {
    width: 35%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .appointment-area .appnt-right .main-img {
    width: 35%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .appointment-area .appnt-right .main-img {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .appointment-area .appnt-right .main-img {
    display: none;
  }
}

.testimonial-area {
  position: relative;
}

.testimonial-area .testi-shapes img {
  width: initial;
}

.testimonial-area .testi-shapes .vec1 {
  position: absolute;
  bottom: 18%;
  right: 14%;
}

@media (max-width: 991px) {
  .testimonial-area .testi-shapes .vec1 {
    bottom: 4%;
    right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .testimonial-area .testi-shapes .vec1 {
    bottom: 6%;
    right: 3%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .testimonial-area .testi-shapes .vec1 {
    bottom: 6%;
    right: 3%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .testimonial-area .testi-shapes .vec1 {
    bottom: 6%;
    right: 3%;
  }
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .testimonial-area .testi-shapes .vec1 {
    bottom: 6%;
    right: 3%;
  }
}

.testimonial-area .testi-shapes .vec2 {
  position: absolute;
  top: 31%;
  left: 10%;
}

@media (max-width: 991px) {
  .testimonial-area .testi-shapes .vec2 {
    top: 6%;
    left: 10%;
  }
}

.testimonial-area .testimonial-slider-active .slick-track {
  padding: 20px 0;
}

.testimonial-area .testimonial-slider-active .slick-dots {
  position: absolute;
  bottom: 2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.testimonial-area .testimonial-slider-active .slick-dots li {
  margin-right: 20px;
}

.testimonial-area .testimonial-slider-active .slick-dots li.slick-active button {
  background: #07a489;
}

.testimonial-area .testimonial-slider-active .slick-dots li.slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.testimonial-area .testimonial-slider-active .slick-dots li button {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2d4251;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
}

.testimonial-area .testimonial-slider-active .slick-dots li button::before {
  position: absolute;
  top: 57%;
  left: 50.5%;
  -webkit-transform: translate(-50%, -54%);
  -ms-transform: translate(-50%, -54%);
  transform: translate(-50%, -54%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #2d4251;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 7px;
}

.gallery-area {
  background: #fafafa;
  position: relative;
}

.gallery-area .gallery-shapes .vec1 {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: initial;
}

.gallery-area .single-gallery {
  position: relative;
}

.gallery-area .single-gallery img {
  margin-bottom: 30px;
}

.gallery-area .single-gallery:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gallery-area .single-gallery:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gallery-area .single-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.5)), to(rgba(26, 193, 103, 0.8)));
  background: -webkit-linear-gradient(rgba(250, 250, 250, 0.5), rgba(26, 193, 103, 0.8));
  background: -o-linear-gradient(rgba(250, 250, 250, 0.5), rgba(26, 193, 103, 0.8));
  background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(26, 193, 103, 0.8));
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.gallery-area .single-gallery span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.faq-area {
  position: relative;
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .faq-area {
    padding-bottom: 50px;
  }
}

.faq-area .faq-shapes img {
  width: initial;
}

.faq-area .faq-shapes .vec1 {
  position: absolute;
  top: 5%;
  right: 10%;
}

.faq-area .faq-shapes .vec2 {
  position: absolute;
  bottom: 5%;
  right: 0%;
}

@media (max-width: 991px) {
  .faq-area .faq-left img {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .faq-area .faq-right {
    margin-bottom: 60px;
  }
}

.faq-area .faq-right .accordion-wrapper .card {
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(163, 163, 163, 0.15);
  box-shadow: 0px 15px 40px 0px rgba(163, 163, 163, 0.15);
  border: 1px solid #eaeaea;
}

.faq-area .faq-right .accordion-wrapper .card .card-header {
  border: none;
  padding: 0;
  border-radius: 5px;
  background: #ffffff;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 {
  margin-bottom: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a {
  padding: 15px 35px 15px 20px;
  display: block;
  cursor: pointer;
  position: relative;
  color: #2d4251;
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a.collapsed::after {
  content: "\efc2";
}

.faq-area .faq-right .accordion-wrapper .card .card-header h6 a::after {
  content: "\ef9a";
  font-family: IcoFont;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  background: #2d4251;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-body {
  border-radius: 5px;
  padding-top: 0;
}

.faq-area .faq-right .accordion-wrapper .card .card-body p {
  margin: 0;
}

.blog-area {
  padding-bottom: 140px;
}

.blog-area .slick-slider .slick-track {
  padding: 20px 0;
}

.blog-area .slick-slider .slick-dots {
  position: absolute;
  bottom: -7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.blog-area .slick-slider .slick-dots li {
  margin-right: 20px;
}

.blog-area .slick-slider .slick-dots li.slick-active button {
  background: #07a489;
}

.blog-area .slick-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.blog-area .slick-slider .slick-dots li button {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2d4251;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
}

.blog-area .slick-slider .slick-dots li button::before {
  position: absolute;
  top: 57%;
  left: 50.5%;
  -webkit-transform: translate(-50%, -54%);
  -ms-transform: translate(-50%, -54%);
  transform: translate(-50%, -54%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #2d4251;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 7px;
}

.subs-area {
  padding-top: 20px;
  margin-bottom: -115px;
  position: relative;
  z-index: 1;
}

.subs-area .subs-wrapper {
  background: #000a6d;
  border-radius: 30px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .subs-area .subs-wrapper {
    padding: 60px 20px;
  }
}

.subs-area .subs-wrapper .subs-shape .vec1 {
  width: initial;
  position: absolute;
  top: 0;
  right: 0;
}

.subs-area .subs-wrapper .subs-content h2 {
  color: #ffffff;
}

@media (max-width: 991px) {
  .subs-area .subs-wrapper .subs-content h2 {
    margin-bottom: 30px;
  }
}

.single-service {
  padding: 40px 20px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding-bottom: 10px;
}

.single-service:hover {
  background: #ffffff;
}

.single-service:hover .icon-box {
  background: #07a489;
}

.single-service:hover .icon-box span {
  color: #ffffff;
}

.single-service .icon-box {
  width: 70px;
  height: 70px;
  background: #dcfbe9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service .icon-box span {
  font-size: 30px;
}

.single-service .cont-box h4 {
  text-transform: capitalize;
  font-weight: 500;
}

.single-service .cont-box h4 a {
  color: #2d4251;
}

.single-service .cont-box h4 a:hover {
  color: #07a489;
}

.single-service .cont-box .link {
  color: #2d4251;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
}

.single-service .cont-box .link:hover {
  color: #07a489;
}

.single-team {
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
  box-shadow: 0px 15px 40px 0px rgba(187, 187, 187, 0.15);
}

.single-team:hover {
  background: #ffffff;
}

.single-team:hover .img-box img {
  -webkit-transform: rotate(5deg) scale(1.1);
  -ms-transform: rotate(5deg) scale(1.1);
  transform: rotate(5deg) scale(1.1);
}

.single-team:hover .cont-box .link {
  color: #07a489;
}

.single-team .img-box {
  overflow: hidden;
}

.single-team .img-box img {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /* height: 250px; */
}

.single-team .cont-box {
  padding-top: 0;
  background: #c8ebe5;
  padding: 10px;
  /* margin-top: -22px; */
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 11;
}

.single-team .cont-box .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.single-team .cont-box .social-links a {
  margin-right: 20px;
}

.single-team .cont-box .social-links a:last-child {
  margin-right: initial;
}

.single-team .cont-box .social-links span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2d4251;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-team .cont-box .social-links span:hover {
  background: #07a489;
}

.single-team .cont-box h4 {
  text-transform: capitalize;
  margin: 0 !important;
}

.single-team .cont-box h4 a {
  color: #2d4251;
}

.single-team .cont-box h4 a:hover {
  color: #07a489;
}

.single-team .cont-box .desig {
  display: block;
  font-weight: 500;
  color: #2d4251;
  display: inline-block;
}

.single-team .cont-box .desig:hover {
  color: #07a489;
}

.single-team .cont-box .link {
  display: block;
  color: #2d4251;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-testi {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(163, 163, 163, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(163, 163, 163, 0.15);
}

.single-testi .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-testi .img-box .quote {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: #2d4251;
  color: #ffffff;
  position: absolute;
  top: -115px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single-testi .img-box img {
  max-width: 140px;
}

.single-blog {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.15);
}

.single-blog:hover .content-box .link {
  color: #07a489;
}

.single-blog .content-box {
  padding: 20px;
}

.single-blog .content-box .meta-box a {
  color: #2d4251;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-blog .content-box .meta-box a:hover {
  color: #07a489;
}

.single-blog .content-box h4 a:hover {
  color: #07a489;
}

.single-blog .content-box p {
  color: #2d4251;
}

.single-blog .content-box a {
  text-transform: capitalize;
  font-weight: 700;
  color: #2d4251;
}

.single-blog .content-box .link {
  display: inline-block;
}

/* Homepage 2*/
.common-title2 h1 {
  line-height: 1;
  text-transform: capitalize;
}

.common-title2 h1 span {
  color: #2d4251;
}

.common-title2 h2 {
  line-height: 1;
  text-transform: capitalize;
}

.common-title2 h2 span {
  color: #2d4251;
}

.hero2-slider-active .slick-active {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero2-slider-active .slick-active .slider-top {
  -webkit-animation: 1.5s fadeInDown;
  animation: 1.5s fadeInDown;
}

.hero2-slider-active .slick-active .title-animation {
  -webkit-animation: 1.5s fadeInRight;
  animation: 1.5s fadeInRight;
}

.hero2-slider-active .slick-active .para-animation {
  -webkit-animation: 1.5s fadeInLeft;
  animation: 1.5s fadeInLeft;
}

.hero2-slider-active .slick-active .animate-btn {
  -webkit-animation: 1.5s fadeInUp;
  animation: 1.5s fadeInUp;
}

.hero2-slider-active .slick-active .animate-cont {
  -webkit-animation: 1.9s fadeInUp;
  animation: 1.9s fadeInUp;
}

.hero2-slider-active .slick-active .animate-img {
  -webkit-animation: 1.5s pulse;
  animation: 1.5s pulse;
}

.hero2-slider-active .slick-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero2-slider-active .slick-dots {
    left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero2-slider-active .slick-dots {
    top: initial;
    left: 40px;
    bottom: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .hero2-slider-active .slick-dots {
    left: 20px;
  }
}

.hero2-slider-active .slick-dots li {
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero2-slider-active .slick-dots li {
    margin-right: 10px;
    margin-bottom: initial;
  }
}

.hero2-slider-active .slick-dots li.slick-active button {
  background: #2d4251;
  height: 30px;
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero2-slider-active .slick-dots li.slick-active button {
    height: 7px;
    width: 30px;
  }
}

.hero2-slider-active .slick-dots li button {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2d4251;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.hero-area2 {
  background: #fafafa;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area2 {
    height: 670px;
  }
}

@media (max-width: 991px) {
  .hero-area2 {
    height: 680px;
  }
}

@media (max-width: 575.98px) {
  .hero-area2 {
    height: initial;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.hero-area2 .hero-shapes img {
  width: initial;
  position: absolute;
}

.hero-area2 .hero-shapes .color-vec1 {
  top: 0;
  left: 0;
}

.hero-area2 .hero-shapes .color-vec2 {
  bottom: 0;
  right: 0;
}

.hero-area2 .hero-shapes .htvec1 {
  top: 5%;
  left: 5%;
  width: 40px;
}

.hero-area2 .hero-shapes .htvec2 {
  bottom: 2%;
  right: 35%;
  width: 70px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-area2 .hero-shapes .htvec2 {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-shapes .htvec2 {
    display: none;
  }
}

.hero-area2 .hero-shapes .htvec3 {
  bottom: 2%;
  left: 2%;
  width: 50px;
}

.hero-area2 .hero-shapes .htvec4 {
  top: 5%;
  left: 50%;
  width: 50px;
}

.hero-area2 .hero-shapes .htvec5 {
  top: 48%;
  right: 3%;
  width: 40px;
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-shapes .htvec5 {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-area2 .hero-left .common-title2 h1 {
    font-size: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area2 .hero-left .common-title2 h1 {
    font-size: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-area2 .hero-left .common-title2 h1 {
    font-size: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-area2 .hero-left .common-title2 h1 {
    font-size: 50px;
  }
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-left .common-title2 h1 {
    font-size: 48px;
  }
}

.hero-area2 .hero-left .common-title2 .btn-box .btn3 {
  margin-right: 20px;
}

.hero-area2 .hero-left .count-box {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area2 .hero-left .count-box {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .hero-area2 .hero-left .count-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-left .count-box {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-area2 .hero-left .count-box .single-count {
  width: 165px;
  margin-right: 30px;
  padding: 20px 15px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(183, 183, 183, 0.1);
  box-shadow: 0px 15px 20px 0px rgba(183, 183, 183, 0.1);
  text-align: center;
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-left .count-box .single-count {
    width: 100px;
    margin-right: 5px;
    padding: 10px;
  }
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-left .count-box .single-count h3 {
    font-size: 24px;
  }
}

.hero-area2 .hero-left .count-box .single-count h3.med-fil::after {
  content: "M";
}

@media (max-width: 575.98px) {
  .hero-area2 .hero-left .count-box .single-count h6 {
    font-size: 12px;
  }
}

.hero-area2 .hero-right .main-img2 {
  width: initial;
  position: absolute;
  right: 8.5%;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .hero-area2 .hero-right .main-img2 {
    width: 28%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-area2 .hero-right .main-img2 {
    width: 28%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-area2 .hero-right .main-img2 {
    width: 30%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area2 .hero-right .main-img2 {
    width: 38%;
    right: 2.5%;
  }
}

.hero-area2 .hero-right .bg-shapes1 {
  position: absolute;
  bottom: 0%;
  right: 5%;
  width: initial;
  z-index: 0;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .hero-area2 .hero-right .bg-shapes1 {
    width: 39%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-area2 .hero-right .bg-shapes1 {
    width: 39%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-area2 .hero-right .bg-shapes1 {
    width: 41%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area2 .hero-right .bg-shapes1 {
    right: 0;
    width: 44%;
  }
}

.hero-area2 .hero-right .bg-shapes2 {
  position: absolute;
  bottom: 0%;
  right: 2%;
  width: initial;
  z-index: 2;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .hero-area2 .hero-right .bg-shapes2 {
    width: 42%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .hero-area2 .hero-right .bg-shapes2 {
    width: 41%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .hero-area2 .hero-right .bg-shapes2 {
    width: 44%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-area2 .hero-right .bg-shapes2 {
    width: 44%;
    right: 2%;
  }
}

.task-area {
  position: relative;
  padding-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .task-area {
    padding-bottom: 115px;
  }
}

@media (max-width: 991px) {
  .task-area {
    padding-bottom: 90px;
  }
}

.single-testi h4 {
  font-weight: 600;
}

.single-testi i {
  color: #08a58a;
  font-size: 30px;
}

.task-area .task-shapes .vec1 {
  width: initial;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.task-area .task-tab-nav nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icofont-simple-left {
  top: 45%;
  position: absolute;
  left: -10px;
  font-size: 20px;
}

.arrow-next {
  position: absolute;
  right: -10px;
  top: 45%;
  font-size: 20px;
}

.task-area .task-tab-nav a.active .single-nav {
  background: #08a58a;
}

.task-area .task-tab-nav a.active .single-nav h5 {
  color: #ffffff;
}

.task-area .task-tab-nav .single-nav h5 {
  color: #CCC;
}

.task-area .task-tab-nav .single-nav {
  background: #2d4251;
  color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid #eaeaea;
}

@media (max-width: 991px) {
  .task-area .task-tab-cont .task-img {}
}

.task-area .task-tab-cont .task-cont ul {
  margin-bottom: 30px;
}

.task-area .task-tab-cont .task-cont ul li {
  font-weight: 500;
}

.task-area .task-tab-cont .task-cont ul li::before {
  content: "\f021";
  font-family: "icofont";
  margin-right: 10px;
}

.about-us2 {
  position: relative;
  overflow: hidden;
}

.about-us2 .about-shapes .vec1 {
  width: 25px;
  position: absolute;
  right: 13%;
  top: 23%;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .about-us2 .about-shapes .vec1 {
    right: 5%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .about-us2 .about-shapes .vec1 {
    right: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .about-us2 .about-shapes .vec1 {
    right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-us2 .about-shapes .vec1 {
    display: none;
  }
}

.about-us2 .about-shapes .vec2 {
  width: 50px;
  position: absolute;
  right: 17%;
  top: 38%;
}

@media (min-width: 1600px) and (max-width: 1919.98px) {
  .about-us2 .about-shapes .vec2 {
    right: 5%;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .about-us2 .about-shapes .vec2 {
    right: 5%;
  }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .about-us2 .about-shapes .vec2 {
    right: 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-us2 .about-shapes .vec2 {
    display: none;
  }
}

.about-us2 .about-shapes .vec3 {
  width: 50px;
  position: absolute;
  right: 5%;
  bottom: 10%;
}

.about-us2 .about-shapes .vec4 {
  width: 50px;
  position: absolute;
  left: 3%;
  bottom: 20%;
}

.about-us2 .about-shapes .vec5 {
  width: initial;
  position: absolute;
  left: 0;
  bottom: -100px;
}

@media (max-width: 991px) {
  .about-us2 .about-left {
    margin-bottom: 60px;
  }
}

.about-us2 .about-right {
  position: relative;
}

.about-us2 .about-right .float-cont {
  border: 2px solid #eaeaea;
  background: rgba(250, 250, 250, 0.5);
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  top: 19%;
  right: -23%;
  text-align: center;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  .about-us2 .about-right .float-cont {
    top: 4%;
    left: 4%;
    right: initial;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-us2 .about-right .float-cont {
    top: initial;
    bottom: 4%;
    left: 4%;
    right: initial;
  }
}

@media (max-width: 991px) {
  .about-us2 .about-right .float-cont {
    top: 4%;
    left: 4%;
    right: initial;
  }
}

.about-us2 .about-right .float-cont h4 {
  font-weight: 400;
}

.service-area2 {
  background: #fafafa;
}

.department-area .task-nav-wrapper a .single-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.department-area .task-nav-wrapper a .single-nav .icon-box {
  margin-right: 10px;
}

.department-area .task-nav-wrapper a .single-nav .icon-box i::before {
  font-size: 36px;
  color: #2d4251;
}

.department-area .task-nav-wrapper a.active .single-nav .icon-box i::before {
  color: #ffffff;
}

.department-area .task-tab-cont .task-img img {
  width: 100%;
}

.department-area .task-tab-cont .task-cont .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.department-area .task-tab-cont .task-cont .list-box ul {
  margin-right: 30px;
}

.department-area .task-tab-cont .task-cont .list-box ul li {
  text-transform: capitalize;
}

.department-area .task-tab-cont .task-cont .list-box ul:last-child {
  margin-right: initial;
}

.emergency-area {
  background: #ffeff5;
  position: relative;
  overflow: hidden;
}

.emergency-area .emer-shapes img {
  width: initial;
}

.emergency-area .emer-shapes .vec1,
.emergency-area .emer-shapes .vec2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .emergency-area .emer-shapes .vec1,
  .emergency-area .emer-shapes .vec2 {
    display: none;
  }
}

@media (max-width: 575.98px) {

  .emergency-area .emer-shapes .vec1,
  .emergency-area .emer-shapes .vec2 {
    display: none;
  }
}

.emergency-area .emer-shapes .vec1 {
  left: 5%;
}

.emergency-area .emer-shapes .vec2 {
  right: 5%;
}

.emergency-area .emergency-cont .img-box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.emergency-area .emergency-cont .img-box img {
  width: initial;
}

.emergency-area .emergency-cont .cont-box {
  text-align: center;
  margin-bottom: 0;
}

.emergency-area .emergency-cont .cont-box .tel_btn {
  background: #2d4251;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  z-index: 11;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
}

.ht-team-area {
  position: relative;
  overflow: hidden;
}

.ht-team-area .team-shapes .vec1 {
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 50px;
}

.ht-team-area .team-shapes .vec2 {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 50px;
}

.ht-team-area .team-shapes .vec3 {
  position: absolute;
  top: 0%;
  left: 0%;
  width: initial;
}

.ht-gallery2 {
  background: #fafafa;
}

.ht-gallery2 .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ht-gallery2 .button-group button {
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(86, 86, 86, 0.05);
  box-shadow: 0px 15px 20px 0px rgba(86, 86, 86, 0.05);
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  padding: 10px;
  border: none;
  text-transform: capitalize;
  margin-right: 30px;
  min-width: 120px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  color: #2d4251;
  position: relative;
  z-index: 1;
}

.ht-gallery2 .button-group button:last-child {
  margin-right: initial;
}

.ht-gallery2 .button-group button.active {
  background: #2d4251;
  color: #ffffff;
}

.ht-gallery2 .button-group button:hover {
  background: #2d4251;
  color: #ffffff;
}

.ht-gallery2 .single-gallery {
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
}

.ht-gallery2 .single-gallery:hover::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ht-gallery2 .single-gallery:hover span {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ht-gallery2 .single-gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0.5)), to(rgba(255, 110, 157, 0.8)));
  background: -webkit-linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 110, 157, 0.8));
  background: -o-linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 110, 157, 0.8));
  background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(255, 110, 157, 0.8));
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ht-gallery2 .single-gallery span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ht-appnt-area {
  position: relative;
  overflow: hidden;
}

.ht-appnt-area .appnt-shapes img {
  width: initial;
}

.ht-appnt-area .appnt-shapes .vec1,
.ht-appnt-area .appnt-shapes .vec2,
.ht-appnt-area .appnt-shapes .vec3 {
  position: absolute;
}

.ht-appnt-area .appnt-shapes .vec1 {
  top: 0;
  right: 0;
}

.ht-appnt-area .appnt-shapes .vec2 {
  bottom: -30%;
  left: 0;
}

.ht-appnt-area .appnt-shapes .vec3 {
  top: 5%;
  right: 3%;
}

@media (max-width: 991px) {
  .ht-appnt-area .appnt-left {
    margin-bottom: 50px;
  }
}

.ht-testi-active .slick-list {
  padding: 20px 0;
}

.ht-testi-active .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ht-testi-active .slick-dots li {
  margin-right: 10px;
}

.ht-testi-active .slick-dots li.slick-active button {
  background: #07a489;
  height: 7px;
  width: 30px;
  border-radius: 10px;
}

.ht-testi-active .slick-dots li button {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2d4251;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ht-testi-area {
  background: #fafafa;
}

.box-2 {
  border-bottom: 2px solid #08a58a;
  padding: 40px 0px;
}

.ht-blog-area {
  padding-bottom: 130px;
}

.ht-blog-area .ht-blog-slider-active .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li {
  margin-right: 10px;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li.slick-active button {
  background: #2d4251;
  height: 7px;
  width: 30px;
  border-radius: 10px;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li button {
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #2d4251;
  display: block;
  border: none;
  outline: none;
  position: relative;
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ht-blog-area .ht-blog-slider-active .slick-dots li button::before {
  content: initial;
}

.ht-subs-area .subs-wrapper {
  background: #2d4251;
  border-radius: 30px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .ht-subs-area .subs-wrapper {
    padding: 60px 20px;
  }
}

.ht-subs-area .subs-wrapper .subs-shape .vec1 {
  width: initial;
  position: absolute;
  top: 0;
  right: 0;
}

.ht-subs-area .subs-wrapper .subs-content h2 {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .ht-subs-area .subs-wrapper .subs-content h2 {
    font-size: 36px;
  }
}

.about-list {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}

.about-list .img-box {
  width: 120px;
  margin-right: 20px;
}

.single-service-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
  cursor: pointer;
}

.single-service-2.active {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
}

.single-service-2.active .icon-box {
  background: #2d4251;
  color: #ffffff;
}

.single-service-2:hover {
  -webkit-box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
  box-shadow: 0px 15px 30px 0px rgba(117, 117, 117, 0.1);
}

.single-service-2:hover .icon-box {
  background: #2d4251;
  color: #ffffff;
}

.single-service-2 .icon-box {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-2 .icon-box span {
  font-size: 30px;
}

.single-service-2 .icon-box span i::before {
  font-size: 60px;
}

.single-service-2 .cont-box {
  padding: 20px 15px;
}

.single-service-2 .cont-box h4 a {
  color: #2d4251;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-service-2 .cont-box h4 a:hover {
  color: #2d4251;
}

.single-team-2 {
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(25, 0, 72, 0.1);
  box-shadow: 0px 15px 40px 0px rgba(25, 0, 72, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}

.single-team-2 .img-box img {
  width: 100%;
}

.single-team-2 .cont-box {
  padding: 20px;
  background: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-team-2 .cont-box h4 a {
  color: #2d4251;
}

.single-team-2 .cont-box h4 a:hover {
  color: #2d4251;
}

.single-team-2 .cont-box a.btn3 {
  margin-bottom: -50px;
}

.single-team-2:hover .cont-box {
  visibility: visible;
  opacity: 1;
}

.single-team-2:hover .cont-box a {
  background: #ffffff;
}

.single-testi-2 {
  position: relative;
  padding: 40px 20px 80px 20px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(76, 76, 76, 0.15);
  overflow: hidden;
}

.single-testi-2 .img-box {
  max-width: 80px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
}

.single-testi-2 .img-box img {
  border-radius: 10px;
}

.single-testi-2 .cont-box {
  text-align: center;
}

.single-testi-2 .quote {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  background: #07a489;
  color: #ffffff;
  position: absolute;
  top: -5px;
  right: -5px;
}

.single-testi-2 .lower-cont {
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2d4251;
}

.single-testi-2 .lower-cont h5 {
  color: #ffffff;
  text-transform: capitalize;
}

.single-blog-2:hover .content-box a.link {
  color: #2d4251;
}

.single-blog-2 .content-box .meta-box {
  margin-bottom: 15px;
}

.single-blog-2 .content-box .meta-box a:hover {
  color: #2d4251;
}

.single-blog-2 .content-box h4 a:hover {
  color: #2d4251;
}

/* About Page */
.single-counter {
  background: #08a58a;
  padding: 20px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.single-counter .icon-box {
  text-align: center;
  margin-bottom: 0px;
}

.single-counter .icon-box span {
  color: #ffffff;
  font-size: 50px;
}

.single-counter .cont-box {
  text-align: center;
}

.single-counter .cont-box h3.med-fil::after {
  content: 'M';
}

.single-counter .cont-box h3,
.single-counter .cont-box h6 {
  color: #ffffff;
}

.ab-testi-area {
  padding-bottom: 125px;
}

@media (max-width: 575.98px) {
  .ab-testi-area {
    padding-bottom: 80px;
  }
}

/* 404 Page*/
/* Faq page */
@media (max-width: 991px) {
  .m-faq-area {
    padding-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .m-faq-area {
    padding-bottom: 30px;
  }
}

/* Service Single */
.service-wrapper .ser-cont img {
  margin-bottom: 50px;
}

.service-wrapper .ser-cont .cont-list-wrapper .cont-list {
  margin-bottom: 30px;
}

.service-wrapper .ser-cont .cont-list-wrapper .cont-list ul li {
  text-transform: capitalize;
}

.service-wrapper .ser-cont .cont-list-wrapper .cont-list ul li::before {
  content: "\eed8";
  font-family: "icofont";
  margin-right: 5px;
}

.service-wrapper .service-list-wrap .service-list {
  margin-bottom: 30px;
}

.service-wrapper .service-list-wrap .service-list .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding: 5px 0;
}

.service-wrapper .service-list-wrap .service-list .single-list .title {
  font-weight: 500;
}

.service-wrapper .service-list-wrap .service-list .single-list .amount {
  font-weight: 300;
  margin-left: 30px;
}

.service-wrapper .team-area {
  background: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget {
  margin-bottom: 30px;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li {
  background: #ffffff;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li a {
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 18px;
  color: #2d4251;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li a::after {
  content: "\eab8";
  font-family: "icofont";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li:hover {
  background: #07a489;
}

.service-wrapper .ser-sidebar .ser-widget.serWid-list ul li:hover a {
  color: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr {
  background: #07a489;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr h4,
.service-wrapper .ser-sidebar .ser-widget.wrk-hr p {
  color: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #ffffff;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list .title {
  font-weight: 400;
  text-transform: capitalize;
}

.service-wrapper .ser-sidebar .ser-widget.wrk-hr .wrk-list-wrapper .single-list .amount {
  font-weight: 400;
  margin-left: 30px;
  text-transform: capitalize;
}

.service-wrapper .ser-sidebar .ser-widget.help-line {
  background: #2d4251;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}

.service-wrapper .ser-sidebar .ser-widget.help-line .icon {
  font-size: 50px;
  color: #ffffff;
  display: block;
}

.service-wrapper .ser-sidebar .ser-widget.help-line h3,
.service-wrapper .ser-sidebar .ser-widget.help-line h4 {
  color: #ffffff;
}

/* Doctor Page */
.doc-team-area::after {
  display: none;
}

.doc-team-area .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doc-team-area .button-group button {
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(86, 86, 86, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(86, 86, 86, 0.05);
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  padding: 10px;
  border: none;
  text-transform: capitalize;
  margin-right: 30px;
  min-width: 120px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
  color: #2d4251;
  position: relative;
  z-index: 1;
}

.doc-team-area .button-group button:last-child {
  margin-right: initial;
}

.doc-team-area .button-group button.active {
  background: #07a489;
  color: #ffffff;
  color: #ffffff;
}

.doc-team-area .button-group button:hover {
  background: #07a489;
  color: #ffffff;
}

/* Blog Page */
.blog-wrapper .blog-content-area .single-blog-content .img-box {
  margin-bottom: 30px;
  position: relative;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #ffffff;
  z-index: 1;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-prev,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-prev {
  left: 20px;
  background: #07a489;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-prev:hover,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-prev:hover {
  background: #2d4251;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-next,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-next {
  right: 20px;
  background: #2d4251;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .slickArrow.arrow-next.arrow-next:hover,
.blog-wrapper .blog-content-area .single-blog-content .img-box .mblog-slider-active.slick-slider .arrow-prev.arrow-next:hover {
  background: #07a489;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box.vdo-box {
  position: relative;
}

.blog-wrapper .blog-content-area .single-blog-content .img-box.vdo-box .vdo_pop {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-wrapper .blog-content-area .single-blog-content .img-box.vdo-box .vdo_pop a span {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background: #07a489;
  color: #ffffff;
  display: block;
  -webkit-box-shadow: 0px 0px 0px 15px rgba(248, 111, 100, 0.7), 0px 0px 0px 40px #fafafa;
  box-shadow: 0px 0px 0px 15px rgba(248, 111, 100, 0.7), 0px 0px 0px 40px #fafafa;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li {
  margin-right: 20px;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li:last-child {
  margin-right: initial;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li a {
  color: #2d4251;
  text-transform: capitalize;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box .meta-box li a:hover {
  color: #07a489;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box h3 {
  text-transform: capitalize;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box h3 a {
  color: #2d4251;
}

.blog-wrapper .blog-content-area .single-blog-content .cont-box h3 a:hover {
  color: #07a489;
}

.blog-wrapper .template-pagination {
  margin-top: 40px;
  position: relative;
  z-index: 11;
}

.blog-wrapper .template-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-wrapper .template-pagination ul li {
  margin-right: 10px;
}

.blog-wrapper .template-pagination ul li:last-child {
  margin-right: initial;
}

.blog-wrapper .template-pagination ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #2d4251;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(25, 0, 72, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(25, 0, 72, 0.1);
}

.blog-wrapper .template-pagination ul li a.active {
  background: #07a489;
  color: #ffffff;
}

.blog-wrapper .template-pagination ul li a:hover {
  background: #07a489;
  color: #ffffff;
}

@media (max-width: 991px) {
  .blog-wrapper .blog-sidebar-area {
    margin-top: 60px;
  }
}

.blog-wrapper .blog-sidebar-area .single-sidebar {
  margin-bottom: 30px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper ::-webkit-input-placeholder {
  color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper :-ms-input-placeholder {
  color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper ::-ms-input-placeholder {
  color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper ::placeholder {
  color: #eaeaea;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper input {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  width: 82%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(167, 167, 167, 0.1);
  box-shadow: 0px 10px 25px 0px rgba(167, 167, 167, 0.1);
}

.blog-wrapper .blog-sidebar-area .single-sidebar.search-widget .form-wrapper button {
  width: 18%;
  background: #07a489;
  color: #ffffff;
  border: none;
  border-radius: 5px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat {
  padding: 10px 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat.active {
  background: #07a489;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat.active ul li {
  color: #ffffff;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat:hover {
  background: #07a489;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat:hover ul li {
  color: #ffffff;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.category-widget .cat-wrapper .single-cat ul li {
  color: #2d4251;
  text-transform: capitalize;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp {
  margin-bottom: 20px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp:last-child {
  margin-bottom: initial;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box {
  margin-left: -15px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .title,
.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .meta-date {
  color: #2d4251;
  font-size: 14px;
  display: block;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .title:hover,
.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .meta-date:hover {
  color: #07a489;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.recent-post-widget .single-rp .cont-box .title {
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li a {
  background: #fafafa;
  color: #2d4251;
  padding: 5px 10px;
  border: 1px solid #eaeaea;
  text-transform: capitalize;
  border-radius: 5px;
  display: block;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li a:hover {
  background: #07a489;
  color: #ffffff;
}

.blog-wrapper .blog-sidebar-area .single-sidebar.tag-widget .tag-wrapper li a.active {
  background: #07a489;
  color: #ffffff;
}

/* Blog Single */
.blog-single-wrapper .blog-title {
  margin-bottom: 30px;
}

.blog-single-wrapper .blog-quote-area {
  padding: 30px;
  background: #fafafa;
  position: relative;
  border-radius: 10px;
}

.blog-single-wrapper .blog-quote-area p {
  font-weight: 700;
}

.blog-single-wrapper .blog-quote-area h5 {
  margin-bottom: 0;
}

.blog-single-wrapper .blog-quote-area .qt-icon {
  font-size: 30px;
  display: block;
  color: #2d4251;
  opacity: .5;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.blog-single-wrapper .share-box .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
}

.blog-single-wrapper .share-box .social-icons a {
  margin-right: 10px;
}

.blog-single-wrapper .share-box .social-icons a:last-child {
  margin-right: initial;
}

.blog-single-wrapper .share-box .social-icons a span {
  color: #2d4251;
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.blog-single-wrapper .share-box .social-icons a span.active {
  background: #07a489;
  border: 1px solid transparent;
  color: #ffffff;
}

.blog-single-wrapper .share-box .social-icons a span:hover {
  background: #07a489;
  border: 1px solid transparent;
  color: #ffffff;
}

.blog-single-wrapper .blog-comment-area .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .blog-single-wrapper .blog-comment-area .single-comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-image {
  width: 100px;
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .blog-single-wrapper .blog-comment-area .single-comment .comment-image {
    margin-right: initial;
    margin-bottom: 20px;
  }
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .cc-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .cc-upper .date {
  margin-left: 30px;
  text-transform: capitalize;
  margin-right: 40px;
}

@media (max-width: 575.98px) {
  .blog-single-wrapper .blog-comment-area .single-comment .comment-content .cc-upper .date {
    margin-right: initial;
    margin-bottom: 20px;
  }
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .reply {
  background: #07a489;
  text-transform: capitalize;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  border-radius: 2px;
  display: inline-block;
}

.blog-single-wrapper .blog-comment-area .single-comment .comment-content .reply:hover {
  background: #2d4251;
}

/* Doctor Single */
.doctor-single-wrapper .doctor-sidebar .doctor-info {
  border-radius: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box {
  background: #fafafa;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box h4 {
  font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box .des1 {
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-info .cont-box .des2 {
  display: block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs {
  background: #fafafa;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs h4 {
  font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs ul {
  margin-bottom: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs ul li {
  line-height: 2;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs h6 {
  font-weight: 500;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a {
  margin-right: 10px;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a:last-child {
  margin-right: initial;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  display: block;
  background: #07a489;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.doctor-single-wrapper .doctor-sidebar .doctor-addrs .social-links a span:hover {
  background: #2d4251;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num {
  background: #07a489;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.t--1 {
  font-weight: 600;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .img-box span {
  font-size: 50px;
  color: #ffffff;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .cont-box {
  margin-left: 20px;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .cont-box h4 {
  color: #ffffff;
}

.doctor-single-wrapper .doctor-sidebar .emergency-num .cont-box .num {
  font-weight: 500;
  color: #ffffff;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont {
  margin-bottom: 30px;
  overflow: hidden;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .title-box {
  margin-bottom: 30px;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .title-box h4 {
  position: relative;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .title-box h4::after {
  content: "";
  width: 622px;
  background: #eaeaea;
  height: 2px;
  position: absolute;
  bottom: 10px;
  margin-left: 20px;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .inner-cont {
  padding: 30px;
  background: #fafafa;
  border-radius: 10px;
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .single-details {
  background: #fafafa;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .single-details {
    text-align: left;
    padding: 10px 20px;
  }
}

.doctor-single-wrapper .doctor-cont-wrapper .single-doc-cont .single-details h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

/* Gallery Page*/
.main_gallery_area {
  background: #ffffff;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .main_gallery_area {
    padding-bottom: 90px;
  }
}

/* Contact Page*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mcontact-section .mcontact-left {
    margin-bottom: 80px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .mcontact-section .mcontact-left {
    margin-bottom: 60px;
    text-align: center;
  }
}

.mcontact-section .mcontact-left .inner-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mcontact-section .mcontact-left .inner-con {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .mcontact-section .mcontact-left .inner-con {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mcontact-section .mcontact-left .inner-con .icon-box span {
  font-size: 40px;
  background: #07a489;
  color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: block;
  line-height: 70px;
  text-align: center;
  margin-right: 20px;
}

.mcontact-section .mcontact-left .inner-con .cont-box h5 {
  font-weight: 400;
}

.mcontact-section .mcontact-left .inner-con .cont-box h5 span {
  color: #07a489;
  font-size: 30px;
  margin-left: 20px;
  display: inline-block;
  position: relative;
  top: -5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mcontact-section .mcontact-left .support-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .mcontact-section .mcontact-left .support-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .mcontact-section .mcontact-right {
    margin-top: 30px;
  }
}

.mcontact-section .mcontact-right iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 991px) {
  .mconform-section .mconform-left {
    margin-bottom: 60px;
  }
}

.single-sup {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  margin-bottom: 30px;
  /* min-height: 300px; */
}

@media (max-width: 575.98px) {
  .single-sup {
    width: 100%;
    text-align: center;
  }
}

.single-sup .icon-box span {
  font-size: 50px;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
}

.single-sup h4 {
  font-weight: 400;
}

.single-sup p span {
  color: #07a489;
}

.contact-box--link {
  color: #2d4251 !important;
}

.contact-box--link:hover {
  color: #07a489 !important;
}

.single-service--1 {
  padding: 20px 20px 12px !important;
  background-color: #07A488 !important;
}

.single-service--1 .cont-box {
  margin-top: 10px;
}

.single-service--1 .cont-box h4 a {
  color: #fff;
}

.single-service--1 .cont-box h4 a:hover {
  color: #fff;
}

.mtc {
  padding: 0 !important;
  display: block;
}

.t-1 a {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #08a58a;
  border-bottom: 1px solid #08a58a;
  padding: 5px !important;
  display: block !important;

}

.t-1 a:hover {
  color: #000 !important;
}

.t-2 {
  font-size: 17px !important;
  font-weight: 400 !important;
  margin-top: 10px;
  background-color: #d9fff9 !important;
  padding: 5px;
  margin-bottom: 8px;

}

.t-3 {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: gray;
  margin-bottom: 8px;

}

.t-4 {
  font-size: 9px !important;
  font-weight: 400 !important;
  margin-bottom: 10 !important;

}

.t-4 a:hover,
.t-5 a:hover {
  color: #666 !important;
}

.t-4 a,
.t-5 a {
  font-size: 14px !important;
}

.t-5 {
  font-size: 9px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;


}

.range-1 {
  font-size: 30px;
  font-weight: 700;
  border-right: 3px solid gray;

  text-transform: none;
}

.c-1 {
  color: #08a58a;
}

.mb {
  margin-bottom: 60px;
}

.border--1 {
  border: 1px solid #eee;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.border-bottom {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
}

.d-inherit {
  padding: 0 !important;
}

.sub-menu--mod li a {
  color: #07A488 !important;
}

@media (min-width:0px) and (max-width:768px) {
  .sub-menu--mod li a {
    color: #ffffff !important;
  }
}

.sub-menu--mod {
  width: 300px !important;
  left: 0 !important;
}

a.whatsapp {
  position: fixed;
  right: 30px;
  bottom: 100px;
  /* height: 100px;
  width: 100px; */
}

a.whatsapp i {
  font-size: 20px;
  color: #ffffff;
  background: #07A488;
  border-radius: 50%;
  padding: 10px;

}

.common-title--new {
  position: relative;
  padding: 10px 0;
}

.common-title--new h2,
.common-title--new span {
  color: #ffffff !important;
}

.common-title--new::after {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #92ecdc;
  border-radius: 5px;
}