@charset "UTF-8";
:root {
  --primary-color: #1a4445;
  --heading-color: #0E0C0A;
  --primary-black-color: #031B33;
  --black-dark-color: #0A0A0A;
  --gray-light-color: #F1FCF9;
  --white-color: #ffffff;
  --text-color: #2D4443;
  --border-color: #E5E5E5;
  --heading-font: "Albert Sans", sans-serif;
  --body-font: "Rubik", sans-serif;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-weight: 700;*/
  margin: 0px;
  color: var(--heading-color);
    font-family: "Outfit", sans-serif;
}
h1 {
    font-size: 35px;
    line-height: 100px;
}
h2 {
    font-size: 30px;
    line-height: normal;
}
h3 {
    font-size: 25px;
    line-height: 40px;
}
h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 1;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
    width: 100%;
    border: none;
    display: inherit;
    height: 26vh;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: "Outfit",sans-serif;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
}





@media (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

main {
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
#smooth-wrapper {
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}
.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2, .text-white h1 {
  color: var(--white-color);
}
.text-white .sub-heading {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}

.gray-light-color {
  background-color: var(--gray-light-color);
}

.sub-title {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 24px;
  margin-bottom: 12px;
}
.sub-title:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}
.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}
.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
}

/* Animated List Wrap */
.headline-wrap {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  font-family: var(--heading-font);
  text-transform: capitalize;
}
.headline-wrap .marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.headline-wrap .marquee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
}
.headline-wrap .marquee-item i {
  margin-right: 15px;
  line-height: 0;
}
.headline-wrap .marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headline-wrap .marquee-inner.left {
  -webkit-animation: marquee_left 35s linear infinite;
          animation: marquee_left 35s linear infinite;
}
.headline-wrap.style-one {
  padding: 15px 0;
  font-family: var(--heading-font);
  color: var(--heading-color);
  background-color: var(--primary-color);
}

/* Headline Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
          animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
          animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
          animation: zoomInOut 6s linear infinite;
}

/* Pagination */
.medolia-pagination ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.medolia-pagination ul li a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--border-color);
  color: var(--heading-color);
}
.medolia-pagination ul li a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}
.form-input-radio:checked {
  border-color: var(--secondary-color);
}
.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-black-color);
}

/*===  Back To top  ====*/
.back-to-top {
  display: none;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white-color);
}
.preloader .loader {
  position: relative;
  overflow: hidden;
}

.loader {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--primary-black-color) var(--primary-black-color) transparent transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent var(--primary-color) var(--primary-color);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-animation: rotationBack 0.5s linear infinite;
          animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.loader::before {
  width: 50px;
  height: 50px;
  border-color: var(--secondary-color) var(--primary-black-color) transparent transparent;
  -webkit-animation: rotation 1.5s linear infinite;
          animation: rotation 1.5s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
/* Offcanvas Overlay */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}
.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

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

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 30px;
    line-height: 20px;
    font-family: var(--heading-font);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.theme-btn.style-one {
    background-color: #ef2d31;
    color: var(--white-color);
}
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--primary-black-color);
  color: var(--white-color);
}
.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.read-more.style-one i {
  margin-left: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover i {
  margin-left: 10px;
}

.header-area {
    position: relative;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
}

.transparent-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* Header Navigation */

.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .site-branding {
  max-width: 200px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 500 18px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 991.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
    .header-navigation .theme-nav-button .theme-btn.style-one {
        padding: 9px 9px;
    }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .nav-button .theme-btn.style-one {
  padding: 13px 21px;
}

.header-one {
    background-color: var(--white-color);
    width: 100%;
    background: transparent;
}
.header-three .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1199.98px) {
  .header-three .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Header Sticky */
.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
  -webkit-box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
          box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
}
.header-area.sticky.header-one {
  background-color: var(--white-color);
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.footer-widget .widget-title {
  color: var(--white-color);
  margin-bottom: 28px;
}
.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}
.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget .widget-content .widget-nav li a {
  font-size: 18px;
  color: var(--white-color);
}
.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}
.footer-widget.footer-schedule-widget .widget-content span {
  color: var(--white-color);
}
.footer-widget.footer-contact-info-widget .medolia-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-widget.footer-contact-info-widget .medolia-info-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.footer-widget.footer-contact-info-widget .medolia-info-box .content p {
  color: var(--white-color);
  font-size: 18px;
  line-height: 30px;
}

.footer-schedule-widget .widget-content span:not(:last-child) {
  margin-bottom: 20px;
}

.default-footer .footer-widget-area .footer-widget.footer-about-widget p {
  color: #CDD1D6;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199.98px) {
  .default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
    padding-left: 0;
  }
}
.default-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top {
    text-align: center;
  }
}
.default-footer .footer-top h2 {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .default-footer .footer-top h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top .footer-top-right {
    text-align: center;
  }
}
.default-footer .footer-top .footer-top-right p {
  line-height: 30px;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 25px;
}
.default-footer .footer-top .footer-top-right form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-top .footer-top-right form .form-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .default-footer .footer-top .footer-top-right form .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.default-footer .footer-top .footer-top-right form .form_control {
  border-radius: 10px;
  padding: 9px 20px;
  max-width: 320px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--primary-black-color);
  color: var(--white-color);
  margin-right: 10px;
}
@media (max-width: 1650px) {
  .default-footer .footer-top .footer-top-right form .form_control {
    max-width: 270px;
  }
}
.default-footer .footer-top .footer-top-right form .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control::-moz-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.default-footer .footer-top .footer-top-right form .form_control::placeholder {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .default-footer .footer-top .footer-top-right form .theme-btn {
    margin-top: 20px;
  }
}
.default-footer .footer-top .footer-top-right form .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.default-footer .copyright-area {
    padding: 10px 0;
    background-color: #ef2d31;
}
.default-footer .copyright-area .copyright-text p {
    color: var(--white-color);
    margin: 0;
}

.footer-two .footer-widget .widget-content .social-box a:hover {
  background-color: var(--primary-color);
  color: var(--heading-color);
}
.footer-two .copyright-area {
  background-color: #1B1724;
}

.footer-three {
  position: relative;
  z-index: 1;
  background-color: #01121C;
}
.footer-three .footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-three .footer-top-content {
  padding: 50px 0;
  text-align: center;
}
.footer-three .footer-top-content h3 {
  color: var(--white-color);
  margin-bottom: 20px;
}
.footer-three .footer-top-content .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .footer-three .footer-top-content .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-three .footer-top-content .form-group .form_control {
  max-width: 330px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: transparent;
  padding: 10px 20px;
  font-weight: 500;
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::-moz-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control:-ms-input-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::-ms-input-placeholder {
  color: var(--white-color);
}
.footer-three .footer-top-content .form-group .form_control::placeholder {
  color: var(--white-color);
}
@media (max-width: 767.98px) {
  .footer-three .footer-top-content .form-group .form_control {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer-three .footer-top-content .form-group .theme-btn.style-one:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.footer-three .copyright-area {
  background-color: #0E1E27;
}
.hero-content.text-center.text-xl-start li {
    color:white !important;
}
.hero-content.text-center.text-xl-start p {
    color: white;
    padding-bottom: 0px;
}.booking-wrapper.aos-init.aos-animate {
    background: white;
    padding: 30px;
    border: 11px solid white;
    /* box-shadow: 10px 19px 3px 4px #25d3665e; */
}
.whatsap {
    display: inline-block;
    padding: 12px 26px;
    background: #25D366;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    animation: waPulse 2s infinite 
ease-in-out;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: black !important;
    margin-top: 30px;
}

/* Animation */
@keyframes waPulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.07); }
    100% { transform: scale(1); }
}

/* Hover effect */
.whatsap:hover {
    background: #1ebe5b;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
}

.medolia-services-sec.gray-light-color {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Owl nav position outside */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; 
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #1e3f38 !important; /* your theme color */
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #134a41 !important;
    transform: scale(1.05);
}
section.medolia-about-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f6f9fc;
}
.medolia-content-box .section-title {
    padding-bottom: 20px;
}
.medolia-counter-sec {
    background-color: var(--primary-color);
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-title.aos-init.aos-animate {
    padding-bottom: 30px;
}
.medolia-service-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f6f9fc;
}
.row.justify-content-center.gapbx .col-xl-4 {
    margin-bottom: 20px !important;
}
li.nav-item button {
    color: white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    background: white;
    color: green;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.nav-tabs .active img {
    filter: invert(1);
}
.tab-content>.active {
    display: block;
    /* background: #1a4445; */
    border: none !important;
    padding: 0px !important;
}
div#hair {
    padding-top: 30px;
}
footer.default-footer.bg_cover {
    background: #f1fcf9 !important;
}
.medolia-info-box h2 {
    color: white;
    font-size: 20px;
}
.footer-widget-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.icon img {
    width: 18%;
    padding-bottom: 20px;
}
.orangecolor {
    color: #ef2d31;
    /* position: relative; */
    /* padding-left: 18px; */
}
.orangetext {
    color: #40b243;
}
.badge {
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 500;
    padding-left: 0px;
    padding: 11px;
}
p {
    font-size: 15px;
}

header.header-area.header-one.sticky img {
    filter: inherit;
}
.section-title {
    text-align: center;
}
.section-title h2 {
    padding-bottom: 10px;
    font-weight: 600;
}
.svgicon {
    position: absolute;
    opacity: 0.1;
    top: 0;
}
.aboutname {
    padding-top: 30px;
}
.medolia-left-icon-box .content {
    background: white;
    border-radius: 23px;
    padding: 16px;
    margin-bottom: 20px;
    padding-left: 50px;
}
.medolia-left-icon-box .icon {
    position: absolute;
    left: -28px;
    top: 29%;
}
ul#hairTabs {
    border-radius: 50px;
    background: #1a4445;
    border: magenta;
    color: white !important;
    justify-content: space-between;
}
.leftheading .section-title {
    color: white;
    text-align: left;
    padding-top: 50px;
}
.leftheading h2 {
    color: white;
}
.nav-link:hover {
    background: white;
    color: black;
    border: none;
}
.contactbx {
    display: flex;
    background: white;
    padding: 20px;
    box-shadow: 3px 3px 3px #00000036;
    border-radius: 20px;
        height: 100%;
}
.contentcontact {
    padding-left: 20px;
}
.tab-pane h3 {
    font-size: 17px;
} 
.mobilebutton
{
    display: none;
}

.hero-content .theme-nav-button {
    margin-top: 20px;
    margin-bottom: 20px;
}
.secondbox ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.secondsec {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #0c2c55;
    color: white;
}
.secondsec  li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1;
}
.secondsec li i {
    color: white !important;
}
.medolia-about-sec .theme-nav-button {
  
    text-align: center;
    margin-top: 30px;
}

.multiplelocation {
    padding-top: 50px;
    padding-bottom: 50px;
}
.multiplelocation {
  padding: 60px 0;
}
.branch-item {
    background: #42ae42;
    padding: 11px 8px;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    color: white;
}
.branches-grid {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.medolia-service-box {
    background: white;
    padding: 20px;
}
.medolia-service-box i {
    color: white;
    font-size: 37px;
    background: #0c2c55;
    padding: 21px;
    border-radius: 50%;
    height: 80px;
    width: 80px;
}
.medolia-service-box .icon {
    padding-bottom: 20px;
}
.medolia-service-box1 {
    background: #ffffff;
}
.medolia-service-box1 .content {
    padding: 20px;
}
.medolia-service-box1 p {
    margin: 0;
}
.medolia-service-box1 h4 {
    font-size: 20px;
}
.yousearch {
    padding-top: 20px;
}
.map {
    display: flex;
    justify-content: space-around;
    gap: 13px;
    align-items: center;
    background: white;
    padding: 21px;
}
.cta-section.text-center {
    background: #46b048;
    padding: 50px;
    border-radius: 50px;
    color: white;
}
a.borderbtn {
    border: 1px solid;
    padding: 7px 30px;
    margin-top: 25px;
    border-radius: 10px;
}
a.borderbtn i {
    margin: 0px !important;
}
.testimonial-content {
    background: white;
    padding: 20px;
}
li.list-group-item.list-group-item-primary {
    background: #42ae42;
    color: white;
}
.visit {
    padding-top: 50px;
    background: #f6f9fc;
    padding-bottom: 50px;
}
.testimonial-content h5 {
    color: black !important;
}
.medolia-testimonial-sec span {
    color: black !important;
}
.ready {
    padding-top: 50px;
    padding-bottom: 50px;
}
.soundforlife {
    background: #f6f9fc;
    padding: 23px 10px;
    border-radius: 50px;
    box-shadow: 10px 10px #0c2c55;
    text-align: center;
}
.cta-section h5 {
    color: white;
}
.soundforlife h5 {
    padding-bottom: 20px;
}


@media only screen and (max-width: 767px)
{

.header-navigation .site-branding {
    max-width: 42%;
}
.theme-nav-button a {
    font-size: 13px;
    width: max-content;
    padding: 10px;
    margin: 0;
}
.hero-content.text-center.text-xl-start {
    padding-right: 0px !important;
}
      .medolia-hero .hero-content h1 {
        font-size: 25px !important;
        line-height: normal !important;
    }

.hero-content.text-center.text-xl-start {
    padding-right: 0;
    text-align: left !important;
}
    .booking-wrapper.aos-init.aos-animate {
        padding: 5px;
        box-shadow: none;
        margin-top: 20px;
    }
    .booking-wrapper.aos-init.aos-animate h3 {
        font-size: 20px !important;
        line-height: normal;
    }
    .section-title h2 {
        font-size: 20px !important;
    }
    .medolia-left-icon-box.bg-one.aos-init.aos-animate {
        padding-bottom: 20px !important;
        /* border: 1px solid #80808045 !important; */
        padding: 15px !important;
        margin-bottom: 0 !important;
    }
    .medolia-about-sec .medolia-year-box {
        max-width: 100% !important;
        margin: 0px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }
.medolia-about-sec .medolia-schedule-box {
    padding: 17px 20px;
    max-width: 100% !important;
}
.medolia-left-icon-box h4 {
    font-size: 20px !important;
}

p {
    font-size: 14px !important;
}


    .medolia-counter-sec .medolia-counter-item {
      
        padding: 15px !important;
    }


.medolia-service-box .content h4 {
    font-size: 20px !important;
}
.tab-pane h3 {
    font-size: 20px;
    line-height: 36px;
}
    .medolia-hero {
        padding: 30px 0px 30px !important;
    }
.medolia-counter-sec {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
}
.medolia-hero .hero-content h1 {
   
    width: 100% !important;
}
    .badge {
        padding-bottom: 13px !important;
        width: 100%;
        margin-bottom: 12px;
    }
.section-title.aos-init.aos-animate p {
    margin: 0px;
}
    .contactbx {
        padding: 10px;
        margin-bottom: 20px;
        align-items: center;
            height: 100%;
    }
  .medolia-left-icon-box .icon {
    position: absolute;
    left: -1px;
    top: 29%;
}
    section.medolia-counter-sec .col-xl-3 {
    width: 50%;
}
.medolia-counter-sec .medolia-counter-item .content h2 {
    font-size: 20px !important;
}

.medolia-counter-sec .medolia-counter-item .content h4 {
    font-size: 14px !important;
}
section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.medolia-left-icon-box .content {
    background: white;
    border-radius: 23px;
    padding: 16px;
    margin-bottom: 0px;
    padding-left: 50px;
    padding-bottom: 0px;
}


.footer-widget-area {
    padding-top: 30px;
    padding-bottom: 0px;
}
ul#hairTabs {
    justify-content: stretch;
}
li.nav-item {
    width: 100%;
    text-align: center !important;
}
.nav-link {
    width: 100%;
    text-align: center !important;
    display: block;
    justify-content: center;
    font-size: 15px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    background: white;
    color: green;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 35px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-top-left-radius: 0px !important;
}
    h3 {
        font-size: 20px;
        line-height: normal;
        text-transform: capitalize;
    }
    .mobilebutton {
        background: green;
        position: fixed;
        bottom: 0;
        width: 100%;
        display: block;
        padding: 0px !important;
        z-index: 999999;
    }
    
.mobilebutton .col-lg-6 {
    width: 50%;
}
.btnf {
    color: white;
    text-align: center;
}
    .callbtn.btnf {
        background: #0c2c55;
    }
.mobilebutton .container-fluid {
    padding: 0;
}
.btnf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.branches-grid {
    display: block;
    gap: 10px;
}
.secondbox ul {
    display: block;
}
.hero-content .theme-nav-button {
    margin-top: 10px;
    margin-bottom: 0;
}
.secondsec li {
    font-size: 15px;
    margin-bottom: 12px;
}
.branch-item {
    margin-bottom: 4px;
}
.row.justify-content-center.gapbx {
    gap: 12px;
}
.mapinfo h4 {
    font-size: 12px;
    line-height: normal;
}
.cta-section.text-center {
    padding: 20px;
    border-radius: 0px;
}
.col-lg-4.medolia-testimonial-item {
    margin-bottom: 10px;
}

.soundforlife {
    padding: 23px 10px;
    border-radius: 0;
    box-shadow: 6px 13px #0c2c55;
}
.cta-section h5 {
    line-height: normal;
}





}


.privacy-policy-section {
  padding: 70px 0;
  background: #f5f9ff;
}

.policy-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.policy-header {
  text-align: center;
  margin-bottom: 40px;
}

.policy-header h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.policy-header p {
  color: #555;
}

.effective-date {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #0b5ed7;
}

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

.policy-block h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.policy-block h3 {
  font-size: 18px;
  margin-top: 15px;
}

.policy-block ul {
  padding-left: 20px;
}

.policy-block ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.highlight-box {
  background: #eaf2ff;
  padding: 20px;
  border-left: 4px solid #0b5ed7;
  border-radius: 6px;
  margin-top: 15px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-box {
  background: #f7fbff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.contact-box i {
  font-size: 22px;
  color: #0b5ed7;
  margin-bottom: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .policy-card {
    padding: 25px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.policy ul {
    display: inline-flex;
    gap: 13px;
    color: white;
}
.policy a {
    font-size: 15px;
}
.terms-policy-section {
  padding: 70px 0;
  background: #f4f8ff;
}

.terms-card {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.terms-header {
  text-align: center;
  margin-bottom: 35px;
}

.terms-header h1 {
  font-size: 36px;
}

.effective-date {
  color: #0b5ed7;
  font-size: 14px;
}

.medical-warning {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 35px;
}

.medical-warning h3 {
  margin-bottom: 10px;
}

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

.terms-block h2 {
  font-size: 22px;
  margin-bottom: 10px;
}

.terms-block h3 {
  font-size: 18px;
  margin-top: 15px;
}

.terms-block ul {
  padding-left: 20px;
}

.terms-block ul li {
  margin-bottom: 8px;
}

.info-box {
  background: #eaf2ff;
  padding: 18px;
  border-left: 4px solid #0b5ed7;
  border-radius: 6px;
  margin-top: 15px;
}

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

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-box {
  background: #f7fbff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.contact-box i {
  font-size: 22px;
  color: #0b5ed7;
  margin-bottom: 8px;
}

.hours {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .terms-card {
    padding: 25px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.refund-policy-section {
  padding: 70px 0;
  background: #f5f9ff;
}

.refund-card {
  background: #fff;
  padding: 40px;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

.refund-header {
  text-align: center;
  margin-bottom: 35px;
}

.refund-header h1 {
  font-size: 36px;
}

.effective-date {
  font-size: 14px;
  color: #0b5ed7;
}

.refund-alert {
  background: #fff3cd;
  border-left: 5px solid #ffc107;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.refund-alert.secondary {
  background: #eaf2ff;
  border-left-color: #0b5ed7;
}

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

.refund-block h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.refund-block ul {
  padding-left: 20px;
}

.refund-block ul li {
  margin-bottom: 8px;
}

.table-wrap {
  overflow-x: auto;
}

.refund-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.refund-table th,
.refund-table td {
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 14px;
}

.refund-table th {
  background: #f0f6ff;
  text-align: left;
}

.info-box {
  background: #eaf2ff;
  padding: 18px;
  border-left: 4px solid #0b5ed7;
  border-radius: 6px;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.step {
  background: #f7fbff;
  padding: 18px;
  border-radius: 10px;
  text-align: center;
}

.step span {
  display: inline-block;
  background: #0b5ed7;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  margin-bottom: 8px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contact-box {
  background: #f7fbff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.contact-box i {
  font-size: 22px;
  color: #0b5ed7;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .refund-card {
    padding: 25px;
  }
  .process-steps,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.cta {
    padding-top: 50px;
    padding-bottom: 50px;
}
.centerbtn {
    text-align: center;
    margin-top: 50px;
}

