@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --gbg: linear-gradient(0deg, rgba(17, 8, 5, 0.75) 0%, rgba(17, 8, 5, 0.75) 100%);
  --banner-g: lightgray 50% / cover no-repeat;
  --rtg: lightgray 0px -127.5px / 100% 188.605%;
  --frame: lightgray 50% / #b59650;
  --testimonial: linear-gradient(118deg, rgb(0 0 0) 0%, rgb(0 0 0 / 17%) 100%);
  --contact: linear-gradient(0deg,
      rgba(255, 255, 255, 0.9) 0%, .main-home-banner rgba(255, 255, 255, 0.9) 100%);
  --contactrtg: lightgray 50% / cover;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  color: #606060;
  background-color: #fff;
}



html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

img {
  max-width: 100%;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
  border: 0;
}

input:focus {
  outline: none;
  background: #d8edff;
}

input::-moz-focus-inner {
  border: 0;
  display: none;
  background: #d8edff;
}

input::-webkit-focus-inner {
  border: 0;
  display: none;
  background: #d8edff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: #d8edff inset !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  background: #d8edff;
}

::-webkit-input-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #f0f8ff;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f0f8ff;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f0f8ff;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0px;
}

form {
  position: relative;
}

.form-control:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
  border-color: #000;
}

ul {
  list-style-type: none;
}

li {
  list-style: none;
  position: relative;
}

a,
button {
  position: relative;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

input,
textarea,
button {
  border: 0px;
  width: 100%;
}

.container {
  width: 100%;
}

.container_testimonial {
  width: 100%;
}

.word-wrap {
  word-wrap: break-word !important;
}

@media (min-width: 1300px) {
  .container_testimonial {
    max-width: 1749px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* ------------------------------------------------------------------
    Template All Variables Defined - Value Change with Your's Need
 -------------------------------------------------------------------- */

.color-white {
  color: #fff !important;
}

.color-lwhite {
  color: #f0f8ff;
}

.custom-colorone {
  color: #cbd4e1 !important;
}

.color-cream {
  color: #fbf6ea !important;
}

.color-hwhite {
  color: #f5f5f5 !important;
}

.color-black {
  color: #000 !important;
}

.color-fblack {
  color: #3f3f3e;
}

.color-purple {
  color: #5430bb !important;
}

.color-orange {
  color: #e56d18 !important;
}

.color-para {
  color: #606060 !important;
}

.color-primary {
  color: #5db3ff !important;
}

.color-secondary {
  color: #e5b318 !important;
}

.color-highlight {
  color: #5db3ff !important;
}

.color-lblack {
  color: #1e1e1c !important;
}

.color-grey {
  color: #606060 !important;
}

.color-lblue {
  color: #f0f8ff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-lwhite {
  background-color: #f0f8ff;
}

.bg-cream {
  background-color: #fbf6ea !important;
}

.bg-purple {
  background-color: #5430bb !important;
}

.bg-orange {
  background-color: #e56d18 !important;
}

.bg-lblack {
  background-color: #101010 !important;
}

.bg-lblue {
  background-color: #f0f8ff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-primary {
  background-color: #5db3ff !important;
}

.bg-secondary {
  background-color: #e5b318 !important;
}

.bg-highlight {
  background-color: #5db3ff !important;
}

.bg-grey {
  background-color: #606060 !important;
}

.font-italic {
  font-style: italic !important;
}

.w-fit {
  width: fit-content !important;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 600;
}

h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
}

h3 {
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-size: 28px;
  line-height: 1.25;
}

h5 {
  font-size: 26px;
  line-height: 1.23;
}

h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

/* Classes with !important */
.f-h1 {
  font-size: 55px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif !important;
}

.f-h2 {
  font-size: 36px !important;
  line-height: 1.7 !important;
}

.f-h3 {
  font-size: 32px !important;
  line-height: 1.4 !important;
}

.f-h4 {
  font-size: 28px !important;
  line-height: 1.25 !important;
}

.f-h5 {
  font-size: 26px !important;
  line-height: 1.23 !important;
}

.f-h6 {
  font-size: 20px !important;
  line-height: 1.4 !important;
}

a {
  cursor: pointer;
  line-height: 30px;
  color: #5db3ff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none !important;
}

p {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
}

.fp-19 {
  margin: 0px;
  font-size: 19px;
  line-height: 28px;
}

.fp-18 {
  margin: 0px;
  font-size: 18px;
  line-height: 28px;
}

.fp-17 {
  margin: 0px;
  font-size: 17px;
  line-height: 28px;
}

.fp-16 {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
}

.fp-15 {
  margin: 0px;
  font-size: 15px;
  line-height: 28px;
}

.fp-14 {
  margin: 0px;
  font-size: 14px;
  line-height: 28px;
}

.fpw4 {
  font-weight: 400;
}

.fpw5 {
  font-weight: 500;
}

.fpw6 {
  font-weight: 600;
}

.fpw7 {
  font-weight: 700;
}

.fpw8 {
  font-weight: 800;
}

.fpw9 {
  font-weight: 900;
}

.btn-4 {
  padding-top: 40px;
}

.lt-sp {
  letter-spacing: 0.4px !important;
}

.new-h3 {
  font-family: "Poppins", sans-serif;
}

.coverbg {
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.ls {
  letter-spacing: 0.4px !important;
}

.ffm-lb {
  font-family: "Poppins", sans-serif;
}

.lh {
  line-height: 25px !important;
}

.lnh60 {
  line-height: 60px !important;
}

.text-right {
  text-align: right !important;
}

.mx-auto {
  margin: 0 auto;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center:before,
.align-center:after {
  content: none;
}

.align-center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-center-h:before,
.align-center-h:after {
  content: none;
}

.align-center-v {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-center-v:before,
.align-center-v:after {
  content: none;
}

.align-center-v-b {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center-v-b:before,
.align-center-v-b:after {
  content: none;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center:before,
.justify-content-center:after {
  content: none;
}

.eq-height {
  display: -webkit-box;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq-height:before,
.eq-height:after {
  content: none;
}

#special-line {
  display: none;
}

.fa-phone {
  rotate: 90deg;
}

.list-show li {
  list-style: disc;
  margin-left: 15px;
  padding: 5px 0;
}

.b-none {
  border: none !important;
}

/* ------------------------------------------------------------------
 Template Default Button, Input Styles - Value Change with Your's Need
-------------------------------------------------------------------- */

.btnprimary a {
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  background: #5db3ff;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnprimary a:hover {
  background: #e5b318;
  color: #fff;
}

.btnsecondary a {
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #e5b318;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnsecondary a:hover {
  color: #fff;
  background: #5db3ff;
}

.btnthird a {
  padding: 10px 16px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  background: #e5b318;
  border: 1px solid #e5b318;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnthird a:hover {
  border: 1px solid rgba(17, 8, 5, 0.87);
  background: rgba(17, 8, 5, 0.87);
}

.btnborder a {
  padding: 10px 16px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnborder a:hover {
  border: 1px solid rgba(17, 8, 5, 0.87);
  background: rgba(17, 8, 5, 0.87);
}




.rate-btnthird a {
  padding: 12px 30px;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  background: #e5b318;
  border: 1px solid #e5b318;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.rate-btnthird a:hover {
  border: 1px solid rgba(17, 8, 5, 0.87);
  background: rgba(17, 8, 5, 0.87);
}

.rate-btnborder a {
  padding: 12px 30px;
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.rate-btnborder a:hover {
  border: 1px solid rgba(17, 8, 5, 0.87);
  background: rgba(17, 8, 5, 0.87);
}

.btnborder2 a {
  padding: 10px 16px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: 1px solid rgba(17, 8, 5, 0.87);
  color: rgba(17, 8, 5, 0.87);
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btnborder2 a:hover {
  border: 1px solid rgba(17, 8, 5, 0.87);
  background: rgba(17, 8, 5, 0.87);
  color: #fff;
}

.btncontact button {
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  background: #5db3ff;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btncontact button:hover {
  background: #e5b318;
}

.btncontact a {
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  background: #5db3ff;
  color: #fff;
  transition: 0.3s all;
  display: block;
  width: fit-content;
}

.btncontact a:hover {
  background: #e5b318;
}


/* global template css code end */

/* pages css code start */

.main-home-banner {
  overflow: hidden;
}

.banner-slider {
  position: relative;
}

.banner-slider .item {
  position: relative;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.banner-slider .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-align: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}



.f-h1,
.f-h2 {
  color: #fff;
  z-index: 3;
  text-align: center;
}


.main-whys-section {
  padding: 70px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-whys-section .title-box {
  margin-bottom: 50px;
}

.main-whys-section .number-item-box {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  border-right: 1px solid #aad7ff;
  padding: 0 50px;
}

.home-contact-box {
  padding: 70px 0;
  position: relative;
}

.home-contact-box .booking-info-box {
  padding-right: 120px;
}

.home-contact-box .booking-info-box .first-box {
  margin-bottom: 55px;
}

.home-contact-box .second-box {
  display: flex;
  flex-direction: column;
}

.home-contact-box .second-box .icon-point-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
  padding-bottom: 50px;
}

.home-contact-box .second-box .icon-point-box .icon-box {
  position: relative;
  display: flex;
  padding: 15px 10px 10px 10px;
  gap: 5px;
  flex-direction: column;
  align-items: center;
  border-radius: 99px;
  background: #5db3ff;
  height: 100%;
  z-index: 1;
}

.home-contact-box .second-box .icon-point-box .icon-box::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% + 15px);
  background: #5db3ff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px dotted #5db3ff;
  z-index: -1;
}

.home-contact-box .second-box .icon-point-box .icon-box.a-none::after {
  content: none;
  /* display: none; */
}

.home-contact-box .second-box .icon-point-box .text-box {
  font-weight: 500;
}

.home-contact-box .input-form-box {
  padding: 26px 32px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  margin-top: -180px;
  z-index: +1;
}

.home-contact-box .input-form-box .heading-box {
  text-align: center;
}

.home-contact-box .input-form-box .heading-box p {
  color: #606060;
  font-size: 16px;
}

.home-contact-box .form-box {
  border-top: 2px solid #5db3ff;
  margin-top: 20px;
}

.home-contact-box .form-box .input-box {
  padding-bottom: 20px;
}

.home-contact-box .form-box .form-label {
  color: #221e13;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.home-contact-box .form-box .form-control {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 14px;
  padding: 8px 10px;
}

.home-contact-box .form-box .form-control:focus {
  background: #fff;
}

.home-contact-box .form-box .btnbox {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: end;
}

.home-hiw-section {
  padding: 70px 0;
}

.home-hiw-section .point-tab-box {
  margin-top: 30px;
}

.home-hiw-section .point-tab-box .pitem-box {
  margin-bottom: 15px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
}

.home-hiw-section .point-tab-box .pitem-box .tab-title {
  border-radius: 5px;
  overflow: hidden;
}

.home-hiw-section .tab-content {
  padding-top: 15px;
}


.home-hiw-section .fimg-box {
  max-width: 100%;
  border-radius: 5px;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}


.main-efyc-section {
  padding: 70px 0;
}

.main-efyc-section .point-item-box {
  padding: 25px 24px;
  border-radius: 15px;
  border: 1px solid #d4e2ee;
  transition: 0.3s all ease;
  height: 100%;
}

.main-efyc-section .default-box {
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.main-efyc-section .default-box .default-imgbox {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.main-efyc-section .heading-box {
  padding-bottom: 45px;
}

.custom-text-section {
  padding: 70px 0;
  word-wrap: break-word;
  overflow: hidden;
}

.custom-img-box {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-radius: 8px;
}

.hide-section {
  display: none;
}

/* How it works page css code */
.main-banner-section {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: flex;
  align-items: center;
  text-align: center;
}

.hiw-point-section {
  padding: 70px 0;
  overflow: hidden;
}

.hiw-point-section .point-item-box {
  padding: 25px 24px;
  border-radius: 15px;
  border: 1px solid #d4e2ee;
  transition: 0.3s all ease;
  color: #fff;
  height: 100%;
}

.hiw-point-section .box-one {
  background: #e5b318;
}

.hiw-point-section .box-one:hover {
  background: linear-gradient(180deg, #e5b318 0%, #c7a231 100%);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.hiw-point-section .box-two {
  background: #e56d18;
}

.hiw-point-section .box-two:hover {
  background: linear-gradient(180deg, #e56d18 0%, #ae5d23 100%);
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.hiw-point-section .box-three {
  padding: 110px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-testimonial-section {
  padding: 70px 0;
}

.main-testimonial-section .test-cover-box {
  padding: 50px;
}

.main-testimonial-section .test-first-box {
  border-right: 1px solid #6d6e76;
  height: 100%;
  padding-right: 50px;
}

.main-testimonial-section .testimonial-show-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}

.testimonial-show-box .test-text-box {
  padding-bottom: 50px;
}

.main-testimonial-section .testimonial-show-box .rating-box {
  color: #e5b318;
}

.main-testimonial-section .testimonial-show-box .author-info-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-testimonial-section .testimonial-show-box .testimonial-img {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.main-testimonial-section .testimonial-nav-btn-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.main-testimonial-section .testimonial-nav-btn {
  font-size: 24px;
  color: #3498db;
  height: 48px;
  width: 48px;
  background-color: #cbd4e1;
  border-radius: 50%;
  transition: 0.3s all ease;
}

.main-testimonial-section .testimonial-nav-btn:hover {
  color: white;
  background-color: #5db3ff;
}

/* Rates page css code  */

.rates-point-section {
  padding: 70px 0;
  overflow: hidden;
}

.rates-point-section .point-item-box {
  position: relative;
  padding: 25px 24px;
  border-radius: 16px;
  border: 2px solid #5db3ff;
  background: linear-gradient(182deg, #0e74ce 44.05%, #5db3ff 98.19%);
  box-shadow: 0px 4px 55px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s all;
  color: #fff;
  height: 100%;
  padding-bottom: 100px;
}

.rates-point-section .point-item-box:hover {
  transition: 0.3s all;
  background: linear-gradient(173deg, #0000a7 15.89%, #0067c1 43.83%);
}

.rates-point-section .point-item-box .price-box {
  margin: 10px;
}

.rates-point-section .point-item-box .spoint-box {
  height: 150px;
  overflow-y: auto;
  padding-right: 10px;
}

.rates-point-section .point-item-box .spoint-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(236, 238, 240, 0.21);
}

.rates-point-section .point-item-box .spoint-box::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(236, 238, 240, 0.21);
}

.rates-point-section .point-item-box .spoint-box::-webkit-scrollbar-thumb {
  background-color: rgba(236, 238, 240, 0.21);
}

.rates-point-section .point-item-box .spoint-box ul li {
  margin: 3px 0;
}

.rates-point-section .point-item-box .rates-btnbox {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 18px;
  justify-content: center;
  width: 100%;
  left: 0;
}

/* Contact page css code  */

.main-contact-form-box {
  padding: 70px 0;
}

.main-contact-form-box .first-box {
  padding-right: 80px;
}

.main-contact-form-box .first-box .contact-info-box {
  display: flex;
  flex-direction: column;
}

.main-contact-form-box .first-box .contact-info-box .info-box {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.main-contact-form-box .first-box .contact-info-box .info-box img {
  width: fit-content;
  margin: auto;
}

.main-contact-form-box .first-box .contact-info-box .info-box a {
  display: block;
  color: #606060;
}

.main-contact-form-box .first-box .contact-info-box .info-box a:hover {
  color: #5db3ff;
}

.main-contact-form-box .first-box .contact-map-box {
  margin-top: 55px;
}

.main-contact-form-box .first-box .contact-map-box iframe {
  width: 100%;
  height: 550px;
}

.main-contact-form-box .contact-form-box {
  padding: 26px 32px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.main-contact-form-box .contact-form-box .heading-box {
  text-align: center;
}

.main-contact-form-box .contact-form-box .heading-box h2 {
  color: #221e13;
  font-size: 24px;
  margin-bottom: 10px;
}

.main-contact-form-box .contact-form-box .heading-box p {
  color: #606060;
  font-size: 16px;
}

.main-contact-form-box .form-box {
  border-top: 2px solid #5db3ff;
  margin-top: 20px;
}

.main-contact-form-box .form-box .input-box {
  padding-bottom: 20px;
}

.main-contact-form-box .form-box .form-label {
  color: #221e13;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.main-contact-form-box .form-box .form-control {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 14px;
  padding: 8px 10px;
}

.main-contact-form-box .form-box .form-control:focus {
  background: #fff;
}

.main-contact-form-box .form-box .btnbox {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: end;
}

/* FAQs page css code  */

.main-faq-section {
  padding: 70px 0;
}

.main-faq-section .faq-box {
  padding-top: 25px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.main-faq-section .faq-box .faq-item-box {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0;
}

.main-faq-section .faq-box .faq-item-box .question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main-faq-section .faq-box .faq-item-box .question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.main-faq-section .faq-box .faq-item-box .question.active::after {
  transform: rotate(45deg);
}

.main-faq-section .faq-box .faq-item-box .answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.main-faq-section .faq-box .faq-item-box .answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

/* Blog and Blog details page css code  */

.main-blog-section {
  padding: 60px 0;
  overflow: hidden;
}

.main-blog-section .heading-box {
  padding-bottom: 35px;
}

.main-blog-details-box {
  padding: 70px 0;
}

.main-blog-section .pb35 {
  padding-bottom: 35px;
}

.main-blog-section .blog-box {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  transition: 0.3s all;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.12);
}

.main-blog-section .blog-box .image-box {
  overflow: hidden;
}

.main-blog-section .blog-box:hover {
  background: #fff;
  box-shadow: 0px 4px 33px 0px rgba(0, 0, 0, 0.2);
}

.main-blog-section .blog-box:hover img {
  border-radius: 10px 10px 0 0;
  transform: scale(1.1);
}

.main-blog-section .blog-box img {
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
}

.main-blog-section .blog-box .content-box {
  padding: 16px;
  margin-bottom: 25px;
}

.main-blog-section .blog-box .content-box .title {
  color: #1e1e1c;
}

.main-blog-section .blog-box .content-box .title:hover {
  color: #5db3ff;
}

.main-blog-section .blog-box .content-box .blogbtn {
  position: absolute;
  bottom: 10px;
}

.main-blog-section .blog-box .content-box .btop-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  word-wrap: break-word;
  overflow: hidden;
}

.main-blog-section .blog-box .content-box .bcate-box a {
  padding: 4px 10px;
  border-radius: 6px;
  background: #f0f8ff;
}

.main-blog-details-para-box {
  padding: 70px 0;
  word-wrap: break-word;
}

/* Booking page css code  */

.main-booking-box {
  padding: 70px 0;
}

/*.main-booking-box .booking-info-box {*/
/*  padding-right: 80px;*/
/*}*/

.main-booking-box .booking-info-box .first-box {
  padding: 36px 46px;
  border-radius: 5px;
  border: 1px solid #f0f8ff;
  background: #fbf6ea;
  margin-bottom: 55px;
}

.main-booking-box .booking-info-box .first-box ul {
  padding: 25px 0 0 0;
}

.main-booking-box .booking-info-box .first-box ul li {
  list-style: disc;
  margin-left: 15px;
  padding: 5px 0;
}

.main-booking-box .second-box .cinfo-box {
  display: flex;
  flex-direction: column;
}

.main-booking-box .second-box .cinfo-box .info-box {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.main-booking-box .second-box .cinfo-box .info-box img {
  width: fit-content;
  margin: auto;
}

.main-booking-box .second-box .cinfo-box .info-box a {
  display: block;
  color: #606060;
}

.main-booking-box .second-box .cinfo-box .info-box a:hover {
  color: #5db3ff;
}

.main-booking-box .second-box .contact-map-box {
  margin-top: 55px;
}

.main-booking-box .second-box .contact-map-box iframe {
  width: 100%;
  height: 550px;
}

.main-booking-box .input-form-box {
  padding: 26px 32px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.25);
}

.main-booking-box .input-form-box .heading-box {
  text-align: center;
}

.main-booking-box .input-form-box .heading-box h2 {
  color: #221e13;
  font-size: 24px;
  margin-bottom: 10px;
}

.main-booking-box .input-form-box .heading-box p {
  color: #606060;
  font-size: 16px;
}

.main-booking-box .form-box {
  border-top: 2px solid #5db3ff;
  margin-top: 20px;
}

.main-booking-box .form-box .input-box {
  padding-bottom: 20px;
}

.main-booking-box .form-box .form-label {
  color: #221e13;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 3px;
}

.main-booking-box .form-box .form-control {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  font-size: 14px;
  padding: 8px 10px;
}

.main-booking-box .form-box .form-control:focus {
  background: #fff;
}

.main-booking-box .form-box .btnbox {
  padding: 15px 0 0 0;
  display: flex;
  justify-content: end;
}

/* Default page css code  */

.main-default-para-box {
  padding: 70px 0;
}

/* Thank you page css code */
.thankyou-section {
  padding: 70px 0;
}

/* backend function page css code  */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #297a50;
  background-color: #daf5e7;
  border-color: #c7efda;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.password-wrapper {
  position: relative;
}

.password-toggle {
  display: block;
  position: absolute;
  top: 55px;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle i {
  font-size: 1.2em;
  color: #333;
}

/* Preloader
-------------------------------------------------------*/

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.lead {
  font-size: 13px;
}

.loader div {
  background-color: #d9b06a;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: 0.5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {

  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.user_login {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  position: relative;
  /* Ensure positioning context for the dropdown */
}

.user_login ul {
  padding: 0;
  margin: 0;
}

.user_login ul li {
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 4px 15px 7px;
  position: relative;
}

.user_login>ul>li>a {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.user_login>ul>li>a i {
  margin: 0 2px 0;
}

.user_login ul.dropdown-menu {
  background: #111;
  border-radius: 0;
  padding: 15px 0;
  top: 107%;
  left: 0;
  position: absolute;
  display: none;
  /* Initially hide the dropdown */
  z-index: 999;
  /* Ensure it appears above other elements */
}

.user_login ul.dropdown-menu.show {
  display: block;
  /* Show the dropdown when needed */
}

.personal-info-box {
  margin-top: 30px;
  padding: 16px 10px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11);
  word-wrap: break-word;
}

.personal-info-box .personal-data-box .ptext-right {
  text-align: right;
}

.personal-data-box {
  padding: 0 6px;
}

.personal-info-box .personal-data-box .border-row {
  border-radius: 2px;
  border: 1px solid rgb(204 204 204 / 45%);
  padding: 5px 8px;
  margin: 5px 0;
}

.vehicle-info-box {
  padding: 16px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11);
}

.active-tip {
  background-color: #e5b318 !important;
  color: white !important;
}

.adtip-btn {
  width: fit-content;
  border: 1px solid #e5b318;
}

.adtip-btn:hover {
  background-color: #e5b318 !important;
  color: white !important;
}

.charge-data-box {
  margin-top: 30px;
  padding: 16px;
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.11);
}

.charge-data-box .charge-item-box .ptext-right {
  text-align: right;
}

.charge-item-box {
  padding: 0 5px;
}

.charge-data-box .charge-item-box .border-row {
  border-radius: 2px;
  border: 1px solid rgba(204, 204, 204, 0.16);
  padding: 5px;
  margin: 5px 0;
  background-color: #fbf6ea;
}

/* Style for cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  display: none;
  /* Initially hidden */
  z-index: +999;
}

.cookie-banner button {
  background-color: #4caf50;
  color: white;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
  width: fit-content;
  margin-right: 10px;
}

.cookie-banner button:hover {
  background-color: #45a049;
}

/* promo box section code  */
.promo-box {
  position: relative;
}

.promo-box .promo-point {
  position: absolute;
  background: #000000;
  max-width: 168px;
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 1000;
  right: 0;
  top: 23px;
}

.promo-box .promo-point ul li {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .5px;
  width: 100%;
  transition: .3s all ease;
  padding: 0px 10px;
  cursor: pointer;
}

.promo-box .promo-point ul li:hover {
  background-color: #5DB3FF;
}

.promo-toggle {
  cursor: pointer;
  color: blue;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: end;
}

.promo-toggle .arrow {
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border: solid blue; 
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transition: transform 0.3s ease;
}

.promo-toggle .arrow.down {
  transform: rotate(45deg);
}

.promo-toggle .arrow.up {
  transform: rotate(-135deg);
}


/*About page css code */

.about-top-box {
  padding: 70px 0;
}

.about-top-box .details-box h2 {
  margin-bottom: 20px;
}

.about-imgtext-box {
  padding: 70px 0;
}

.about-imgtext-box .details-box {
  padding-right: 50px;
}

.about-imgtext-box .details-box h6 {
  margin: 15px 0;
}

.about-imgtext-box .sideimg-box {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  padding: 120px 0;
  border-radius: 5px;
}

/*O'hare css code start*/

/* General padding for sections */
.ohare-top-box,
.ohare-imgtext-box,
.ohare-imgtext-box-2,
.main-ohare-both-box {
  padding: 70px 0;
  overflow: hidden;
}

/* Details box in the top section */
.ohare-top-box .details-box h2 {
  margin-bottom: 20px;
}

.ohare-top-box .list-box {
  margin-top: 25px;
}

.ohare-top-box .list-box ul li {
  list-style: disc;
  margin: 12px 0 12px 18px;
}

/* Image and text box section with details */
.ohare-imgtext-box-2 .details-box {
  padding-right: 50px;
}

.ohare-imgtext-box-2 .details-box h6 {
  margin: 20px 0;
}

.ohare-imgtext-box-2 .sideimg-box {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  padding: 120px 0;
  border-radius: 5px;
}

.ohare-imgtext-box-2 .point-details-box ul li {
  list-style: disc;
  margin: 12px 0 12px 18px;
}

/* Main content boxes styling */
.main-ohare-both-box .ohare-box-one {
  padding: 25px 24px;
  border-radius: 15px;
  border: 1px solid #D4E2EE;
  background-color: #FFF;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.main-ohare-both-box .ohare-box-one .list-box {
  padding: 20px 0 10px;
}

.main-ohare-both-box .ohare-box-one .list-box ul li {
  list-style: disc;
  margin: 12px 0 12px 18px;
}

/* Horizontal line styling */
.main-ohare-both-box .ohare-box-one .line-hr {
  background-color: white;
  margin-top: 10px;
  height: 2px;
  border: none;
}

/* Image and text box section */
.ohare-imgtext-box .details-box {
  padding-left: 30px;
}

.ohare-imgtext-box .details-box h6 {
  margin: 15px 0;
}

.ohare-imgtext-box .sideimg-box {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  padding: 120px 0;
  border-radius: 5px;
}

.ohare-imgtext-box .details-box h2 {
  margin-bottom: 24px;
}

/* Icon text box section */
.ohare-imgtext-box .details-box .icon-text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}



/* new custom booking step css code  */

  .stepper-container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 20px 30px 20px;
        flex-wrap: wrap;
    }

    .booking-step {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #ccc;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        position: relative;
    }

    .booking-step.active,
    .booking-line.active {
        background-color: #5db3ff;
        border: 2px solid #297fff44;
        box-shadow: 0 0 2px #2980ff;
    }

    .booking-line {
        flex: 1;
        height: 3px;
        background-color: #ccc;
        max-width: 70px;
    }
    
    
     @media only screen and (max-width: 767px) {
   .booking-step {
        width: 40px;
        height: 40px;
    }
     .booking-line {
        flex: 1;
        height: 2px;
     }
     }