@charset "UTF-8";
/*
@File: Seguro Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

/*--------------------------------
=========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
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");
:root {
  --primaryFont: "Inter", sans-serif;
  --auto_primaryColor: #7B97A2;
  --auto_secondaryColor: #F57945;
  --auto_optionalColor: #637E89;
  --health_primaryColor: #286CE2;
  --health_secondaryColor: #044B69;
  --home_primaryColor: #0E7E75;
  --home_secondaryColor: #17463B;
  --travel_primaryColor: #D11D0F;
  --travel_secondaryColor: #25152D;
  --life_primaryColor: #F92163;
  --life_secondaryColor: #029D9E;
  --titleColor: #222222;
  --titleColorTwo: #1C365B;
  --titleColorThree: #183029;
  /* --paraColor: #666776; */
  --paraColor: #242424;
  --orangeColor: #F57945;
  --chateleColor: #B6B0B8;
  --astralColor:#367D9B;
  --greenColor:#17463B;
  --darkGreenColor:#183029;
  --khakiColor:#DCF397;
  --darkColor:#18251B;
  --grayColor:#f9f9f9;
  --athensColor:#F3F4F8;
  --whiteColor: #fff;
  --offwhiteColor: #DDE7E8;
  --aztechColor:#111828;
  --codColor: #12131B;
  --mildColor: #222;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*---------------------------------
    General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  /* font-size: 14px; */
  font-weight: 400;
  /* line-height: 1.8; */
}

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;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* 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;  */  /* old padding */
  padding: 12px 4px 12px; 
  width: 100%;
  font-size: 16px;
}

a {
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
  color: var(--titleColor);
}

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: 400;
  color: var(--titleColor);
  letter-spacing: 0.02em;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--primaryColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  /* font-family: var(--primaryFont); */
  font-family: 'Montserrat',sans-serif !important;
  /* font-family:Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif; */
  /* font-weight: 400;
  line-height: 27.2px; */

  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  color: var(--paraColor);
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-image: url(../img/down-arrow.png);
  background-size: 14px;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor) !important;
}

.text-title {
  color: var(--titleColor);
}

.text-titleTwo {
  color: black
}

.text-titleThree {
  color: var(--titleColorThree);
}

.text-jaffa {
  color: var(--optionalColor);
}

.text-orange {
  color: var(--orangeColor);
}

.text-blue {
  color: var(--health_primaryColor);
}

.text-khaki {
  color: var(--khakiColor);
}

.text-red {
  color: var(--travel_primaryColor);
}

.text-astral {
  color: var(--astralColor);
}

.text-chatele {
  color: var(--chateleColor);
}

.text-radical {
  color: var(--life_primaryColor);
}

.text-surfGreen {
  color: var(--home_primaryColor);
}

.text-persian {
  color: var(--life_secondaryColor);
}

.text-para {
  color: var(--paraColor);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.comp-info{
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
}
.text-paraTwo {
  color: var(--paraColorTwo);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.font-primary {
  font-family: var(--primaryFont);
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-travel_secondary {
  background-color: var(--travel_secondaryColor);
}

.bg-home_secondary {
  background-color: var(--home_secondaryColor);
}

.bg-life_secondary {
  background-color: var(--life_secondaryColor);
}

.bg-tealBlue {
  /* background-color: var(--health_secondaryColor); */
  background-color:#2a6de2;
}

.bg-revolver {
  background-color: #2E1A39;
}

.bg-albastor {
  background-color: #FCFCFC;
}

.bg-charade {
  background-color: #252735;
}

.bg-lilac {
  background-color: #EDF1F9;
}

.bg-athens {
  background-color: #F3F4F8;
}

.bg-hint {
  background-color: #F3EFEE;
}

.bg-red {
  background-color: var(--travel_primaryColor);
}

.bg-blue {
  background-color: var(--health_primaryColor) !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 14px;
}

.fs-26 {
  font-size: 26px;
}

.fs-30 {
  font-size: 30px;
}

.fs-40 {
  font-size: 40px;
}

.ls-0 {
  letter-spacing: 0em;
}

.ls-1 {
  letter-spacing: 0.1em;
}

.ls-2 {
  letter-spacing: 0.2em;
}

.h-55 {
  height: 55px;
}

.lh-30 {
  line-height: 30px;
}

.round-5 {
  border-radius: 5px;
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.round-25 {
  border-radius: 25px;
}

.resize-0 {
  resize: none;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-n5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.btn {
  position: relative;
  z-index: 1;
  line-height: 15px;
  font-weight: 400;
  padding: 10px 10px;
  border: none;
  transition: var(--transition);
  font-size: 14px;
}
.btn:before, .btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 100%;
  z-index: -1;
  border-radius: 5px;
  transition: var(--transition);
  transform: translate(-50%, -50%);
}
.btn:before {
  height: 100%;
}
.btn:after {
  height: 0%;
  visibility: hidden;
  opacity: 0;
}
.btn:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn.no-br {
  border-radius: 0;
}
.btn.no-br:before, .btn.no-br:after {
  border-radius: 0;
}
.btn.style-one {
  color: var(--whiteColor);
  border-radius: 5px;
}
.btn.style-one:before {
  background-color: var(--auto_secondaryColor);
  border-radius: 5px;
}
.btn.style-one:after {
  background-color: var(--health_secondaryColor);
  border-radius: 5px;
}
.btn.style-two {
  color: var(--whiteColor);
  border-radius: 5px;
}
.btn.style-two:before {
  /* background-color: var(--health_primaryColor); */
      border-radius: 50px;
    /* background-color: var(--health_primaryColor); */
    padding: 0 60px;
    border: 2px solid #286ce2;
    color: #286ce2;
}
.btn_bordered{
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    padding: 6px 20px;
    border: 2px solid #286ce2;
    color: #286ce2;
    display: inline-flex;
    font-weight: 600;
    font-size: 13px;
}
.btn_bordered:hover{
  color:white;
  background: #286ce2;
}
.btn.style-two:after {
  background-color: var(--health_secondaryColor);
}
.btn.style-three {
  color: var(--whiteColor);
  width: max-content;
  /* padding: 24px; */
}
.btn.style-three:before {
  background-color: var(--home_primaryColor);
  /* background-color:#286CE2 ; */
}
.btn.style-three:after {
  background-color: var(--home_secondaryColor);
}
.btn.style-four {
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
  border-radius: 0;
}
.btn.style-four:before {
  background-color: var(--travel_primaryColor);
  border-radius: 0;
}
.btn.style-four:after {
  background-color: var(--travel_secondaryColor);
  border-radius: 0;
}
.btn.style-four .br-one,
.btn.style-four .br-two {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.btn.style-four .br-one:before, .btn.style-four .br-one:after,
.btn.style-four .br-two:before,
.btn.style-four .br-two:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}
.btn.style-four .br-one {
  left: -1px;
}
.btn.style-four .br-one:before, .btn.style-four .br-one:after {
  left: 0px;
}
.btn.style-four .br-one:before {
  top: -1.2px;
  border-top: 1px solid var(--titleColor);
  border-left: 1px solid var(--titleColor);
}
.btn.style-four .br-one:after {
  bottom: -1.2px;
  border-left: 1px solid var(--titleColor);
  border-bottom: 1px solid var(--titleColor);
}
.btn.style-four .br-two {
  right: 0;
}
.btn.style-four .br-two:before, .btn.style-four .br-two:after {
  position: absolute;
  content: "";
  right: -1px;
  width: 10px;
  height: 10px;
}
.btn.style-four .br-two:before {
  top: -1.2px;
  border-top: 1px solid var(--titleColor);
  border-right: 1px solid var(--titleColor);
}
.btn.style-four .br-two:after {
  bottom: -1.2px;
  border-right: 1px solid var(--titleColor);
  border-bottom: 1px solid var(--titleColor);
}
.btn.style-four:hover .br-one:before, .btn.style-four:hover .br-one:after,
.btn.style-four:hover .br-two:before,
.btn.style-four:hover .br-two:after {
  border-color: var(--travel_primaryColor);
}
.btn.style-five {
  color: var(--whiteColor);
  border: 1px solid var(--whiteColor);
}
.btn.style-five:before {
  background-color: var(--travel_secondaryColor);
}
.btn.style-five:after {
  background-color: var(--travel_primaryColor);
}
.btn.style-five .br-one,
.btn.style-five .br-two {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.btn.style-five .br-one:before, .btn.style-five .br-one:after,
.btn.style-five .br-two:before,
.btn.style-five .br-two:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
}
.btn.style-five .br-one {
  left: 0;
}
.btn.style-five .br-one:before, .btn.style-five .br-one:after {
  left: 0px;
}
.btn.style-five .br-one:before {
  top: -1.2px;
  border-top: 1px solid var(--travel_primaryColor);
  border-left: 1px solid var(--travel_primaryColor);
}
.btn.style-five .br-one:after {
  bottom: -1.2px;
  border-left: 1px solid var(--travel_primaryColor);
  border-bottom: 1px solid var(--travel_primaryColor);
}
.btn.style-five .br-two {
  right: 0;
}
.btn.style-five .br-two:before, .btn.style-five .br-two:after {
  position: absolute;
  content: "";
  right: -1px;
  width: 10px;
  height: 10px;
}
.btn.style-five .br-two:before {
  top: -1.2px;
  border-top: 1px solid var(--travel_primaryColor);
  border-right: 1px solid var(--travel_primaryColor);
}
.btn.style-five .br-two:after {
  bottom: -1.2px;
  border-right: 1px solid var(--travel_primaryColor);
  border-bottom: 1px solid var(--travel_primaryColor);
}
.btn.style-five:hover .br-one:before, .btn.style-five:hover .br-one:after,
.btn.style-five:hover .br-two:before,
.btn.style-five:hover .br-two:after {
  border-color: var(--travel_primaryColor);
}
.btn.style-eight {
  color: var(--whiteColor);
}
.btn.style-eight:before {
  background-color: var(--life_primaryColor);
}
.btn.style-eight:after {
  background-color: var(--life_secondaryColor);
}
.btn.style-ten {
  color: #252735;
}
.btn.style-ten:before {
  background-color: var(--whiteColor);
  border-radius: 0;
}
.btn.style-ten:after {
  border-radius: 0;
  background-color: var(--titleColor);
  color: var(--whiteColor);
}
.btn.style-ten:hover {
  color: var(--whiteColor);
}
.btn.style-eleven {
  color: var(--whiteColor);
}
.btn.style-eleven:before {
  background-color: var(--life_secondaryColor);
  border-radius: 0;
}
.btn.style-eleven:after {
  border-radius: 0;
  background-color: var(--life_primaryColor);
}
.btn.style-eleven:hover {
  color: var(--whiteColor);
}

.link {
  position: relative;
  padding-bottom: 3px;
  line-height: 1;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}
.link img {
  position: relative;
}
.link i {
  margin-left: 10px;
  font-size: 18px;
  line-height: 0.8;
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.link:hover:after {
  width: 100%;
}
.link:hover img {
  margin-left: 0;
}
.link:hover i {
  margin-left: 12px;
}
.link.style-one {
  color: var(--orangeColor);
}
.link.style-one:after {
  background-color: var(--orangeColor);
}
.link.style-two {
  color: var(--health_primaryColor) !important;
}
.link.style-two:after {
  background-color: var(--health_primaryColor);
}
.link.style-three {
  color: var(--khakiColor);
}
.link.style-three:after {
  background-color: var(--khakiColor);
}
.link.style-four {
  color: var(--travel_primaryColor);
}
.link.style-four:after {
  background-color: var(--travel_primaryColor);
}
.link.style-five {
  color: var(--life_primaryColor);
}
.link.style-five:after {
  background-color: var(--life_primaryColor);
}
.link.style-six {
  color: var(--titleColorThree);
}
.link.style-six:after {
  background-color: var(--health_primaryColor);
}
.link.style-six:hover {
  color: var(--health_primaryColor);
}
.link.style-seven {
  color: var(--home_primaryColor);
}
.link.style-seven:after {
  background-color: var(--home_primaryColor);
}
.link.style-eight {
  color: var(--titleColor);
}
.link.style-eight:after {
  background-color: var(--auto_secondaryColor);
}
.link.style-eight:hover {
  color: var(--auto_secondaryColor);
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.bg_dark {
  background-color: var(--darkColor);
}

.bg-slateGray {
  background-color: var(--auto_optionalColor);
}

.bg-gray {
  background-color: var(--grayColor);
}

.bg-green {
  background-color: var(--greenColor);
}

.bg-orange {
  background-color: var(--auto_secondaryColor);
}

.bg-darkGreen {
  background-color: var(--darkGreenColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-auto_optional {
  background-color: var(--auto_primaryColor);
}

.bg-optional {
  background-color: var(--optionalColor);
}

.transition {
  transition: all 200ms linear;
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}
.social-profile.style-one li a, .social-profile.style-two li a, .social-profile.style-three li a, .social-profile.style-four li a, .social-profile.style-five li a {
  width: 35px;
  height: 35px;
}
.social-profile.style-one li a i, .social-profile.style-two li a i, .social-profile.style-three li a i, .social-profile.style-four li a i, .social-profile.style-five li a i {
  transition: var(--transition);
}
.social-profile.style-one li a:hover i, .social-profile.style-two li a:hover i, .social-profile.style-three li a:hover i, .social-profile.style-four li a:hover i, .social-profile.style-five li a:hover i {
  transform: rotateY(360deg);
}
.social-profile.style-one li a {
  background-color: rgba(123, 151, 162, 0.12);
}
.social-profile.style-one li a i {
  color: var(--titleColor);
}
.social-profile.style-one li a:hover {
  background-color: var(--auto_secondaryColor);
}
.social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-two li a {
  background-color: rgba(123, 151, 162, 0.12);
}
.social-profile.style-two li a i {
  color: var(--titleColor);
}
.social-profile.style-two li a:hover {
  background-color: var(--health_primaryColor);
}
.social-profile.style-two li a:hover i {
  color: var(--whiteColor);
}
.social-profile.style-three li a {
  background-color: rgba(123, 151, 162, 0.12);
}
.social-profile.style-three li a i {
  color: var(--whiteColor);
}
.social-profile.style-three li a:hover {
  background-color: var(--khakiColor);
}
.social-profile.style-three li a:hover i {
  color: var(--darkGreenColor);
}
.social-profile.style-four li a {
  background-color: #3A2147;
}
.social-profile.style-four li a i {
  color: var(--whiteColor);
}
.social-profile.style-four li a:hover {
  background-color: var(--travel_primaryColor);
}
.social-profile.style-five li a {
  background-color: var(--whiteColor);
  border: 1px solid #BDC7D8;
}
.social-profile.style-five li a i {
  color: var(--paraColor);
}
.social-profile.style-five li a:hover {
  background-color: var(--health_primaryColor);
  border-color: transparent;
}
.social-profile.style-five li a:hover i {
  color: var(--whiteColor);
}

.sticky_top {
  top: 90px;
}

.section-title h2 {
  /* font-weight: 400 !important; */
}
.section-title.style-one > span, .section-title.style-six > span {
  border-radius: 50px;
  padding: 8px 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.section-title.style-one h2, .section-title.style-six h2 {
  font-size: 50px;
  line-height: 66px;
  letter-spacing: 0.02em;
}
.section-title.style-one h2 span, .section-title.style-six h2 span {
  position: relative;
  z-index: 1;
  padding: 0 3px 0 6px;
}
.section-title.style-one h2 span:after, .section-title.style-six h2 span:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 76%;
  transform: translateY(-50%);
  z-index: -1;
}
.section-title.style-one > span {
  color: #637E89;
  border: 1px solid #637E89;
}
.section-title.style-one h2 span:after {
  background-color: #F57945;
}
.section-title.style-two h2 {
  /* font-size: 50px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.022em; */
}
.section-title.style-three h2 {
  font-size: 14px;
  line-height: 56px;
  letter-spacing: 0.022em;
}
.section-title.style-four h2, .section-title.style-five h2 {
  font-size: 30px;
  line-height: 57px;
}
.section-title.style-four h2 {
  font-weight: 400;
}
.section-title.style-six > span {
  color: #F7F6E4;
  border: 1px solid #F7F6E4;
}
.section-title.style-six h2 span:after {
  background-color: #FFF0E8;
}

.hover-zoom-left > img {
  max-width: none;
  width: calc(100% + 10px);
  transform: translate3d(0, 0, 0);
}

.hover-anim-orange,
.hover-anim-blue,
.hover-anim-red,
.hover-anim-white,
.hover-anim-green,
.hover-anim-radical {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  font-family: 'Montserrat', sans-serif;
  font-size:15px;
  font-weight:700;
  transition: background-size 0.7s;
}
.hover-anim-orange:hover,
.hover-anim-blue:hover,
.hover-anim-red:hover,
.hover-anim-white:hover,
.hover-anim-green:hover,
.hover-anim-radical:hover {
  background-size: 100% 2px;
}

.hover-anim-orange:hover {
  background-image: linear-gradient(var(--auto_secondaryColor), var(--auto_secondaryColor));
}

.hover-anim-blue:hover {
  background-image: linear-gradient(var(--health_primaryColor), var(--health_primaryColor));
}

.hover-anim-red:hover {
  background-image: linear-gradient(var(--travel_primaryColor), var(--travel_primaryColor));
}

.hover-anim-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
}

.hover-anim-green:hover {
  background-image: linear-gradient(var(--home_primaryColor), var(--home_primaryColor));
}

.hover-anim-radical:hover {
  background-image: linear-gradient(var(--life_primaryColor), var(--life_primaryColor));
}

.rating li {
  display: inline-block;
  margin-right: -3px;
}
.rating li i {
  color: #F8B42B;
  font-size: 16px;
  line-height: 0.8;
}
.rating li.rated i {
  color: #F8B42B;
}
.rating li.unrated i {
  color: var(--paraColor);
}

.slider-btn .prev-btn,
.slider-btn .next-btn {
  width: 50px;
  height: 50px;
  transition: var(--transition);
  cursor: pointer;
}
.slider-btn .prev-btn i,
.slider-btn .next-btn i {
  line-height: 0.8;
  position: relative;
  top: 1px;
  transition: var(--transition);
}
.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  background-color: var(--whiteColor);
}
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  font-size: 22px;
  line-height: 0.8;
  color: var(--titleColor);
}
.slider-btn.style-one .prev-btn:hover,
.slider-btn.style-one .next-btn:hover {
  background-color: var(--auto_secondaryColor);
}
.slider-btn.style-one .prev-btn:hover i,
.slider-btn.style-one .next-btn:hover i {
  color: var(--whiteColor);
}
.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  border: 1px solid var(--titleColor);
}
.slider-btn.style-two .prev-btn i,
.slider-btn.style-two .next-btn i {
  font-size: 25px;
  color: var(--titleColor);
}
.slider-btn.style-two .prev-btn:hover,
.slider-btn.style-two .next-btn:hover {
  border-color: transparent;
  background-color: var(--life_primaryColor);
}
.slider-btn.style-two .prev-btn:hover i,
.slider-btn.style-two .next-btn:hover i {
  color: var(--whiteColor);
}
.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  background-color: var(--titleColorTwo);
}
.slider-btn.style-three .prev-btn i,
.slider-btn.style-three .next-btn i {
  font-size: 21px;
  color: var(--whiteColor);
}
.slider-btn.style-three .prev-btn:hover,
.slider-btn.style-three .next-btn:hover {
  border-color: transparent;
  background-color: var(--life_primaryColor);
}
.slider-btn.style-three .prev-btn:hover i,
.slider-btn.style-three .next-btn:hover i {
  color: var(--whiteColor);
}
.slider-btn.style-four .prev-btn,
.slider-btn.style-four .next-btn {
  background-color: var(--titleColor);
}
.slider-btn.style-four .prev-btn i,
.slider-btn.style-four .next-btn i {
  font-size: 21px;
  color: var(--whiteColor);
}
.slider-btn.style-four .prev-btn:hover,
.slider-btn.style-four .next-btn:hover {
  border-color: transparent;
  background-color: var(--auto_secondaryColor);
}
.slider-btn.style-five .prev-btn,
.slider-btn.style-five .next-btn {
  background-color: var(--home_secondaryColor);
}
.slider-btn.style-five .prev-btn i,
.slider-btn.style-five .next-btn i {
  font-size: 21px;
  color: var(--khakiColor);
}
.slider-btn.style-five .prev-btn:hover,
.slider-btn.style-five .next-btn:hover {
  border-color: transparent;
  background-color: var(--home_primaryColor);
}
.slider-btn.style-six .prev-btn,
.slider-btn.style-six .next-btn {
  background-color: var(--health_primaryColor);
}
.slider-btn.style-six .prev-btn i,
.slider-btn.style-six .next-btn i {
  font-size: 21px;
  color: var(--whiteColor);
}
.slider-btn.style-six .prev-btn:hover,
.slider-btn.style-six .next-btn:hover {
  border-color: transparent;
  background-color: var(--health_secondaryColor);
}
.slider-btn.style-six .prev-btn:hover i,
.slider-btn.style-six .next-btn:hover i {
  color: var(--whiteColor);
}

.slider-pagination {
  line-height: 1;
}
.slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid transparent;
  z-index: 1;
  position: relative;
  opacity: 1;
  margin-right: 5px;
}
.slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-pagination.style-one .swiper-pagination-bullet {
  border: 1px solid var(--life_secondaryColor);
  margin-right: 15px;
}
.slider-pagination.style-one .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-pagination.style-one .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--life_secondaryColor);
}
.slider-pagination.style-two .swiper-pagination-bullet {
  border: 1px solid var(--travel_primaryColor);
  margin-right: 15px;
}
.slider-pagination.style-two .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-pagination.style-two .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--travel_primaryColor);
}
.slider-pagination.style-three .swiper-pagination-bullet {
  border: 1px solid var(--home_primaryColor);
  background-color: var(--whiteColor);
  margin-right: 15px;
}
.slider-pagination.style-three .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-pagination.style-three .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--home_primaryColor);
}
.slider-pagination.style-four .swiper-pagination-bullet {
  border: 1px solid var(--khakiColor);
  background-color: transparent;
  margin-right: 15px;
}
.slider-pagination.style-four .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.slider-pagination.style-four .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--khakiColor);
}

.swiper-scrollbar.service-five-scrollbar {
  position: relative;
  left: auto;
  bottom: auto;
  top: auto;
  height: 4px;
  width: 100%;
  background-color: #EDF1F9;
}
.swiper-scrollbar.service-five-scrollbar .swiper-scrollbar-drag {
  width: 100%;
  height: 10px;
  top: -3px;
  position: relative;
  background-color: var(--life_secondaryColor);
  border-radius: 0;
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.preloader-area .spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}
.preloader-area.style-one .spinner {
  border-top: 3px solid var(--auto_secondaryColor);
}
.preloader-area.style-two .spinner {
  border-top: 3px solid var(--health_primaryColor);
}
.preloader-area.style-three .spinner {
  border-top: 3px solid var(--home_primaryColor);
}
.preloader-area.style-four .spinner {
  border-top: 3px solid var(--travel_primaryColor);
}
.preloader-area.style-five .spinner {
  border-top: 3px solid var(--life_primaryColor);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------------------------------
    Back To Top CSS
----------------------------------*/
.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.09);
  z-index: 10;
  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;
  font-family: remixicon !important;
  content: "\ea76";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  left: 0;
  top: 2px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  animation: float 1500ms infinite ease-in-out;
  transition: all 200ms linear;
}
.progress-wrap.style-one:after {
  color: var(--auto_secondaryColor);
}
.progress-wrap.style-two:after {
  color: var(--health_primaryColor);
}
.progress-wrap.style-three:after {
  color: var(--home_primaryColor);
}
.progress-wrap.style-four:after {
  color: var(--travel_primaryColor);
}
.progress-wrap.style-five:after {
  color: var(--life_primaryColor);
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--secondaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap.style-one svg.progress-circle path {
  stroke: var(--auto_secondaryColor);
}
.progress-wrap.style-two svg.progress-circle path {
  stroke: var(--health_primaryColor);
}
.progress-wrap.style-three svg.progress-circle path {
  stroke: var(--home_secondaryColor);
}
.progress-wrap.style-four svg.progress-circle path {
  stroke: var(--travel_primaryColor);
}
.progress-wrap.style-five svg.progress-circle path {
  stroke: var(--life_primaryColor);
}

/*---------------------------------
     Animation CSS
----------------------------------*/
.rotate {
  animation: rotation 20s infinite linear;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.zoomIn {
  animation: zoom-in 3500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
  animation: animationFramesThree 20000ms infinite ease-in-out;
}

.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

[data-aos=fade-up] {
  transform: translate3d(0, 40px, 0);
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.reveal-text {
  visibility: hidden;
  max-width: 100%;
}
.reveal-text .letter {
  position: relative;
  display: inline-block;
  will-change: transform;
  transform-style: preserve-3d;
}
.reveal-text .letter div {
  width: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.reveal-text .perspective {
  position: relative;
  display: inline-block;
}
.reveal-text .perspective div {
  position: relative;
  display: inline-block;
}
.reveal-text .word {
  display: inline-block;
}
@keyframes reveal {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@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);
  }
}
@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 float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*-------------------------------
    Custom Cursor CSS
-------------------------------*/
.cursor {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all 150ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 999;
}
.cursor.style-one {
  border: 1px solid var(--auto_secondaryColor);
}
.cursor.style-two {
  border: 1px solid var(--health_primaryColor);
}
.cursor.style-three {
  border: 1px solid var(--home_primaryColor);
}
.cursor.style-four {
  border: 1px solid var(--travel_primaryColor);
}
.cursor.style-five {
  border: 1px solid var(--life_primaryColor);
}

.cursor-inner {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.9;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999;
}
.cursor-inner.style-one {
  background-color: var(--auto_secondaryColor);
}
.cursor-inner.style-two {
  background-color: var(--health_primaryColor);
}
.cursor-inner.style-three {
  background-color: var(--home_primaryColor);
}
.cursor-inner.style-four {
  background-color: var(--travel_primaryColor);
}
.cursor-inner.style-five {
  background-color: var(--life_primaryColor);
}

.hover {
  border-color: transparent;
  opacity: 0.8;
  width: 3px;
  height: 3px;
  z-index: 999;
}
.hover.style-one {
  background-color: var(--auto_secondaryColor);
}
.hover.style-two {
  background-color: var(--health_primaryColor);
}
.hover.style-three {
  background-color: var(--home_primaryColor);
}
.hover.style-four {
  background-color: var(--travel_primaryColor);
}
.hover.style-five {
  background-color: var(--life_primaryColor);
}

.cursorinnerhover {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}

/*-------------------------------
    Pagination CSS
-------------------------------*/
.page-nav li {
  margin: 0 3px;
  display: inline-block;
}
.page-nav li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: transparent;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border: 1px solid #BDC7D8;
  z-index: 1;
  font-weight: 500;
}
.page-nav li a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  opacity: 0;
  background: var(--health_primaryColor);
  z-index: -1;
  transition: var(--transition);
}
.page-nav li a i {
  font-size: 18px;
  font-weight: 300;
  line-height: 0.8;
  top: 6px;
  color: var(--paraColor);
  transition: var(--transition);
}
.page-nav li a.active, .page-nav li a:hover {
  border-color: transparent;
  background-color: var(--health_primaryColor);
  color: var(--whiteColor);
}
.page-nav li a.active:before, .page-nav li a:hover:before {
  width: 100%;
  opacity: 1;
}
.page-nav li a.active i, .page-nav li a:hover i {
  color: var(--whiteColor);
}

/*-------------------------------
        Breadcrumb CSS
-------------------------------*/
.breadcrumb-wrap {
  padding: 97px 0;
}
.breadcrumb-wrap:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 44%;
  height: 1px;
  border-bottom: 1px solid #D4D5E4;
}
.breadcrumb-wrap .br-overlay {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.breadcrumb-wrap .br-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
}
.breadcrumb-wrap .br-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/breadcrumb/br-gradient-overlay.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: 1;
}
.breadcrumb-wrap .br-bg.bg-1 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}
.breadcrumb-wrap .br-bg.bg-2 {
  background-image: url(../img/breadcrumb/br-2.jpg);
}
.breadcrumb-wrap .br-bg.bg-3 {
  background-image: url(../img/breadcrumb/br-3.jpg);
}
.breadcrumb-wrap .br-bg.bg-4 {
  background-image: url(../img/breadcrumb/br-4.jpg);
}
.breadcrumb-wrap .br-bg.bg-5 {
  background-image: url(../img/breadcrumb/br-5.jpg);
}
.breadcrumb-wrap .br-bg.bg-6 {
  background-image: url(../img/breadcrumb/br-6.jpg);
}
.breadcrumb-wrap .br-bg.bg-7 {
  background-image: url(../img/breadcrumb/br-7.jpg);
}
.breadcrumb-wrap .br-bg.bg-8 {
  background-image: url(../img/breadcrumb/br-8.jpg);
}
.breadcrumb-wrap .br-bg.bg-9 {
  background-image: url(../img/breadcrumb/br-9.jpg);
}
.breadcrumb-wrap .br-bg.bg-10 {
  background-image: url(../img/breadcrumb/br-10.jpg);
}
.breadcrumb-wrap .br-bg.bg-11 {
  background-image: url(../img/breadcrumb/br-11.jpg);
}
.breadcrumb-wrap .br-bg.bg-12 {
  background-image: url(../img/breadcrumb/br-12.jpg);
}
.breadcrumb-wrap .br-bg.bg-13 {
  background-image: url(../img/breadcrumb/br-13.jpg);
}

.br-title {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 10px;
}

.br-menu li {
  display: inline-block;
  position: relative;
  margin-right: 11px;
  padding-right: 18px;
  color: var(--titleColor);
}
.br-menu li:after {
  position: absolute;
  top: 0px;
  right: 0;
  content: "/";
  font-size: 17px;
  color: var(--paraColor);
}
.br-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.br-menu li:last-child:after {
  display: none;
}
.br-menu li a {
  color: var(--paraColor);
}
.br-menu li a:hover {
  color: var(--health_primaryColor);
}

/*-------------------------------
         Hero CSS
-------------------------------*/
.hero-wrap.style-one {
  background-color: var(--auto_primaryColor);
  padding: 265px 0 80px;
}
.hero-wrap.style-one .hero-text-shape-one {
  top: -69px;
  width: 100%;
  padding: 0 25px;
}
.hero-wrap.style-one .hero-text-shape-two {
  top: -27px;
  width: 100%;
  padding: 0 25px;
}
.hero-wrap.style-one .hero-img {
  margin-bottom: 30px;
  position: relative;
  left: -15px;
}
.hero-wrap.style-one .hero-ratings {
  background-color: #637E89;
  border-radius: 50px;
  padding: 14px 15px;
  max-width: 358px;
}
.hero-wrap.style-one .hero-ratings ul {
  margin: 0 6px 0 6px;
  line-height: 1;
}
.hero-wrap.style-one .hero-ratings ul li img {
  max-width: 17px;
}
.hero-wrap.style-one .hero-ratings span {
  font-size: 14px;
}
.hero-wrap.style-one .hero-content {
  margin-bottom: 10px;
}
.hero-wrap.style-one .hero-content span {
  border-radius: 50px;
  padding: 9px 16px;
  line-height: 16px;
  color: var(--auto_optionalColor);
  background-color: #F7F6E4;
  margin-bottom: 15px;
}
.hero-wrap.style-one .hero-content p {
  color: #F7F6E4;
  padding: 0 15px;
}
.hero-wrap.style-one .make-call {
  background-color: #637E89;
  border-radius: 50px;
  line-height: 16px;
  padding: 19.5px 13px 19.5px 58px;
  max-width: 358px;
  color: #F7F6E4;
  font-size: 14px;
}
.hero-wrap.style-one .make-call span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 50px;
  background-color: var(--auto_secondaryColor);
}
.hero-wrap.style-one .make-call span i {
  color: #F7F6E4;
  font-size: 23px;
  line-height: 0.8;
}
.hero-wrap.style-one .make-call a {
  color: var(--whiteColor);
}
.hero-wrap.style-two {
  padding: 40px 0 100px;
}
.hero-wrap.style-two .hero-text-shape {
  top: 55%;
  left: 5px;
  transform: translateY(-50%);
  padding: 0 18px;
}
.hero-wrap.style-two .hero-overlay {
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.hero-wrap.style-two .hero-title {
  font-size: 50px !important;
  line-height: 90px;
  position: relative;
  z-index: 2;
  font-weight: 400 !important;
}
.hero-wrap.style-two .hero-title span {
  border-radius: 50px;
  position: relative;
  bottom: 7px;
}
.hero-wrap.style-two .hero-title span img {
  border-radius: 50px;
}
.hero-wrap.style-two .hero-img-wrap {
  margin-top: -64px;
  position: relative;
  z-index: 1;
}
.hero-wrap.style-two .hero-img-wrap .hero-img {
  border-radius: 45% 45% 0 0;
}
.hero-wrap.style-two .hero-img-wrap .hero-ratings {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--titleColorTwo);
  border-radius: 50px;
  padding: 14px 15px;
  min-width: 358px;
}
.hero-wrap.style-two .hero-img-wrap .hero-ratings ul {
  margin: 0 6px 0 6px;
  line-height: 1;
}
.hero-wrap.style-two .hero-img-wrap .hero-ratings ul li img {
  max-width: 17px;
}
.hero-wrap.style-two .hero-img-wrap .hero-ratings span {
  font-size: 14px;
}
.hero-wrap.style-two .hero-text-box {
  background: linear-gradient(90deg, rgba(233, 240, 252, 0.5) 0%, rgb(255, 255, 255) 72%);
  border-radius: 15px;
  padding: 30px 15px 29px 20px;
  min-width: 550px;
  position: relative;
  z-index: 2;
  margin-bottom: 70px;
  letter-spacing: 0.02em;
}
.hero-wrap.style-two .circle-text-wrap {
  width: 180px;
  height: 180px;
}
.hero-wrap.style-two .circle-text-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background-color: var(--astralColor);
}
.hero-wrap.style-two .circle-text-wrap span i {
  font-size: 25px;
  line-height: 0.8;
}
.hero-wrap.style-two .circle-text-wrap span:hover {
  background-color: var(--health_primaryColor);
}
.hero-wrap.style-three {
  background-image: url(../img/hero/hero-bg-1.png);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 200px;
}
.hero-wrap.style-three .hero-content {
  padding-left: 155px;
  padding-bottom: 20px;
}
.hero-wrap.style-three .hero-content .hero-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-wrap.style-three .hero-content h1 {
  font-size: 110px;
  line-height: 111px;
  margin-bottom: 20px;
}
.hero-wrap.style-three .hero-content h1 strong {
  font-weight: 700;
}
.hero-wrap.style-three .hero-content h1 .hero-subimg {
  border-radius: 100px;
  max-width: 250px;
  position: relative;
  top: -12px;
  margin: 0 10px 0 25px;
}
.hero-wrap.style-three .hero-content h1 .hero-subimg img {
  border-radius: 100px;
}
.hero-wrap.style-three .hero-content h1 .subtext {
  margin-left: 108px;
  letter-spacing: 0.037em;
}
.hero-wrap.style-three .hero-content p, .hero-wrap.style-three .hero-content .btn {
  margin-left: 118px;
}
.hero-wrap.style-three .hero-content p {
  margin-bottom: 43px;
  max-width: 75%;
}
.hero-wrap.style-four .hero-slide-item {
  padding: 125px 0 220px;
}
.hero-wrap.style-four .hero-slide-item.bg-1 {
  background-image: url(../img/hero/hero-slide-1.jpg);
}
.hero-wrap.style-four .hero-slide-item.bg-2 {
  background-image: url(../img/hero/hero-slide-2.jpg);
}
.hero-wrap.style-four .hero-slide-item.bg-3 {
  background-image: url(../img/hero/hero-slide-3.jpg);
}
.hero-wrap.style-four .hero-slide-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(253, 253, 253) 0%, rgba(253, 253, 253, 0.6) 47%, rgba(253, 253, 253, 0) 60%);
  z-index: -1;
}
.hero-wrap.style-four .hero-slide-item .hero-content h1 {
  font-size: 70px;
  line-height: 76px;
  margin-bottom: 15px;
}
.hero-wrap.style-four .hero-slide-item .hero-content p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 35px;
}
.hero-wrap.style-four .hero-slide-item .hero-content .features-list {
  margin-bottom: 42px;
}
.hero-wrap.style-four .hero-slide-item .hero-content .features-list li {
  padding-left: 35px;
  margin-bottom: 30px;
}
.hero-wrap.style-four .hero-slide-item .hero-content .features-list li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
  line-height: 1;
  color: var(--travel_primaryColor);
}
.hero-wrap.style-four .slider-btn-wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 228px;
  z-index: 1;
}
.hero-wrap.style-four .slider-btn-wrap .slider-btn .prev-btn:hover,
.hero-wrap.style-four .slider-btn-wrap .slider-btn .next-btn:hover {
  background-color: var(--travel_secondaryColor);
}
.hero-wrap.style-four .slider-btn-wrap .hero-pagination {
  position: absolute;
  left: 50%;
  top: 47%;
  max-width: 50px;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.hero-wrap.style-four .rating-text {
  width: 500px;
  height: 250px;
  z-index: 2;
  background-color: #2E1A39;
  border-radius: 16rem 16rem 0 0;
  padding-top: 75px;
  right: -100px;
  bottom: 0px;
}
.hero-wrap.style-four .rating-text .rating {
  margin: 2px 0 4px;
}
.hero-wrap.style-four .rating-text .rating li {
  margin-right: 0;
}
.hero-wrap.style-five .hero-slide-item {
  padding: 93px 0 0;
}
.hero-wrap.style-five .hero-slide-item.bg-one {
  background-color: var(--life_primaryColor);
}
.hero-wrap.style-five .hero-slide-item.bg-one .hero-img-wrap .circle-text-wrap span {
  background-color: var(--life_primaryColor);
}
.hero-wrap.style-five .hero-slide-item.bg-two {
  background-color: #BF997E;
}
.hero-wrap.style-five .hero-slide-item.bg-two .hero-img-wrap .circle-text-wrap span {
  background-color: #BF997E;
}
.hero-wrap.style-five .hero-slide-item.bg-three {
  background-color: var(--life_secondaryColor);
}
.hero-wrap.style-five .hero-slide-item.bg-three .hero-img-wrap .circle-text-wrap span {
  background-color: var(--life_secondaryColor);
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap {
  width: 470px;
  height: 470px;
  margin-bottom: 118px;
  border: 10px solid var(--whiteColor);
  margin-left: auto;
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .hero-img-shape {
  position: absolute;
  bottom: -129px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .rating-text {
  position: absolute;
  bottom: -15px;
  left: -105px;
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .rating-text .rating {
  margin: 0px 0 1px;
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .rating-text .rating li {
  margin-right: 0;
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .circle-text-wrap {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 23px;
  left: -50px;
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .circle-text-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  transform: translate(-50%, -50%);
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .circle-text-wrap span i {
  font-size: 25px;
  line-height: 0.8;
}
.hero-wrap.style-five .hero-slide-item .hero-img-wrap .circle-text-wrap span:hover {
  background-color: var(--life_secondaryColor);
}
.hero-wrap.style-five .hero-slide-item .hero-content {
  margin-top: 12px;
}
.hero-wrap.style-five .hero-slide-item .hero-content h1 {
  font-size: 69px;
  line-height: 79px;
  margin-bottom: 30px;
}
.hero-wrap.style-five .hero-thumbSlider-wrap {
  margin-top: -260px;
  z-index: 2;
}
.hero-wrap.style-five .hero-thumbSlider-wrap .hero-thumbSlider .swiper-slide.swiper-slide-thumb-active .hero-thumb span {
  -webkit-text-stroke: 1px var(--whiteColor);
  -webkit-text-fill-color: var(--whiteColor);
}
.hero-wrap.style-five .hero-thumbSlider-wrap .hero-thumb {
  position: relative;
  padding-top: 61px;
  cursor: pointer;
}
.hero-wrap.style-five .hero-thumbSlider-wrap .hero-thumb span {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  z-index: -1;
  transition: var(--transition);
  color: var(--whiteColor);
  -webkit-text-stroke: 1px var(--whiteColor);
  -webkit-text-fill-color: transparent;
}
.hero-wrap.style-five .hero-pagination {
  position: relative;
  z-index: 2;
  height: 10px;
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.1);
}
.hero-wrap.style-five .hero-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--whiteColor);
}

/*-------------------------------
         About CSS
-------------------------------*/
.about-wrap.style-one p {
  margin-bottom: 25px;
}
.about-wrap.style-one .about-btn span {
  margin-left: 16px;
}
.about-wrap.style-one .about-btn span .link {
  color: var(--astralColor);
}
.about-wrap.style-one .about-btn span .link:after {
  background-color: var(--astralColor);
}
.about-wrap.style-one .ceo-info-wrap .ceo-img {
  width: 75px;
  height: 75px;
}
.about-wrap.style-one .ceo-info-wrap .ceo-info {
  width: calc(100% - 95px);
  margin-left: auto;
}
.about-wrap.style-one .counter-card-wrap {
  margin-top: 20px;
}
.about-wrap.style-one .counter-card-wrap .counter-card {
  width: calc(50% - 12px);
  /* padding: 21.5px 20px; */
}
.about-wrap.style-one .counter-card-wrap .counter-card h4 {
  font-size: 30px;
  line-height: 65px;
}
.about-wrap.style-one .counter-card-wrap .counter-card:hover {
  background-color: var(--athensColor);
}
.about-wrap.style-two .about-img span {
  bottom: 30px;
  right: 46px;
  letter-spacing: 0.015em;
}
.about-wrap.style-two .about-content p {
  margin-bottom: 42px;
}
.about-wrap.style-two .about-content .about-tablist {
  background-color: var(--home_secondaryColor);
  padding: 14px 20px 14px 0px;
}
.about-wrap.style-two .about-content .about-tablist .nav-item {
  text-align: center;
  border: none;
  width: 33.33%;
  line-height: 23px;
  border-right: 1px solid #237461;
}
.about-wrap.style-two .about-content .about-tablist .nav-item:last-child {
  border-right: none;
}
.about-wrap.style-two .about-content .about-tablist .nav-item .nav-link {
  color: var(--whiteColor);
}
.about-wrap.style-two .about-content .about-tablist .nav-item .nav-link.active, .about-wrap.style-two .about-content .about-tablist .nav-item .nav-link:hover {
  background-color: transparent;
  color: var(--khakiColor);
  text-decoration: underline;
}
.about-wrap.style-two .about-content .about-tab-content p {
  margin-bottom: 37px;
}
.about-wrap.style-two .about-content .about-tab-content span .link:after {
  background-color: var(--home_primaryColor);
}
.about-wrap.style-three .about-img img {
  border-radius: 0 50px 0 0;
}
.about-wrap.style-three .about-img .award-status {
  bottom: -1px;
  right: -1px;
  padding: 25px 68px 23px;
  border-radius: 25px 0 0 0;
}
.about-wrap.style-three .about-img .award-status h6 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.about-wrap.style-three .about-img .award-status h6 span {
  position: relative;
  top: -3px;
  font-weight: 800;
}
.about-wrap.style-three .about-content p {
  margin-bottom: 42px;
}
.about-wrap.style-three .about-content .about-btn span {
  margin-left: 16px;
}
.about-wrap.style-three .about-content .about-btn span .link {
  color: var(--travel_primaryColor);
}
.about-wrap.style-three .about-content .about-btn span .link:after {
  background-color: var(--travel_primaryColor);
}
.about-wrap.style-four .about-img {
  padding: 10px 0 10px 10px;
}
.about-wrap.style-four .about-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 196px;
  height: 100%;
  border: 10px solid var(--life_primaryColor);
  z-index: -1;
}
.about-wrap.style-four .about-img .exp-box {
  bottom: 5px;
  right: -1px;
  padding: 48px 10px;
  max-width: 196px;
  letter-spacing: 0.02em;
}
.about-wrap.style-four .about-content .counter-card-wrap {
  margin-top: 25px;
}
.about-wrap.style-four .about-content .counter-card-wrap .counter-card {
  width: calc(50% - 12px);
  padding: 23px 20px 22px;
}
.about-wrap.style-four .about-content .counter-card-wrap .counter-card:nth-child(1) {
  border: 1px solid var(--life_primaryColor);
}
.about-wrap.style-four .about-content .counter-card-wrap .counter-card:nth-child(2) {
  border: 1px solid var(--life_secondaryColor);
}
.about-wrap.style-four .about-content .counter-card-wrap .counter-card h4 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: 0.01em;
}
.about-wrap.style-four .about-content .counter-card-wrap .counter-card h4 span:last-child {
  position: relative;
  top: -4px;
}
.about-wrap.style-four .about-content .counter-card-wrap .counter-card:hover {
  background-color: var(--athensColor);
}

.brand-shape-one,
.brand-shape-two {
  top: 50%;
  transform: translateY(-50%);
}

/*-------------------------------
        Why Choose Us CSS
-------------------------------*/
.wh-wrap.style-one .wh-box {
  background-color: #7B97A2;
}
.wh-wrap.style-one .wh-box .wh-shape {
  bottom: -5px;
  left: -15px;
  max-width: 200px;
}
.wh-wrap.style-one .wh-box .wh-content {
  padding: 52px 0 43px 52px;
}
.wh-wrap.style-one .wh-box .wh-content .feature-list {
  width: 71%;
  margin-left: auto;
}
.wh-wrap.style-one .wh-box .wh-content .feature-list li {
  margin-bottom: 17px;
  padding-left: 45px;
  color: #F7F6E4;
}
.wh-wrap.style-one .wh-box .wh-content .feature-list li:last-child {
  margin-bottom: 0;
}
.wh-wrap.style-one .wh-box .wh-content .feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: 400;
  line-height: 0.8;
}
.wh-wrap.style-one .wh-box .wh-bg {
  border-radius: 0 15px 15px 0;
  background-image: url(../img/about/wh-4.jpg);
  height: 100%;
  width: 100%;
}
.wh-wrap.style-two .wh-img-wrap .circle-text-wrap {
  position: absolute;
  width: 180px;
  height: 180px;
  top: 15px;
  left: -90px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.wh-wrap.style-two .wh-img-wrap .circle-text-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  background-color: var(--home_primaryColor);
}
.wh-wrap.style-two .wh-img-wrap .circle-text-wrap span i {
  font-size: 25px;
  line-height: 0.8;
}
.wh-wrap.style-two .wh-img-wrap .circle-text-wrap span:hover {
  background-color: var(--home_secondaryColor);
}
.wh-wrap.style-two .feature-list li {
  border: 1px solid #BDC7D8;
  /* padding: 10px 20px 10px 38px; */
  padding: 10px 34px 10px;
  width: calc(25% - 20px);
  margin-bottom: 25px;
  background-color: #FCFCFC;
  transition: var(--transition);
}
.wh-wrap.style-two .feature-list li i {
  color: var(--home_primaryColor);
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 15px;
  line-height: 0.8;
  transition: var(--transition);
}
.wh-wrap.style-two .feature-list li:hover {
  border-color: transparent;
  background-color: var(--home_primaryColor);
  color: var(--whiteColor);
}
.wh-wrap.style-two .feature-list li:hover i {
  color: var(--whiteColor);
}
.wh-wrap.style-two .feature-list.style-two li i {
  color: var(--health_primaryColor);
}
.wh-wrap.style-three .wh-img-wrap {
  padding-bottom: 70px;
}
.wh-wrap.style-three .wh-img-wrap .wh-img-one {
  border-radius: 0 50px 0 0;
}
.wh-wrap.style-three .wh-img-wrap .wh-img-two {
  right: -110px;
  border-radius: 60px 0 0;
  border-top: 10px solid var(--whiteColor);
  border-left: 10px solid var(--whiteColor);
}
.wh-wrap.style-three .wh-img-wrap span {
  bottom: 15px;
  left: 13%;
  letter-spacing: 0.02em;
}
.wh-wrap.style-three .wh-content .feature-list {
  width: 65%;
  margin-left: auto;
}
.wh-wrap.style-three .wh-content .feature-list li {
  margin-bottom: 24px;
  padding-left: 38px;
}
.wh-wrap.style-three .wh-content .feature-list li:last-child {
  margin-bottom: 0;
}
.wh-wrap.style-three .wh-content .feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: var(--travel_primaryColor);
  font-size: 25px;
  font-weight: 500;
  line-height: 0.8;
}

/*-------------------------------
        Featured Section CSS
-------------------------------*/
.featured-wrap.style-one .featured-bg {
  background-image: url(../img/about/featured-bg.jpg);
  height: 100%;
  width: 100%;
  border-radius: 0 10px 10px 0;
}
.featured-wrap.style-one .featured-content {
  background-color: #FFF0E8;
  border-radius: 10px;
  padding: 45px 30px 45px;
}
.featured-wrap.style-one .featured-content .feature-item-wrap .feature-item {
  margin-bottom: 35px;
}
.featured-wrap.style-one .featured-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.featured-wrap.style-one .featured-content .feature-item-wrap .feature-item .featured-icon {
  width: 50px;
}
.featured-wrap.style-one .featured-content .feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 75px);
  margin-left: auto;
}
.featured-wrap.style-one .featured-content .feature-item-wrap .feature-item .feature-text h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
.featured-wrap.style-four {
  background-color: #FCF2E8;
  padding-top: 80px;
}

.feature-card.style-two {
  padding: 25px;
}
.feature-card.style-two .feature-img {
  margin-bottom: 28px;
}
.feature-card.style-two .feature-img .feature-icon {
  width: 75px;
  height: 75px;
  right: 29px;
  border-radius: 50px 50px 0 0;
}
.feature-card.style-two h3 {
  margin-bottom: 17px;
}
.feature-card.style-two:hover {
  transform: translateY(-5px);
}
.feature-card.style-two:hover .feature-img img {
  transform: scale(1.05);
}
.feature-card.style-three, .feature-card.style-five {
  padding: 0 32px 0 40px;
}
.feature-card.style-three .feature-icon, .feature-card.style-five .feature-icon {
  margin-bottom: 70px;
}
.feature-card.style-three .br-one,
.feature-card.style-three .br-two, .feature-card.style-five .br-one,
.feature-card.style-five .br-two {
  position: absolute;
  top: 32px;
  width: 100px;
  height: 57px;
  border-top: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-three,
.feature-card.style-three .br-four, .feature-card.style-five .br-three,
.feature-card.style-five .br-four {
  position: absolute;
  bottom: 43px;
  width: 25px;
  height: 58px;
  border-bottom: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-one, .feature-card.style-five .br-one {
  left: 0;
  border-radius: 15px 0 0 0;
  border-left: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-two, .feature-card.style-five .br-two {
  right: 0;
  border-radius: 0 15px 0 0;
  border-right: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-three, .feature-card.style-five .br-three {
  left: 0;
  border-radius: 0 0 0 15px;
  border-left: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-four, .feature-card.style-five .br-four {
  right: 0;
  border-radius: 0 0 15px 0;
  border-right: 1px solid var(--titleColorThree);
}
.feature-card.style-three h3, .feature-card.style-five h3 {
  margin-bottom: 16px;
}
.feature-card.style-three:hover, .feature-card.style-five:hover {
  transform: translateY(-5px);
}
.feature-card.style-three .br-one,
.feature-card.style-three .br-two {
  border-top: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-three,
.feature-card.style-three .br-four {
  border-bottom: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-one {
  border-left: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-two {
  border-right: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-three {
  border-left: 1px solid var(--titleColorThree);
}
.feature-card.style-three .br-four {
  border-right: 1px solid var(--titleColorThree);
}
.feature-card.style-five .br-one,
.feature-card.style-five .br-two {
  border-top: 1px solid var(--whiteColor);
}
.feature-card.style-five .br-three,
.feature-card.style-five .br-four {
  border-bottom: 1px solid var(--whiteColor);
}
.feature-card.style-five .br-one {
  border-left: 1px solid var(--whiteColor);
}
.feature-card.style-five .br-two {
  border-right: 1px solid var(--whiteColor);
}
.feature-card.style-five .br-three {
  border-left: 1px solid var(--whiteColor);
}
.feature-card.style-five .br-four {
  border-right: 1px solid var(--whiteColor);
}
.feature-card.style-five .feature-icon {
  filter: brightness(0) invert(1);
}
.feature-card.style-five .feature-info {
  padding: 25px;
  background-color: #0F54CB;
}
.feature-card.style-five .feature-info p {
  color: #F7F6E4;
}
.feature-card.style-four .feature-icon {
  width: 100px;
  height: 210px;
  position: relative;
  z-index: 1;
  padding-top: 24px;
}
.feature-card.style-four .feature-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100px;
  height: 100%;
  background-image: url(../img/feature/feature-shape.png);
  background-repeat: no-repeat;
  background-size: 100px 210px;
  background-position: top center;
  z-index: -1;
}
.feature-card.style-four .feature-info {
  width: calc(100% - 125px);
  margin-left: auto;
  margin-top: 12px;
}
.feature-card.style-four .feature-info h3 {
  margin-bottom: 16px;
}

.cover-item-wrap .cover-item {
  margin-bottom: 24px;
}
.cover-item-wrap .cover-item:last-child {
  margin-bottom: 0;
}
.cover-item-wrap .cover-item:last-child .cover-text {
  padding-bottom: 0;
  border-bottom: none;
}
.cover-item-wrap .cover-item .cover-counter {
  position: relative;
  top: 6px;
  width: 86px;
  height: 85px;
  background-color: var(--travel_secondaryColor);
  border-radius: 0 15px 0 0;
  overflow: hidden;
}
.cover-item-wrap .cover-item .cover-counter span {
  position: relative;
  left: -29px;
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  font-weight: 700;
  -webkit-text-stroke: 1px var(--whiteColor);
  -webkit-text-fill-color: var(--travel_primaryColor);
}
.cover-item-wrap .cover-item .cover-text {
  width: calc(100% - 110px);
  margin-left: auto;
  padding-bottom: 23px;
  border-bottom: 1px solid #D4D5E4;
}
.cover-item-wrap .cover-item .cover-text h3 {
  margin-bottom: 22px;
}

/*-------------------------------
        Category CSS
-------------------------------*/
.category-card.style-one {
  border: 1px solid var(--titleColor);
  box-shadow: 5px 5px 0px var(--titleColor);
  padding: 22px 25px 22px;
}
.category-card.style-one h3 {
  margin-bottom: 18px;
}
.category-card.style-one h3 a {
  color: var(--titleColor);
}
.category-card.style-one h3 a:hover {
  color: var(--orangeColor);
}
.category-card.style-one:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 0px var(--titleColor);
}
.category-card.style-two {
  background-color: #FCFCFC;
}
.category-card.style-two .category-info {
  padding: 23px 25px 23px;
}
.category-card.style-two .category-info h3 {
  margin-bottom: 5px;
}
.category-card.style-two .category-info h3 a {
  color: var(--titleColor);
}
.category-card.style-two .category-info h3 a:hover {
  color: var(--travel_primaryColor);
}
.category-card.style-two .category-info p {
  margin-bottom: 40px;
}
.category-card.style-two .category-info .btn {
  margin-left: auto;
  display: inline-block;
}
.category-card.style-two:hover {
  transform: translateY(-5px);
}
.category-card.style-two:hover .category-img > img {
  transform: scale(1.04);
}
.category-card.style-two:hover .category-info {
  background-color: var(--grayColor);
}
.category-card.style-three {
  border: 1px solid #EDF1F9;
  overflow: hidden;
  transition: var(--transition);
}
.category-card.style-three .cat-img {
  width: 191px;
  padding: 5px;
}
.category-card.style-three .cat-info {
  width: calc(100% - 198px);
  margin-right: auto;
  display: flex;
  align-items: center;
}
.category-card.style-three .cat-info span {
  font-size: 48px;
  font-weight: 800;
  margin-right: 13px;
  position: relative;
  left: -13px;
  transition: var(--transition);
  -webkit-text-stroke: 1px var(--life_primaryColor);
  -webkit-text-fill-color: transparent;
}
.category-card.style-three .cat-info h3 {
  transition: var(--transition);
}
.category-card.style-three:hover .cat-info span {
  -webkit-text-stroke: 1px transparent;
  -webkit-text-fill-color: var(--life_primaryColor);
}
.category-card.style-three:hover .cat-info h3 {
  color: var(--life_primaryColor);
}

.category-content .comp-plan {
  padding: 10px 0 10px 10px;
}
.category-content .comp-plan:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 220px;
  height: 100%;
  border: 10px solid var(--life_primaryColor);
  border-right: none;
}

.category-card-wrap .category-card {
  margin-bottom: 10px;
}
.category-card-wrap .category-card:last-child {
  margin-bottom: 0;
}

/*-------------------------------
        Service Card CSS
-------------------------------*/
.service-slider-one {
  border-top: 1px solid #E3E2D0;
  padding-top: 25px;
}

.service-wrap.style-four .service-img {
  border-radius: 1000px;
}
.service-wrap.style-four .service-img img {
  border-radius: 1000px;
}

.service-slider-two .swiper-slide .service-card {
  transform: scale(0.9);
}
.service-slider-two .swiper-slide.swiper-slide-active .service-card {
  transform: scale(1);
}
.service-slider-two .swiper-slide.swiper-slide-active .service-card .service-info {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}
.service-slider-two .slider-btn-wrap {
  text-align: center;
  width: 230px;
  margin: 50px auto 0;
}
.service-slider-two .slider-btn-wrap .slider-btn .prev-btn:hover,
.service-slider-two .slider-btn-wrap .slider-btn .next-btn:hover {
  background-color: var(--health_primaryColor);
}
.service-slider-two .slider-btn-wrap .service-pagination {
  position: absolute;
  left: 50%;
  top: 49%;
  max-width: 50px;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

.section-title-shape {
  top: -42px;
  left: -92px;
  z-index: -1;
}

.slider-btn .service-prev.swiper-button-disabled,
.slider-btn .service-next.swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}

.service-card h3 {
  /* font-size: 24px; */
  font-size: 14px;
  line-height: 30px;
}
.service-card.style-one .service-img {
  margin-bottom: 24px;
}
.service-card.style-one h3 {
  margin-bottom: 36px;
}
.service-card.style-one h3 a:hover {
  color: var(--auto_secondaryColor);
}
.service-card.style-two .service-info {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  position: absolute;
  bottom: 0px;
  left: 20px;
  border-radius: 15px;
  padding: 25px;
  max-width: 72%;
  visibility: hidden;
  opacity: 0;
}
.service-card.style-two .service-info h3 {
  margin-bottom: 15px;
}
.service-card.style-two .service-info h3 a:hover {
  color: var(--health_primaryColor);
}
.service-card.style-three {
  margin-bottom: -30px;
}
.service-card.style-three img {
  border-radius: 0 0 15px 15px;
}
.service-card.style-three h3 {
  padding: 25px 30px 25px;
  border-radius: 15px 15px 0 0;
}
.service-card.style-three h3 a:hover {
  color: var(--home_primaryColor);
}
.service-card.style-three .link {
  position: relative;
  top: -38px;
  margin-right: 30px;
  color: var(--titleColorThree);
}
.service-card.style-three .link:hover {
  color: var(--home_primaryColor);
}
.service-card.style-five .service-img .service-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: -40px;
  right: 20px;
  border: 1px solid var(--life_primaryColor);
}
.service-card.style-five .service-info {
  padding: 25px 30px 20px;
}
.service-card.style-five .service-info h3 {
  margin-bottom: 15px;
}
.service-card.style-five .service-info h3 a:hover {
  color: var(--life_primaryColor);
}
.service-card.style-five:hover {
  transform: translateY(-5px);
}

.service-list li {
  margin-bottom: 20px;
}
.service-list li:last-child {
  margin-bottom: 0;
}
.service-list li a {
  position: relative;
  justify-content: space-between;
  border: 1px solid #666776;
  padding: 23px 85px 23px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #B6B0B8;
  background-color: #2E1A39;
}
.service-list li a span {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: 1px solid var(--travel_primaryColor);
  transition: var(--transition);
}
.service-list li a:hover {
  color: var(--whiteColor);
}
.service-list li a:hover span {
  background-color: var(--travel_primaryColor);
  border-color: transparent;
}

.service-btn-wrap .slider-btn {
  width: 110px;
}
.service-btn-wrap .service-five-scrollbar {
  width: calc(100% - 140px);
  margin-left: auto;
}

/*-------------------------------
         Compare Plan CSS
-------------------------------*/
.compare-text .section-title {
  margin-bottom: 80px;
}

.compare-plan-wrap .compare-plan-card {
  padding: 23px 25px 20px 105px;
  margin-bottom: 25px;
  min-height: 175px;
}
.compare-plan-wrap .compare-plan-card:last-child {
  margin-bottom: 0;
}
.compare-plan-wrap .compare-plan-card h3 {
  margin-bottom: 17px;
}
.compare-plan-wrap .compare-plan-card .compare-icon {
  position: absolute;
  left: 0;
  top: 35px;
  width: 75px;
  height: 75px;
  padding-left: 6px;
  border-radius: 0 50% 50% 0;
}
.compare-plan-wrap .compare-plan-card.style-one {
  border: 1px solid var(--astralColor);
}
.compare-plan-wrap .compare-plan-card.style-one .compare-icon {
  background-color: var(--astralColor);
}
.compare-plan-wrap .compare-plan-card.style-two {
  border: 1px solid #635380;
  left: -110px;
}
.compare-plan-wrap .compare-plan-card.style-two .compare-icon {
  background-color: #635380;
}
.compare-plan-wrap .compare-plan-card.style-three {
  border: 1px solid #B88E8D;
}
.compare-plan-wrap .compare-plan-card.style-three .compare-icon {
  background-color: #B88E8D;
}
.compare-plan-wrap .compare-plan-card:hover {
  transform: translateY(-5px);
}

/*-------------------------------
    Team Card CSS
-------------------------------*/
.team-section-shape {
  top: 120px;
  left: 0%;
}

.team-card.style-one img {
  border: 1px solid #BDC7D8;
}
.team-card.style-one h3 {
  font-size: 24px;
  margin: 26px 0 5px;
}
.team-card.style-one h3 a:hover {
  color: var(--health_primaryColor);
}
.team-card.style-two .team-img .team-social-link, .team-card.style-five .team-img .team-social-link {
  position: absolute;
  bottom: 0px;
  right: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team-card.style-two .team-img .team-social-link span, .team-card.style-five .team-img .team-social-link span {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
}
.team-card.style-two .team-img .team-social-link span i, .team-card.style-five .team-img .team-social-link span i {
  color: var(--khakiColor);
  font-size: 22px;
  font-weight: 300;
  line-height: 0.8;
}
.team-card.style-two .team-img .team-social-link .social-profile, .team-card.style-five .team-img .team-social-link .social-profile {
  position: absolute;
  bottom: 55px;
}
.team-card.style-two .team-img .team-social-link .social-profile li, .team-card.style-five .team-img .team-social-link .social-profile li {
  display: block;
  margin: 0 0 5px 0;
  transform: translateX(8px);
  transition: var(--transition);
  visibility: hidden;
  opacity: 0;
}
.team-card.style-two .team-img .team-social-link .social-profile li:nth-child(1), .team-card.style-five .team-img .team-social-link .social-profile li:nth-child(1) {
  transition-delay: 0.4s;
}
.team-card.style-two .team-img .team-social-link .social-profile li:nth-child(2), .team-card.style-five .team-img .team-social-link .social-profile li:nth-child(2) {
  transition-delay: 0.3s;
}
.team-card.style-two .team-img .team-social-link .social-profile li:nth-child(3), .team-card.style-five .team-img .team-social-link .social-profile li:nth-child(3) {
  transition-delay: 0.2s;
}
.team-card.style-two .team-img .team-social-link .social-profile li:nth-child(4), .team-card.style-five .team-img .team-social-link .social-profile li:nth-child(4) {
  transition-delay: 0.1s;
}
.team-card.style-two .team-img .team-social-link .social-profile li a:hover, .team-card.style-five .team-img .team-social-link .social-profile li a:hover {
  background-color: var(--home_primaryColor);
}
.team-card.style-two .team-img .team-social-link:hover .social-profile li, .team-card.style-five .team-img .team-social-link:hover .social-profile li {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.team-card.style-two h3, .team-card.style-five h3 {
  margin: 26px 0 5px;
}
.team-card.style-two h3 a:hover, .team-card.style-five h3 a:hover {
  color: var(--whiteColor);
}
.team-card.style-two .team-img .team-social-link span i {
  color: var(--khakiColor);
}
.team-card.style-two h3 a:hover {
  color: var(--whiteColor);
}
.team-card.style-three .team-info, .team-card.style-four .team-info {
  padding: 25px 30px 25px;
}
.team-card.style-three .team-info h3, .team-card.style-four .team-info h3 {
  margin: 0 0 5px;
  transition: var(--transition);
}
.team-card.style-three .team-info h3 a, .team-card.style-four .team-info h3 a {
  color: var(--titleColor);
}
.team-card.style-three .team-info h3 a:hover, .team-card.style-four .team-info h3 a:hover {
  color: var(--whiteColor);
}
.team-card.style-three:hover, .team-card.style-four:hover {
  transform: translateY(-5px);
}
.team-card.style-three:hover .team-info a, .team-card.style-three:hover .team-info span, .team-card.style-four:hover .team-info a, .team-card.style-four:hover .team-info span {
  color: var(--whiteColor);
}
.team-card.style-three:hover .team-info {
  background-color: var(--life_primaryColor);
}
.team-card.style-four:hover .team-info {
  background-color: var(--health_primaryColor);
}
.team-card.style-five .team-img .team-social-link span i {
  color: var(--health_primaryColor);
}
.team-card.style-five h3 a:hover {
  color: var(--health_primaryColor);
}

.team-slider-one .team-scrollbar {
  height: 10px;
  background-color: #DEDFE4;
  border-radius: 0;
  margin-top: 45px;
  z-index: 2;
  cursor: pointer;
}
.team-slider-one .team-scrollbar .swiper-scrollbar-drag {
  background-color: var(--health_primaryColor);
  border-radius: 0;
  cursor: pointer;
}

/*-------------------------------
    Counter Section CSS
-------------------------------*/
.counter-card.style-three {
  background-color: #295348;
  padding: 23px 20px;
}
.counter-card.style-three h2 {
  font-size: 56px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--khakiColor);
}

/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text-wrap {
  padding: 30px 0;
}

.moving-text.style-one, .moving-text.style-two {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.moving-text.style-one li, .moving-text.style-two li {
  font-size: 16px;
  display: inline-block;
  margin: 0 27px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}
.moving-text.style-one li:last-child:after, .moving-text.style-two li:last-child:after {
  display: none;
}
.moving-text.style-one li:after, .moving-text.style-two li:after {
  position: absolute;
  top: 1px;
  right: -12px;
  content: "*";
  font-size: 23px;
  color: var(--whiteColor);
}
.moving-text.style-one { /* Safari 4.0 - 8.0 */
  animation: moveRightToLeft 18s linear infinite alternate;
}
.moving-text.style-two { /* Safari 4.0 - 8.0 */
  animation: moveLeftToRight 18s linear infinite alternate;
}
@keyframes moveRightToLeft {
  from {
    left: 0;
  }
  to {
    left: -50%;
  }
}
@keyframes moveLeftToRight {
  from {
    left: -50%;
  }
  to {
    left: 0;
  }
}
/*-------------------------------
        Testimonial CSS
-------------------------------*/

.testimonial-wrap.style-one {
  border-radius: 0 0 100px 100px;
  background-color: var(--auto_primaryColor);
}
.testimonial-wrap.style-two .testimonial-bg {
  background-image: url(../img/testimonial-bg.jpg);
  width: 100%;
  height: 100%;
}
.testimonial-wrap.style-two .testimonial-shape {
  left: 36%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-wrap.style-two .testimonial-content .quote-icon {
  left: -10px;
  top: 57%;
  transform: translateY(-50%);
}
.testimonial-wrap.style-two .testimonial-content .testimonial-slider-two {
  padding-top: 102px;
}
.testimonial-wrap.style-two .testimonial-content .slider-btn-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 230px;
  margin-left: auto;
}
.testimonial-wrap.style-two .testimonial-content .slider-btn-wrap .testimonial-pagination {
  position: absolute;
  left: 50%;
  top: 49%;
  max-width: 50px;
  transform: translate(-50%, -50%);
  font-size: 20px;
}
.testimonial-wrap.style-three .section-title h2 > span {
  margin-left: 255px;
}
.testimonial-wrap.style-three .testimonial-thumbslider-two {
  /* margin-top: -75px; */
  position: relative;
  width: 300px;
  /* left: 90px; */
  margin-bottom: 10px;
}
.testimonial-wrap.style-three .testimonial-thumbslider-two .swiper-slide .testimonial-thumb-card {
  transform: scale(0.6) rotate(-20deg);
}
.testimonial-wrap.style-three .testimonial-thumbslider-two .swiper-slide.swiper-slide-prev .testimonial-thumb-card {
  transform: scale(0.6) rotate(-20deg);
}
.testimonial-wrap.style-three .testimonial-thumbslider-two .swiper-slide.swiper-slide-next .testimonial-thumb-card {
  transform: scale(0.6) rotate(20deg);
}
.testimonial-wrap.style-three .testimonial-thumbslider-two .swiper-slide.swiper-slide-active .testimonial-thumb-card {
  transform: scale(1) rotate(0deg);
}
.testimonial-wrap.style-five .shape-one {
  top: 110px;
  right: 15.5%;
}

.testimonial-thumbslider-one .swiper-slide,
.testimonial-thumbslider-two .swiper-slide {
  transition: var(--transition);
}
.testimonial-thumbslider-one .swiper-slide .testimonial-thumb-card,
.testimonial-thumbslider-two .swiper-slide .testimonial-thumb-card {
  border-radius: 500px;
  transition: var(--transition);
  transform: scale(0.7) rotate(-20deg);
  cursor: pointer;
}
.testimonial-thumbslider-one .swiper-slide .testimonial-thumb-card img,
.testimonial-thumbslider-two .swiper-slide .testimonial-thumb-card img {
  border-radius: 500px;
}
.testimonial-thumbslider-one .swiper-slide.swiper-slide-prev .testimonial-thumb-card,
.testimonial-thumbslider-two .swiper-slide.swiper-slide-prev .testimonial-thumb-card {
  transform: scale(0.75) rotate(-20deg);
}
.testimonial-thumbslider-one .swiper-slide.swiper-slide-next .testimonial-thumb-card,
.testimonial-thumbslider-two .swiper-slide.swiper-slide-next .testimonial-thumb-card {
  transform: scale(0.75) rotate(20deg);
}
.testimonial-thumbslider-one .swiper-slide.swiper-slide-active .testimonial-thumb-card,
.testimonial-thumbslider-two .swiper-slide.swiper-slide-active .testimonial-thumb-card {
  transform: scale(1) rotate(0deg);
}

.testimonial-card.style-one .rating li {
  margin-right: 1px;
}
.testimonial-card.style-one .rating li:last-child {
  margin-right: 0;
}
.testimonial-card.style-one .rating li i {
  font-size: 22px;
  line-height: 0.8;
  color: var(--auto_secondaryColor);
}
.testimonial-card.style-one p {
  font-size: 30px;
  line-height: 45px;
  margin: 35px 0 38px;
  padding: 0 10px;
  letter-spacing: 0.02em;
}
.testimonial-card.style-one h6 span {
  color: #F7F6E4;
}
.testimonial-card.style-two p {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 35px;
}
.testimonial-card.style-three .rating li {
  margin-right: 1px;
}
.testimonial-card.style-three .rating li:last-child {
  margin-right: 0;
}
.testimonial-card.style-three .rating li i {
  font-size: 23px;
  line-height: 0.8;
  color: var(--auto_secondaryColor);
}
.testimonial-card.style-three p {
  font-size: 15px;
  /* line-height: 45px; */
  font-family: 'Montserrat', sans-serif;
  margin: 34px 0 36px;
  letter-spacing: 0.02em;
}
.testimonial-card.style-four {
  padding: 25px 25px 25px;
}
.testimonial-card.style-four p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 17px;
}
.testimonial-card.style-four .client-info-wrap h6 {
  width: calc(100% - 100px);
  margin-right: auto;
}
.testimonial-card.style-four .client-info-wrap .quote-icon {
  width: 90px;
  position: relative;
  bottom: 2px;
}
.testimonial-card.style-four:hover {
  background-color: #F3EFEE;
}
.testimonial-card.style-five {
  padding: 25px 25px 25px;
}
.testimonial-card.style-five .quote-icon {
  bottom: 15px;
  right: 15px;
}
.testimonial-card.style-five p {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 61px;
}
.testimonial-card.style-five .client-info-wrap .client-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.testimonial-slider-one .slider-btn .prev-btn,
.testimonial-slider-one .slider-btn .next-btn,
.testimonial-slider-three .slider-btn .prev-btn,
.testimonial-slider-three .slider-btn .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.testimonial-slider-one .slider-btn .prev-btn,
.testimonial-slider-three .slider-btn .prev-btn {
  left: 0;
}
.testimonial-slider-one .slider-btn .next-btn,
.testimonial-slider-three .slider-btn .next-btn {
  right: 0;
}

.testimonial-slider-four .swiper-slide.swiper-slide-active .testimonial-card {
  background-color: #F3EFEE;
}

/*-------------------------------
    Benefit Of Insurance CSS
-------------------------------*/
.benefit-wrap.style-two:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30%;
  background-color: var(--health_secondaryColor);
  z-index: -1;
}
.benefit-wrap.style-three .benefit-img-wrap .benefit-shape {
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.benefit-wrap.style-three .benefit-img-wrap .benefit-img {
  padding: 10px 10px 10px 0;
  margin-right: 35px;
}
.benefit-wrap.style-three .benefit-img-wrap .benefit-img:before {
  position: absolute;
  bottom: 0;
  left: 5px;
  content: "";
  width: 260px;
  height: 150px;
  background-color: #EDF1F9;
  z-index: 0;
}
.benefit-wrap.style-three .benefit-img-wrap .benefit-img:after {
  position: absolute;
  top: 0;
  right: 35px;
  content: "";
  width: 196px;
  height: 100%;
  border: 10px solid var(--life_primaryColor);
  z-index: -1;
}
.benefit-wrap.style-three .benefit-img-wrap .benefit-img .benefit-img-text {
  min-width: 325px;
  max-width: 325px;
  left: -65px;
  padding: 45px 20px;
}
.benefit-wrap.style-three .benefit-content .features-list {
  margin-bottom: -32px;
}
.benefit-wrap.style-three .benefit-content .features-list li {
  padding-left: 28px;
  width: 50%;
  margin-bottom: 32px;
}
.benefit-wrap.style-three .benefit-content .features-list li:nth-child(even) {
  left: 14px;
}
.benefit-wrap.style-three .benefit-content .features-list li img {
  position: absolute;
  top: 7px;
  left: 0;
}

.benefit-card.style-one {
  border: 1px solid var(--titleColor);
  box-shadow: 5px 5px 0px var(--titleColor);
  padding: 30px 25px 30px;
}
.benefit-card.style-one h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 23px;
}
.benefit-card.style-one .benefit-img-wrap {
  margin-right: -26px;
  margin-bottom: 26px;
}
.benefit-card.style-one .benefit-img-wrap .benefit-img {
  width: 233px;
  border-radius: 15px 0 0 15px;
}
.benefit-card.style-one .benefit-img-wrap .benefit-img img {
  border-radius: 15px 0 0 15px;
}
.benefit-card.style-one .benefit-img-wrap .benefit-icon {
  width: calc(100% - 233px);
  margin-right: auto;
}
.benefit-card.style-one:hover {
  transform: translateY(-5px);
  box-shadow: 8px 8px 0px var(--titleColor);
}
.benefit-card.style-two {
  padding: 111px 20px 25px;
  min-height: 196px;
}
.benefit-card.style-two .benefit-counter {
  width: 100px;
  height: 100px;
  top: -15px;
  left: -15px;
}
.benefit-card.style-two .benefit-counter.bg-one {
  background-color: var(--health_primaryColor);
}
.benefit-card.style-two .benefit-counter.bg-two {
  background-color: #FCAF58;
}
.benefit-card.style-two .benefit-counter.bg-three {
  background-color: #B88E8D;
}
.benefit-card.style-two .benefit-counter.bg-four {
  background-color: #EE6161;
}
.benefit-card.style-two .benefit-counter.bg-five {
  background-color: #9980FF;
}
.benefit-card.style-two .benefit-counter.bg-six {
  background-color: #635380;
}
.benefit-card.style-two:hover {
  transform: translateY(-5px);
}
.benefit-card.style-two:hover .benefit-counter {
  border-radius: 20% !important;
}

/*-------------------------------
        Insurance Quote CSS
-------------------------------*/
.quote-box.style-one {
  padding: 100px 50px 105px;
  background-color: #FFF0E8;
}
.quote-box.style-one h3 {
  font-size: 30px;
  line-height: 35px;
}
.quote-box.style-two {
  background-image: url(../img/quote-bg-1.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 60px;
  border-radius: 25px;
}
.quote-box.style-three {
  position: relative;
  z-index: 1;
}
.quote-box.style-three .quote-section-shape {
  left: 43%;
}
.quote-box.style-three .quote-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
.quote-box.style-three:after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EDF1F9;
  transform: translateX(-50%);
  z-index: -1;
}

.quote-list {
  margin-top: 55px;
}
.quote-list li {
  margin-bottom: 19px;
}
.quote-list li:last-child {
  margin-bottom: 0;
}

.quote-form.style-one .form-group {
  margin-bottom: 10px;
}
.quote-form.style-one .form-group input, .quote-form.style-one .form-group select {
  height: 55px;
}
.quote-form.style-one .form-group input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.quote-form.style-one .form-group input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.quote-form.style-one .form-group select {
  background-size: 12px;
  background-position: calc(100% - 15px) 50%;
}
.quote-form.style-two .form-group input {
  border: 1px solid #BDC7D8;
}
.quote-form.style-two .form-group input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.quote-form.style-two .form-group input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.quote-form.style-two .form-group #date {
  transition: 250ms width ease, 250ms border-color ease;
}
.quote-form.style-three .form-group {
  margin-bottom: 10px;
}
.quote-form.style-three .form-group input, .quote-form.style-three .form-group select {
  height: 55px;
  border: 1px solid #BDC7D8;
}
.quote-form.style-three .form-group input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.quote-form.style-three .form-group input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.quote-form.style-three .form-group select {
  background-size: 12px;
  background-position: calc(100% - 15px) 50%;
}
.quote-form.style-three button {
  margin-top: 65px;
  margin-left: auto;
}
.quote-form.style-four .form-group input, .quote-form.style-four .form-group select {
  background-color: var(--whiteColor);
}
.quote-form.style-four .form-group input::-moz-placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.quote-form.style-four .form-group input::placeholder {
  opacity: 1;
  color: var(--paraColor);
}
.quote-form .radio-btn li {
  margin-right: 15px;
  margin-bottom: 5px;
}
.quote-form .radio-btn li:last-child {
  margin-right: 0;
}

.progressbar-wrap .progress-item {
  margin-bottom: 22px;
}
.progressbar-wrap .progress-item:last-child {
  margin-bottom: 0;
}
.progressbar-wrap .progress-item .progress-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.progressbar-wrap .progress-item .progress-title p {
  width: 60%;
}
.progressbar-wrap .progress-item .progress {
  height: 10px;
  background: #D9DDE1;
  border-radius: 0;
}
.progressbar-wrap .progress-item .progress .progress-bar {
  background-color: var(--life_primaryColor);
}

.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;
}
.progress-bar .title {
  opacity: 0;
  animation: show 0.35s forwards ease-in-out 0.5s;
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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;
  padding-left: 29px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: inline-block;
  background-color: transparent;
  border: 1px solid rgba(15, 15, 15, 0.65);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox.style-two label {
  padding-left: 29px;
}
.checkbox.style-two label:before {
  background-color: transparent;
  border: 1px solid var(--astralColor);
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}
.checkbox.style-three label {
  padding-left: 29px;
}
.checkbox.style-three label:before {
  background-color: transparent;
  border: 1px solid var(--travel_primaryColor);
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}

.checkbox input:checked + label:before,
.checkbox.style-two input:checked + label:before,
.checkbox.style-three input:checked + label:before {
  border-color: transparent;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: none;
  background: var(--health_primaryColor);
}

.checkbox.style-two input:checked + label:after {
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--astralColor);
}

.checkbox.style-three input:checked + label:after {
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: var(--travel_primaryColor);
}

/*-------------------------------
        Pricing Plan CSS
-------------------------------*/
.pricing-switch-wrap .pricing_switch {
  position: relative;
  display: inline-block;
  width: 235px;
  height: 56px;
  border: 1px solid #BDC7D8;
  border-radius: 50px;
}
.pricing-switch-wrap .pricing_switch input {
  display: none;
}
.pricing-switch-wrap .pricing_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: 0.4s;
}
.pricing-switch-wrap .pricing_slider span {
  width: 50%;
  height: 100%;
  text-align: center;
  transition: var(--transition);
}
.pricing-switch-wrap .pricing_slider:before {
  position: absolute;
  content: "";
  height: 50px;
  width: 122px;
  left: 2px;
  top: 2px;
  background-color: var(--health_primaryColor);
  transition: 0.4s;
  z-index: -1;
}
.pricing-switch-wrap input:checked + .pricing_slider {
  background-color: transparent;
}
.pricing-switch-wrap input:checked + .pricing_slider:before {
  transform: translateX(106px);
}
.pricing-switch-wrap .on, .pricing-switch-wrap .off {
  font-size: 16px;
}
.pricing-switch-wrap .pricing_slider.round {
  border-radius: 50px;
}
.pricing-switch-wrap .pricing_slider.round:before {
  border-radius: 50px;
}
.pricing-switch-wrap.style-two .on {
  color: var(--whiteColor);
}
.pricing-switch-wrap.style-two .off {
  color: var(--paraColor);
}
.pricing-switch-wrap.style-two input:checked + .pricing_slider .off {
  color: var(--whiteColor);
}
.pricing-switch-wrap.style-two input:checked + .pricing_slider .on {
  color: var(--paraColor);
}

/* .pricing-card {
  border: 1px solid #BDC7D8;
  padding: 46px 30px 46px;
} */
.pricing-card h6 {
  margin-bottom: 13px;
}
.pricing-card .pricing-tag {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 38px;
}
.pricing-card .pricing-tag span {
  font-size: 16px;
  font-weight: 400;
  margin-left: -2px;
}
.pricing-card .pricing-features {
  margin: 45px 0 0;
}
.pricing-card .pricing-features li {
  padding-left: 31px;
  margin-bottom: 22px;
  font-size: 18px;
}
.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card .pricing-features li img {
  position: absolute;
  top: 6px;
  left: 0;
}
.pricing-card .btn.style-two {
  border-radius: 0;
}
.pricing-card .btn.style-two:before, .pricing-card .btn.style-two:after {
  border-radius: 0;
}
.pricing-card:hover {
  border-color: transparent;
  background-color: #EDF1F9;
}

/*-------------------------------
        Blog CSS
-------------------------------*/
.blog-card-wrap.style-one {
  background-color: #FFF0E8;
  padding: 44px 30px 44px;
}
.blog-card-wrap.style-one .blog-card {
  margin-bottom: 42px;
  padding-bottom: 44px;
  border-bottom: 1px dashed rgba(102, 103, 118, 0.5);
}
.blog-card-wrap.style-one .blog-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-card-wrap.style-two .blog-card {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #E3E2D0;
}
.blog-card-wrap.style-two .blog-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-card-wrap.style-three .blog-card {
  margin-bottom: 39px;
  padding-bottom: 39px;
  border-bottom: 1px dashed rgba(102, 103, 118, 0.5);
}
.blog-card-wrap.style-three .blog-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog-card-wrap.style-three .blog-card h3 {
  font-size: 18px;
  line-height: 27px;
}

.blog-section-shape {
  bottom: 125px;
  left: 13%;
}

.blog-card h3 {
  font-size: 24px;
  line-height: 30px;
}
.blog-card.style-one h3 a, .blog-card.style-two h3 a {
  color: var(--titleColor);
}
.blog-card.style-one h3 a:hover, .blog-card.style-two h3 a:hover {
  color: var(--auto_secondaryColor);
}
.blog-card.style-two .blog-img {
  width: 306px;
}
.blog-card.style-two .blog-info {
  width: calc(100% - 330px);
  margin-left: auto;
}
.blog-card.style-two .blog-info h3 {
  margin-bottom: 30px;
}
.blog-card.style-three {
  padding: 25px;
}
.blog-card.style-three h3 {
  margin-bottom: 23px;
}
.blog-card.style-three h3 a {
  color: var(--titleColorTwo);
}
.blog-card.style-three h3 a:hover {
  color: var(--health_primaryColor);
}
.blog-card.style-three.bg-one {
  background-color: #EFF5FF;
}
.blog-card.style-three.bg-two {
  background-color: #F6EFFF;
}
.blog-card.style-three.bg-three {
  background-color: #F0F8ED;
}
.blog-card.style-three.bg-four {
  background-color: #F9F5F6;
}
.blog-card.style-three .link.style-five {
  color: var(--titleColor);
}
.blog-card.style-three .link.style-five:after {
  background-color: var(--life_primaryColor);
}
.blog-card.style-three .link.style-five:hover {
  color: var(--life_primaryColor);
}
.blog-card.style-three:hover {
  transform: translateY(-5px);
}
.blog-card.style-four .blog-info {
  padding: 25px 25px 25px;
}
.blog-card.style-four .blog-info h3 {
  margin-bottom: 35px;
}
.blog-card.style-four .blog-info .link {
  color: var(--whiteColor);
}
.blog-card.style-four .blog-info .link:after {
  background-color: var(--whiteColor);
}
.blog-card.style-five .blog-img, .blog-card.style-nine .blog-img {
  border-radius: 15px 15px 0 0;
}
.blog-card.style-five .blog-img img, .blog-card.style-nine .blog-img img {
  border-radius: 15px 15px 0 0;
}
.blog-card.style-five .blog-info, .blog-card.style-nine .blog-info {
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 25px 15px;
  border-radius: 0 0 15px 15px;
}
.blog-card.style-five .blog-info h3, .blog-card.style-nine .blog-info h3 {
  margin-bottom: 37px;
}
.blog-card.style-five .blog-info h3 a:hover, .blog-card.style-nine .blog-info h3 a:hover {
  color: var(--home_primaryColor);
}
.blog-card.style-five .blog-info .link, .blog-card.style-nine .blog-info .link {
  margin-right: 23px;
}
.blog-card.style-five .blog-info {
  background-image: url(../img/blog/blog-bg-shape-white.svg);
}
.blog-card.style-six .blog-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px 25px;
  max-width: 65.5%;
}
.blog-card.style-six .blog-info h3 {
  margin-bottom: 25px;
}
.blog-card.style-six .blog-info h3 a:hover {
  color: var(--travel_primaryColor);
}
.blog-card.style-six .blog-info:hover {
  background-color: #F3EFEE;
}
.blog-card.style-seven .blog-info {
  padding: 25px 0 0;
}
.blog-card.style-seven .blog-info h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.blog-card.style-seven .blog-info h3 a:hover {
  color: var(--health_primaryColor);
}
.blog-card.style-seven .blog-info p {
  margin-bottom: 25px;
}
.blog-card.style-eight {
  padding: 27px 30px 30px;
}
.blog-card.style-eight.bg-one {
  background-color: #F9F5F6;
}
.blog-card.style-eight.bg-two {
  background-color: #EFF5FF;
}
.blog-card.style-eight.bg-three {
  background-color: #F0F8ED;
}
.blog-card.style-eight h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.blog-card.style-eight h3 a:hover {
  color: var(--health_primaryColor);
}
.blog-card.style-eight p {
  margin-bottom: 25px;
}
.blog-card.style-nine .blog-info {
  background-image: url(../img/blog/blog-bg-shape-ash.svg);
  position: relative;
  z-index: 1;
}
.blog-card.style-nine .blog-info:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/blog/blog-bg-shape-gray.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  transition: var(--transition);
  opacity: 0;
  z-index: -1;
}
.blog-card.style-nine .blog-info:hover:after {
  opacity: 1;
}
.blog-card.style-nine .blog-info h3 a:hover {
  color: var(--health_primaryColor);
}

.blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-right: 17px;
}
.blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-metainfo li i {
  position: absolute;
  top: 6.4px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
}
.blog-metainfo.style-one li {
  color: var(--paraColor);
}
.blog-metainfo.style-one li i {
  color: var(--auto_secondaryColor);
}
.blog-metainfo.style-one li a {
  color: var(--paraColor);
}
.blog-metainfo.style-one li a:hover {
  color: var(--auto_secondaryColor);
}
.blog-metainfo.style-two li {
  color: var(--auto_optionalColor);
}
.blog-metainfo.style-two li i {
  color: var(--auto_secondaryColor);
}
.blog-metainfo.style-two li a {
  color: var(--auto_optionalColor);
}
.blog-metainfo.style-two li a:hover {
  color: var(--auto_secondaryColor);
}
.blog-metainfo.style-three li {
  color: var(--paraColor);
}
.blog-metainfo.style-three li i {
  color: var(--health_primaryColor);
}
.blog-metainfo.style-three li a {
  color: var(--paraColor);
}
.blog-metainfo.style-three li a:hover {
  color: var(--health_primaryColor);
}
.blog-metainfo.style-four li {
  color: #F7F6E4;
}
.blog-metainfo.style-four li i {
  color: var(--whiteColor);
}
.blog-metainfo.style-four li a {
  color: #F7F6E4;
}
.blog-metainfo.style-four li a:hover {
  color: var(--whiteColor);
}
.blog-metainfo.style-five li {
  color: var(--paraColor);
}
.blog-metainfo.style-five li i {
  color: var(--life_secondaryColor);
}
.blog-metainfo.style-five li a {
  color: var(--paraColor);
}
.blog-metainfo.style-five li a:hover {
  color: var(--life_secondaryColor);
}
.blog-metainfo.style-six li {
  color: var(--paraColor);
}
.blog-metainfo.style-six li i {
  color: var(--travel_primaryColor);
}
.blog-metainfo.style-six li a {
  color: var(--paraColor);
}
.blog-metainfo.style-six li a:hover {
  color: var(--travel_primaryColor);
}
.blog-metainfo.style-seven li {
  color: var(--paraColor);
}
.blog-metainfo.style-seven li i {
  color: var(--home_primaryColor);
}
.blog-metainfo.style-seven li a {
  color: var(--paraColor);
}
.blog-metainfo.style-seven li a:hover {
  color: var(--home_primaryColor);
}

.blog-slider-two .swiper-slide.swiper-slide-active .blog-card .blog-info {
  background-color: #F3EFEE;
}

/*-------------------------------
    Claim Card CSS
-------------------------------*/
.claim-card {
  padding: 25px;
}
.claim-card .claim-img {
  width: 165px;
}
.claim-card .claim-info {
  width: calc(100% - 190px);
  margin-left: auto;
}
.claim-card .claim-info h3 {
  margin-bottom: 16px;
}
.claim-card .claim-info h3 a:hover {
  color: var(--health_primaryColor);
}
.claim-card .claim-info p {
  margin-bottom: 30px;
}
.claim-card:hover {
  background-color: #EDF1F9;
}

/*-------------------------------
    FAQ & Error CSS
-------------------------------*/
.faq-wrap.style-one .faq-img-wrap .contact-text {
  position: absolute;
  bottom: 25px;
  right: 58px;
}
.faq-wrap.style-two .faq-tablist {
  margin-bottom: 95px;
}
.faq-wrap.style-two .features-list {
  margin-bottom: 42px;
}
.faq-wrap.style-two .features-list li {
  width: 100%;
  padding-left: 38px;
  margin-bottom: 24px;
}
.faq-wrap.style-two .features-list li:last-child {
  margin-bottom: 0;
}
.faq-wrap.style-two .features-list li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: var(--travel_primaryColor);
}
.faq-wrap.style-two .features-list.style-two li i {
  color: var(--health_primaryColor);
}
.faq-wrap.style-three {
  background-color: #FCF2E8;
}

.section-title-shape-two {
  top: 3%;
  left: 4%;
}

.faq-tablist.style-one .nav-item, .faq-tablist.style-two .nav-item {
  width: 100%;
  margin-bottom: 5px;
}
.faq-tablist.style-one .nav-item:last-child, .faq-tablist.style-two .nav-item:last-child {
  margin-bottom: 0;
}
.faq-tablist.style-one .nav-item .nav-link, .faq-tablist.style-two .nav-item .nav-link {
  text-align: left;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #666776;
  font-size: 18px;
  font-weight: 500;
  background-color: #2E1A39;
  color: #B6B0B8;
  padding: 13px 20px;
  transition: var(--transition);
}
.faq-tablist.style-one .nav-item .nav-link i, .faq-tablist.style-two .nav-item .nav-link i {
  float: right;
  font-size: 22px;
  line-height: 0.8;
  position: relative;
  top: 4px;
}
.faq-tablist.style-one .nav-item .nav-link.active, .faq-tablist.style-one .nav-item .nav-link:hover, .faq-tablist.style-two .nav-item .nav-link.active, .faq-tablist.style-two .nav-item .nav-link:hover {
  background-color: var(--travel_primaryColor);
  color: var(--whiteColor);
  border-color: #BDC7D8;
}
.faq-tablist.style-one .nav-item .nav-link {
  border: 1px solid #666776;
  background-color: #2E1A39;
  color: #B6B0B8;
}
.faq-tablist.style-one .nav-item .nav-link.active, .faq-tablist.style-one .nav-item .nav-link:hover {
  background-color: var(--travel_primaryColor);
  color: var(--whiteColor);
  border-color: #BDC7D8;
}
.faq-tablist.style-two .nav-item .nav-link {
  border: 1px solid #BDC7D8;
  background-color: #fcfcfc;
  color: var(--titleColor);
}
.faq-tablist.style-two .nav-item .nav-link.active, .faq-tablist.style-two .nav-item .nav-link:hover {
  background-color: var(--health_primaryColor);
  color: var(--whiteColor);
  border-color: transparent;
}

.accordion .accordion-item {
  margin: 0 0 10px;
  padding: 24px 18px 19px 20px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  border-radius: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  align-items: center;
  padding: 0 40px 5px 0;
  background-color: transparent;
  box-shadow: none;
  transition: var(--transition);
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: 0px;
  text-align: center;
}
.accordion .accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50.5%;
  left: 50.5%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.accordion .accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
  top: 50%;
}
.accordion .accordion-item:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  border: none;
  padding: 12px 20px 0 0;
}
.accordion .accordion-item .accordion-body p {
  margin: 0;
  font-weight: 400;
}
.accordion.style-one .accordion-item {
  border: 1px solid #BDC7D8;
  border-top: 1px solid #BDC7D8 !important;
}
.accordion.style-one .accordion-item .accordion-header .accordion-button {
  color: var(--titleColorThree);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button span {
  background-color: var(--home_primaryColor);
}
.accordion.style-one .accordion-item .accordion-header .accordion-button span i {
  color: var(--whiteColor);
}
.accordion.style-two .accordion-item {
  border: 1px solid #666776;
  border-top: 1px solid #666776 !important;
}
.accordion.style-two .accordion-item .accordion-header .accordion-button {
  color: var(--whiteColor);
}
.accordion.style-two .accordion-item .accordion-header .accordion-button span {
  border: 1px solid var(--travel_primaryColor);
  background-color: var(--travel_primaryColor);
}
.accordion.style-two .accordion-item .accordion-header .accordion-button span i {
  color: var(--whiteColor);
}
.accordion.style-two .accordion-item.collapsed .accordion-button span {
  background-color: transparent;
}
.accordion.style-three .accordion-item {
  border-radius: 0;
  border: 1px solid #BDC7D8;
  padding: 0;
  border-top: 1px solid #BDC7D8 !important;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button {
  color: var(--titleColorThree);
  padding: 24px 65px 23px 20px;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button span {
  top: 17px;
  right: 20px;
  background-color: var(--travel_primaryColor);
  border: 1px solid transparent;
}
.accordion.style-three .accordion-item .accordion-header .accordion-button span i {
  top: calc(50% - 1px);
  color: var(--whiteColor);
}
.accordion.style-three .accordion-item.collapsed .accordion-button span {
  border: 1px solid var(--travel_primaryColor);
  background-color: transparent;
}
.accordion.style-three .accordion-item.collapsed .accordion-button span i {
  color: var(--titleColor);
}
.accordion.style-three .accordion-item .accordion-body {
  border: none;
  padding: 17px 20px 20px 20px;
  border-top: 1px solid #BDC7D8;
}
.accordion.style-three .accordion-item .accordion-body p {
  margin: 0;
  font-weight: 400;
}
.accordion.style-four .accordion-item {
  border: 1px solid #BDC7D8;
  border-top: 1px solid #BDC7D8 !important;
}
.accordion.style-four .accordion-item .accordion-header .accordion-button {
  color: var(--titleColor);
}
.accordion.style-four .accordion-item .accordion-header .accordion-button span {
  background-color: var(--health_primaryColor);
}
.accordion.style-four .accordion-item .accordion-header .accordion-button span i {
  color: var(--whiteColor);
}
.accordion.style-four .accordion-item.collapsed .accordion-button span {
  border: 1px solid var(--health_primaryColor);
  background-color: transparent;
}
.accordion.style-four .accordion-item.collapsed .accordion-button span i {
  color: var(--health_primaryColor);
}

.accordion-item:not(.collapsed) .accordion-button span .plus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item:not(.collapsed) .accordion-button span .minus {
  visibility: visible !important;
  opacity: 1 !important;
}

.error-wrap {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}
.error-wrap .error-content {
  text-align: center;
}
.error-wrap .error-content img {
  display: block;
  margin: 0 auto 30px;
}
.error-wrap .error-content p {
  margin: 0 auto 30px;
  max-width: 520px;
}

/*-------------------------------
        Subscribe CSS
-------------------------------*/
.subscribe-wrap.style-one {
  background-image: url(../img/subscribe-bg.jpg);
}
.subscribe-wrap.style-two .subscribe-shape-two {
  bottom: -11px;
  right: 10px;
}

.subscribe-form.style-one button {
  padding-right: 20px;
}
.subscribe-form.style-one button i {
  font-size: 23px;
  line-height: 0.8;
  margin-left: 6px;
  position: relative;
  top: 2px;
  transition: var(--transition);
}
.subscribe-form.style-one button:hover i {
  margin-left: 9px;
}
.subscribe-form.style-two button {
  background-color: var(--astralColor);
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  padding: 13px 28px;
  transition: var(--transition);
}
.subscribe-form.style-two button:hover {
  background-color: var(--health_primaryColor);
}
.subscribe-form.style-one input, .subscribe-form.style-two input {
  height: 55px;
  padding: 12px 185px 12px 15px;
}
.subscribe-form.style-one input::-moz-placeholder, .subscribe-form.style-two input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.subscribe-form.style-one input::placeholder, .subscribe-form.style-two input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}

/*-------------------------------
        Promo & Social CSS
-------------------------------*/
.promo-text {
  background-color: var(--travel_secondaryColor);
}
.promo-text li {
  width: 33.33%;
  padding: 37px 10px;
  font-size: 24px;
  line-height: 30px;
}
.promo-text li:hover {
  background-color: var(--travel_primaryColor);
}
.promo-text li:nth-child(even) {
  background-color: #2E1A39;
}
.promo-text li:nth-child(even):hover {
  background-color: var(--travel_primaryColor);
}

.social-link.style-one {
  background-color: #252735;
}
.social-link.style-one li {
  width: 25%;
  text-align: center;
}
.social-link.style-one li a {
  padding: 12px 10px;
}
.social-link.style-one li a i {
  font-size: 14px;
  line-height: 0.8;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.social-link.style-one li a:hover {
  background-color: var(--health_primaryColor);
}
.social-link.style-one li:nth-child(even) a {
  background-color: #2F313F;
}
.social-link.style-one li:nth-child(even) a:hover {
  background-color: var(--health_primaryColor);
}

/*-------------------------------
        Sidebar CSS
-------------------------------*/
.sidebar .sidebar-widget {
  margin-bottom: 50px;
  padding: 30px 30px 34px;
}
.sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget-title {
  padding-left: 14px;
  position: relative;
}
.sidebar-widget-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 2px;
  height: 20px;
  transform: translateY(-50%);
  background-color: var(--health_primaryColor);
}

.search-box input {
  border: 1px solid #BDC7D8;
}
.search-box input::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-box input::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.search-box button {
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  padding: 10px 20px;
  background-color: var(--health_primaryColor);
}
.search-box button:hover {
  background-color: var(--titleColorThree);
}
.search-box button i {
  font-size: 18px;
  line-height: 0.8;
}

.category-list li {
  margin-bottom: 22px;
}
.category-list li:last-child {
  margin-bottom: 0;
}
.category-list li a {
  color: var(--paraColor);
}
.category-list li a i {
  float: right;
}
.category-list li a:hover {
  color: var(--health_primaryColor);
  padding-left: 5px;
}

.tag-list {
  margin-top: -9px;
}
.tag-list li {
  display: inline-block;
  margin: 9px 5px 0px 0px;
}
.tag-list li a {
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  padding: 6px 11px 6px;
  color: var(--paraColor);
  background-color: transparent;
  border: 1px solid #BDC7D8;
  transition: var(transition);
}
.tag-list li a:hover {
  background-color: var(--health_primaryColor);
  border-color: transparent;
  color: var(--whiteColor);
}
.tag-list.style-two li {
  margin: 0 5px 0 0;
}
.tag-list.style-two li:last-child {
  margin-right: 0;
}
.tag-list.style-two li a {
  border: none;
  padding: 0;
}
.tag-list.style-two li a:hover {
  background-color: transparent;
  color: var(--health_primaryColor);
}

.contact-box {
  background-image: url(../img/contact-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding-bottom: 43px;
}
.contact-box h6 {
  color: #F7F6E4;
}
.contact-box:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(252, 252, 252, 0) 15%, rgba(40, 108, 226, 0.5) 71%, rgb(24, 93, 212) 100%);
}

.contact-me-form .form-group input::-moz-placeholder, .contact-me-form .form-group textarea::-moz-placeholder {
  opacity: 1;
}

.contact-me-form .form-group input::placeholder, .contact-me-form .form-group textarea::placeholder {
  opacity: 1;
}
.contact-me-form .form-group textarea {
  height: 100px;
}

.download-widget .btn.style-two:before, .download-widget .btn.style-two:after {
  border-radius: 0;
}
.download-widget .btn.style-two i {
  color: var(--whiteColor);
  margin-right: 7px;
}

.team-widget .team-info {
  padding: 25px 30px 25px;
}
.team-widget .team-info h2 {
  font-size: 36px;
  margin-bottom: 6px;
}
.team-widget .team-info .team-contact {
  margin: 20px 0 20px;
}
.team-widget .team-info .team-contact li {
  display: block;
  margin-bottom: 13px;
}
.team-widget .team-info .team-contact li:last-child {
  margin-bottom: 0;
}

/*-------------------------------
    Blog Details CSS
-------------------------------*/
.blog-desc p,
.service-desc p,
.insurance-desc p,
.terms-wrap p {
  margin-bottom: 22px;
}
.blog-desc p strong, .blog-desc p b,
.service-desc p strong,
.service-desc p b,
.insurance-desc p strong,
.insurance-desc p b,
.terms-wrap p strong,
.terms-wrap p b {
  color: var(--titleColor);
}
.blog-desc h1, .blog-desc h2, .blog-desc h3, .blog-desc h4, .blog-desc h5, .blog-desc h6,
.service-desc h1,
.service-desc h2,
.service-desc h3,
.service-desc h4,
.service-desc h5,
.service-desc h6,
.insurance-desc h1,
.insurance-desc h2,
.insurance-desc h3,
.insurance-desc h4,
.insurance-desc h5,
.insurance-desc h6,
.terms-wrap h1,
.terms-wrap h2,
.terms-wrap h3,
.terms-wrap h4,
.terms-wrap h5,
.terms-wrap h6 {
  margin-bottom: 17px;
}
.blog-desc h1,
.service-desc h1,
.insurance-desc h1,
.terms-wrap h1 {
  font-size: 40px;
}
.blog-desc h2,
.service-desc h2,
.insurance-desc h2,
.terms-wrap h2 {
  font-size: 36px;
}
.blog-desc h3,
.service-desc h3,
.insurance-desc h3,
.terms-wrap h3 {
  font-size: 32px;
}
.blog-desc h4,
.service-desc h4,
.insurance-desc h4,
.terms-wrap h4 {
  font-size: 28px;
}
.blog-desc h5,
.service-desc h5,
.insurance-desc h5,
.terms-wrap h5 {
  font-size: 24px;
}
.blog-desc h6,
.service-desc h6,
.insurance-desc h6,
.terms-wrap h6 {
  font-size: 22px;
}
.blog-desc p:last-child,
.service-desc p:last-child,
.insurance-desc p:last-child,
.terms-wrap p:last-child {
  margin-bottom: 0;
}
.blog-desc ol,
.service-desc ol,
.insurance-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-desc ol li,
.service-desc ol li,
.insurance-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  padding-left: 3px;
}
.blog-desc .blog-metainfo,
.service-desc .blog-metainfo,
.insurance-desc .blog-metainfo,
.terms-wrap .blog-metainfo {
  margin-bottom: 15px;
}
.blog-desc .wp-blockquote,
.service-desc .wp-blockquote,
.insurance-desc .wp-blockquote,
.terms-wrap .wp-blockquote {
  padding: 25px 25px 25px 30px;
  margin-bottom: 30px;
}
.blog-desc .single-para,
.service-desc .single-para,
.insurance-desc .single-para,
.terms-wrap .single-para {
  margin-bottom: 35px;
}
.blog-desc .single-para:last-child,
.service-desc .single-para:last-child,
.insurance-desc .single-para:last-child,
.terms-wrap .single-para:last-child {
  margin-bottom: 0;
}
.blog-desc .single-img .contact-info,
.service-desc .single-img .contact-info,
.insurance-desc .single-img .contact-info,
.terms-wrap .single-img .contact-info {
  position: absolute;
  bottom: 30px;
  left: 27px;
}
.blog-desc .features-list,
.service-desc .features-list,
.insurance-desc .features-list,
.terms-wrap .features-list {
  margin-bottom: -20px;
}
.blog-desc .features-list li,
.service-desc .features-list li,
.insurance-desc .features-list li,
.terms-wrap .features-list li {
  padding-left: 28px;
  width: 50%;
  margin-bottom: 20px;
}
.blog-desc .features-list li:nth-child(even),
.service-desc .features-list li:nth-child(even),
.insurance-desc .features-list li:nth-child(even),
.terms-wrap .features-list li:nth-child(even) {
  left: 14px;
}
.blog-desc .features-list li img,
.service-desc .features-list li img,
.insurance-desc .features-list li img,
.terms-wrap .features-list li img {
  position: absolute;
  top: 7px;
  left: 0;
}
.blog-desc .features-list.style-two li,
.service-desc .features-list.style-two li,
.insurance-desc .features-list.style-two li,
.terms-wrap .features-list.style-two li {
  padding-left: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.blog-desc .features-list.style-two li:nth-child(even),
.service-desc .features-list.style-two li:nth-child(even),
.insurance-desc .features-list.style-two li:nth-child(even),
.terms-wrap .features-list.style-two li:nth-child(even) {
  left: 0;
}
.blog-desc .features-list.style-two li:before,
.service-desc .features-list.style-two li:before,
.insurance-desc .features-list.style-two li:before,
.terms-wrap .features-list.style-two li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}
.blog-desc .features-list.style-three li,
.service-desc .features-list.style-three li,
.insurance-desc .features-list.style-three li,
.terms-wrap .features-list.style-three li {
  padding-left: 21px;
  width: 100% !important;
  margin-bottom: 15px;
}
.blog-desc .features-list.style-three li:nth-child(even),
.service-desc .features-list.style-three li:nth-child(even),
.insurance-desc .features-list.style-three li:nth-child(even),
.terms-wrap .features-list.style-three li:nth-child(even) {
  left: 0;
}
.blog-desc .features-list.style-three li:before,
.service-desc .features-list.style-three li:before,
.insurance-desc .features-list.style-three li:before,
.terms-wrap .features-list.style-three li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--health_primaryColor);
}
.blog-desc .subpara-card,
.service-desc .subpara-card,
.insurance-desc .subpara-card,
.terms-wrap .subpara-card {
  padding: 22px 25px 23px;
}
.blog-desc .subpara-card.active, .blog-desc .subpara-card:hover,
.service-desc .subpara-card.active,
.service-desc .subpara-card:hover,
.insurance-desc .subpara-card.active,
.insurance-desc .subpara-card:hover,
.terms-wrap .subpara-card.active,
.terms-wrap .subpara-card:hover {
  background-color: #EDF1F9;
}
.blog-desc .content-list li,
.service-desc .content-list li,
.insurance-desc .content-list li,
.terms-wrap .content-list li {
  margin-bottom: 25px;
}
.blog-desc .content-list li:last-child,
.service-desc .content-list li:last-child,
.insurance-desc .content-list li:last-child,
.terms-wrap .content-list li:last-child {
  margin-bottom: 0;
}
.blog-desc .service-img,
.service-desc .service-img,
.insurance-desc .service-img,
.terms-wrap .service-img {
  padding: 5px 0 5px 5px;
  position: relative;
}
.blog-desc .service-img:before,
.service-desc .service-img:before,
.insurance-desc .service-img:before,
.terms-wrap .service-img:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 110px;
  height: 100%;
  border: 5px solid var(--health_primaryColor);
  border-right: none;
}

.post-metaoption {
  border-top: 1px dashed rgba(102, 103, 118, 0.5);
  border-bottom: 1px dashed rgba(102, 103, 118, 0.5);
  padding: 18px 0;
  margin: 45px 0;
}

.post-tag span,
.post-share span {
  margin-right: 5px;
}

.post-pagination .prev-post,
.post-pagination .next-post {
  position: relative;
  color: var(--paraColor);
}
.post-pagination .prev-post:hover,
.post-pagination .next-post:hover {
  color: var(--health_primaryColor);
}
.post-pagination .prev-post i,
.post-pagination .next-post i {
  position: absolute;
  top: 0px;
}
.post-pagination .prev-post {
  padding-left: 26px;
}
.post-pagination .prev-post i {
  left: 0;
}
.post-pagination .next-post {
  padding-right: 26px;
}
.post-pagination .next-post i {
  right: 0;
}

.comment-item-wrap .comment-item {
  padding-bottom: 20px;
  margin-bottom: 29px;
  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;
  padding-bottom: 0;
  border-bottom: none;
}
.comment-item-wrap .comment-item .comment-author .comment-author-img {
  width: 56px;
  height: 56px;
  position: relative;
  top: -3px;
}
.comment-item-wrap .comment-item .comment-author .comment-author-info {
  width: calc(100% - 74px);
  margin-left: 17px;
}
.comment-item-wrap .comment-item .comment-author .comment-author-info h5 {
  line-height: 20px;
  margin-bottom: 2px;
}
.comment-item-wrap .comment-item .comment-author .comment-author-info span {
  font-size: 14px;
  color: var(--paraColorTwo);
}
.comment-item-wrap .comment-item .comment-text {
  margin: 22px 0 18px;
}

.comment-form .form-group input, .comment-form .form-group textarea {
  border: 1px solid #BDC7D8;
  padding: 13px 15px;
}
.comment-form .form-group input::-moz-placeholder, .comment-form .form-group textarea::-moz-placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.comment-form .form-group input::placeholder, .comment-form .form-group textarea::placeholder {
  color: var(--paraColor);
  opacity: 1;
}
.comment-form .form-group textarea {
  height: 150px;
}

/*-------------------------------
    Contact Us CSS
-------------------------------*/
.contact-info-wrap .contact-info-card {
  border: 1px solid #BDC7D8;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.contact-info-wrap .contact-info-card:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 107px;
  height: 100%;
  background-color: #EDF1F9;
  border-right: 1px solid #BDC7D8;
  z-index: -1;
}
.contact-info-wrap .contact-info-card:last-child {
  margin-bottom: 0;
}
.contact-info-wrap .contact-info-card .contact-icon {
  width: 107px;
  height: 60px;
}
.contact-info-wrap .contact-info-card .contact-info {
  width: calc(100% - 107px);
  padding: 10px 20px 10px 30px;
}
.contact-info-wrap .contact-info-card .contact-info a, .contact-info-wrap .contact-info-card .contact-info p {
  font-size: 16px;
  font-weight: 400;
}

.comp-map {
  width: 100%;
  height: 600px;
}
.comp-map iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */

/* My Code */
@media screen and (max-width: 768px) {
  .benefit-card.style-two {
    padding: 11px 20px 25px;
    min-height: 0px;
}
.tag{
  text-align: end !important;
}
}

.mobile{
  display: none;
}
@media screen and (max-width: 768px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
}

/* doctor & patient btn  */
.for{
    display: flex;
    justify-content: space-evenly;
}
.fro-btn{
display: flex;
justify-content: normal;
}

.abc{
    margin-right: 4px;
}
@media screen and (max-width:990px){
    .for{
        flex-direction: column;
    }
    .sidebar-btn {
      display: none;
    }
}




/* new code*/
.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;}
.bg-img{
  background-image: url(../pics/index/index1.webp);
background-repeat: no-repeat;
/* background-position: left; */
background-size: 100%;
padding-top: 50px;
padding-bottom: 50px;
}

.headding1 {
  font-size: 2rem;
  display: block !important;
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}

.headding1::after {
  content: '';
  width: 60px;
  height: 3px;
  background-color: #ff6f61;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

/* Card Item Styling */
.card-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.card-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Image Box */
.img-box {
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffefeb;
  border-radius: 50%;
  padding: 15px;
}

.img-box img {
  width: 60%;
  height: auto;
}

/* Card Text */
.card-item-text {
  font-size: 1.1rem;
  font-weight: 600;
  color: #555;
  margin-top: 10px;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .img-box {
      width: 80px;
      height: 80px;
  }

  .card-item-text {
      font-size: 1rem;
  }
}

.form-sec {
  background: #286ce2;
  padding: 50px;
  padding-bottom:0px;
}

.form-sec .headding1 {
  color: #000;
}
.fa-star{
  color:yellow !important;
}

.form-sec .form-control {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
@media screen and (max-width:768px) {
  .form-group{
      margin-bottom: 0px;
  }
}


/* Section Padding */
.ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
  /* background-color: #f8f9fa; */
}

/* Card Background */
.card-bg {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

/* Heading Style */
.headding1 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

.headding1::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #ff6f61;
  position: absolute;
  bottom: -3px;
  left: 6%;
  transform: translateX(-50%);
}

/* Pricing Table */
.pricingTable {
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  padding: 25px 15px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
}

.pricingTable:hover {
  transform: translateY(-8px);
  border-color: #ff6f61;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Magenta Variant */
.pricingTable.magenta {
  border-color: #9b59b6;
}

.pricingTable.magenta:hover {
  border-color: #8e44ad;
}

/* Pricing Header */
.pricingTable-header {
  margin-bottom: 20px;
}

.pricingTable .title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.price-value span {
  font-size: 2rem;
  font-weight: 700;
  color: #ff6f61;
}

/* Pricing Content */
.pricing-content {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.pricing-content li {
  font-size: 1rem;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.pricing-content li span {
  font-weight: 600;
  color: #333;
}

/* Buy Now Button */
.buy-now {
  background-color: #ff6f61;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.buy-now:hover {
  background-color: #e85c51;
  transform: translateY(-2px);
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .pricingTable {
      margin-bottom: 20px;
  }

  .price-value span {
      font-size: 1.8rem;
  }

  .buy-now {
      width: 100%;
  }
}
/* card benefit */
/* Section Styling */
.benefits-sec {
  /* background: linear-gradient(135deg, #f0f4f8, #d9e4f5); */
  padding-top: 70px;
  padding-bottom: 70px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.opa{
  margin-bottom: 20px;
}
/* Heading Styling */
.headding1 {
  /* font-size: 2rem; */
  font-size: 16px;
  font-weight: bold;
  color: #2b2d42;
  margin-bottom: 40px;
  position: relative;
}
.text{
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 300;
    line-height: 26px;
}

.headding1::after {
  content: '';
  width: 70px;
  height: 4px;
  background-color: #286CE2;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Benefit Item Styling */
.benefits-item {
  background: #ffffff;
  border-radius: 15px;
  /* padding: 30px 20px; */
  padding-top: 10px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.benefits-item:hover {
  /* transform: translateY(-10px); */
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.benefits-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.benefits-item:hover .benefits-icon img {
  transform: scale(1.1) rotate(5deg);
}

/* Benefit Title Styling */
.benefits-title {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
}
.benefits-title p{
  font-weight: 300;
  font-size: 10px;
}
/* Special Benefits Section */
.benefits-special {
  background: #edf2f7;
  padding: 40px 20px;
  margin-top: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.benefits-special .heading12 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2b2d42;
  margin-bottom: 20px;
}
.headding1{
  font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 40px;
}
.headding1 .bold-heading{
  font-weight:800;font-size:35px
}
.banner-heading{
  font-weight:700;
  font-size:35px;
  margin-bottom:0px;
  font-family: 'Montserrat', sans-serif;
}
.banner-sub-heading{
  font-family: 'Montserrat', sans-serif;
}
.heading_text{
  font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    line-height: 35px;
        text-transform: capitalize;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .benefits-item {
      display: flex;
      justify-content: space-evenly;
     
  }
  .banner-heading{
font-size:22px;
  }
  .benefits-item {
    margin-bottom: 0px;
  }
  .headding1::after {
    display: none; 
  }
  .text{
    font-size: 13px;
    line-height: 20px;
  }
  .pip{
    margin-bottom: 12px;
  }
  .headding1,.black {
      font-size: 20px;
      line-height: 30px;
  }
  .headding1{
    margin-bottom:15px;
  }
  .headding1 .bold-heading{
  font-size:24px;
  }
  .heading_text{
        font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px !important;
  }
  .form-sec{
    padding:15px !important;
  }
}

@media (max-width: 576px) {
  .benefits-icon img {
      width: 50px;
      height: 50px;
  }
  .benefits-title {
      font-size: 1rem;
  }
}


/* Section Background and Padding */
.convenience-sec {
  background: url('../images/lab1.jpg') no-repeat center; /* Add background image */
  background-size: 100% 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  color: #fff;
  font-family: 'Arial', sans-serif;
}

/* List Styling */
.convenience-item {
  background-color: #0294ae; /* Blue background */
  color: #fff;
  border: 2px solid #7fbcd7;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 25px;
  font-size: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
}
.list-group{
  font-size: 12px;
}
.list-group-item{
    font-size: 13px;
    font-weight: 400;
    border:0px;
    font-family: 'Montserrat';
}
.list-group-item strong{
    font-family: 'Montserrat';
    font-weight: 700;
}

/* Remove default padding from ul */
.convenience-sec ul {
  padding: 0;
  margin: 0;
}

/* Hover effect for list items */
.convenience-item:hover {
  background-color: #286ce2;
  transition: 0.3s ease;
  cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
  .convenience-item {
      font-size: 14px;
      padding: 12px 15px;
  }
}


/* table */
.sub-heading {
  font-size: 20px;
  color: #555;
  margin-bottom: 20px;
  font-weight: 600;
}

/* Comparison Table Styling */
.compare-table {
  width: 100%;
  /* border-collapse: collapse; */
  /* margin-top: 20px; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.compare-table thead th {
  background-color: #2E5CB8;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  /* border: none; */
}

.compare-table tbody td {
  padding: 15px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ddd;
}

.compare-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.compare-table tbody tr:nth-child(odd) {
  background-color: #fff;
}

/* Font Awesome Icon Styling */
.compare-table i.fa-check {
  color: #28a745;
  margin-left: 8px;
  font-size: 18px;
}

/* Hover Effect */
.compare-table tbody tr:hover {
  background-color: #eaf0fb;
  transition: 0.3s ease-in-out;
}

/* Responsive Table */
@media (max-width: 768px) {
  .compare-table thead {
      /* display: none; */
  }
  .compare-table thead th{
    font-size: 10px;
    padding: 8px;
  }
  .compare-table, 
  .compare-table tbody, 
  .compare-table tr, 
  .compare-table td {
      /* display: block; */
      width: 100%;
  }

  .compare-table tr {
      margin-bottom: 15px;
  }

  .compare-table td {
      text-align: right;
      padding-left: 50%;
      position: relative;
  }

  .compare-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 15px;
      width: 45%;
      padding-right: 10px;
      font-weight: bold;
      text-align: left;
  }
}

.bg-gray{
  background-color:#efefef;
}
.bg-skyblue{
  background-color:#286ce22e;
}


/* bannnerrer */
   /* Banner Section Styling */
   .banner-inner {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.banner-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Desktop Image Visible by Default */
.banner-inner .desktop {
    display: block;
}

/* Mobile Image Hidden by Default */
.banner-inner .mobile {
    display: none;
}

/* Text Overlay Styling */
.banner-inner-text {
  width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}


/* Breadcrumb Navigation Styling */
.banner-sub-heading {
    font-size: 18px;
    font-weight: 500;
}

.banner-sub-heading a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 5px;
    transition: color 0.3s ease;
}

.banner-sub-heading a:hover {
    color: #286CE2;
}

/* Responsive Design */
@media (max-width: 767px) {

    /* Swap to Mobile Image on Smaller Screens */
    .banner-inner .desktop {
        display: none;
    }

    .banner-inner .mobile {
        display: block;
        /* height: 200px; */
    }

    .banner-inner {
        height: 200px;
    }

    .headding11 {
        font-size: 28px;
    }

    .banner-sub-heading {
        font-size: 14px;
    }
    
}

/* services section */
.doc-sec {
  background-color: #f2f5f7;
  padding: 70px 0;
}
.line {
  display: block;
  width: 60px;
  height: 4px;
  background-color: #007bff;
  margin-top: 8px;
}
.department-page-data p {
  font-size: 14px;
  color: #353535;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.department-page-data li span{
  font-weight: 600;
  font-family: 'Montserrat', sans-serif !important;
}
.department-page-data li {
  font-size: 14px;
  color: #353535;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
}
.nabl {
  width: 100%;
  max-width: 100px;
  margin-bottom: 20px;
}
.btnn.appointment-btn a {
  display: inline-block;
  background-color:  #007bff;
  color: #fff;
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.btnn.appointment-btn a:hover {
  background-color:  #307fd3;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.mardd{
 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.pt70{
  padding-top: 70px;
}
.path-list{
  list-style: circle;
  font-size: 14px;
}
.spray{
color:#007bff;
/* font-size: 28px; */
}
@media screen and (max-width: 768px) {
  .ptb70 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .pt70{
    padding-top: 35px;
  }
}



.middile-sec.career {
  background-color: #ffffff;
  padding: 40px 0;
}
.boxing{
  display: flex;
  justify-content: center;
  align-items: center;
}

.find-dr {
  /* border: 2px solid #0056b3; */
  background-color: #0056b3 !important;
  border-radius: 5px;
  display:flex;
  max-width: fit-content;
  padding: 10px 20px;
  margin: 20px 0;
  align-items: center;
  justify-content: center;
}

.find-dr h4 {
  margin: 0;
  font-size: 18px;
  color: #0056b3;
}

/* Card Styles */
/* .card {
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.card-header {

  border: 1px solid white;
  padding: 15px;
  border-radius: 5px 5px 0 0;
}

.nav-tabs .nav-item .nav-link {
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #004494;
  border-radius: 3px;
}

.nav-tabs .nav-item .nav-link:hover {
  background-color: #003366;
} */


.pricing-card {
  border: none;
  border-radius: 15px;
  color: white;
  text-align: center;
  transition: transform 0.3s;
}

/* .pricing-card:hover {
  transform: translateY(-10px);
} */

.card-header {

  /* border: 1px solid white; */
  padding: 15px;
  border-radius: 5px 5px 0 0;
}

.card-header img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  background: white;
  padding: 5px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

.pricing-card .card-body {
  padding-top: 30px;
}

.pricing-card .card-title {
  font-size: 26px;
  font-weight: 400;
}

.pricing-card .list-group-item {
  border: none;
  background: transparent;
  color: white;
}

.pricing-action button {
  background-color: black;
  color: inherit;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.pricing-action button:hover {
  background-color: #302e2e;
}

/* Color Themes */
.bronze-card {
  background: linear-gradient(135deg, #c0c0c0, #a5a5a5)
}

.silver-card {
  background: linear-gradient(135deg, #ffd700, #e6be8a);
}

.gold-card {
  background: linear-gradient(135deg, #e5e4e2, #b0c4de);
}

@media (max-width: 768px) {
  .card-header {
    padding: 30px;
  }

  .card-title {
    font-size: 22px;
  }
}

/* Table Styles */
.curren-opning-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #fff;
}

.curren-opning-table th, 
.curren-opning-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.curren-opning-table th {
  background-color: #0056b3;
  color: #fff;
}

.curren-opning-table td {
  color: #555;
}

.curren-opning-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.curren-opning-table button, 
.curren-opning-table .btn-one {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #0056b3;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}

.curren-opning-table button:hover, 
.curren-opning-table .btn-one:hover {
  background-color: #003366;
}

.curren-opning-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.curren-opning-table table, .curren-opning-table th, .curren-opning-table td {
  border: 1px solid #ddd;
  text-align: left;
}
.curren-opning-table th, .curren-opning-table td {
  padding: 8px;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .find-dr {
    padding: 10px 15px;
  }

  .curren-opning-table th, 
  .curren-opning-table td {
    font-size: 12px;
    padding: 8px;
  }

  .card-header {
    text-align: center;
  }

  .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 8px;
  }
}


/* Button styling */
.home-btn{
  display: flex;
  justify-content: center;
}
.contact-button {
  background-color: #e71d55;
  color: white;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  font-family: 'Montserrat', sans-serif;

}

.contact-button:hover {
  background-color: #c70f43;
}
.white{
  color: white;
}
.blue{
  color: #286CE2;
}

.shadow{
  /* box-shadow: rgba(0, 0, 0, 0.6) 1px 3px 10px; */
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 15px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.shadow:hover{
  transform: scale(1.05);
}
.sec-sec{
  padding-top: 10px;
  padding-bottom: 40px;
}

.mobile{
  display: none;
}
.new-box{
  margin-top: 40px;
}
.bg-img p{
  color: white;
}
.form-btn{
  margin-top: 14px;
}
/* resposive parrt */
@media screen and (max-width:768px){
 
  .bg-img p{
    color: black !important;
  }
  .form-btn{
    margin-top: 0px;
  }
.mobile{
  display: block;
}
.desktop{
  display: none;
}
  .blue{
    font-size: 20px !important;
  }
  .white{
    color: black;
    font-size: 20px;
  }
  .bg-img{
    background-image: none;
  }
  .mob-img{
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .shadow{
    max-width: 250px;
  }
  .doc-sec{
    padding: 10px 0px;
  }
  .new-box{
    /* flex-direction: column; */
    justify-content: space-evenly;
    align-items: center;
    margin-top: 0px;
  }

}

/* after conveince section */
.four-point{
  /* background-image: url(../pics/index/new-bg.jpg); */
/* background-repeat: no-repeat; */
/* background-position: left; */
/* background-size: cover; */
/* background-size: 100%; */
padding-top: 50px;
/* padding-bottom: 50px; */

background-color: #e3f4fb;
}


.text-titleTwo{
  font-size: 16px;
  font-family: 'Montserrat';
}
.tc-list li{
  font-size: 12px;
  font-family: 'Montserrat',sans-serif;
}
.section-title.style-two h2,.service_banner_heading,.blue,.black{
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  font-weight:600;
}
.testimonial-thumb-card img{
  /* width: 30% !important; */
  /* margin-top: 30px; */
}
.list-unstyled {
  font-size: 14px;
  font-family: 'Montserrat',sans-serif;
color:black !important;
}
  .wh-wrap.style-two .feature-list li{
    box-shadow: 2px 4px 2px;
  }
  .black,.blue,.heading11,.spray{
    font-size: 16px !important;
  }



  @media screen and (max-width:768px) {
    .heading11,.spray{
      font-size: 20px !important;
    }
  }
  @media screen and (min-width:768px) {
    .copyright{
      font-size: 12px !important;
    }
   
  }


  .blink-heading {
    font-size: 2rem;
    font-weight: bold;
    color: #ff6600;
    animation: scale-blink 1.2s infinite ease-in-out;
}

@keyframes scale-blink {

    0%,
    100% {
        transform: scale(1);
        color: #ffffff;
    }

    50% {
        transform: scale(1.2);
        color: orangered;
    }
}



.custom-btn {
  display: flex;
  justify-content: center;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  animation: zoomInOut 2s infinite;
  transform-origin: center;
  width: fit-content;
  margin: 0 auto;
  /* float: right; */
}


.custom-btn:hover {
  background-color: #0056b3;
}

@keyframes zoomInOut {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.1);
  }

  100% {
      transform: scale(1);
  }
}

.head-blink {
  display: inline-block;
  animation: blinkZoomColor 2s infinite ease-in-out;
  /* font-size: inherit; */
  line-height: 1.2;
  /* font-size: 24px; */
  text-align: center;
}

@keyframes blinkZoomColor {
  0% {
    transform: scale(1);
    color: #e71d55;
  }
  25% {
    transform: scale(1.05);
    color: #9ab407;
  }
  50% {
    transform: scale(1);
    color: #b90e8b;
  }
  75% {
    transform: scale(1.05); 
    color: #9b14d0;
  }
  100% {
    transform: scale(1);
    color: #7d10c6;
  }
}

.dis-img{
  margin-top:-50px;height:100%;object-fit: contain;width:100%;
}
.coral-card {
  background: linear-gradient(135deg, #ff7e79, #ffb199);
}

/* table */
 .healthme-table {
      table-layout: fixed;
      width: 100%;
    }

    .healthme-table thead th {
      background-color: #014296 !important;
      color: white !important;
      text-align: center;
    }

    .healthme-table th,
    .healthme-table td {
      word-break: break-word;
      white-space: normal;
      padding: 8px;
      font-size: 14px;
      text-align: center;
    }

    .healthme-table td i.fa-solid {
      font-size: 14px;
    }

  .swal2-popup .swal2-title {
  
    font-size: 1.4em;}
.cards-btn{
  margin-bottom: 20px;
}
.cards-btn a {
      display: inline-block;
    padding: 10px 20px;
    /* background-color: black;  */
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cards-btn a :hover{
    background-color: #0056b3; /* Darker blue on hover */
    transform: translateY(-2px);
}
.table-btn{
  background: var(--bs-info-text-emphasis);
    color: white;
    padding: 10px;
    border-radius: 20px;
}
    @media (max-width: 767px) {
       .service_banner_heading,.black,.blue{
  font-size: 18px;
  }
      .dis-img{
  margin-top:0px;
}
.convenience-sec .heading_text{
  margin:20px 0 !important;
}
.convenience-item{
  background:#fff0;
  border-radius:3px;
}
.convenience-sec{
  background-size: cover;
}
   .swal2-popup .swal2-title {
  
    font-size: 16px;}

      .healthme-table thead th {
        font-size: 8px;
        padding: 4px;
      }

      .healthme-table th,
      .healthme-table td {
        font-size: 8px;
        padding: 6px;
      }

      .healthme-table tbody td {
        padding: 4px !important;
        font-size: 8px !important;
      }

      .healthme-table th:first-child,
      .healthme-table td:first-child {
        min-width: 80px;
      }

      .fa-check-circle:before, .fa-circle-check:before, .fa-circle-xmark:before, .fa-times-circle:before, .fa-xmark-circle:before  {
        font-size: 10px !important;
      }
      .footer-wrap .footer-bottom .footer-bottom-menu li {
        padding-right: 0px !important;
      }
      .logo-light{
        height: 50px !important;
      }
    }