@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}

.container-fluid {
  padding: 0 150px;
}

.container {
  width: 100%;
  max-width: 1325px;
  padding: 0 15px;
  margin: 0px auto;
}

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
.whatsapp-container {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position: fixed;
  right: 15px;
  bottom: 80px;
  z-index: 7;
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  margin-bottom: 0 !important;
}

h2 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
}

h3 {
  color: #46474b;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 10px;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  /* padding: 10px 0; */
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #fff;
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
}

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #fff;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100%;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #000;
}

.navbar li a {
  position: relative;
  color: #000;
  display: block;
  font-size: 15px;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.navbar li a.ride::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.navbar li a.ride:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.navbar li a.ride:hover::before {
  left: 100%;
}
.navbar li a.ride:hover::after {
  width: 300px;
  height: 300px;
}
.navbar li a.ride:hover i {
  color: #fff;
  transform: translateX(5px);
}
.navbar li a.ride:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.navbar li a.ride:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.navbar li a.ride:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.navbar li a.ride:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.navbar li a.ride:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.navbar li a.ride:disabled:hover::before {
  left: -100%;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #3a57a0;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -32px;
  height: 3px;
  border-radius: 8px 8px 0 0;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #3a57a0;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li a:hover::after {
  transform: translate(-50%) scale(1);
}

.navbar .navbar-nav > li a.active::after {
  transform: translate(-50%) scale(1);
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: right;
  padding-right: 30px;
}

.navbar li a:hover {
  color: #3a57a0;
}

.navbar li a.active {
  color: #3a57a0;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #000;
}

ul.mbl_side {
  display: flex;
  align-items: center;
}
ul.mbl_side li.ctbtn a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  border-color: transparent;
}
ul.mbl_side li.ctbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
ul.mbl_side li.ctbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
ul.mbl_side li.ctbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
ul.mbl_side li.ctbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
ul.mbl_side li.ctbtn a:hover::before {
  left: 100%;
}
ul.mbl_side li.ctbtn a:hover::after {
  width: 300px;
  height: 300px;
}
ul.mbl_side li.ctbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
ul.mbl_side li.ctbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
ul.mbl_side li.ctbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
ul.mbl_side li.ctbtn a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
ul.mbl_side li.ctbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
ul.mbl_side li.ctbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
ul.mbl_side li.ctbtn a:disabled:hover::before {
  left: -100%;
}
ul.mbl_side li.ctbtn a.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}
ul.mbl_side li.ctbtn a:hover {
  color: #fff !important;
}

ul.mbl_side li {
  margin-right: 10px;
}

ul.mbl_side li:nth-child(2) {
  width: 131px;
}

ul.mbl_side li:last-child {
  width: 162px;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #000;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #000;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea p {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 15px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::before {
  left: 100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::after {
  width: 300px;
  height: 300px;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
  transform: translateX(5px);
}
.sidebar .side_conarea .sidefb a.sdebknow:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sidebar .side_conarea .sidefb a.sdebknow:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.sidebar .side_conarea .sidefb a.sdebknow:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover::before {
  left: -100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #000;
  font-weight: 400;
  color: #fff;
}
.login li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.login li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.login li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.login li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.login li a:hover::before {
  left: 100%;
}
.login li a:hover::after {
  width: 300px;
  height: 300px;
}
.login li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.login li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.login li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.login li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.login li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.login li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.login li a:disabled:hover::before {
  left: -100%;
}
.login li a.lgin {
  background: transparent;
  color: #000;
}

/* SideBar */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000;
  }
  .navbar .sub-menu li:hover a {
    color: #000;
    border-color: #000;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: top 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-backdrop-filter: blur(7.5999999046px);
    backdrop-filter: blur(7.5999999046px);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #3a57a0;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #3a57a0;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #3a57a0;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #3a57a0;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    color: #fff;
    border-radius: 8px;
    border: 0.5px solid #fff;
    background: linear-gradient(
      45deg,
      #f11c28 0%,
      #f11c28 50%,
      #3a57a0 50%,
      #3a57a0 100%
    );
    background-size: 200% 100%;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: left 0.6s ease;
  }
  .menu-item-has-children .bknow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(0);
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
  }
  .menu-item-has-children .bknow:hover::before {
    left: 100%;
  }
  .menu-item-has-children .bknow:hover::after {
    width: 300px;
    height: 300px;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
    transform: translateX(5px);
  }
  .menu-item-has-children .bknow:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  .menu-item-has-children .bknow:active::after {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.15);
  }
  .menu-item-has-children .bknow:focus {
    outline: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3),
      0 0 0 3px rgba(255, 255, 255, 0.3);
  }
  .menu-item-has-children .bknow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }
  .menu-item-has-children .bknow:disabled:hover {
    transform: none;
    background-position: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow:disabled:hover::before {
    left: -100%;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #000;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.banner .leftcap {
  width: 95%;
  position: relative;
}
.banner .leftcap h1 {
  font-size: 45px;
  /* text-transform: uppercase; */
  padding-bottom: 30px;
  color: #fff;
}
.banner .leftcap h1 span {
  color: #f11c28;
}
.banner .leftcap p {
  color: #fff;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.banner .leftcap ul.twobtn li a:hover::before {
  left: 100%;
}
.banner .leftcap ul.twobtn li a:hover::after {
  width: 300px;
  height: 300px;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.banner .leftcap ul.twobtn li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  left: -100%;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.banner .leftcap ul.twobtn li a.whatsapp {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  box-shadow: none !important;
  transform: none !important;
}
.banner .leftcap ul.twobtn li a.whatsapp::before {
  display: none !important;
}
.banner .leftcap ul.twobtn li a.whatsapp::after {
  display: none !important;
}
.banner .leftcap ul.bnrcon {
  padding-bottom: 20px;
}
.banner .leftcap ul.bnrcon li {
  padding-right: 10px;
}
.banner .leftcap ul.bnrcon li a {
  position: relative;
  padding-left: 20px;
}
.banner .leftcap ul.bnrcon li a::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #3a57a0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}

/*********************************
    Banner section end
*********************************/
/* .bookingprssec .bookingCard {
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #ececee;
  transition: all 0.3s ease-in-out;
}
.bookingprssec .bookingCard.br3 {
  border-right: 0;
}
.bookingprssec .bookingCard .icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffebec;
}
.bookingprssec .bookingCard .icon-wrapper i {
  color: #f11c28;
  font-size: 28px;
}
.bookingprssec .bookingCard:hover {
  background-color: #f11c28;
  transform: translateY(-5px);
}
.bookingprssec .bookingCard:hover .icon-wrapper {
  background-color: #fff;
}
.bookingprssec .bookingCard:hover h3 {
  color: #fff;
}
.bookingprssec .bookingCard:hover p {
  color: #fff;
} */
.bookingprssec {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.bookingprssec h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 20px;
}

.bookingprssec h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f11c28 0%, #ff4757 100%);
  border-radius: 2px;
}

.bookingprssec .bookingCard {
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8ecef;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.bookingprssec .bookingCard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #f11c28 0%, #ff4757 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.bookingprssec .bookingCard.br1 .icon-wrapper {
  background: linear-gradient(135deg, #ffebec 0%, #ffe5e7 100%);
}

.bookingprssec .bookingCard.br2 .icon-wrapper {
  background: linear-gradient(135deg, #e3f2fd 0%, #e1f5fe 100%);
}

.bookingprssec .bookingCard.br2 .icon-wrapper i {
  color: #1976d2;
}

.bookingprssec .bookingCard.br3 .icon-wrapper {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.bookingprssec .bookingCard.br3 .icon-wrapper i {
  color: #f57c00;
}

.bookingprssec .bookingCard .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  transition: all 0.4s ease;
}

.bookingprssec .bookingCard .icon-wrapper i {
  color: #f11c28;
  font-size: 32px;
  transition: all 0.3s ease;
}

.bookingprssec .bookingCard h3 {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.bookingprssec .bookingCard p {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

/* Hover Effects */
.bookingprssec .bookingCard:hover {
  /* background: linear-gradient(135deg, #f11c28 0%, #d91422 100%); */
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(241, 28, 40, 0.3);
  border-color: transparent;
}

.bookingprssec .bookingCard:hover::before {
  transform: scaleX(1);
}

.bookingprssec .bookingCard:hover .icon-wrapper {
  transform: scale(1.1);
}

.bookingprssec .bookingCard:hover .icon-wrapper img {
  /* color: #f11c28; */
  transform: rotateY(360deg);
}

/* .abothme .cap {
  height: 100%;
}
.abothme .cap p {
  padding-bottom: 20px;
}
.abothme .imgsec {
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.abothme .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
} */

.abothme {
  padding: 40px 0;
  background: linear-gradient(135deg, #fafbfc 0%, #ffffff 100%);
}

.abothme .cap h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
}

.abothme .cap h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #f11c28;
  border-radius: 2px;
}

.abothme .cap p {
  font-size: 15px;
  line-height: 1.6;
  color: #5a6c7d;
  padding-bottom: 20px;
}

.abothme .cap p:last-child {
  padding-bottom: 0;
}

.abothme .imgsec {
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.abothme .imgsec::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(241, 28, 40, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.abothme .imgsec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.abothme .imgsec:hover img {
  transform: scale(1.05);
}

.xtensive_transprt h2 {
  text-align: center;
}
.xtensive_transprt p.cenp {
  color: #000;
}
.xtensive_transprt .airport-card {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  position: relative;
  animation: fadeInUp 0.8s ease-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.xtensive_transprt .image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.xtensive_transprt .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.xtensive_transprt .airport-card:hover .image-container img {
  transform: scale(1.1);
}
.xtensive_transprt .content-box {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.35)
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px;
  animation: slideUp 0.6s ease-out 0.3s backwards;
}
@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.xtensive_transprt .content-box h3 {
  color: #fff;
  font-size: 20px !important;
}
.xtensive_transprt .content-box p {
  animation: fadeIn 0.8s ease-out 0.8s backwards;
  font-size: 15px;
  color: #f4f4f4;
  line-height: 24px;
}
.xtensive_transprt .flexP {
  display: flex;
}
.xtensive_transprt .arrow-icon {
  position: relative;
  bottom: 5px;
  margin-top: auto;
  min-width: 24px;
  min-height: 24px;
  height: 24px;
  background: #f11c28;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: bounceIn 0.6s ease-out 1s backwards;
}
@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.xtensive_transprt .arrow-icon:hover {
  background: #cc0000;
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(255, 51, 51, 0.4);
}
.xtensive_transprt .arrow-icon i {
  color: #ffffff;
  font-size: 10px;
  transform: rotate(-45deg);
}
@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 51, 51, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 51, 51, 0);
  }
}
.xtensive_transprt .arrow-icon {
  animation: bounceIn 0.6s ease-out 1s backwards, pulse 2s infinite 2s;
}

.fltmainsec {
  background-color: #e1e1e1;
}
.fltmainsec h2 {
  text-align: center;
  color: #000;
}
.fltmainsec .fltcard {
  background-color: #fff;
  border-radius: 0;
  padding: 15px;
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
}
.fltmainsec .fltcard .maxpra > p {
  text-align: left;
  font-size: 14px;
  width: 85%;
  margin: 0 0 10px !important;
}
.fltmainsec .fltcard-header {
  padding: 0;
  display: flex;
  text-align: center;
  align-items: center;
}
.fltmainsec h3 {
  text-align: left;
  padding-bottom: 0;
  font-size: 20px !important;
}
.fltmainsec .fltcard-image {
  padding: 0 20px 10px;
  text-align: center;
}
.fltmainsec .fltcard-image img {
  width: 100%;
  height: auto;
}
.fltmainsec .fltcard-features {
  display: flex;
  justify-content: space-around;
  padding: 10px 15px;
  background-color: #e9e9e9;
  margin: 0px auto;
  border-radius: 6px;
}
.fltmainsec .feature-item {
  text-align: center;
  padding: 0 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: cent;
}
.fltmainsec .feature-icon {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
  background: #fff;
  border-radius: 6px;
  min-width: 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fltmainsec .feature-text {
  font-size: 10px !important;
  color: #000;
  line-height: 1.3;
  text-align: center !important;
  background-color: transparent !important;
  width: 100% !important;
}
.fltmainsec .fltcard-pricing {
  padding: 0 10px;
}

.fltmainsec .fltcard-pricing ul  {
  padding: 10px 0;
}
.fltmainsec .fltcard-pricing ul li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #46474b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.fltmainsec .fltcard-pricing ul li p {
  width: 80%;
  font-size: 14px;
}
.fltmainsec .fltcard-pricing ul li span {
  color: #000;
  width: 20%;
}
.fltmainsec .flexprice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fltmainsec .vat-note {
  text-align: right;
  font-size: 12px;
}
.fltmainsec .btn-book {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-color: #3a57a0;
}
.fltmainsec .btn-book::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltmainsec .btn-book::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fltmainsec .btn-book i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltmainsec .btn-book:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltmainsec .btn-book:hover::before {
  left: 100%;
}
.fltmainsec .btn-book:hover::after {
  width: 300px;
  height: 300px;
}
.fltmainsec .btn-book:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltmainsec .btn-book:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltmainsec .btn-book:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltmainsec .btn-book:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltmainsec .btn-book:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltmainsec .btn-book:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltmainsec .btn-book:disabled:hover::before {
  left: -100%;
}
.fltmainsec .maxpra {
  display: flex;
  flex-direction: column;
}
.fltmainsec .maxpra .feature-item {
  flex-direction: column;
}
.fltmainsec .maxpra .feature-text {
  text-align: center;
  padding: 0;
}
.fltmainsec .wifiitm {
  display: flex;
  background-color: #e9e9e9;
  padding: 10px;
  border-radius: 10px;
  height: auto;
}
.fltmainsec .viewallbtn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: table;
  margin: 40px auto auto;
  background: transparent;
  color: #3a57a0;
  border-color: #3a57a0;
}
.fltmainsec .viewallbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltmainsec .viewallbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fltmainsec .viewallbtn i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltmainsec .viewallbtn:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltmainsec .viewallbtn:hover::before {
  left: 100%;
}
.fltmainsec .viewallbtn:hover::after {
  width: 300px;
  height: 300px;
}
.fltmainsec .viewallbtn:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltmainsec .viewallbtn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltmainsec .viewallbtn:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltmainsec .viewallbtn:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltmainsec .viewallbtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltmainsec .viewallbtn:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltmainsec .viewallbtn:disabled:hover::before {
  left: -100%;
}
.fltmainsec .viewallbtn:hover {
  color: #f11c28;
}
.fltmainsec .slick-slide {
  margin: 0 15px;
}
.fltmainsec .slick-prev,
.fltmainsec .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fltmainsec .slick-prev::before,
.fltmainsec .slick-next::before {
  content: "";
}
.fltmainsec .slick-prev {
  left: -25px;
}
.fltmainsec .slick-next {
  right: -25px;
}
.fltmainsec .slick-prev i,
.fltmainsec .slick-next i {
  font-size: 18px;
  color: #000000;
}
.fltmainsec .slick-prev:hover,
.fltmainsec .slick-next:hover {
  background-color: #000000;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.fltmainsec .slick-prev:hover i,
.fltmainsec .slick-next:hover i {
  color: #ffffff;
}
.fltmainsec .slick-prev:focus,
.fltmainsec .slick-next:focus {
  outline: none;
}
.fltmainsec .slick-prev.slick-disabled,
.fltmainsec .slick-next.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.fltmainsec .slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.fltmainsec .slick-dots li {
  margin: 0 11px;
}
.fltmainsec .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
}
.fltmainsec .slick-dots li.slick-active button {
  background-color: #3a57a0;
  width: 30px;
  border-radius: 6px;
}
.fltmainsec .slick-dots li button:hover {
  background-color: #3a57a0;
}
@media (max-width: 1200px) {
  .fltmainsec .slick-prev {
    left: -15px;
  }
  .fltmainsec .slick-next {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .fltmainsec .slick-prev,
  .fltmainsec .slick-next {
    width: 40px;
    height: 40px;
  }
  .fltmainsec .slick-prev {
    left: 10px;
  }
  .fltmainsec .slick-next {
    right: 10px;
  }
  .fltmainsec .slick-prev i,
  .fltmainsec .slick-next i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .fltmainsec .slick-prev,
  .fltmainsec .slick-next {
    display: none !important;
  }
}
.fltmainsec.homefltslid {
  background-color: transparent;
}
.fltmainsec.homefltslid .fltcard {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.fltopen .leftreli h2 {
  text-align: left;
}
.fltopen .leftreli p {
  padding-bottom: 20px;
}
.fltopen .leftreli a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltopen .leftreli a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltopen .leftreli a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fltopen .leftreli a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltopen .leftreli a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltopen .leftreli a:hover::before {
  left: 100%;
}
.fltopen .leftreli a:hover::after {
  width: 300px;
  height: 300px;
}
.fltopen .leftreli a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltopen .leftreli a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltopen .leftreli a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltopen .leftreli a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltopen .leftreli a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltopen .leftreli a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltopen .leftreli a:disabled:hover::before {
  left: -100%;
}
.fltopen .reliright {
  overflow: hidden;
  height: 100%;
  border-radius: 6px;
}
.fltopen .reliright img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fltmainsec .fltcard-pricing ul li:last-child {
  border-bottom: 0;
}

.aboutPlate h2 {
  text-align: center;
}
.aboutPlate ul li {
  position: relative;
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  padding-left: 30px;
  padding-bottom: 10px;
}
.aboutPlate ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f11c28;
  top: 10px;
  left: 0;
}
.aboutPlate a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.aboutPlate a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.aboutPlate a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.aboutPlate a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.aboutPlate a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.aboutPlate a:hover::before {
  left: 100%;
}
.aboutPlate a:hover::after {
  width: 300px;
  height: 300px;
}
.aboutPlate a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.aboutPlate a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.aboutPlate a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.aboutPlate a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.aboutPlate a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.aboutPlate a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.aboutPlate a:disabled:hover::before {
  left: -100%;
}
.aboutPlate .plateimg {
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}
.aboutPlate .plateimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.aboutPlate.aboutscript {
  background-color: #e1e1e1;
}
.aboutPlate.aboutscript .greybg {
  background-color: #7e7e7e;
  height: 110px;
  margin-top: -140px;
}
.aboutPlate.aboutscript img.schTrns {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-section .testimonial-wrapper {
  position: relative;
}
.testimonial-section .testimonial-content {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
.testimonial-section .testimonial-content.active {
  opacity: 1;
  transform: translateX(0);
}
.testimonial-section .testimonial-title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.testimonial-section .star-rating {
  margin-bottom: 20px;
}
.testimonial-section .star-rating i {
  color: #ffc107;
  font-size: 16px;
  margin-right: 3px;
}
.testimonial-section .testimonial-text {
  padding-bottom: 20px;
}
.testimonial-section .author-info {
  font-size: 13px;
  color: #999999;
}
.testimonial-section .author-name {
  font-weight: 600;
  color: #1a1a1a;
}
.testimonial-section .testimonial-slider {
  position: relative;
}
.testimonial-section .testimonial-slide {
  outline: none;
  padding: 0 10px;
  position: relative;
}
.testimonial-section .testimonial-image {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.testimonial-section .slick-arrow {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  transition: all 0.3s ease;
}
.testimonial-section .testimonial-slide.slick-slide.slick-active::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 72.41%);
}
.testimonial-section
  .testimonial-slide.slick-slide.slick-current.slick-active::before {
  display: none;
}
.testimonial-section .slick-arrow:hover {
  background-color: #3a57a0;
}
.testimonial-section .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #1a1a1a;
  opacity: 1;
}
.testimonial-section .slick-arrow:hover:before {
  color: #fff;
}
.testimonial-section .slick-prev {
  left: 0;
}
.testimonial-section .slick-next {
  right: 0;
}
.testimonial-section .slick-prev:before {
  content: "\f053";
}
.testimonial-section .slick-next:before {
  content: "\f054";
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-content {
    padding-top: 20px;
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .testimonial-section .slick-prev {
    left: 10px;
  }
  .testimonial-section .slick-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-image {
    height: 300px;
  }
}

.commfrm {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  padding: 80px;
  border-radius: 40px;
  overflow: hidden;
}
.commfrm::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.372) 47.97%,
      rgba(0, 0, 0, 0.4) 58.15%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.commfrm .genTxt h2 {
  text-align: left;
  color: #fff;
}
.commfrm .genTxt ul {
  display: flex;
}
.commfrm .genTxt ul li {
  padding-right: 15px;
}
.commfrm .genTxt ul li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
}
.commfrm .genTxt ul li a i {
  padding-right: 10px;
}
.commfrm .frmsec {
  display: flex;
}
.commfrm .frmsec .shape {
  padding-right: 20px;
}
.commfrm .frmsec .contact-form-wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 35px;
  margin: 0 auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  position: relative;
}
.commfrm .frmsec .form-header {
  text-align: center;
  margin-bottom: 10px;
}
.commfrm .frmsec .form-title {
  padding: 20px 0;
}
.commfrm .frmsec .form-subtitle {
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
  margin-bottom: 20px !important;
}
.commfrm .frmsec .form-group {
  margin-bottom: 0;
}
.commfrm .frmsec .form-group label {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 5px;
  display: block;
}
.commfrm .frmsec .form-control {
  height: 45px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 14px;
  color: #333333;
  transition: all 0.3s ease;
}
.commfrm .frmsec .form-control:focus {
  border-color: #ff3333;
  box-shadow: 0 0 0 3px rgba(255, 51, 51, 0.1);
  outline: none;
}
.commfrm .frmsec .form-control::-moz-placeholder {
  color: #999999;
  font-size: 13px;
}
.commfrm .frmsec .form-control::placeholder {
  color: #999999;
  font-size: 13px;
}
.commfrm .frmsec textarea.form-control {
  height: 100px;
  resize: none;
  margin-bottom: 20px;
}
.commfrm .frmsec select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
}
.commfrm .frmsec .row-group {
  margin-left: -10px;
  margin-right: -10px;
}
.commfrm .frmsec .row-group .col-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.commfrm .frmsec .submit-btn {
  width: 100%;
  height: 50px;
  background: #ff3333;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.commfrm .frmsec .submit-btn.sendbtn {
  margin: 0px auto;
}
.commfrm .frmsec .submit-btn:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 51, 51, 0.3);
}
.commfrm .frmsec .submit-btn:active {
  transform: translateY(0);
}
.commfrm .frmsec .top-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ff3333;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 0 0 40px 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .commfrm .frmsec .contact-form-wrapper {
    padding: 30px 25px;
    margin: 0 15px;
  }
}
.commfrm .iti {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
.commfrm .nobdr {
  border: 0 !important;
}
.commfrm .error-message {
  display: block;
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  /* min-height: 18px; */
  margin-bottom: 10px;
}

.frmcont {
  position: relative;
}

.btmcont {
  background-color: #fff;
  padding: 10px 25px 10px 0;
  position: absolute;
  bottom: 70px;
  border-radius: 0 40px 0 0;
}
.btmcont ul li {
  display: flex;
  align-items: center;
}
.btmcont ul li .call {
  display: flex;
  align-items: center;
}
.btmcont ul li .call i {
  border-radius: 40px;
  min-width: 60px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffe8e9;
  color: #f11c28;
}
.btmcont ul li .call p {
  padding: 0 20px;
  border-right: 1px solid #ececee;
}
.btmcont ul li a {
  padding-left: 20px;
  color: #000;
}

.commFaq h2 {
  text-align: center;
}
.commFaq .faq-item {
  background-color: #fff;
}
.commFaq .faq-item:last-child {
  border-bottom: none;
}
.commFaq .faq-header {
  padding: 15px 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
.commFaq .faq-header:hover {
  background-color: #f8f9fa;
}
.commFaq .faq-question {
  margin: 0;
  padding-bottom: 0;
  font-size: 16px !important;
  font-weight: 600;
}
.commFaq .faq-icon {
  width: 30px;
  height: 30px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.commFaq .faq-icon i {
  color: #fff;
  font-size: 12px;
}
.commFaq .faq-header[aria-expanded="true"] .faq-icon {
  background-color: #333;
}
.commFaq .faq-header[aria-expanded="false"] .faq-icon {
  background-color: #333;
}
.commFaq .faq-body {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px dashed #e0e0e0;
}
.commFaq .faq-answer {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}
.commFaq .collapse {
  transition: height 0.3s ease;
}
@media (max-width: 576px) {
  .commFaq .faq-header {
    padding: 15px 20px;
  }
  .commFaq .faq-body {
    padding: 0 20px 15px 20px;
  }
  .commFaq .faq-question {
    font-size: 14px;
    padding-right: 15px;
  }
  .commFaq .faq-icon {
    width: 25px;
    height: 25px;
  }
  .commFaq .faq-icon i {
    font-size: 10px;
  }
}

.vehiclesec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding: 150px 0;
}
.vehiclesec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.vehiclesec .intcap {
  width: 80%;
  margin: 0px auto;
  position: relative;
}
.vehiclesec .intcap h2 {
  text-align: left;
  color: #fff;
}
.vehiclesec .intcap p {
  color: #fff;
}

.banner.inrbnr {
  padding: 150px 0;
}
.banner.inrbnr .leftcap {
  width: 100%;
}
.banner.inrbnr .leftcap h1 {
  text-align: center;
}
.banner.inrbnr .leftcap p {
  margin: 0px auto;
  text-align: center;
  width: 80%;
}
.banner.inrbnr .leftcap ul.bred {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner.inrbnr .leftcap ul.bred li {
  margin-right: 0;
  color: #fff;
}
.banner.inrbnr .leftcap ul.bred li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  text-transform: capitalize;
}
.banner.inrbnr .leftcap ul.bred li i {
  padding: 0 10px;
  color: #fff;
}
.banner.inrbnr .inrimg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner.inrbnr::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

p.cenp {
  text-align: center;
  margin: 0px auto;
  color: #fff;
}

.reloablerte .capone {
  height: 100%;
}
.reloablerte .capone p {
  padding-bottom: 15px;
}
.reloablerte .capone p.color {
  padding: 15px;
  color: #fff;
  margin-bottom: 15px !important;
  background-color: #f11c28;
}
.reloablerte .capone a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.reloablerte .capone a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.reloablerte .capone a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.reloablerte .capone a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.reloablerte .capone a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.reloablerte .capone a:hover::before {
  left: 100%;
}
.reloablerte .capone a:hover::after {
  width: 300px;
  height: 300px;
}
.reloablerte .capone a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.reloablerte .capone a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.reloablerte .capone a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.reloablerte .capone a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.reloablerte .capone a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.reloablerte .capone a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.reloablerte .capone a:disabled:hover::before {
  left: -100%;
}
.reloablerte .imgone {
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
}
.reloablerte .imgone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reloablerte:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.iti {
  width: 100%;
  padding-left: 40px;
}

.termsec h2 {
  text-align: left;
}
.termsec p {
  padding-bottom: 15px;
}

.termsCond {
  color: #000;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}
.termsCond:hover {
  color: #f11c28;
}

.captchabtn {
  transform: scale(0.67);
  width: 15%;
}

.fltsingleSec {
  /* Responsive Design */
  /* Features Section */
  /* Responsive Design */
}
.fltsingleSec .singlevehicle {
  height: 100%;
}
.fltsingleSec .singlevehicle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fltsingleSec .vehicle_features_wrapper {
  background: rgba(41, 180, 115, 0.2);
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.fltsingleSec .vehicle_features_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  gap: 20px;
}
.fltsingleSec .vehicle_features_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 150px;
  padding: 15px 10px;
}
.fltsingleSec .vehicle_features_icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}
.fltsingleSec .vehicle_features_item:hover .vehicle_features_icon {
  transform: scale(1.1);
}
.fltsingleSec .vehicle_features_icon i {
  font-size: 18px;
  color: #f11c28;
}
.fltsingleSec .vehicle_features_label {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .fltsingleSec .vehicle_features_item {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media (max-width: 480px) {
  .fltsingleSec .vehicle_features_wrapper {
    padding: 25px 15px;
  }
  .fltsingleSec .vehicle_features_item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
    padding: 10px 5px;
  }
  .fltsingleSec .vehicle_features_icon {
    width: 45px;
    height: 45px;
  }
  .fltsingleSec .vehicle_features_icon i {
    font-size: 28px;
  }
  .fltsingleSec .vehicle_features_label {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .fltsingleSec .vehicle_features_item {
    flex: 0 1 auto;
  }
}
.fltsingleSec .vehicle_gallery_section {
  width: 100%;
}
.fltsingleSec .vehicle_main_image {
  width: 100%;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #f0f0f0;
}
.fltsingleSec .vehicle_main_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.fltsingleSec .vehicle_thumbnail_gallery {
  display: block;
  margin: 0 -5px;
}
.fltsingleSec .vehicle_thumbnail_gallery .slick-slide {
  padding: 0;
}
.fltsingleSec .vehicle_thumbnail_gallery .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: #3a57a0;
  border-radius: 50%;
  z-index: 10;
}
.fltsingleSec .vehicle_thumbnail_gallery .slick-arrow:hover {
  background-color: #f11c28;
}
.fltsingleSec .vehicle_thumbnail_gallery .slick-prev {
  left: -15px;
}
.fltsingleSec .vehicle_thumbnail_gallery .slick-next {
  right: -15px;
}
.fltsingleSec .vehicle_thumbnail_gallery .slick-prev:before,
.fltsingleSec .vehicle_thumbnail_gallery .slick-next:before {
  font-size: 16px;
  opacity: 1;
}
.fltsingleSec .vehicle_thumbnail {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
  outline: none;
}
.fltsingleSec .vehicle_thumbnail:hover {
  border-color: #f11c28;
}
.fltsingleSec .vehicle_thumbnail.active {
  border-color: #f11c28;
}
.fltsingleSec .vehicle_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fltsingleSec .vehicle_cta_buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.fltsingleSec .vehicle_btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltsingleSec .vehicle_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.fltsingleSec .vehicle_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.fltsingleSec .vehicle_btn i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.fltsingleSec .vehicle_btn:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.fltsingleSec .vehicle_btn:hover::before {
  left: 100%;
}
.fltsingleSec .vehicle_btn:hover::after {
  width: 300px;
  height: 300px;
}
.fltsingleSec .vehicle_btn:hover i {
  color: #fff;
  transform: translateX(5px);
}
.fltsingleSec .vehicle_btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.fltsingleSec .vehicle_btn:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.fltsingleSec .vehicle_btn:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.fltsingleSec .vehicle_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.fltsingleSec .vehicle_btn:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.fltsingleSec .vehicle_btn:disabled:hover::before {
  left: -100%;
}
.fltsingleSec .vehicle_features_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.fltsingleSec .vehicle_feature_column {
  flex: 1 1 calc(25% - 15px);
  min-width: 220px;
}
.fltsingleSec .vehicle_feature_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 14px;
  color: #1a1a1a;
}
.fltsingleSec .vehicle_feature_icon {
  width: 20px;
  height: 20px;
  background-color: #f11c28;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fltsingleSec .vehicle_feature_icon i {
  color: #fff;
  font-size: 12px;
}
.fltsingleSec .vehicle_feature_text {
  line-height: 1.4;
}
@media (max-width: 992px) {
  .fltsingleSec .vehicle_feature_column {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .fltsingleSec .vehicle_main_image {
    height: 280px;
  }
  .fltsingleSec .vehicle_thumbnail {
    height: 75px;
  }
  .fltsingleSec .vehicle_thumbnail_gallery .slick-prev {
    left: -10px;
  }
  .fltsingleSec .vehicle_thumbnail_gallery .slick-next {
    right: -10px;
  }
}
@media (max-width: 576px) {
  .fltsingleSec .vehicle_main_image {
    height: 170px;
  }
  .fltsingleSec .vehicle_thumbnail {
    height: 80px;
  }
  .fltsingleSec .vehicle_thumbnail_gallery .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .fltsingleSec .vehicle_thumbnail_gallery .slick-prev:before,
  .fltsingleSec .vehicle_thumbnail_gallery .slick-next:before {
    font-size: 14px;
  }
  .fltsingleSec .vehicle_cta_buttons {
    flex-direction: column;
  }
  .fltsingleSec .vehicle_btn {
    width: 100%;
    text-align: center;
  }
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  color: #000;
  font-size: 36px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.four_0_four a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.four_0_four a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.four_0_four a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.four_0_four a:hover::before {
  left: 100%;
}
.four_0_four a:hover::after {
  width: 300px;
  height: 300px;
}
.four_0_four a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.four_0_four a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.four_0_four a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.four_0_four a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.four_0_four a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.four_0_four a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.four_0_four a:disabled:hover::before {
  left: -100%;
}

.thanku {
  padding: 110px 0 80px;
}
.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #fff;
  border-radius: 8px;
  border: 0.5px solid #fff;
  background: linear-gradient(
    45deg,
    #f11c28 0%,
    #f11c28 50%,
    #3a57a0 50%,
    #3a57a0 100%
  );
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}
.thanku a.backhme::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}
.thanku a.backhme::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.thanku a.backhme:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.thanku a.backhme:hover::before {
  left: 100%;
}
.thanku a.backhme:hover::after {
  width: 300px;
  height: 300px;
}
.thanku a.backhme:hover i {
  color: #fff;
  transform: translateX(5px);
}
.thanku a.backhme:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.thanku a.backhme:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.thanku a.backhme:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.thanku a.backhme:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.thanku a.backhme:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.thanku a.backhme:disabled:hover::before {
  left: -100%;
}

.footer-main {
  background-color: #1f2022;
  padding: 60px 0 40px;
  border-radius: 70px 70px 0 0;
}

.footer-logo {
  height: auto;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-description {
  color: #fff;
}

.footer-title {
  color: #fff;
}

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

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  color: #46474b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  transition: color 0.3s ease;
  text-transform: capitalize;
}

.footrmap {
  height: 100%;
}
.footrmap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-list li a:hover {
  color: #f11c28;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-contact-item i {
  font-size: 18px;
  color: #f11c28;
  min-width: 40px;
  min-height: 40px;
  background-color: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #fff;
}

.footer-contact-item a,
.footer-contact-item span {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: #f11c28;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.footer-social a {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #f11c28;
  transform: translateY(-3px);
}

.footer-social a i {
  font-size: 18px;
}

/* Footer Bottom */
.footer-bottom {
  background-color: #1e1e1e;
  padding: 20px 0;
  border-top: 1px solid #fff;
}

.footer-copyright {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-main {
    padding: 40px 0 30px;
  }
  .footer-title {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .footer-description {
    font-size: 13px;
  }
  .footer-list li a {
    font-size: 14px;
  }
  .footer-contact-item {
    font-size: 14px;
  }
}
/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 3;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #fff;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************/ /*# sourceMappingURL=style.css.map */

/* legal page start here */
.legal_page {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333;
  font-family: "Arial", "Helvetica", sans-serif;
}

.legal_page h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.legal_page h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #111;
}
.legal_page h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px !important;
  color: #111;
}

.legal_page p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px !important;
  color: #444;
}

.legal_page p b {
  font-weight: 600;
  color: #000;
}

.legal_page ul {
  margin: 15px 0 20px 20px;
  padding-left: 20px;
}

.legal_page ul li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #444;
}

.legal_page ul li b {
  font-weight: 600;
  color: #000;
}

.legal_page p:last-child {
  margin-top: 30px;
  font-size: 14px;
  color: #777;
}

.legal_page table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Header row styling */
.legal_page table th {
  background-color: #f2f2f2;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
}

/* Table cell styling */
.legal_page table td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* Zebra striping for rows */
.legal_page table tr:nth-child(even) {
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .legal_page {
    padding: 40px 0;
  }

  .legal_page h2 {
    font-size: 26px;
  }

  .legal_page h3 {
    font-size: 18px;
  }

  .legal_page p,
  .legal_page ul li {
    font-size: 14px;
  }

  .legal_page table,
  .legal_page thead,
  .legal_page tbody,
  .legal_page th,
  .legal_page td,
  .legal_page tr {
    display: block;
  }
  .legal_page table tr {
    margin-bottom: 15px;
  }
  .legal_page table td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }
  .legal_page table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    font-weight: bold;
    text-align: left;
  }
  .legal_page table th {
    display: none;
  }
}
