/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - Doctor & Medical Care Template Bundle
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title & Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
9. About CSS
10. Brand CSS
11. Call To Action CSS
12. Pricing CSS
13. Team CSS
14. Counter  CSS
15. Service CSS
16. Why Choose Us CSS
17. Testimonial CSS
18. FAQ & Error CSS
19. Partner CSS
20. Blog CSS
21. Blog Details CSS
22. Contact CSS
23.  Sidebar CSS
     - Search Box Widget
     - Category Widget
     - Taglist Widget
     - Popular Post Widget
     - Contact Wodget
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --bodyFont: "Open Sans", sans-serif;
  --secondaryFont: "Poppins", sans-serif;
  --primaryColor: #223A66;
  --secondaryColor: #20C997;
  --optionalColor: #F14B2A;
  --titleColor: #223A66;
  --blackColor: #18143B;
  --paraColor: #555555;
  --whiteColor: #ffffff;
  --offwhiteColor: #eee;
  --copyrightColor: #27406C;
  --bgColor: #F7F9FB;
  --ashColor: #eee;
  --grayColor: #E1E1E1;
  --yellowColor: #FFD300;
  --fontSize: 16px;
  --transition: all ease .5s;
  --transitionTwo: all ease .9s;
}

/*---------------------------------
        General Styles 
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input, textarea, select {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px 12px;
  width: 100%;
  font-size: 16px;
}

input {
  height: 50px;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--paraColor);
}

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

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: var(--secondaryFont);
  color: var(--titleColor);
}

body {
  font-size: 16px;
  font-family: var(--bodyFont);
  color: var(--blackColor);
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  color: var(--paraColor);
  font-family: var(--bodyFont);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.webp);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 15px) 50%;
}

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

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

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

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

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

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

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

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

.pb-75 {
  padding-bottom: 75px;
}

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

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  color: var(--whiteColor);
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.circle-text {
  position: absolute;
  top: 0;
  left: 0;
}
.circle-text text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
  color: var(--whiteColor);
}
.circle-text svg {
  position: relative;
  letter-spacing: 5px;
  width: 175px;
  height: 175px;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\ea76";
  font-family: remixicon !important;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: var(--optionalColor);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--optionalColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--whiteColor);
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--primaryColor);
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

@keyframes loader {
  0%, 10%, 100% {
    width: 40px;
    height: 40px;
  }
  65% {
    width: 100px;
    height: 100px;
  }
}
@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: var(--primaryColor);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: var(--primaryColor);
  }
  100% {
    transform: rotate(-90deg);
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three,
.btn-four {
  display: inline-block;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  transition: var(--transition);
  position: relative;
  z-index: 1;
  border: none;
  padding: 16px 31px;
  border-radius: 5px;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: var(--secondaryFont);
}
.btn-one i,
.btn-two i,
.btn-three i,
.btn-four i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-right: 9px;
  transition: var(--transition);
}
.btn-one:before,
.btn-two:before,
.btn-three:before,
.btn-four:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: var(--transition);
}
.btn-one:after,
.btn-two:after,
.btn-three:after,
.btn-four:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  border-radius: 5px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.btn-one:hover,
.btn-two:hover,
.btn-three:hover,
.btn-four:hover {
  color: var(--whiteColor);
}
.btn-one:hover:after, .btn-one:hover:before,
.btn-two:hover:after,
.btn-two:hover:before,
.btn-three:hover:after,
.btn-three:hover:before,
.btn-four:hover:after,
.btn-four:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn-one {
  color: var(--whiteColor);
  border: none;
}
.btn-one:before {
  background-color: var(--optionalColor);
}
.btn-one:after {
  background-color: var(--secondaryColor);
}

.btn-two {
  color: var(--whiteColor);
  border: none;
}
.btn-two:before {
  background-color: var(--secondaryColor);
}
.btn-two:after {
  background-color: var(--primaryColor);
}

.btn-three {
  color: var(--secondaryColor);
  border: 1px solid transparent;
}
.btn-three:before {
  background-color: var(--whiteColor);
}
.btn-three:after {
  background-color: var(--primaryColor);
}

.btn-four {
  color: var(--secondaryColor);
  border: 1px solid var(--secondaryColor);
}
.btn-four:before {
  background-color: var(--whiteColor);
}
.btn-four:after {
  background-color: var(--secondaryColor);
}
.btn-four:hover {
  border-color: transparent;
  color: var(--whiteColor);
}

.link-one {
  font-weight: 500;
  line-height: 26px;
  font-family: var(--secondaryFont);
  display: inline-block;
  position: relative;
  color: var(--secondaryColor);
  transition: var(--transition);
}
.link-one:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: var(--secondaryColor);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.link-one i {
  position: relative;
  top: 2px;
  margin-right: 8px;
  font-size: 14px;
  transition: var(--transition);
}
.link-one:hover {
  color: var(--optionalColor);
}
.link-one:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link-one:hover i {
  margin-left: 10px;
}

.social-profile li {
  display: inline-block;
}
.social-profile li a, .social-profile li i {
  transition: var(--transition);
}

.content-feature-list {
  margin: 0 0 28px 0;
}
.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}
.content-feature-list li i, .content-feature-list li ion-icon {
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--primaryColor);
  font-size: 18px;
  line-height: 0.8;
}

.product-feature-list li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 18px;
  color: var(--paraColor);
  font-size: 18px;
}
.product-feature-list li:last-child {
  margin-bottom: 0;
}
.product-feature-list li span {
  position: absolute;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
  text-align: center;
}
.product-feature-list li span i {
  font-size: 18px;
  line-height: 30px;
  color: var(--primaryColor);
  font-weight: 700;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}
.section-title span,
.content-title span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 26px;
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: var(--secondaryFont);
  color: var(--optionalColor);
  padding-left: 55px;
  margin-bottom: 10px;
}
.section-title span .section-shape,
.content-title span .section-shape {
  position: absolute;
  top: 5px;
  left: 0;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}
.section-title p,
.content-title p {
  margin: 15px 0 0;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 55px;
  width: 55px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  -o-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 62px;
  background-color: var(--whiteColor);
  color: var(--primaryColor);
  z-index: 1;
  font-size: 20px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.ratings li {
  display: inline-block;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.social-profile li a i {
  line-height: 0.8;
  font-size: 18px;
  margin: 0 auto;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_gray {
  background-color: var(--grayColor);
}

.bg_ash {
  background-color: var(--ashColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg_optional {
  background-color: var(--bgColor);
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: var(--transition);
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: var(--transition);
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget,
.sidebar .sidebar-widget-two {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.sidebar .sidebar-widget .sidebar-widget-title,
.sidebar .sidebar-widget-two .sidebar-widget-title {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
  position: relative;
  padding-bottom: 28px;
}
.sidebar .sidebar-widget .sidebar-widget-title img,
.sidebar .sidebar-widget-two .sidebar-widget-title img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar .sidebar-widget:last-child,
.sidebar .sidebar-widget-two:last-child {
  margin: 0;
}
.sidebar .sidebar-widget {
  background-color: var(--bgColor);
  border-radius: 5px;
  padding: 25px;
}

.searchbox {
  position: relative;
}
.searchbox input {
  width: 100%;
  height: 56px;
  background: transparent;
  border: 1px solid #EEEEEE;
  color: var(--paraColor);
  font-size: 16px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 10px;
}
.searchbox input::-moz-placeholder {
  opacity: 1;
  color: #BBBBBB;
}
.searchbox input::placeholder {
  opacity: 1;
  color: #BBBBBB;
}
.searchbox input:focus {
  border-color: var(--grayColor);
}
.searchbox button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 12px 12px;
  height: calc(100% - 10px);
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: transparent;
}
.searchbox button i {
  color: var(--paraColor);
  font-size: 16px;
  line-height: 0.8;
  position: relative;
}

.category-box li {
  position: relative;
  margin-bottom: 10px;
}
.category-box li:last-child {
  margin-bottom: 0;
}
.category-box li:last-child a {
  border-bottom: none;
}
.category-box li a {
  color: var(--paraColor);
  display: block;
  transition: var(--transition);
  font-weight: 400;
  padding-left: 25px;
  transition: var(--transition);
}
.category-box li a span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  text-align: center;
  font-size: 14px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  float: right;
}
.category-box li a i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
}
.category-box li a:hover {
  color: var(--optionalColor);
}
.category-box li a:hover i {
  color: var(--optionalColor);
}
.category-box li:first-child a {
  padding-top: 0;
}
.category-box li:last-child a {
  padding-bottom: 0;
}

.contact-box {
  background-color: var(--primaryColor);
  border-radius: 5px;
  padding: 25px 30px;
}
.contact-box .sidebar-widget-title {
  color: var(--whiteColor);
}
.contact-box p {
  color: #eee;
  margin-bottom: 25px;
}
.contact-box .btn-two {
  color: var(--secondaryColor);
}
.contact-box .btn-two:before {
  background-color: rgba(255, 255, 255, 0.05);
}
.contact-box .btn-two:after {
  background-color: var(--secondaryColor);
}
.contact-box .btn-two:hover {
  color: var(--whiteColor);
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav li {
  margin: 0 5px;
  display: inline-block;
}
.page-nav li:first-child a i {
  left: -2px;
}
.page-nav li:last-child a i {
  right: -2px;
}
.page-nav li a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
  line-height: 48px;
  font-weight: 500;
  text-align: center;
  color: #BBBBBB;
  transition: var(--transition);
}
.page-nav li a ion-icon {
  font-size: 17px;
  line-height: 1;
  margin: 0 auto;
  position: relative;
  top: 3px;
  transition: var(--transition);
}
.page-nav li a img {
  position: relative;
  top: -2px;
}
.page-nav li a.active, .page-nav li a:hover {
  color: var(--whiteColor);
  opacity: 1;
  background-color: var(--optionalColor);
}
.page-nav li a.active ion-icon, .page-nav li a.active i, .page-nav li a:hover ion-icon, .page-nav li a:hover i {
  color: var(--whiteColor);
}
.page-nav li a.active img, .page-nav li a:hover img {
  filter: brightness(0) invert(1);
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.breadcrumb-wrap {
  padding: 140px 0;
  margin-top: 165px;
  position: relative;
  background-color: var(--bgColor);
  z-index: 1;
}
.breadcrumb-wrap .br-shape-one,
.breadcrumb-wrap .br-shape-two,
.breadcrumb-wrap .br-shape-three {
  position: absolute;
  z-index: -1;
}
.breadcrumb-wrap .br-shape-one {
  bottom: 0;
  left: 0;
}
.breadcrumb-wrap .br-shape-two {
  bottom: 55px;
  left: 55%;
  transform: translateX(-50%);
}
.breadcrumb-wrap .br-shape-three {
  top: 0;
  right: 0;
}
.breadcrumb-wrap:after {
  position: absolute;
  top: 55px;
  left: 55px;
  content: "";
  width: calc(100% - 110px);
  height: calc(100% - 110px);
  border: 2px solid var(--whiteColor);
  z-index: -1;
}

.breadcrumb-title {
  text-align: center;
}
.breadcrumb-title h2 {
  color: var(--primaryColor);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.breadcrumb-title .breadcrumb-menu {
  text-align: center;
}
.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  margin-right: 5px;
  font-weight: 500;
  color: var(--paraColor);
}
.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: -1px;
  right: 0px;
  content: "|";
  font-size: 16px;
  background-color: transparent;
  color: var(--paraColor);
  transform: rotate(15deg);
}
.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: var(--optionalColor);
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--paraColor);
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: var(--optionalColor);
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--whiteColor);
  transform: translateY(-50%);
  overflow: hidden;
}
.owl-carousel .owl-nav button.owl-prev:after, .owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--primaryColor);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.owl-carousel .owl-nav button.owl-prev:hover:after, .owl-carousel .owl-nav button.owl-next:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: var(--whiteColor);
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 28px;
  font-weight: 300;
  line-height: 0.8;
  margin: 0 auto;
  transition: var(--transition);
}
.owl-carousel .owl-nav button.owl-prev img, .owl-carousel .owl-nav button.owl-next img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------
    Hero Section CSS
-------------------------------*/
.hero-wrap {
  position: relative;
  z-index: 1;
  margin-top: 160px;
  background-color: var(--bgColor);
}
.hero-wrap .hero-shape-one,
.hero-wrap .hero-shape-two,
.hero-wrap .hero-shape-three,
.hero-wrap .hero-shape-four {
  position: absolute;
  z-index: -1;
}
.hero-wrap .hero-shape-one {
  top: 0;
  left: 0;
}
.hero-wrap .hero-shape-two {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-wrap .hero-shape-three {
  bottom: 0;
  right: 0;
}
.hero-wrap .hero-shape-four {
  top: 80px;
  right: 80px;
}
.hero-wrap .scroll-to-section {
  position: absolute;
  bottom: -50px;
  left: 50%;
  z-index: 10;
  cursor: pointer;
  transform: translateX(-50%);
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--whiteColor);
}
.hero-wrap .scroll-to-section img {
  display: block;
  margin: 0 auto;
}

.hero-slide-item {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-slide-item .hero-content {
  padding: 170px 0;
  position: relative;
  z-index: 1;
}
.hero-slide-item .hero-content span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 26px;
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-family: var(--secondaryFont);
  color: var(--optionalColor);
  padding-left: 55px;
  margin-bottom: 5px;
}
.hero-slide-item .hero-content span .section-shape {
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 40px;
}
.hero-slide-item .hero-content h1 {
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 6px;
}
.hero-slide-item .hero-content p {
  margin-bottom: 28px;
}
.hero-slide-item .hero-content .btn-two {
  padding: 16px 25px;
}
.hero-slide-item .hero-img-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}
.hero-slide-item .hero-img-wrap .hero-img {
  display: block;
  margin: 0 auto;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-slide-item .hero-img-wrap .hero-img-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: auto;
}
.hero-slide-item .hero-img-wrap .hero-promobox {
  position: absolute;
  top: 31%;
  left: 20px;
  z-index: 1;
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 17px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.hero-slide-item .hero-img-wrap .hero-promobox span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 5px;
  background-color: var(--optionalColor);
  margin-right: 20px;
}
.hero-slide-item .hero-img-wrap .hero-promobox span img {
  display: block;
  margin: 0 auto;
  max-width: 14px;
}
.hero-slide-item .hero-img-wrap .doctor-list-box {
  position: absolute;
  top: 42%;
  right: 0px;
  z-index: 10;
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 23px 30px 20px;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}
.hero-slide-item .hero-img-wrap .doctor-list-box span {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--primaryColor);
  font-family: var(--secondaryFont);
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list li {
  margin-left: -20px;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list li:first-child {
  margin-left: 0;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--whiteColor);
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list li a img {
  border-radius: 50%;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list li a span {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: var(--secondaryColor);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  border: 2px solid var(--whiteColor);
}
.hero-slide-item .hero-img-wrap .doctor-list-box .doctor-list li a span i {
  color: var(--whiteColor);
  line-height: 1;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 300x;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .loading-one,
.hero-slide-item .hero-img-wrap .doctor-list-box .loading-two {
  display: block;
  height: 8px;
  border-radius: 5px;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .loading-one {
  width: 100%;
  background-color: rgba(32, 201, 151, 0.36);
  margin-bottom: 10px;
}
.hero-slide-item .hero-img-wrap .doctor-list-box .loading-two {
  width: 55%;
  background-color: rgba(32, 201, 151, 0.1);
}

.hero-slider.owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.hero-slider.owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}
.hero-slider.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #EEEEEE;
  transition: var(--transition);
  position: relative;
}
.hero-slider.owl-carousel .owl-dots .owl-dot span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--optionalColor);
}
.hero-slider.owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--optionalColor);
}
.hero-slider.owl-carousel .owl-dots .owl-dot.active span:after {
  background-color: var(--whiteColor);
}

/*-------------------------------
    Video Player Section CSS
-------------------------------*/
.video-player-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.video-player-wrap .video-section-shape-one,
.video-player-wrap .video-section-shape-two {
  position: absolute;
  z-index: -1;
}
.video-player-wrap .video-section-shape-one {
  top: 80px;
  right: 80px;
}
.video-player-wrap .video-section-shape-two {
  bottom: 120px;
  left: 80px;
}

.video-player {
  padding: 30px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  border-radius: 5px;
}
.video-player .video-bg {
  border-radius: 5px;
  position: relative;
}
.video-player .video-bg .video-action-btn {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.video-player .video-bg .video-action-btn li {
  display: inline-block;
  margin-right: 15px;
}
.video-player .video-bg .video-action-btn li:last-child {
  margin-right: 0;
}
.video-player .video-bg .video-action-btn li button {
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
.video-player .video-bg .video-action-btn li button.exit-btn {
  background-color: var(--optionalColor);
  width: 60px;
  height: 70px;
  border-radius: 5px;
}
.video-player .video-bg .video-action-btn li button i {
  color: var(--whiteColor);
  line-height: 0.8;
  margin: 0 auto;
}
.video-player .doc-info {
  position: absolute;
  top: 60px;
  left: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.video-player .doc-info .doc-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.video-player .doc-info .doc-img img {
  border-radius: 50%;
}
.video-player .doc-info h6 {
  color: var(--whiteColor);
  font-size: 16px;
  line-height: 24px;
  color: var(--whiteColor);
  margin: 0 0 0 24px;
}
.video-player .mini-screen {
  position: absolute;
  top: 60px;
  right: 60px;
  border: 2px solid var(--whiteColor);
  border-radius: 5px;
}
.video-player .mini-screen img {
  border-radius: 5px;
}
.video-player .schedule-meeting {
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: 30%;
  left: -30px;
}
.video-player .schedule-meeting .schedule-shape {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
}
.video-player .schedule-meeting h6 {
  color: var(--optionalColor);
  margin-bottom: 10px;
}
.video-player .schedule-meeting span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: var(--optionalColor);
}
.video-player .schedule-meeting span i {
  color: var(--whiteColor);
  line-height: 0.8;
  font-size: 22px;
  margin: 0 auto;
}
.video-player .contact-num {
  position: relative;
  padding-left: 75px;
  background-color: var(--whiteColor);
  border-radius: 5px;
  padding: 30px 30px 30px 105px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: 100px;
  right: -30px;
}
.video-player .contact-num span {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--secondaryColor);
}
.video-player .contact-num span i {
  color: var(--whiteColor);
  font-size: 22px;
  line-height: 0.8;
  margin: 0 auto;
}
.video-player .contact-num h6 {
  color: var(--secondaryColor);
  font-weight: 600;
}
.video-player .contact-num p {
  font-size: 14px;
  color: var(--paraColor);
  margin: 0;
}

/*-------------------------------
    About Section CSS
-------------------------------*/
.about-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-wrap .about-img-wrap {
  position: relative;
  padding-left: 35px;
}
.about-wrap .about-img-wrap:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 50%;
  border-radius: 5px;
  background-color: var(--secondaryColor);
}
.about-wrap .about-img-wrap .circle-text {
  position: absolute;
  top: 65px;
  left: -30px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: var(--whiteColor);
}
.about-wrap .about-img-wrap .circle-text svg {
  position: absolute;
  top: -65px;
  left: -65px;
  width: 320px;
  height: 320px;
  transform: translate(-50%, -50%);
}
.about-wrap .about-img-wrap .circle-text svg text {
  letter-spacing: 5px;
  font-size: 13px;
}
.about-wrap .about-img-wrap .circle-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-wrap .about-img {
  border-radius: 5px;
}
.about-wrap .about-content {
  position: relative;
  z-index: 1;
}
.about-wrap .about-content .feature-item-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 27px 0 0px;
}
.about-wrap .about-content .feature-item-wrap .feature-item {
  width: 50%;
  padding-right: 10px;
}
.about-wrap .about-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 25px;
}
.about-wrap .about-content .feature-item-wrap .feature-item .feature-icon {
  background-color: rgba(241, 75, 42, 0.1);
  width: 60px;
  height: 80px;
  border-left: 3px solid var(--optionalColor);
  border-radius: 5px 0 0 5px;
}
.about-wrap .about-content .feature-item-wrap .feature-item .feature-icon i {
  color: var(--optionalColor);
  line-height: 0.8;
  font-size: 30px;
}
.about-wrap .about-content .feature-item-wrap .feature-item .feature-info {
  width: calc(100% - 83px);
  margin-left: 23px;
}
.about-wrap .about-content .feature-item-wrap .feature-item .feature-info h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
}
.about-wrap .about-content .feature-item-wrap .feature-item .feature-info p {
  margin-bottom: 0;
  line-height: 27px;
}
.about-wrap .about-content p {
  margin-bottom: 30px;
}

/*-------------------------------
    Service Section CSS
-------------------------------*/
.service-wrap {
  position: relative;
  z-index: 1;
}
.service-wrap .service-section-shape {
  position: absolute;
  top: 55px;
  left: 0;
  z-index: -1;
}

.service-card {
  transition: var(--transition);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.service-card .service-img {
  position: relative;
}
.service-card .service-img .service-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  z-index: 1;
  padding: 10px 25px;
}
.service-card h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 25px 0 15px;
}
.service-card h3 a {
  color: var(--whiteColor);
}
.service-card h3 a:hover {
  color: var(--secondaryColor);
}
.service-card p {
  margin-bottom: 25px;
}
.service-card:hover {
  background-color: var(--whiteColor);
}

.service-tablist {
  border: none;
}
.service-tablist .nav-item {
  display: block;
  width: 100%;
  border: none;
}
.service-tablist .nav-item:last-child .nav-link {
  border-bottom: none;
}
.service-tablist .nav-item .nav-link {
  display: block;
  width: 100%;
  font-family: var(--secondaryFont);
  color: var(--primaryColor);
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  padding: 22px 0;
  position: relative;
  text-align: left;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.service-tablist .nav-item .nav-link span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #EEEEEE;
  transition: var(--transition);
  position: absolute;
  top: 31px;
  right: 0;
}
.service-tablist .nav-item .nav-link span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--optionalColor);
}
.service-tablist .nav-item .nav-link.active span {
  background-color: var(--optionalColor);
}
.service-tablist .nav-item .nav-link.active span:after {
  background-color: var(--whiteColor);
}

.tab-content .service-card-one,
.tab-content .service-card-two {
  margin-bottom: 0;
}

.service-card-one,
.service-card-two {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
}
.service-card-one .service-info,
.service-card-two .service-info {
  position: relative;
  z-index: 1;
  padding: 25px;
}
.service-card-one .service-info .service-card-shape,
.service-card-two .service-info .service-card-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.service-card-one .service-info span,
.service-card-two .service-info span {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  margin-bottom: 20px;
}
.service-card-one .service-info span i,
.service-card-two .service-info span i {
  color: var(--whiteColor);
  line-height: 0.8;
  margin: 0 auto;
  font-size: 32px;
}
.service-card-one .service-info h3,
.service-card-two .service-info h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
}
.service-card-one .service-info h3 a,
.service-card-two .service-info h3 a {
  color: var(--primaryColor);
}
.service-card-one .service-info h3 a:hover,
.service-card-two .service-info h3 a:hover {
  color: var(--optionalColor);
}
.service-card-one .service-info p,
.service-card-two .service-info p {
  margin-bottom: 25px;
}

.service-card-one .service-img {
  border-radius: 5px 0 0 5px;
}
.service-card-one .service-img img {
  border-radius: 5px 0 0 5px;
}
.service-card-one .service-info {
  padding: 25px 25px 25px 10px;
}

.service-card-two .service-img {
  border-radius: 0 5px 5px 0;
}
.service-card-two .service-img img {
  border-radius: 0 5px 5px 0;
}
.service-card-two .service-info {
  padding: 25px 10px 25px 25px;
}

/*-------------------------------
   Research Section CSS
-------------------------------*/
.research-card {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  padding: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 25px;
}
.research-card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--secondaryColor);
  transition: var(--transition);
  opacity: 0;
  z-index: -1;
}
.research-card:hover h3 {
  color: var(--whiteColor);
}
.research-card:hover p {
  color: var(--ashColor);
}
.research-card:hover .btn-three {
  color: var(--secondaryColor);
}
.research-card:hover .btn-three:after {
  background-color: var(--whiteColor);
}
.research-card:hover:after {
  opacity: 1;
  width: 100%;
}
.research-card h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 18px;
  transition: var(--transition);
}
.research-card p {
  margin-bottom: 25px;
  transition: var(--transition);
}

/*-------------------------------
   Counter  Section  CSS
-------------------------------*/
.counter-area {
  position: relative;
  z-index: 1;
  margin-top: -5px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.counter-area .counter-area-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 64%;
  background-image: url(../img/counter-bg.webp);
  height: 100%;
}
.counter-area .counter-area-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  background-color: var(--primaryColor);
  z-index: 1;
  height: 100%;
}
.counter-area .counter-area-right .counter-shape-one {
  position: absolute;
  z-index: -1;
  bottom: 100px;
  right: 100px;
}
.counter-area .counter-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.06;
}
.counter-area .container {
  position: relative;
}
.counter-area .play-now {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--secondaryColor);
}
.counter-area .play-now i {
  color: var(--whiteColor);
  font-size: 40px;
}
.counter-area .play-now .ripple,
.counter-area .play-now .ripple:before,
.counter-area .play-now .ripple:after {
  height: 80px;
  width: 80px;
  -ms-box-shadow: 0 0 0 0 rgba(0, 178, 161, 0.8);
  -o-box-shadow: 0 0 0 0 rgba(0, 178, 161, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 178, 161, 0.8);
}

.counter-card-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  z-index: 2;
  position: relative;
}
.counter-card-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: calc(100% - 140px);
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #EEEEEE;
}
.counter-card-wrap:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 1px;
  height: calc(100% - 140px);
  transform: translate(-50%, -50%);
  background-color: #EEEEEE;
}
.counter-card-wrap .counter-card {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 30px 25px 30px 30px;
}
.counter-card-wrap .counter-card:last-child:after {
  display: none;
}
.counter-card-wrap .counter-card .counter-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  text-align: center;
  z-index: 1;
}
.counter-card-wrap .counter-card .counter-icon:after {
  position: absolute;
  top: 0;
  left: 5px;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #EEEEEE;
  z-index: -1;
}
.counter-card-wrap .counter-card .counter-icon i {
  font-size: 35px;
  line-height: 0.8;
  color: var(--optionalColor);
  margin: 0 auto;
}
.counter-card-wrap .counter-card .counter-info {
  width: calc(100% - 125px);
  margin-left: 25px;
}
.counter-card-wrap .counter-card .counter-info .counter-num {
  font-size: 60px;
  font-weight: 800;
  line-height: 46px;
  margin-bottom: 5px;
  color: var(--primaryColor);
}
.counter-card-wrap .counter-card .counter-info .counter-num .targets {
  position: relative;
  top: 4px;
}
.counter-card-wrap .counter-card .counter-info p {
  margin: 0;
  font-weight: 500;
  color: #888;
}

/*-------------------------------
    Brand Section CSS
-------------------------------*/
.brand-title {
  color: var(--paraColor);
  font-family: var(--secondaryFont);
}
.brand-title span {
  color: var(--primaryColor);
  font-weight: 600;
}

.brand-item img {
  max-width: 154px;
}

.brand-slider {
  margin-top: 5px;
}
.brand-slider.owl-carousel .owl-nav {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: -345px;
  bottom: -25px;
}
.brand-slider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}
.brand-slider.owl-carousel .owl-nav button.owl-prev, .brand-slider.owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border: 1px solid #EEEEEE;
  position: relative;
  top: auto;
  transform: translateY(0);
}
.brand-slider.owl-carousel .owl-nav button.owl-prev:after, .brand-slider.owl-carousel .owl-nav button.owl-next:after {
  background-color: var(--optionalColor);
}
.brand-slider.owl-carousel .owl-nav button.owl-prev img, .brand-slider.owl-carousel .owl-nav button.owl-next img {
  transition: var(--transition);
}
.brand-slider.owl-carousel .owl-nav button.owl-prev:hover img, .brand-slider.owl-carousel .owl-nav button.owl-next:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
    Team Section CSS
-------------------------------*/
.team-card {
  margin-bottom: 25px;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  transition: var(--transition);
}
.team-card:hover {
  background-color: var(--whiteColor);
  border-color: transparent;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
}
.team-card .team-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.team-card .team-img img {
  border-radius: 5px;
  transition: var(--transition);
}
.team-card .team-img .social-profile {
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.team-card .team-img .social-profile li {
  display: block;
  margin: 10px 0;
  transform: translateY(25px);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.team-card .team-img .social-profile li:nth-child(1) {
  transition-delay: 0.2s;
}
.team-card .team-img .social-profile li:nth-child(2) {
  transition-delay: 0.3s;
}
.team-card .team-img .social-profile li:nth-child(3) {
  transition-delay: 0.4s;
}
.team-card .team-img .social-profile li:nth-child(4) {
  transition-delay: 0.5s;
}
.team-card .team-img .social-profile li:first-child {
  margin-top: 0;
}
.team-card .team-img .social-profile li:last-child {
  margin-bottom: 0;
}
.team-card .team-img .social-profile li a {
  width: 40px;
  height: 40px;
  background-color: var(--whiteColor);
  text-align: center;
}
.team-card .team-img .social-profile li a i {
  font-size: 16px;
  line-height: 0.8;
  color: var(--primaryColor);
}
.team-card .team-img .social-profile li a:hover {
  background-color: var(--optionalColor);
}
.team-card .team-img .social-profile li a:hover i {
  color: var(--whiteColor);
}
.team-card .team-info {
  padding: 25px 25px 0;
  text-align: center;
}
.team-card .team-info h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.team-card .team-info span {
  color: #888;
}
.team-card:hover .team-img img {
  transform: scale(1.05);
}
.team-card:hover .team-img .social-profile li {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/*-------------------------------
    Appointment Section CSS
-------------------------------*/
.appointment-wrap {
  position: relative;
  z-index: 1;
}
.appointment-wrap .appointment-shape-one {
  position: absolute;
  z-index: -1;
  bottom: 10px;
  right: 0px;
}
.appointment-wrap .container {
  position: relative;
  z-index: 1;
}
.appointment-wrap .container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 80%;
  height: 75%;
  background-color: var(--bgColor);
  z-index: -1;
}

.appointment-img-wrap {
  position: relative;
  z-index: 1;
}
.appointment-img-wrap .appointment-shape-two {
  position: absolute;
  z-index: -1;
  top: 2%;
  left: 0px;
}
.appointment-img-wrap .appointment-img {
  display: block;
  margin: 0 auto;
}

.appointment-box {
  margin: 100px 0;
  padding: 55px 60px 55px;
  background-color: var(--primaryColor);
  border-radius: 5px;
}
.appointment-box .content-title {
  margin-bottom: 35px;
}
.appointment-box .content-title span {
  color: var(--secondaryColor);
}
.appointment-box .appointment-form .form-group {
  margin-bottom: 20px;
}
.appointment-box .appointment-form .form-group input, .appointment-box .appointment-form .form-group select, .appointment-box .appointment-form .form-group textarea {
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
}
.appointment-box .appointment-form .form-group input::-moz-placeholder, .appointment-box .appointment-form .form-group select::-moz-placeholder, .appointment-box .appointment-form .form-group textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.4);
}
.appointment-box .appointment-form .form-group input::placeholder, .appointment-box .appointment-form .form-group select::placeholder, .appointment-box .appointment-form .form-group textarea::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.4);
}
.appointment-box .appointment-form .form-group input, .appointment-box .appointment-form .form-group select {
  height: 60px;
}
.appointment-box .appointment-form .form-group select {
  background-color: var(--primaryColor);
  color: rgba(255, 255, 255, 0.4);
  background-image: url(../img/down-arrow-white.webp);
}
.appointment-box .appointment-form .form-group textarea {
  height: 172px;
  resize: none;
}
.appointment-box .appointment-form .btn-two:after {
  background-color: var(--whiteColor);
}
.appointment-box .appointment-form .btn-two:hover {
  color: var(--optionalColor);
}

/*-------------------------------
    Promo Section CSS
-------------------------------*/
.video-wrap {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.video-wrap .play-now {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--secondaryColor);
}
.video-wrap .play-now i {
  color: var(--whiteColor);
  font-size: 40px;
}
.video-wrap .play-now .ripple,
.video-wrap .play-now .ripple:before,
.video-wrap .play-now .ripple:after {
  height: 80px;
  width: 80px;
  -ms-box-shadow: 0 0 0 0 rgba(0, 178, 161, 0.8);
  -o-box-shadow: 0 0 0 0 rgba(0, 178, 161, 0.8);
  box-shadow: 0 0 0 0 rgba(0, 178, 161, 0.8);
}
.video-wrap .circle-text {
  position: absolute;
  top: -150px;
  left: -120px;
  width: 300px;
  height: 300px;
}
.video-wrap .circle-text svg {
  width: 380px;
  height: 380px;
}
.video-wrap .circle-text svg text {
  letter-spacing: 8px;
}
.video-wrap .circle-text span {
  position: absolute;
  top: 47%;
  left: 47%;
  transform: tramslate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  background-color: var(--whiteColor);
}
.video-wrap .circle-text span i {
  color: var(--optionalColor);
  font-size: 40px;
  line-height: 0.8;
}

.feature-item-wrap .feature-item {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.feature-item-wrap .feature-item .feature-icon {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
}
.feature-item-wrap .feature-item .feature-icon i {
  font-size: 32px;
  line-height: 0.8;
  font-size: 20px;
  color: var(--whiteColor);
}
.feature-item-wrap .feature-item .feature-info {
  width: calc(100% - 80px);
  margin-left: 20px;
}
.feature-item-wrap .feature-item .feature-info h3 {
  font-size: 22px;
  line-height: 0.8;
  font-weight: 600;
  margin-bottom: 10px;
}
.feature-item-wrap .feature-item .feature-info p {
  margin-bottom: 0;
}

/*-------------------------------
    Why Choose Section CSS
-------------------------------*/
.wh-wrap {
  position: relative;
  z-index: 1;
}
.wh-wrap .wh-shape-one {
  position: absolute;
  bottom: 100px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.wh-content .feature-item-wrap {
  margin: 25px 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.wh-content .feature-item-wrap .feature-item {
  display: block;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 25px;
}
.wh-content .feature-item-wrap .feature-item h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
  display: block;
}
.wh-content .feature-item-wrap .feature-item h3 i {
  color: var(--optionalColor);
  position: absolute;
  top: 5px;
  left: 0;
  line-height: 0.8;
}
.wh-content .feature-item-wrap .feature-item p {
  margin: 0;
}

.wh-img-wrap {
  position: relative;
  z-index: 1;
}
.wh-img-wrap:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 65%;
  height: 78%;
  background-color: var(--bgColor);
  z-index: -1;
}
.wh-img-wrap .wh-img {
  display: block;
  margin: 0 30px 0 auto;
}
.wh-img-wrap .wh-img-shape-one {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 0;
}
.wh-img-wrap .wh-promo-box-wrap {
  position: absolute;
  top: 34%;
  left: 0;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-one,
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-two {
  padding: 13px 28px 10px 13px;
  border-radius: 5px;
  background-color: var(--whiteColor);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  font-family: var(--secondaryFont);
  font-weight: 600;
  color: var(--primaryColor);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-one span,
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-two span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--whiteColor);
  font-family: var(--secondaryFont);
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-one h6,
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-two h6 {
  font-weight: 500;
  margin-bottom: 0;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-one {
  margin-bottom: 20px;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-one span {
  background-color: var(--optionalColor);
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-two {
  position: relative;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-two:after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border-top: 15px solid var(--whiteColor);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-radius: 5px;
}
.wh-img-wrap .wh-promo-box-wrap .wh-promo-box-two span {
  background-color: var(--secondaryColor);
}

.wh-box-wrap {
  position: relative;
}
.wh-box-wrap .wh-img {
  z-index: 10;
  position: relative;
}
.wh-box-wrap .wh-box {
  background-color: var(--primaryColor);
  padding: 145px 60px 60px;
  position: relative;
  border-radius: 5px;
  z-index: 1;
  margin-top: -107px;
  z-index: 1;
}
.wh-box-wrap .wh-box .wh-shape-one {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: -1;
  opacity: 0.9;
}
.wh-box-wrap .wh-box h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  color: var(--whiteColor);
}
.wh-box-wrap .wh-box .content-feature-list li {
  padding-left: 30px;
  margin-bottom: 8px;
  color: var(--ashColor);
}
.wh-box-wrap .wh-box .content-feature-list li i {
  color: var(--optionalColor);
  top: 7px;
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.testimonial-card {
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 25px;
  margin-bottom: 25px;
  background-color: var(--whiteColor);
}
.testimonial-card .quote-icon {
  color: var(--secondaryColor);
  font-size: 40px;
  line-height: 0.8;
  margin-bottom: 18px;
}
.testimonial-card .client-info-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonial-card .client-info-wrap .client-img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 120px);
  margin-left: 25px;
}
.testimonial-card .client-info-wrap .client-info .ratings {
  line-height: 1;
  margin-bottom: 12px;
}
.testimonial-card .client-info-wrap .client-info .ratings li i {
  font-size: 18px;
}
.testimonial-card .client-info-wrap .client-info .ratings li.rated i {
  color: #FFC107;
}
.testimonial-card .client-info-wrap .client-info .ratings li.unrated i {
  color: #BBBBBB;
}
.testimonial-card .client-info-wrap .client-info h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-card .client-info-wrap .client-info span {
  display: block;
  line-height: 1;
  color: #888;
}
.testimonial-card .client-quote {
  margin-bottom: 22px;
}

.testimonial-slider.owl-carousel .owl-nav {
  position: absolute;
  top: -115px;
  right: 0;
  display: flex;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev, .testimonial-slider.owl-carousel .owl-nav button.owl-next {
  position: relative;
  width: 60px;
  height: 60px;
  transform: translateY(0);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev:after, .testimonial-slider.owl-carousel .owl-nav button.owl-next:after {
  background-color: var(--optionalColor);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev img, .testimonial-slider.owl-carousel .owl-nav button.owl-next img {
  transition: var(--transition);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev:hover img, .testimonial-slider.owl-carousel .owl-nav button.owl-next:hover img {
  filter: brightness(0) invert(1);
}
.testimonial-slider.owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}

.testimonial-slider .owl-dots,
.team-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.testimonial-slider .owl-dots .owl-dot,
.team-slider .owl-dots .owl-dot {
  margin: 0 5px;
}
.testimonial-slider .owl-dots .owl-dot span,
.team-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #EEEEEE;
  transition: var(--transition);
  position: relative;
}
.testimonial-slider .owl-dots .owl-dot span:after,
.team-slider .owl-dots .owl-dot span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--optionalColor);
}
.testimonial-slider .owl-dots .owl-dot.active span,
.team-slider .owl-dots .owl-dot.active span {
  background-color: var(--optionalColor);
}
.testimonial-slider .owl-dots .owl-dot.active span:after,
.team-slider .owl-dots .owl-dot.active span:after {
  background-color: var(--whiteColor);
}

/*-------------------------------
    Booking Section CSS
-------------------------------*/
.booking-wrap {
  overflow: hidden;
}

.booking-bg {
  background-image: url(../img/booking-bg.webp);
  position: relative;
  z-index: 1;
  height: 100%;
}
.booking-bg .booking-shape-one {
  position: absolute;
  bottom: -35px;
  left: 30%;
}

.booking-content {
  background-color: var(--primaryColor);
  position: relative;
  z-index: 1;
}
.booking-content .booking-shape-two,
.booking-content .booking-shape-three {
  position: absolute;
  z-index: -1;
}
.booking-content .booking-shape-two {
  bottom: 10px;
  left: 55%;
}
.booking-content .booking-shape-three {
  bottom: 0;
  right: 0;
}
.booking-content .content-title h2 {
  margin-bottom: 10px;
}
.booking-content .content-title p {
  color: #ccc;
  margin-bottom: 28px;
}
.booking-content .content-title .btn-two:after {
  background-color: var(--whiteColor);
}
.booking-content .content-title .btn-two:hover {
  color: var(--optionalColor);
}

/*-------------------------------
    Blog Section CSS
-------------------------------*/
.blog-wrap .container {
  position: relative;
  z-index: 1;
}
.blog-wrap .container .blog-shape {
  position: absolute;
  top: 50px;
  right: 10%;
  z-index: -1;
}

.blog-card {
  margin-bottom: 25px;
}
.blog-card .blog-img {
  border-radius: 5px;
  overflow: hidden;
}
.blog-card .blog-img img {
  border-radius: 5px;
  transition: var(--transition);
}
.blog-card .blog-info {
  padding: 30px 0 0;
}
.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  margin-right: 18px;
  padding-left: 0;
}
.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card .blog-info .blog-metainfo li .blog-cat {
  display: inline-block;
  background-color: var(--optionalColor);
  padding: 6px 10px;
  border-radius: 3px;
  padding-left: 10px;
  color: var(--whiteColor);
  line-height: 20px;
  font-weight: 500;
}
.blog-card .blog-info .blog-metainfo li a {
  position: relative;
  color: #888;
}
.blog-card .blog-info h3 {
  font-size: 24px;
  line-height: 35px;
  margin: 15px 0 12px;
}
.blog-card .blog-info h3 a {
  color: var(--blackColor);
}
.blog-card .blog-info h3 a:hover {
  color: var(--secondaryColor);
}
.blog-card .blog-info p {
  margin-bottom: 12px;
}
.blog-card .blog-info .link-one:after {
  background-color: var(--optionalColor);
}

/*-------------------------------
    CTA Section CSS
-------------------------------*/
.cta-wrap {
  position: relative;
  z-index: 1;
}
.cta-wrap:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 50%;
  background-color: var(--primaryColor);
  z-index: -1;
}

.cta-box {
  background-color: var(--secondaryColor);
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.cta-box .cta-shape-one,
.cta-box .cta-shape-two {
  position: absolute;
  z-index: -1;
}
.cta-box .cta-shape-one {
  bottom: 0;
  left: 0;
}
.cta-box .cta-shape-two {
  top: 0;
  right: 0;
}
.cta-box .content-title span {
  color: var(--primaryColor);
}
.cta-box .content-title h2 {
  margin-bottom: 28px;
}

/*-------------------------------
    Partner Section CSS
-------------------------------*/
.partner-logo img {
  max-width: 170px;
  display: block;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: 0.5;
  transition: var(--transition);
}
.partner-logo:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/*-------------------------------
    Service  Details CSS
--------------------------------*/
.service-desc .single-service-img {
  border-radius: 5px;
  margin-bottom: 30px;
}
.service-desc .para {
  margin-bottom: 40px;
}
.service-desc .para p:last-child {
  margin-bottom: 0;
}
.service-desc .content-feature-list {
  -moz-columns: 2;
       columns: 2;
}
.service-desc .content-feature-list li {
  padding-left: 27px;
  font-weight: 600;
  margin-bottom: 6px;
}
.service-desc .content-feature-list li:last-child {
  margin-bottom: 0;
}
.service-desc .content-feature-list li i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--optionalColor);
}
.service-desc .benefit-box-wrap .benefit-box {
  background-color: var(--bgColor);
  padding: 32px 40px;
  border-radius: 5px;
  text-align: center;
  margin-block-end: 30px;
}
.service-desc .benefit-box-wrap .benefit-box:last-child {
  margin-bottom: 0;
}
.service-desc .benefit-box-wrap .benefit-box i {
  color: var(--optionalColor);
  margin: 0 auto;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.service-desc .benefit-box-wrap .benefit-box h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 0;
}
.service-desc .accordion {
  margin-top: 30px;
}
.service-desc .accordion-item {
  border: none;
  margin: 0 0 20px;
  background: transparent;
}
.service-desc .accordion-item:last-child {
  margin-bottom: 0;
}
.service-desc .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.service-desc .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--primaryColor);
  text-align: left;
  align-items: center;
  border: 1px solid #EEEEEE;
  padding: 20px 50px 20px 25px;
  transition: var(--transition);
}
.service-desc .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.service-desc .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.service-desc .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom-color: transparent;
  padding-bottom: 0;
}
.service-desc .accordion-item .accordion-header .accordion-button:not(.collapsed) span i {
  color: var(--optionalColor);
}
.service-desc .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--primaryColor);
  padding-bottom: 22px;
}
.service-desc .accordion-item .accordion-header .accordion-button.collapsed span i.minus {
  display: none;
}
.service-desc .accordion-item .accordion-header .accordion-button.collapsed span i.plus {
  display: block;
}
.service-desc .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 20px 20px;
  text-align: center;
}
.service-desc .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 20px;
  line-height: 0.8;
  color: var(--paraColor);
  margin: 0 auto;
}
.service-desc .accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
  padding: 17px 28px 25px;
  border: 1px solid #eee;
  border-top: none;
}
.service-desc .accordion-item .accordion-body p {
  margin: 0 0 10px;
}
.service-desc .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.service-desc .accordion-collapse {
  border: none;
}
.service-desc .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.service-desc .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

/*-------------------------------
    Doctor Details CSS
--------------------------------*/
.single-doc-img {
  margin-bottom: 25px;
  border-radius: 5px;
}
.single-doc-img img {
  border-radius: 5px;
}

.single-doc-info h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px !important;
  color: var(--primaryColor);
}
.single-doc-info span {
  color: var(--optionalColor);
  display: block;
  margin-bottom: 20px;
}
.single-doc-info a {
  display: block;
  color: var(--primaryColor);
  font-weight: 500;
}
.single-doc-info a.btn-two {
  color: var(--whiteColor);
}
.single-doc-info .content-feature-list {
  margin-top: 0 !important;
}
.single-doc-info .content-feature-list li {
  padding-left: 27px;
  margin-bottom: 3px;
  color: var(--paraColor);
}
.single-doc-info .content-feature-list li:last-child {
  margin-bottom: 0;
}
.single-doc-info .content-feature-list li i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--optionalColor);
}
.single-doc-info .social-profile {
  margin: 25px 0;
}
.single-doc-info .social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.single-doc-info .social-profile li:last-child {
  margin-right: 0;
}
.single-doc-info .social-profile li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.single-doc-info .social-profile li a i {
  line-height: 0.8;
  font-size: 18px;
  margin: 0 auto;
}
.single-doc-info .social-profile li a:hover {
  background-color: var(--secondaryColor);
}
.single-doc-info .social-profile li a:hover i {
  color: var(--whiteColor);
}
.single-doc-info .progressbar-wrap {
  margin: 25px 0 30px;
}
.single-doc-info .progressbar-wrap .progress-bar {
  margin: 0 0 22px;
  overflow: hidden;
  background: transparent;
}
.single-doc-info .progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-content-outter {
  height: 6px;
  position: relative;
  background-color: var(--primaryColor);
}
.single-doc-info .progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  position: relative;
  height: 6px;
  width: 0%;
  z-index: 1;
  background-color: transparent;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-content-outter .progress-content:before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  background-color: var(--optionalColor);
  z-index: 9;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 17px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  margin: 0;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
  margin: 0;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  transform: translateX(-100%);
  margin-bottom: -25px;
  z-index: 1;
}
.single-doc-info .progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  font-weight: 500;
  position: relative;
  z-index: 10;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 5px;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  margin-bottom: 16px;
}

.doctor-edu-box {
  padding: 25px;
  box-sizing: 0px 4px 30px rgba(0, 0, 0, 0.02);
  background-color: var(--whiteColor);
  border-radius: 5px;
  margin-bottom: 25px;
}
.doctor-edu-box h3 {
  position: relative;
  padding-left: 35px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 14px;
}
.doctor-edu-box h3 i {
  color: var(--optionalColor);
  line-height: 0.8;
  position: absolute;
  top: 4px;
  left: 0;
}
.doctor-edu-box span {
  color: var(--paraColor);
  display: block;
  margin-bottom: 10px;
}
.doctor-edu-box p {
  margin: 0;
}

.special-box {
  border: 1px solid #EEEEEE;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.special-box .special-box-shape {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: -1;
}
.special-box span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--optionalColor);
  margin-bottom: 25px;
}
.special-box span i {
  color: var(--whiteColor);
  line-height: 0.8;
  font-size: 30px;
}
.special-box h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
}
.special-box p {
  margin: 0;
}

.req-service-wrap .req-content .content-feature-list {
  margin: 20px 0 35px;
}
.req-service-wrap .req-content .content-feature-list li {
  color: var(--primaryColor);
  font-weight: 600;
  margin-bottom: 5px;
}
.req-service-wrap .req-content .content-feature-list li i {
  color: var(--optionalColor);
  font-size: 14px;
  top: 8px;
}

.doc-profile-box {
  background-color: var(--primaryColor);
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
}
.doc-profile-box .doc-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.doc-profile-box .doc-img img {
  border-radius: 50%;
}
.doc-profile-box .doc-info {
  width: calc(100% - 125px);
  margin-left: 25px;
}
.doc-profile-box .doc-info p {
  font-size: 20px;
  line-height: 45px;
  color: #ccc;
  margin: 0 0 10px;
  padding: 0;
}
.doc-profile-box .doc-info a {
  font-size: 32px;
  line-height: 45px;
  color: var(--whiteColor);
  display: block;
  font-family: var(--secondaryFont);
  font-weight: 700;
}

.doc-appointment-form {
  border: 1px solid #eee;
  padding: 40px;
  border-radius: 5px;
}
.doc-appointment-form .form-group {
  margin-bottom: 20px;
}
.doc-appointment-form .form-group label {
  font-weight: 600;
  color: var(--primaryColor);
  display: block;
  margin-bottom: 10px;
}
.doc-appointment-form .form-group input, .doc-appointment-form .form-group select {
  width: 100%;
  height: 60px;
  background-color: var(--bgColor);
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  color: var(--paraColor);
}
.doc-appointment-form .form-group input::-moz-placeholder, .doc-appointment-form .form-group select::-moz-placeholder {
  opacity: 1;
}
.doc-appointment-form .form-group input::placeholder, .doc-appointment-form .form-group select::placeholder {
  opacity: 1;
}

/*-------------------------------
    Book Appointment CSS
--------------------------------*/
.book-appointment {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.book-appointment h4 {
  margin-bottom: 30px;
}
.book-appointment label {
  font-weight: 600;
  color: var(--blackColor);
  display: block;
  margin-bottom: 10px;
}
.book-appointment .form-group {
  margin-bottom: 24px;
}
.book-appointment .form-group input, .book-appointment .form-group textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px 20px;
}
.book-appointment .form-group input {
  height: 60px;
}
.book-appointment .form-group textarea {
  height: 150px;
  resize: none;
}
.book-appointment .form-group input[type=date] {
  color: var(--paraColor);
}
.book-appointment .add-listing__input-file-box {
  position: relative;
  background-color: var(--whiteColor);
  height: 185px;
  border-radius: 15px;
}
.book-appointment .add-listing__input-file {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.book-appointment .add-listing__input-file-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #DDDDDD;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.book-appointment .add-listing__input-file-wrap i {
  font-size: 2.5rem;
  color: #ccc;
}
.book-appointment .add-listing__input-file-wrap h6 {
  font-weight: 500;
  margin: 10px 0 5px;
  color: var(--paraColor);
}
.book-appointment .add-listing__input-file-wrap p {
  color: #888;
  margin-bottom: 0;
}
.book-appointment .btn-two {
  padding: 16px 45px;
  width: auto;
  display: inline-block;
}

.checkbox {
  display: block;
}
.checkbox.form-check {
  padding-left: 0;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: var(--paraColor);
  padding-left: 25px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.32);
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 7px;
}
.checkbox label a {
  color: var(--secondaryColor);
}
.checkbox a {
  color: var(--mainColor);
}
.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: var(--paraColor);
}

.checkbox input:checked + label:before {
  border-color: var(--mainColor);
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: none;
  background: var(--primaryColor);
}

.checkbox.style2 input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: var(--primaryColor);
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
article p,
.service-desc p,
.single-doc-info p,
.terms-wrap p {
  margin-bottom: 20px;
}
article p strong, article p b,
.service-desc p strong,
.service-desc p b,
.single-doc-info p strong,
.single-doc-info p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--blackColor);
}
article p a,
.service-desc p a,
.single-doc-info p a,
.terms-wrap p a {
  color: var(--mainColor);
}
article p a:hover,
.service-desc p a:hover,
.single-doc-info p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
article h1, article h2, article h3, article h4, article h5, article h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.single-doc-info h1,
.single-doc-info h2,
.single-doc-info h3,
.single-doc-info h4,
.single-doc-info h5,
.single-doc-info h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 15px;
}
article h1,
.service-desc h1,
.single-doc-info h1,
.terms-wrap h1 {
  font-size: 32px;
}
article h2,
.service-desc h2,
.single-doc-info h2,
.terms-wrap h2 {
  font-size: 30px;
}
article h3,
.service-desc h3,
.single-doc-info h3,
.terms-wrap h3 {
  font-size: 28px;
}
article h4,
.service-desc h4,
.single-doc-info h4,
.terms-wrap h4 {
  font-size: 26px;
}
article h5,
.service-desc h5,
.single-doc-info h5,
.terms-wrap h5 {
  font-size: 24px;
}
article h6,
.service-desc h6,
.single-doc-info h6,
.terms-wrap h6 {
  font-size: 22px;
}
article ol,
.service-desc ol,
.single-doc-info ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
article ol li,
.service-desc ol li,
.single-doc-info ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: var(--paraColor);
  padding-left: 3px;
}
article .content-feature-list,
.service-desc .content-feature-list,
.single-doc-info .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 25px 0 35px;
}
article .post-img,
.service-desc .post-img,
.single-doc-info .post-img,
.terms-wrap .post-img {
  position: relative;
  border-radius: 10px;
  margin-bottom: 25px;
  display: block;
}
article .post-img img,
.service-desc .post-img img,
.single-doc-info .post-img img,
.terms-wrap .post-img img {
  border-radius: 15px;
}

.blog-metainfo {
  margin-bottom: 20px;
}
.blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  font-size: 14px;
  transition: var(--transition);
  color: var(--paraColor);
}
.blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-metainfo li:last-child:after {
  display: none;
}
.blog-metainfo li a {
  font-size: 14px;
  color: var(--paraColor);
  transition: var(--transition);
}
.blog-metainfo li a:hover {
  color: var(--mainColor);
}
.blog-metainfo li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
  color: var(--secondaryColor);
  transition: var(--transition);
}

.wp-block-quote {
  position: relative;
  padding: 25px 45px 30px 35px;
  margin: 30px 0 30px;
  z-index: 1;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
}
.wp-block-quote p {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: var(--paraColor);
  margin: 0;
}
.wp-block-quote .wp-quote-icon {
  text-align: center;
  margin-bottom: 20px;
}
.wp-block-quote .wp-quote-icon i {
  color: var(--secondaryColor);
  font-size: 60px;
  line-height: 0.8;
}

.post-meta-option {
  margin-bottom: 25px;
}

.post-tag ul {
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: var(--paraColor);
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: var(--whiteColor);
}
.post-tag span {
  margin-right: 10px;
  display: inline-block;
  font-weight: 700;
  color: var(--blackColor);
}

.post-share {
  display: inline-block;
}
.post-share span {
  margin-right: 10px;
  display: inline-block;
  font-weight: 700;
  color: var(--blackColor);
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.post-share ul li {
  margin-right: 5px;
}
.post-share ul li:last-child {
  margin-right: 0;
}
.post-share ul li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eee;
  box-shadow: none;
  text-align: center;
}
.post-share ul li a i {
  color: var(--paraColor);
  display: block;
  margin: 0 auto;
  line-height: 30px;
}
.post-share ul li a:hover {
  background-color: var(--secondaryColor);
  border-color: transparent;
}
.post-share ul li a:hover i {
  color: var(--whiteColor);
}

.next-post-link i {
  margin-left: 7px;
}

.prev-post-link i {
  margin-right: 7px;
}

.prev-post-link,
.next-post-link {
  color: var(--secondaryColor);
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.prev-post-link i,
.next-post-link i {
  position: relative;
  top: 3px;
  font-size: 18px;
  line-height: 0.8;
}

.prev-post-title,
.next-post-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 35px;
}
.prev-post-title a,
.next-post-title a {
  color: var(--blackColor);
}
.prev-post-title a:hover,
.next-post-title a:hover {
  color: var(--secondaryColor);
}

.post-navigation-wrap {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding-top: 25px;
  margin-top: 30px;
}

.next-post-title {
  text-align: right;
}

.post-navigation-wrap {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  padding-top: 25px;
  margin-top: 30px;
}

.comment-item-wrap .comment-box-title {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}
.comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  top: 4px;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 105px);
  margin-left: 25px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 30px;
  margin: 0 20px 0 0;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888;
  margin-top: 10px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  background-color: var(--secondaryColor);
  padding: 10px 15px 12px;
  border-radius: 5px;
  color: var(--whiteColor);
}
.comment-item-wrap .reply-btn:hover {
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 40px;
  padding: 30px;
  background-color: var(--bgColor);
  border-radius: 5px;
}
#cmt-form .form-group {
  margin-bottom: 20px;
}
#cmt-form .form-group input, #cmt-form .form-group textarea {
  width: 100%;
  background-color: var(--whiteColor);
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
}
#cmt-form .form-group input {
  height: 60px;
}
#cmt-form .form-group textarea {
  height: 160px;
}

.ge-sidebar .sidebar-widget,
.ge-sidebar .sidebar-widget-two {
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.ge-sidebar .sidebar-widget .sidebar-widget-title,
.ge-sidebar .sidebar-widget-two .sidebar-widget-title {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  line-height: 30px;
  position: relative;
  color: var(--blackColor);
}
.ge-sidebar .sidebar-widget:last-child,
.ge-sidebar .sidebar-widget-two:last-child {
  margin: 0;
}
.ge-sidebar .sidebar-widget {
  background-color: var(--bgColor);
  border-radius: 5px;
  padding: 25px;
}

.search-box-two {
  position: relative;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
}
.search-box-two .form-group {
  position: relative;
  background-color: var(--whiteColor);
  padding: 15px;
}
.search-box-two .form-group input {
  width: 100%;
  height: 70px;
  background: transparent;
  border: none;
  background-color: var(--bgColor);
  color: var(--paraColor);
  font-size: 16px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
}
.search-box-two .form-group input::-moz-placeholder {
  opacity: 1;
  color: #BBBBBB;
}
.search-box-two .form-group input::placeholder {
  opacity: 1;
  color: #BBBBBB;
}
.search-box-two .form-group input:focus {
  border-color: var(--grayColor);
}
.search-box-two .form-group button {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 12px 28px;
  height: calc(100% - 30px);
  border: none;
  border-radius: 5px;
  text-align: center;
  background-color: var(--secondaryColor);
}
.search-box-two .form-group button i {
  color: var(--whiteColor);
  font-size: 16px;
  line-height: 0.8;
  position: relative;
}

.category-box-two li {
  position: relative;
}
.category-box-two li a {
  color: var(--paraColor);
  padding: 8px 10px 8px 30px;
  display: block;
  transition: var(--transition);
  position: relative;
}
.category-box-two li a i {
  position: absolute;
  top: 14px;
  left: 0;
  line-height: 0.8;
  color: var(--secondaryColor);
}
.category-box-two li a:hover {
  color: var(--secondaryColor);
  padding-left: 34px;
}
.category-box-two li:first-child a {
  padding-top: 0;
}
.category-box-two li:first-child a i {
  top: 6px;
}
.category-box-two li:last-child a {
  padding-bottom: 0;
}

.ge-pp-post-widget .pp-post-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.ge-pp-post-widget .pp-post-item:last-child {
  margin-bottom: 0;
}
.ge-pp-post-widget .pp-post-item .pp-post-img {
  width: 80px;
  border-radius: 5px;
}
.ge-pp-post-widget .pp-post-item .pp-post-img img {
  border-radius: 5px;
}
.ge-pp-post-widget .pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.ge-pp-post-widget .pp-post-item .pp-post-info .pp-post-date {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: var(--optionalColor);
  margin-bottom: 10px;
}
.ge-pp-post-widget .pp-post-item .pp-post-info h6 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 8px;
}
.ge-pp-post-widget .pp-post-item .pp-post-info h6 a {
  color: var(--blackColor);
}
.ge-pp-post-widget .pp-post-item .pp-post-info h6 a:hover {
  color: var(--secondaryColor);
}
.ge-pp-post-widget .pp-post-item .pp-post-info span {
  padding-left: 24px;
  position: relative;
  color: var(--paraColor);
}
.ge-pp-post-widget .pp-post-item .pp-post-info span i {
  color: var(--secondaryColor);
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 0.8;
  font-size: 15px;
}

.tag-list {
  margin-top: -12px;
}
.tag-list li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 16px;
  color: var(--paraColor);
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #ddd;
  transition: var(--transition);
}
.tag-list li a:hover {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

@media only screen and (max-width: 767px) {
  .ge-sidebar .sidebar-widget,
  .ge-sidebar .sidebar-widget-two {
    margin: 0 0 25px;
  }
  .ge-sidebar .sidebar-widget .sidebar-widget-title,
  .ge-sidebar .sidebar-widget-two .sidebar-widget-title {
    margin: 0 0 18px;
  }
  .ge-sidebar .sidebar-widget {
    padding: 20px;
  }
  .ge-sidebar .search-box-two .form-group {
    padding: 10px;
  }
  .ge-sidebar .search-box-two .form-group input {
    height: 58px;
    font-size: 14px;
  }
  .ge-sidebar .search-box-two .form-group button {
    top: 10px;
    right: 10px;
    padding: 12px 28px;
    height: calc(100% - 20px);
  }
  .wp-block-quote {
    padding: 25px;
    margin: 25px 0 25px;
  }
  .wp-block-quote p {
    font-size: 20px;
    line-height: 30px;
  }
  .post-tag,
  .post-share {
    margin: 0 0 25px;
  }
  .post-tag span,
  .post-share span {
    display: block;
    margin-bottom: 10px;
  }
  .tag-list li a {
    padding: 12px 16px;
  }
  .category-box-two li {
    margin-bottom: 0 !important;
  }
  .category-box-two li a {
    padding: 5px 10px 5px 30px;
    font-size: 14px;
  }
  .category-box-two li a i {
    top: 11px;
  }
  .ge-pp-post-widget .pp-post-item .pp-post-img {
    width: 65px;
  }
  .ge-pp-post-widget .pp-post-item .pp-post-info {
    width: calc(100% - 80px);
    margin-left: 15px;
  }
  .ge-pp-post-widget .pp-post-item .pp-post-info span {
    font-size: 14px;
  }
  .ge-pp-post-widget .pp-post-item .pp-post-info span i {
    font-size: 14px;
  }
  .next-post-link {
    text-align: right;
  }
  .comment-item-wrap .comment-box-title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .comment-item-wrap .comment-item {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ge-sidebar {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .search-box-two {
    margin-bottom: 40px;
  }
  .ge-sidebar .sidebar-widget,
  .ge-sidebar .sidebar-widget-two {
    margin: 0 0 40px;
  }
  .ge-sidebar .sidebar-widget {
    padding: 40px;
  }
  #cmt-form {
    padding: 60px;
  }
}
/*---------------------------------
    Contact CSS 
-----------------------------------*/
.contact-us-wrap .container {
  position: relative;
  z-index: 1;
}
.contact-us-wrap .container .contact-shape {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: -1;
}

.contact-content .content-title {
  margin-bottom: 25px;
}
.contact-content .contact-info-wrap h6 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-content .contact-info-wrap .contact-info li {
  position: relative;
  padding-left: 30px;
  color: var(--paraColor);
  margin-bottom: 17px;
}
.contact-content .contact-info-wrap .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-content .contact-info-wrap .contact-info li a {
  color: var(--paraColor);
}
.contact-content .contact-info-wrap .contact-info li a:hover {
  color: var(--secondaryColor);
}
.contact-content .contact-info-wrap .contact-info li span {
  color: var(--blackColor);
  font-weight: 600;
  margin-right: 5px;
}
.contact-content .contact-info-wrap .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--secondaryColor);
  line-height: 0.8;
  font-size: 18px;
}

#contactForm {
  padding: 35px 45px;
  background-color: var(--whiteColor);
  border: 1px solid #eee;
  border-radius: 5px;
}
#contactForm h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 30px;
}
#contactForm .form-group {
  margin: 0 0 20px;
  position: relative;
}
#contactForm .form-group input, #contactForm .form-group textarea {
  background-color: var(--bgColor);
  border: none;
  padding: 15px 20px;
  color: var(--paraColor);
  border-radius: 5px;
}
#contactForm .form-group input::-moz-placeholder, #contactForm .form-group textarea::-moz-placeholder {
  opacity: 0.7;
  color: var(--paraColor);
}
#contactForm .form-group input::placeholder, #contactForm .form-group textarea::placeholder {
  opacity: 0.7;
  color: var(--paraColor);
}
#contactForm .form-group input {
  height: 60px;
}
#contactForm .form-group textarea {
  height: 160px;
  resize: none;
}
#contactForm .form-check {
  margin-bottom: 25px;
}

.comp-map {
  height: 600px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contact-content .content-title {
    margin-bottom: 20px;
  }
  .contact-content .contact-info-wrap h6 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .contact-content .contact-info-wrap .contact-info li {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .contact-content .contact-info-wrap .contact-info li span {
    color: var(--blackColor);
    font-weight: 600;
    margin-right: 5px;
  }
  .contact-content .contact-info-wrap .contact-info li i {
    top: 4px;
    font-size: 15px;
  }
  #contactForm {
    padding: 20px;
  }
  #contactForm h3 {
    font-size: 22px;
    margin: 0 0 20px;
  }
  #contactForm .form-group input, #contactForm .form-group textarea {
    padding: 12px 20px;
  }
  #contactForm .form-group input {
    height: 56px;
  }
  #contactForm .form-group textarea {
    height: 130px;
  }
  #contactForm .form-check {
    margin-bottom: 20px;
  }
  .checkbox label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-wrap .contact-content {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .comp-map {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .contact-content .content-title p {
    max-width: 90%;
  }
}
/*-----------------------------------------------
    FAQ,Terms & conditions, Career Section CSS 
-----------------------------------------------*/
.terms-wrap .terms-para {
  margin-bottom: 45px;
}
.terms-wrap .terms-para:last-child {
  margin-bottom: 0;
}
.terms-wrap .terms-para p:last-child {
  margin-bottom: 0;
}

.error-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.error-content {
  text-align: center;
}
.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 450px;
}
.error-content h2 {
  margin: 0 0 20px;
}
.error-content p {
  margin: 0 auto 25px;
  max-width: 520px;
}

.career-card {
  border-radius: 5px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 25px;
  position: relative;
}
.career-card h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  padding-right: 75px;
}
.career-card .career-metainfo {
  padding-right: 75px;
  margin-bottom: 22px;
}
.career-card .career-metainfo li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.career-card .career-metainfo li:last-child {
  margin-bottom: 0;
}
.career-card .career-metainfo li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #888;
  line-height: 0.8;
}
.career-card .career-logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: var(--bgColor);
}
.career-card .career-logo img {
  display: block;
  margin: 0 auto;
}
.career-card p {
  margin-bottom: 25px;
}

.ge-faq-wrap .accordion-item {
  border: none;
  margin: 0 0 20px;
  background: transparent;
}
.ge-faq-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.ge-faq-wrap .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button {
  border-radius: 5px;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: var(--blackColor);
  text-align: left;
  align-items: center;
  border: none;
  padding: 22px 50px 22px 25px;
  transition: var(--transition);
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--secondaryColor);
  color: var(--whiteColor);
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button:not(.collapsed) span i {
  color: var(--whiteColor);
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--whiteColor) !important;
  color: var(--blackColor);
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button.collapsed span i {
  color: var(--blackColor);
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 20px 20px;
  text-align: center;
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 20px;
  line-height: 0.8;
  color: var(--blackColor);
  display: block;
  margin: 0 auto;
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.ge-faq-wrap .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.ge-faq-wrap .accordion-item .accordion-body {
  border-radius: 0 0 5px 5px;
  padding-bottom: 15px;
  padding: 28px 28px 10px;
  border-top: none;
}
.ge-faq-wrap .accordion-item .accordion-body p {
  margin: 0 0 10px;
}
.ge-faq-wrap .accordion-item .accordion-body p:last-child {
  margin: 0;
}
.ge-faq-wrap .accordion-collapse {
  border: none;
}
.ge-faq-wrap .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}
.ge-faq-wrap .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
  .career-card {
    padding: 20px 20px 25px;
  }
  .career-card .career-metainfo {
    padding-right: 65px;
  }
  .career-card .career-metainfo li {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .career-card .career-metainfo li i {
    top: 5px;
    left: 0;
  }
  .career-card .career-logo {
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
  .career-card p {
    margin-bottom: 20px;
  }
  .terms-wrap .terms-para {
    margin-bottom: 30px;
  }
  .terms-wrap .terms-para:last-child {
    margin-bottom: 0;
  }
  .ge-faq-wrap .accordion-item .accordion-header .accordion-button {
    font-size: 16px;
    padding: 22px 50px 22px 25px;
  }
  .ge-faq-wrap .accordion-item .accordion-header .accordion-button span {
    min-width: 40px;
    top: 3px;
  }
  .ge-faq-wrap .accordion-item .accordion-body {
    padding: 20px 22px 10px;
    border-top: none;
  }
  .ge-faq-wrap .accordion-item .accordion-body p {
    margin: 0 0 10px;
  }
  .ge-faq-wrap .accordion-item .accordion-body p:last-child {
    margin: 0;
  }
  .ge-faq-wrap .accordion-collapse {
    border: none;
  }
  .ge-faq-wrap .accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0;
  }
  .ge-faq-wrap .accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 991px) {
  .ge-faq-wrap .faq-title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .career-card {
    padding: 35px 40px;
  }
  .career-card .career-logo {
    position: absolute;
    top: 35px;
    right: 40px;
  }
}/*# sourceMappingURL=style.css.map */