@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 !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  scroll-behavior: smooth;
}

.navbar-nav a.active {
  color: #e80042 !important;
}

.container {
  width: 100%;
  max-width: 1335px;
  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;
  }
}
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;
  font-family: "Poppins", sans-serif;
}

p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin-bottom: 0 !important;
  font-family: "Inter", sans-serif;
}

h2 {
  color: #000000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h3 {
  color: #000000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h4 {
  color: #000000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.HeaderBtn {
  flex-shrink: 0;
  border-radius: 30.5px;
  background: #1F1D15;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  color: #C5B564;
  padding: 6px 28px;
  display: table;
  margin: 0px auto;
}

button:focus {
  outline: none !important;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.logo img {
  width: 100%;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}
.navbar-brand:focus-visible {
  outline: 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: #000000;
  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: #000;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.top_conList {
  flex-direction: column;
}

.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: #000000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

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

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

.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: #000000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
  margin-left: 0px;
}
.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: #000000;
}

.navbar li a {
  color: #525355;
  display: block;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  padding: 0 12px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
  text-transform: capitalize;
}

._header._menu_fixed .navbar li a {
  color: #525355;
}

@media (max-width: 992px) {
  ._header._menu_fixed .navbar li a {
    color: #fff;
  }
}
._header._menu_fixed .navbar li a.ride {
  color: #fff;
}

.navbar li a.ride {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  padding: 5px 30px;
  margin-left: 60px;
  color: #fff;
}
.navbar li a.ride:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #000000;
}

.innerpagehdr ._header._menu_fixed .navbar li a {
  color: #525355;
}

.innerpagehdr ._header._menu_fixed .navbar li a.ride {
  color: #fff;
}

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

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

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

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

/* 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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000000;
  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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  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: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  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: #000000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  background-color: #fff;
  color: #000000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.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;
}

/* SideBar */
@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i.fa-angle-down {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
}

.navbar li a:hover {
  color: #E80042;
}

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

#countrySelect option {
  display: flex;
  align-items: center;
  font-size: 0; /* Hide the text */
}

@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;
  }
  .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: #000000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000000;
  }
  .navbar .sub-menu li:hover a {
    color: #000000;
    border-color: #000000;
  }
  .navbar .sub-menu li a {
    color: #525355;
    padding: 7px 10px;
    font-size: 14px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: grid;
    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: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #525355;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #E80042;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff !important;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #E80042;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #525355;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #E80042;
  }
  .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;
  }
  .enquBtn {
    margin-left: 0px;
    display: flex;
    align-items: center;
  }
  .enquBtn select {
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #454545;
    transition: 0.5s;
    text-align: center;
  }
}
@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: 20px 0 70px;
}
.banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(183deg, rgba(0, 0, 0, 0.5) 76.93%, #000 87.12%);
}
.banner .container.bnr {
  position: relative;
  z-index: 1;
}
.banner .leftcap {
  height: 100%;
  padding: 0px 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .leftcap ul {
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px 15px;
  text-transform: uppercase;
}
.banner .leftcap ul li:first-child {
  padding-left: 0;
}
.banner .leftcap ul li:nth-child(even) {
  border: 1px solid #fff;
  width: 35px;
  height: 1px;
}
.banner .leftcap h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  text-transform: none;
}
.banner .leftcap h1 span {
  color: #E80042;
}
.banner .leftcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 25px;
  color: #fff;
}
.banner .leftcap .twobtn {
  display: flex;
}
.banner .leftcap .twobtn a {
  margin-right: 15px;
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  color: #000000;
  transition: 0.5s;
}
.banner .leftcap .twobtn a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.banner .leftcap .twobtn a:nth-child(2) {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner .leftcap .twobtn a:hover {
  color: #fff;
}
.banner .rightform {
  padding: 50px 0;
}
.banner .banrbtmp p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff;
}

.bnrcall {
  padding-bottom: 20px;
  display: flex;
}
.bnrcall a {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 25px;
}
.bnrcall a span {
  padding-right: 5px;
}

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

booking-widget {
  position: relative;
  z-index: 8;
}

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

.navbar .navbar-nav > li.mobibk a {
  background-color: #000000;
  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: #000000;
}

.allmob p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
}

/*********************************
    Banner section end
*********************************/
.homefltsec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.homefltsec::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(36, 36, 60, 0.6) 0%, rgba(42, 35, 37, 0.6) 11.22%, rgba(53, 37, 41, 0.6) 26.41%, rgba(60, 37, 43, 0.6) 44.29%, rgba(103, 33, 52, 0.6) 65.83%, rgba(158, 30, 66, 0.38) 82.56%, rgba(126, 12, 45, 0.37) 100%);
}
.homefltsec .line {
  width: 100%;
  height: 2px;
  border: 1px solid #fff;
  position: relative;
}
.homefltsec .line.bdercenter::before {
  position: absolute;
  content: "";
  top: -50%;
  left: 50%;
  margin: 0px auto;
  width: 1px;
  height: 92px;
  background-color: #fff;
  transform: translate(-50%, -100%);
}
.homefltsec .centrbdr {
  width: 1px;
  height: 43%;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 0;
  background-color: #fff;
}
.homefltsec .fltsec {
  position: relative;
}
.homefltsec .fltsec h2 {
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.homefltsec .fltsec .cenp {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
}
.homefltsec .fltsec .fltcard {
  height: 100%;
}
.homefltsec .fltsec .fleet_card {
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(91, 91, 91, 0.5) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: white;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  height: 100%;
}
.homefltsec .fltsec .fleet_card .carimg {
  width: 90%;
  height: 125px !important;
  height: auto;
  padding-top: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.homefltsec .fltsec .fleet_card .card_content {
  padding: 10px 0;
}
.homefltsec .fltsec .fleet_card .card_content h3 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  padding-bottom: 15px;
}
.homefltsec .fltsec .fleet_card .card_content .features {
  padding: 15px 0;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
}
.homefltsec .fltsec .fleet_card .card_content .features span {
  padding: 0 8px;
  font-size: 14px;
}
.homefltsec .fltsec .hover_section {
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  padding: 0 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease;
}
.homefltsec .fltsec .hover_section p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
}
.homefltsec .fltsec .fltcard:hover .hover_section {
  opacity: 1;
  max-height: 100%;
}
.homefltsec .fltsec .bookbtn {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  border-radius: 50px;
  transition: background 0.3s;
}
.homefltsec .fltsec .bookbtn:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}

.weoffer .line {
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  margin-top: 60px;
}
.weoffer .line::before {
  position: absolute;
  content: "";
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 35px;
  background-color: #fff;
}
.weoffer h2 {
  padding-top: 60px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.weoffer .wificard {
  border-radius: 10px;
  border: 0.5px solid #525252;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(91, 91, 91, 0.2) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 30px 15px;
  height: 100%;
  transition: 0.5s;
}
.weoffer .wificard .wifi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.weoffer .wificard .wifi h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.weoffer .wificard .wifi i {
  color: #E80042;
  font-size: 30px;
}
.weoffer .wificard p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
}
.weoffer .wificard:hover {
  background-color: #E80042;
  border-color: #E80042;
}
.weoffer .wificard:hover .wifi i {
  color: #fff;
}

.ourprmserv {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  position: relative;
}
.ourprmserv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(36, 36, 60, 0.96) 0%, rgba(42, 35, 37, 0.96) 11.22%, rgba(53, 37, 41, 0.96) 26.41%, rgba(60, 37, 43, 0.96) 44.29%, rgba(103, 33, 52, 0.96) 65.83%, rgba(158, 30, 66, 0.96) 82.56%, rgba(126, 12, 45, 0.96) 100%);
}
.ourprmserv .devidline {
  position: absolute;
  content: "";
  width: 1px;
  height: 140px;
  background-color: #fff;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -77%);
}
.ourprmserv .innr {
  position: relative;
  z-index: 1;
}
.ourprmserv h2 {
  padding-top: 40px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.ourprmserv .cenp {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
}
.ourprmserv .servcard .imgbox {
  height: 220px;
  border-radius: 10px;
  position: relative;
}
.ourprmserv .servcard .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.ourprmserv .servcard .imgbox::after {
  position: absolute;
  content: "";
  width: 87%;
  height: 100%;
  top: 55px;
  left: 28px;
  border: 1px solid #fff;
}
.ourprmserv .servcard .capsec {
  padding: 15px 15px;
}
.ourprmserv .servcard .capsec h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.ourprmserv .servcard .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  font-size: 14px;
  color: #fff;
  width: 92%;
  padding-bottom: 15px;
}
.ourprmserv .servcard .capsec a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  display: table;
  margin: 0px auto;
}
.ourprmserv .servcard .capsec a i {
  padding-left: 10px;
}
.ourprmserv .servcard .capsec a:hover {
  color: #E80042;
}
.ourprmserv .btmline {
  padding-top: 45px;
  border-bottom: 1px solid #fff;
  position: relative;
}
.ourprmserv .btmline::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #fff;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 73%);
}

.whychos {
  background: linear-gradient(180deg, #81898F 0%, #575E64 50%, #3E4347 100%);
  position: relative;
}
.whychos .cap {
  padding: 50px 0;
}
.whychos .cap h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
  text-align: left;
}
.whychos .cap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 45px;
  width: 78%;
}
.whychos .cap ul {
  padding-bottom: 30px;
}
.whychos .cap ul li {
  position: relative;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-left: 60px;
  padding-bottom: 20px;
}
.whychos .cap ul li::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.whychos .cap a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
.whychos .cap a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.whychos .rightpic {
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}
.whychos .rightpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.commFAQsec {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.27) 100%), radial-gradient(248.88% 92.27% at 47.71% 55.48%, rgba(49, 50, 158, 0.86) 3.12%, rgba(232, 0, 66, 0.59) 100%);
}
.commFAQsec h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 30px;
  color: #fff;
  text-align: left;
}
.commFAQsec .HeaderBtn.HeaderBtntwo {
  margin: 0px auto;
  display: table;
  margin-bottom: 30px;
}
.commFAQsec .faqoutr {
  width: 100%;
}
.commFAQsec .faqoutr .card {
  border-radius: 4.513px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  border-color: transparent;
}
.commFAQsec .faqoutr .accordion .card-header {
  cursor: pointer;
  border-radius: 3.77px !important;
  border: 0.471px solid #D8D8D8;
  background-color: transparent;
  padding: 8px 30px;
  margin-bottom: 15px;
}
.commFAQsec .faqoutr .accordion .card-header h5 {
  font-size: 18px;
}
.commFAQsec .faqoutr .accordion .btn-link {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.commFAQsec .faqoutr .accordion .btn-link.collapsed::after {
  content: "+";
  float: right;
  font-size: 25px;
  border-radius: 100%;
  background-color: transparent;
  color: #fff;
  padding: 0px 10px;
  font-weight: 400;
}
.commFAQsec .faqoutr .accordion .btn-link:not(.collapsed)::after {
  content: "-";
  float: right;
  font-size: 25px;
  border-radius: 100%;
  background-color: transparent;
  padding: 0px 10px;
  font-weight: 400;
}
.commFAQsec .faqoutr .card-body {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 20px 30px;
  padding-top: 0;
  font-size: 13px;
  color: #fff;
}
.commFAQsec .faqoutr .card-body ul li {
  list-style: disc !important;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 10px;
}
.commFAQsec .help {
  padding: 15px 0 0px;
}
.commFAQsec .help .support {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.commFAQsec .help span {
  color: #fff;
  font-size: 15.795px;
  font-style: normal;
  font-weight: 300;
  line-height: 24.82px;
  letter-spacing: -0.158px;
  padding-right: 10px;
}
.commFAQsec .help a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  background: #000000;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 3.77px;
}
.commFAQsec .help a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.commFAQsec .help a i {
  padding-right: 10px;
}
.commFAQsec .help a:hover {
  background-color: #fff;
  color: #000000;
}

.dwn img {
  width: 100%;
}

.dwnapp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dwnapp .apptxt {
  padding-left: 80px;
}

.dwnapp .apptxt h3 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 27px;
  color: #000000;
}

.dwnapp .apptxt a {
  font-size: 16px;
  color: #000000;
  transition: 0.5s;
}
.dwnapp .apptxt a:hover {
  color: #E80042;
}

.dwnapp .apptxt a img {
  padding-left: 8px;
}

.dwnapp .blmkmob {
  position: relative;
  /* display: flex; */
}

.dwnapp .blmkmob .mobile {
  margin-top: -250px;
  float: left;
}

.dwnapp .blmkmob .mobile img {
  width: 100%;
}

.dwnapp .blmkmob .btntxt {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-top: 30px;
}

.dwnapp .blmkmob .btntxt p {
  font-size: 16px;
  color: #1E1E1E;
  padding-bottom: 20px;
}

.dwnapp .blmkmob .btntxt .appbtn {
  display: flex;
}

.dwnapp .blmkmob .btntxt .appbtn a {
  margin-right: 18px;
}
.dwnapp .blmkmob .btntxt .appbtn a img {
  width: 100%;
}

.banner.innbnr {
  background-position: bottom;
}
.banner.innbnr::before {
  background: linear-gradient(183deg, rgba(0, 0, 0, 0.5) 76.93%, #000 87.12%);
}
.banner.innbnr .leftcap {
  padding-top: 70px;
  padding-bottom: 90px;
}
.banner.innbnr .leftcap h1 {
  font-size: 32px;
  text-align: center;
  padding-bottom: 0px;
  width: 100%;
  color: #fff;
}
.banner.innbnr .leftcap .bedcrumb {
  padding-bottom: 20px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
.banner.innbnr .leftcap .bedcrumb span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  text-transform: capitalize;
  padding-left: 5px;
}
.banner.innbnr .leftcap .bedcrumb a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  text-transform: capitalize;
}
.banner.innbnr .leftcap p {
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  color: #fff;
  width: 50%;
}
.banner.innbnr .leftcap a.bknow {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  margin: 0px auto;
}
.banner.innbnr .leftcap a.bknow:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}

.abtsecsec .line {
  border-bottom: 1px solid #000000;
  padding-top: 50px;
}
.abtsecsec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.abtsecsec p.normal {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 70%;
  padding-bottom: 50px;
  color: #000000;
}
.abtsecsec .leftpic {
  overflow: hidden;
  border-radius: 10px;
}
.abtsecsec .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abtsecsec .rightcap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 15px;
  color: #000000;
}
.abtsecsec .rightcap a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  margin-top: 10px;
  display: inline-block;
}
.abtsecsec .rightcap a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}

.whychosabt h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}
.whychosabt p.normal {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 70%;
  padding-bottom: 90px;
  color: #000000;
}
.whychosabt .economy {
  border-radius: 10px;
  background: #F3F3F3;
  padding: 70px 30px 35px;
  position: relative;
  margin-bottom: 60px;
}
.whychosabt .economy .wificon {
  width: 95px;
  height: 95px;
  border-radius: 10px;
  border: 1px solid #000;
  background: #FFF;
  position: absolute;
  left: 30px;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whychosabt .economy .wificon i {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  color: #E80042;
  text-align: center;
}
.whychosabt .economy h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 30px;
  color: #000000;
}
.whychosabt .economy p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #000000;
}

.timelineSec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.timelineSec .left {
  background: transparent;
  position: sticky;
  top: 0;
  height: auto;
  padding-top: 100px;
  scrollbar-width: none;
}
.timelineSec .left h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #000000;
}
.timelineSec .left p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
  color: #000000;
  width: 80%;
}
.timelineSec .left a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
.timelineSec .left a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.timelineSec .left .imgdiv {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 35px;
}
.timelineSec .left .imgdiv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timelineSec .right {
  padding-left: 50px;
}
.timelineSec .right .timeline {
  position: relative;
  margin: 30px;
  padding-left: 0px;
  border-left: 3px solid #000;
}
.timelineSec .right .timeline_item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 30px;
}
.timelineSec .right .timeline_dot {
  position: absolute;
  top: -2px;
  left: -29px;
  width: 58px;
  height: 58px;
  background-color: #E80042;
  border: 10px solid #ccc;
  border-radius: 50%;
  z-index: 1;
}
.timelineSec .right .timeline_content {
  margin-top: -10px;
  padding-left: 35px;
}
.timelineSec .right .timeline_content h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.timelineSec .right .timeline_content p {
  margin: 0;
  font-size: 14px;
  color: #000000;
  padding-top: 15px;
  width: 70%;
}

.homefltsec.fltab {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.homefltsec.fltab::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(36, 36, 60, 0.6) 0%, rgba(42, 35, 37, 0.6) 11.22%, rgba(53, 37, 41, 0.6) 26.41%, rgba(60, 37, 43, 0.6) 44.29%, rgba(103, 33, 52, 0.6) 65.83%, rgba(158, 30, 66, 0.38) 82.56%, rgba(126, 12, 45, 0.37) 100%);
}
.homefltsec.fltab h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 20px;
  z-index: 1;
  position: relative;
}
.homefltsec.fltab p.centerP {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: 0px auto;
  width: 80%;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
.homefltsec.fltab .tabsecflt ul {
  justify-content: space-between;
  align-items: center;
}
.homefltsec.fltab .tabsecflt ul li {
  margin: 0px auto;
  text-align: center;
}
.homefltsec.fltab .tabsecflt ul li a {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff;
  position: relative;
}
.homefltsec.fltab .tabsecflt ul li a.active {
  color: #E80042;
  border-bottom: 4px solid #fff !important;
}
.homefltsec.fltab .tabsecflt .fltsec .hover_section {
  opacity: 1;
  max-height: 100% !important;
  padding: 20px 20px !important;
}
.homefltsec.fltab .tabsecflt .fltsec .bookbtn {
  width: 100%;
  text-align: center;
  border: 0;
}

.blackdiv {
  background-color: #151515;
}
.blackdiv .rightcap h2 {
  color: #fff;
  text-align: left;
}
.blackdiv .rightcap p {
  color: #fff;
}
.blackdiv .fltsec.weoffer .wificard {
  border-radius: 10px;
  border: 0.5px solid #525252;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(91, 91, 91, 0.2) 100%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: all 0.5s ease-in-out;
}
.blackdiv .fltsec.weoffer .wificard p {
  font-size: 14px;
}
.blackdiv .fltsec.weoffer .wificard:hover {
  background: #31329E;
  border-color: #fff;
}

.fltdetil .slidersec {
  border-radius: 16px;
  overflow: hidden;
}
.fltdetil .slidersec .imgbox {
  border-radius: 16px;
}
.fltdetil .slidersec .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fltdetil .slidersec .slick-dots {
  bottom: 10px;
}
.fltdetil .slidersec .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 5px;
  border: 0;
  outline: none;
  background: #D9D9D9;
  border-radius: 100%;
}
.fltdetil .slidersec .slick-dots li button::before {
  content: "";
  opacity: 1;
}
.fltdetil .slidersec .slick-dots li.slick-active button {
  background: #e80042;
}
.fltdetil .caparea {
  padding-left: 30px;
}
.fltdetil .caparea h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  font-size: 32px;
  width: 85%;
  color: #000000;
}
.fltdetil .caparea p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #000000;
  font-size: 14px;
  padding-bottom: 30px;
}
.fltdetil .caparea a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
.fltdetil .caparea a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}

.homefltsec.blackdiv.commsec3 {
  background-color: #000000;
}
.homefltsec.blackdiv.commsec3::before {
  display: none;
}

.limo h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #000000;
}
.limo .rotate .imgsec {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.limo .rotate .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.limo .rotate .capsec {
  padding-left: 30px;
}
.limo .rotate .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
  color: #000000;
  padding-bottom: 10px;
}
.limo .rotate .capsec a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
.limo .rotate .capsec a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.limo .rotate .capsec.two {
  padding-right: 30px;
  padding-left: 0;
}

.captchafrm.letfcpfrom {
  position: relative;
  padding: 50px;
  border-radius: 4px;
  background: #232323;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.captchafrm.letfcpfrom h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #A2A2A2;
  margin-bottom: 25px !important;
  z-index: 1;
  position: relative;
}
.captchafrm.letfcpfrom input, .captchafrm.letfcpfrom select {
  padding: 15px;
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  margin-bottom: 15px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none;
}
.captchafrm.letfcpfrom input::-moz-placeholder, .captchafrm.letfcpfrom select::-moz-placeholder {
  color: #fff;
}
.captchafrm.letfcpfrom input::placeholder, .captchafrm.letfcpfrom select::placeholder {
  color: #fff;
}
.captchafrm.letfcpfrom select {
  color: #fff;
  padding: 0px;
}
.captchafrm.letfcpfrom select option {
  background: #000;
  color: #fff;
}
.captchafrm.letfcpfrom textarea {
  background: transparent;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.captchafrm.letfcpfrom button {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  background: #fff;
  color: #000000;
  margin-top: 15px;
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
  margin: 0px auto;
  display: table;
  margin-top: 30px;
}
.captchafrm.letfcpfrom button:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.captchafrm.letfcpfrom button:hover {
  background: #000000;
  color: #fff !important;
}

.contactFrom .innersec {
  border-radius: 8px;
  background: #100;
}
.contactFrom .innersec .leftpic {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contactFrom .innersec .leftpic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.contactFrom .innersec .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactFrom .innersec .leftpic .scmedia {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.contactFrom .innersec .leftpic .scmedia ul {
  display: flex;
  justify-content: center;
}
.contactFrom .innersec .leftpic .scmedia ul li {
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background-color: #E80042;
  transition: all 0.5s;
  margin-right: 15px;
}
.contactFrom .innersec .leftpic .scmedia ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #000000;
  height: 100%;
}
.contactFrom .innersec .leftpic .scmedia ul li:hover {
  background-color: #fff;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber {
  flex-direction: column;
  padding-top: 20px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: transparent;
  margin-right: 0;
  padding-bottom: 8px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li i {
  padding-right: 10px;
}
.contactFrom .innersec .leftpic .scmedia ul.contactnumber li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
}
.contactFrom .innersec .rightform {
  padding: 30px;
}
.contactFrom .innersec .rightform h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 20px;
  color: #fff !important;
}
.contactFrom .innersec .rightform .leftside {
  height: 55px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.contactFrom .innersec .rightform .rightside {
  height: 55px;
}
.contactFrom .innersec .rightform .book_now {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
.contactFrom .innersec .rightform .book_now:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.contactFrom .innersec .rightform .book_now:hover {
  background-color: #fff;
  color: #000000;
}
.contactFrom .innersec .rightform button.book-now {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  height: auto;
  text-align: center;
}
.contactFrom .innersec .rightform button.book-now:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.contactFrom .innersec .rightform button.book-now:hover {
  background-color: #E80042;
}

.mapsec {
  height: 370px;
  border-radius: 8px;
  overflow: hidden;
}
.mapsec iframe {
  width: 100%;
  height: 100%;
}

.g-recaptcha {
  width: 100%;
  transform: scale(0.75);
}

#successPopup {
  z-index: 99999999;
}
p#popup-message {
  color: #000;
}
.modal-footer button {
  background-color: #000;
}

.four_0_four {
  padding-top: 130px;
}
.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
}
.four_0_four h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}

.fetures {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.fetures::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(36, 36, 60, 0.6) 0%, rgba(42, 35, 37, 0.6) 11.22%, rgba(53, 37, 41, 0.6) 26.41%, rgba(60, 37, 43, 0.6) 44.29%, rgba(103, 33, 52, 0.6) 65.83%, rgba(158, 30, 66, 0.38) 82.56%, rgba(126, 12, 45, 0.37) 100%);
}
.fetures h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}
.fetures .leftfetpic {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.fetures .leftfetpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fetures .rightfetcap {
  padding-left: 30px;
}
.fetures .rightfetcap ul li {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.fetures .rightfetcap ul li .icon {
  min-width: 88px;
  min-height: 88px;
  border-radius: 100%;
  background-color: #fff;
  padding: 10px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fetures .rightfetcap ul li .icon i {
  font-size: 30px;
  color: #E80042;
}
.fetures .rightfetcap ul li .cont h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 8px;
  text-align: left;
}
.fetures .rightfetcap ul li .cont p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
  color: #fff;
}

.yourprem {
  background-color: #F6F6F6;
  position: relative;
}
.yourprem .leftfull {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 100%;
}
.yourprem .leftfull img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.yourprem .lgsev {
  margin-left: auto;
}
.yourprem .cap {
  padding-left: 30px;
}
.yourprem .cap h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 30px;
  color: #000000;
}
.yourprem .cap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #000000;
  width: 100%;
  padding-bottom: 30px;
}
.yourprem .cap ul {
  display: flex;
  flex-wrap: wrap;
}
.yourprem .cap ul li {
  padding-left: 10px;
  border-left: 2px solid #000000;
  width: 50%;
  padding-right: 50px;
  margin-bottom: 30px;
}
.yourprem .cap ul li h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
}
.yourprem .cap ul li p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 12px;
  color: #000000;
  padding-bottom: 0;
}

.testimonial {
  background-color: #222;
}
.testimonial .testimonial_box {
  border-radius: 8px;
  border: 1px solid #CACACA;
  background: linear-gradient(180deg, #6E6E6E 0%, #999 100%);
  padding: 30px;
  color: white;
  text-align: left;
  height: 100%;
  transition: all 0.5s ease;
  position: relative;
  border-bottom: 13px solid #31329E;
}
.testimonial .testimonial_box .user {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
.testimonial .testimonial_box .user i {
  font-size: 25px;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial .testimonial_box h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  color: #C5B564;
  text-align: left;
  padding-bottom: 20px;
}
.testimonial .testimonial_box p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0 30px;
}
.testimonial .testimonial_box p i.top {
  position: absolute;
  top: -10px;
  left: -2px;
  font-size: 20px;
  color: #fff;
}
.testimonial .testimonial_box p i.btm {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
  color: #fff;
}
.testimonial .slick-arrow-custom {
  background-color: #fff;
  border: none;
  color: #000000;
  font-size: 15px;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.5s;
}
.testimonial .slick-arrow-custom::before {
  content: "";
}
.testimonial .slick-arrow-custom:hover {
  background-color: #E80042;
}
.testimonial .slick-prev {
  left: -35px;
}
.testimonial .slick-next {
  right: -35px;
}

.testimonial-slider .slick-slide {
  padding: 15px;
  transform: scale(0.8);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.testimonial-slider .slick-center {
  transform: scale(1);
  opacity: 1;
  border: 1px solid #CACACA;
  background: radial-gradient(128.57% 135% at 6.32% 2.79%, rgba(49, 50, 158, 0.8) 3.12%, rgba(232, 0, 66, 0.8) 100%);
  border-bottom-color: #CACACA;
}

.cityMain h2.mainhedh {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 15px;
  color: #000000;
}
.cityMain p.mainhedp {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  margin: auto;
  width: 60%;
  padding-bottom: 30px;
  color: #000000;
}
.cityMain .maincontent .item {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.cityMain .maincontent .item .imgbox {
  height: 280px;
}
.cityMain .maincontent .item .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cityMain .maincontent .item .capsec {
  padding: 15px;
}
.cityMain .maincontent .item .capsec h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 15px;
  color: #000000;
}
.cityMain .maincontent .item .capsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #000000;
}
.cityMain .maincontent .item .capsec a {
  padding-top: 10px;
  display: block;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: right;
  color: #000000;
}
.cityMain .maincontent .item .capsec a i {
  padding-left: 10px;
}
.cityMain .maincontent .evenrow:nth-child(even) {
  flex-direction: row-reverse;
}

.single_sec1 .flexdiv {
  display: flex;
  height: 100%;
}
.single_sec1 .flexdiv .imgone {
  margin-right: 30px;
}
.single_sec1 .flexdiv .imgone img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.single_sec1 .flexdiv .imgtwo {
  margin-top: 100px;
}
.single_sec1 .flexdiv .imgtwo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.single_sec1 .capction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.single_sec1 .capction span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 15px;
  display: block;
  color: #000000;
}
.single_sec1 .capction h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 15px;
  color: #000000;
}
.single_sec1 .capction p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 20px;
  color: #000000;
}
.single_sec1 .capction a {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
.single_sec1 .capction a:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
.single_sec1 .capction a img {
  filter: brightness(0) invert(1);
}

.single_sec2 {
  position: relative;
}
.single_sec2::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 100%;
  background-image: url(../images/citySingle2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  top: 0;
  right: 0;
  border-radius: 8px;
}
.single_sec2 .cap {
  width: 50%;
}
.single_sec2 .cap h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #000000;
  text-align: left;
}
.single_sec2 .cap p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 30px;
  color: #000000;
}
.single_sec2 .cap ul {
  display: flex;
  flex-wrap: wrap;
}
.single_sec2 .cap ul li {
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 13px 27px;
  margin-right: 50px;
  margin-left: 0;
}
.single_sec2 .cap ul li img {
  padding-bottom: 15px;
  filter: none !important;
}
.single_sec2 .cap ul li span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-align: center;
  color: #000000;
}

.contactus.single_sec3 {
  position: relative;
  padding-top: 0;
  margin-top: 100px;
  background-color: #000000;
}
.contactus.single_sec3::after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  background-image: url(../images/cotysingle_conus.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  top: 0;
  left: 0;
}
.contactus.single_sec3 .outersec {
  width: 65%;
  margin: 0;
  margin-left: auto;
}
.contactus.single_sec3 .outersec .formsec h2 {
  text-align: center;
  color: #fff;
}
.contactus.single_sec3 .outersec .formsec p {
  margin: 0px auto;
  text-align: center;
}

.full_gradientSec.blogmain .lftblog {
  border-radius: 6px;
  background-color: #000000;
  padding: 10px;
  padding-bottom: 40px;
}
.full_gradientSec.blogmain .lftblog .imgbox {
  height: 100%;
}
.full_gradientSec.blogmain .lftblog .imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full_gradientSec.blogmain .lftblog .blogcapt {
  padding-top: 30px;
}
.full_gradientSec.blogmain .lftblog .blogcapt ul {
  display: flex;
  padding-bottom: 15px;
}
.full_gradientSec.blogmain .lftblog .blogcapt ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
.full_gradientSec.blogmain .lftblog .blogcapt ul li .user {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  background-color: #D9D9D9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.full_gradientSec.blogmain .lftblog .blogcapt ul li .user img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.full_gradientSec.blogmain .lftblog .blogcapt ul li p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: capitalize;
  padding: 0 10px 0 10px;
}
.full_gradientSec.blogmain .lftblog .blogcapt ul li.br0 {
  border-right: 0;
}
.full_gradientSec.blogmain .lftblog .blogcapt h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 20px;
  text-align: left;
}
.full_gradientSec.blogmain .lftblog .blogcapt p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  font-weight: 500;
  padding-bottom: 25px;
}
.full_gradientSec.blogmain .lftblog .blogcapt a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.full_gradientSec.blogmain .lftblog .blogcapt a i {
  padding-left: 10px;
}
.full_gradientSec.blogmain .lftblog .blogcapt a:hover {
  color: #000000;
}
.full_gradientSec.blogmain .rightblog .item {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 10px;
  display: flex;
}
.full_gradientSec.blogmain .rightblog .item .imgBox {
  min-width: 130px;
  min-height: 130px;
  width: 130px;
  height: 130px;
  border-radius: 6px;
}
.full_gradientSec.blogmain .rightblog .item .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full_gradientSec.blogmain .rightblog .item .sidecap {
  padding-left: 15px;
}
.full_gradientSec.blogmain .rightblog .item .sidecap h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-bottom: 15px;
  color: #000000;
  font-size: 18px;
}
.full_gradientSec.blogmain .rightblog .item .sidecap ul {
  display: flex;
  padding-bottom: 15px;
}
.full_gradientSec.blogmain .rightblog .item .sidecap ul li {
  display: flex;
  align-items: center;
  border-right: 1px solid #000000;
}
.full_gradientSec.blogmain .rightblog .item .sidecap ul li .user {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  background-color: #D9D9D9;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.full_gradientSec.blogmain .rightblog .item .sidecap ul li .user img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.full_gradientSec.blogmain .rightblog .item .sidecap ul li p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  text-transform: capitalize;
  padding: 0 10px 0 10px;
  color: #000000;
}
.full_gradientSec.blogmain .rightblog .item .sidecap ul li.br0 {
  border-right: 0;
}
.full_gradientSec.blogmain .rightblog .scrolldiv {
  overflow: hidden;
  overflow-y: scroll;
  height: 1200px;
  padding-right: 15px;
}

.blogoutrSing .blogbody {
  border-radius: 8px;
  background-color: #000000;
  padding: 70px 0;
}
.blogoutrSing .blogbody .commsec {
  padding: 0 150px;
}
.blogoutrSing .blogbody .commsec h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  font-size: 30px;
  text-align: left;
}
.blogoutrSing .blogbody .commsec ul {
  display: flex;
  padding-bottom: 20px;
}
.blogoutrSing .blogbody .commsec ul li {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-right: 20px;
  text-transform: uppercase;
}
.blogoutrSing .blogbody .commsec h3 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 40px;
  text-align: left;
  text-transform: none;
}
.blogoutrSing .blogbody .commsec p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 40px;
}
.blogoutrSing .blogbody .commsec .middleimg {
  height: 457px;
  margin-bottom: 70px;
}
.blogoutrSing .blogbody .commsec .middleimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.blogoutrSing .blogbody .bigimg {
  padding: 45px;
  height: 460px;
}
.blogoutrSing .blogbody .bigimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.mainblogsec2 {
  padding-bottom: 140px;
}
.mainblogsec2 h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  font-size: 32px;
  color: #000000;
  padding-bottom: 15px;
}
.mainblogsec2 .outrblog .item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin: 0 15px;
}
.mainblogsec2 .outrblog .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.mainblogsec2 .outrblog .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainblogsec2 .outrblog .item .cap {
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: 50%;
}
.mainblogsec2 .outrblog .item .cap h3 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: left;
}
.mainblogsec2 .outrblog .item .cap ul li {
  display: flex;
}
.mainblogsec2 .outrblog .item .cap ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #E80042;
  padding-right: 10px;
}
.mainblogsec2 .outrblog .item .cap ul li span {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  position: relative;
  padding-left: 30px;
}
.mainblogsec2 .outrblog .item .cap ul li span::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  background-color: #D9D9D9;
}
.mainblogsec2 .outrblog .slick-next {
  bottom: -45%;
  right: 40%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 10px 15px;
  border: none;
  top: auto;
  outline: none;
  background: #fff;
  z-index: 1;
  transition: all 0.5s;
}
.mainblogsec2 .outrblog .slick-next img {
  filter: brightness(0) invert(0);
}
.mainblogsec2 .outrblog .slick-next::before {
  content: "";
  font-size: 0;
}
.mainblogsec2 .outrblog .slick-next:hover {
  background-color: #231D1D;
}
.mainblogsec2 .outrblog .slick-next:hover img {
  filter: brightness(0) invert(1);
}
.mainblogsec2 .outrblog .slick-prev {
  bottom: -45%;
  right: 50%;
  left: auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 10px 15px;
  border: none;
  top: auto;
  outline: none;
  z-index: 1;
  background: #fff;
  transition: all 0.5s;
}
.mainblogsec2 .outrblog .slick-prev img {
  filter: brightness(0) invert(0);
}
.mainblogsec2 .outrblog .slick-prev::before {
  content: "";
  font-size: 0;
}
.mainblogsec2 .outrblog .slick-prev:hover {
  background-color: #231D1D;
}
.mainblogsec2 .outrblog .slick-prev:hover img {
  filter: brightness(0) invert(1);
}

.commFAQsec.contactus.single_sec3 .captchafrm.letfcpfrom {
  margin-top: 20px;
}

.abtline {
  position: relative;
}
.abtline::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 72px;
  background-color: #fff;
}

.line.lineabt {
  position: relative;
  border-bottom: 1px solid #000000;
  padding-top: 50px;
}
.line.lineabt::before {
  position: absolute;
  content: "";
  bottom: -77%;
  left: 50%;
  width: 1px;
  height: 38px;
  width: 1px;
  height: 38px;
  background-color: #000000;
}

.line.lineabt.lineabt_two {
  position: relative;
  border-bottom: 1px solid #000000;
  padding-top: 0;
  margin-bottom: 50px;
}
.line.lineabt.lineabt_two::before {
  position: absolute;
  content: "";
  bottom: -38px;
  left: 50%;
  width: 1px;
  height: 38px;
  background-color: #000000;
}

/* New end */
footer {
  background: linear-gradient(180deg, rgba(91, 91, 91, 0.9) 0%, rgba(0, 0, 0, 1) 100%);
}
footer .footlogo {
  padding-bottom: 10px;
  padding-top: 0px;
  display: block;
  position: relative;
  left: -10px;
}
footer .footlogo img {
  filter: none;
  width: 100%;
}
footer h4 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
}
footer p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
}
footer p a {
  color: #fff;
}
footer ul li {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul.getin {
  padding-left: 0;
}
footer ul li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  transition: all 0.5s;
  text-transform: capitalize;
}
footer ul li a:hover, footer p a:hover {
  color: #E80042;
}
footer ul li a.bknowft {
  border-radius: 50px;
  background: linear-gradient(95deg, #31329E -4.31%, #E80042 100%);
  color: #fff;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding: 12px 45px;
  transition: all 0.5s;
}
footer ul li a.bknowft:hover {
  background: linear-gradient(95deg, #E80042 -4.31%, #31329E 100%);
  color: #fff !important;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000000;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .copy p {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li, .socialMedia li {
  padding-bottom: 0;
}
footer ul.policy li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
}
footer ul.socialMedia li a {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  color: #fff;
  font-size: 13px;
  padding: 0 10px;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10px;
  padding: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #E80042;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000000;
  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
*****************************/
/* loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #272727;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* loader */
.navbar-nav li.active a {
  color: #e80042;
  font-weight: bold;
}
#custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  font-family: sans-serif;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.popup-content p {
  font-size: 24px !important;
  margin-bottom: 20px;
  color: #000 !important;
}
#close-popup {
  padding: 8px 20px;
  background-color: #ee0c0d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.sub-menu.sub-menu-grid {
  position: absolute;
  top: 100%;
  left: 0;
  width: 450px; /* Adjust as needed */
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 999;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children .clickD.toggled ~ .sub-menu {
  opacity: 1;
  visibility: visible;
}

.sub-menu li {
  list-style: none;
}

.sub-menu li a {
  display: block;
  padding: 8px 10px;
  color: #000;
  border-bottom: 1px dotted #1a1a1a;
  text-transform: capitalize;
  transition: 0.3s;
}

.payment-logos img {
  margin-right: 8px;
  max-height: 30px;
}

.brandslider{
  width: 100%;
  padding: 5px 0;
  background: rgba(243, 243, 243, 0.80);
}
.brandslider .slick-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.brandslider .slick-slider .slide {
  text-align: center;
  padding: 0;
  border-right: 1px solid #000;
}
.brandslider .slick-slider img {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
}

/* Airport section */
.tabslidSec.airport_trns.newDesAirpt h2 {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  padding-bottom: 10px;
  text-transform: capitalize;
  position: relative;
}
.tabslidSec.airport_trns.newDesAirpt p {
  color: #000000;
  text-align: center;
}
.tabslidSec.airport_trns .tabsSec .fltbox .imgsec{
  height: 180px;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
}
.tabslidSec.airport_trns .tabsSec .fltbox .imgsec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabslidSec.airport_trns .tabsSec .fltbox .capsec{
  padding: 20px 25px;
}
.tabslidSec.airport_trns .tabsSec .fltbox .capsec .bknow{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0;
  height: 100%;
}
.tabslidSec.airport_trns .tabsSec .fltbox .capsec .bknow .price span{
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.277px;
  padding-bottom: 5px;
}
.tabslidSec.airport_trns .tabsSec .fltbox .capsec .bknow .price h6{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 142.857% */
  letter-spacing: 0.277px;
}
.tabslidSec.airport_trns .tabsSec .fltbox .capsec .bknow a{
  background: linear-gradient(95deg, rgb(49, 50, 158) -4.31%, rgb(232, 0, 66) 100%);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: #fff !important;
  transition: all 0.5s;
  text-align: center;
  border-radius: 50px;
  padding: 5px 20px;
}
.tabslidSec.airport_trns .slick-next {
  right: -10px;
}
.tabslidSec.airport_trns .slick-prev:before, .tabslidSec.airport_trns .slick-next:before {
  opacity: 1;
  color: #000;
  background: #f2f2f2;
  padding: 6px;
  border-radius: 16px;
}
.tabslidSec.airport_trns .slick-dots li button:before {
  font-size: 30px;
}
.slick-dots li.slick-active button:before {
  color: #E80042;
}
.tabslidSec .tabsSec .fltbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 25px;
  border-radius: 4px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: 0px 0px 6px 2px #6e65b3;
  margin-bottom: 15px;
  transition: all .5s ease;
}
.tabslidSec .tabsSec .fltbox:hover {
  box-shadow: 0px 0px 12px 3px #23162D;
}
.tabslidSec .tabsSec .fltbox .capsec h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: left;
  color: #E80042;
}
.tabslidSec .tabsSec .fltbox .capsec p {
  color: #000000;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.15px;
  padding-bottom: 10px;
  width: 100%;
}

@media screen and (max-width:992px) {
  .sub-menu.sub-menu-grid {
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .newDesAirpt.py-5 {
    padding-bottom: 0 !important;
  }
}