@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.primaryBg_color {
  background: #EDCB00 !important;
}

.lightBg_color {
  background: #F4F4F4 !important;
}

.whiteBg_color {
  background: #ffffff !important;
}

.color_white {
  color: #ffffff !important;
}

.color_primary {
  color: #EDCB00 !important;
}

.color_light {
  color: #8C8C8C !important;
}

.blackBg-Color {
  background: #000000 !important;
}

h1 {
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 800;
}

h2 {
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 800;
  color: #000000;
}

h3 {
  margin-bottom: 0;
  font-size: 26px;
}

h4 {
  margin-bottom: 0;
  font-size: 22px;
}

h5 {
  margin-bottom: 0;
  font-size: 18px;
}

h6 {
  margin-bottom: 0;
  font-size: 16px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  text-decoration: none;
  list-style: none;
  letter-spacing: 0.5px;
}

ol {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding-left: 10px;
  letter-spacing: 0.5px;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0.5px;
}

i {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:hover {
  color: #EDCB00;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

.hide {
  display: none;
}

.alertBox {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 9999;
  background: #ffffff;
  padding: 15px 15px;
  border-radius: 4px;
  border: 2px solid #000000;
}
.alertBox .cnt {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.alertBox h6 {
  font-size: 14px;
}

.alertBox.alert-success {
  background: #52AF09;
  color: #ffffff;
  border-color: #52AF09;
}

.alertBox.alert-warning {
  background: #bb2d3b;
  color: #ffffff;
  border-color: #bb2d3b;
}
.alertBox.alert-warning svg path {
  fill: #bb2d3b;
}

@media (max-width: 767px) {
  .alertBox {
    padding: 10px;
  }
  .alertBox svg {
    width: 15px !important;
    height: 15px !important;
  }
  .alertBox h6 {
    font-size: 12px;
  }
}
form label {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
}
form .form-group {
  position: relative;
}
form .form-group .error {
  color: red;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
}
form .form-group .form-control {
  margin-bottom: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #DADBE4;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 20px;
}
form .form-group .form-control:focus {
  box-shadow: none;
}
form .form-group .form-control::placeholder {
  color: #000000;
  opacity: 1;
}
form .form-group .form-control:-ms-input-placeholder {
  color: #000000;
}
form .form-group .form-control::-ms-input-placeholder {
  color: #000000;
}
form textarea.form-control {
  resize: none;
  height: 64px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CECEC5;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000000;
  opacity: 1;
}

.btn-close {
  box-shadow: none;
  outline: none;
  border: 0;
}

.position-relative {
  z-index: 1;
}

@media (max-width: 1699.98px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 1499.98px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
}
header {
  padding: 0px 0;
  background: #ffffff;
  top: 0;
}
header .navbar {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
header .navbar .navbar-brand {
  margin: 0;
  padding: 0 80px 0 0;
}
header .navbar .navbar-collapse .navbar-nav {
  grid-gap: 30px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  vertical-align: inherit;
  content: "";
  border: 0;
  background: url("../images/svg/downArrow.svg") center;
  background-size: contain;
  width: 16px;
  height: 8px;
  margin-top: 2px;
  margin-left: 10px;
  display: none;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000000;
  padding: 50px 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  transition: ease all 0.3s;
  letter-spacing: 0.5px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg {
  margin-left: 10px;
  transition: ease all 0.3s;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link svg path {
  transition: ease all 0.3s;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #EDCB00;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover svg path {
  stroke: #EDCB00;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  padding: 20px 0;
  border-radius: 0px 0 16px 16px;
  background: #ffffff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.11);
  min-width: 230px;
  max-width: 310px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  white-space: inherit;
  letter-spacing: 0.2px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #EDCB00;
  background-color: #ffffff;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li {
  padding: 0 20px;
  margin-bottom: 5px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu2 li:last-child {
  margin-bottom: 0;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu[data-bs-popper] {
  left: inherit;
  margin-top: inherit;
}
header .navbar .navbar-collapse .navbar-nav .current-menu {
  color: #EDCB00 !important;
}
header .navbar .navbar-collapse .navbar-nav .current-menu svg path {
  stroke: #EDCB00;
}
header .navbar .navbar-toggler {
  box-shadow: none;
  padding: 0;
  margin-left: 20px;
}
header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar .mobile_right {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
header .navbar .mobile_right a.log {
  padding: 12px 22px;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
}
header .navbar .mobile_right a.log:hover {
  background: #000000;
  border: 1px solid #000000;
}
header .navbar .mobile_right .hamburgerMenu {
  display: none;
}
header .navbar .mobile_right .hamburgerMenu img {
  width: 30px;
}
header .navbar .mobile_right .btn-group.profile .btn-secondary {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  box-shadow: none;
  outline: none;
  padding: 0;
}
header .navbar .mobile_right .btn-group.profile .btn-secondary::after {
  border: 0;
  width: 12px;
  height: 8px;
  background: url("../images/numberDownArrow.png");
  background-size: 12px;
}
header .navbar .mobile_right .btn-group.profile .btn-secondary .photo {
  width: 45px;
  height: 45px;
  background: #F4F4F4;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .mobile_right .btn-group.profile .btn-secondary .photo h6 {
  color: #8C8C8C;
  font-weight: 600;
  font-size: 12px;
}
header .navbar .mobile_right .btn-group.profile .btn-secondary h6.name {
  width: auto;
  max-width: 120px;
  padding-left: 10px;
  font-weight: 700;
  color: #000000;
  white-space: pre-line;
  text-align: left;
  font-size: 12px;
}
header .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
  margin-top: 39px;
}
header .navbar .mobile_right .btn-group.profile .dropdown-menu {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.11);
}
header .navbar .mobile_right .btn-group.profile .dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
header .navbar .mobile_right .btn-group.profile .dropdown-item:focus, header .navbar .mobile_right .btn-group.profile .dropdown-item:hover {
  color: #000;
  background-color: #e9ecef;
}

@media all and (min-width: 992px) {
  header .dropdown-menu > li:hover {
    background-color: #ffffff;
  }
  header .dropdown-menu > li:hover a.dropdown-itemSubmenu {
    color: #ffffff;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .nav-item.has-megamenu:hover .dropdown-menu2 {
    display: block !important;
    border: 0px;
  }
}
@media (max-width: 1399.98px) {
  header .navbar .navbar-brand {
    padding-right: 50px;
  }
  header .navbar .navbar-brand img {
    width: 115px;
  }
  header .navbar .navbar-collapse .navbar-nav {
    grid-gap: 15px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 40px 10px;
    font-size: 15px;
    line-height: 23px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    line-height: 21px;
  }
  header .navbar .mobile_right a {
    font-size: 15px;
    line-height: 23px;
  }
  header .navbar .mobile_right a.log {
    padding: 11px 20px;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
    margin-top: 29px;
  }
}
@media (max-width: 1299.98px) {
  header .navbar .navbar-brand img {
    width: 95px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 35px 10px;
    font-size: 14px;
    line-height: 21px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
    margin-bottom: 5px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 13px;
    line-height: 19px;
  }
  header .navbar .mobile_right a {
    font-size: 14px;
    line-height: 21px;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
    margin-top: 22px;
  }
  header.sticky .navbar .mobile_right .btn-group.profile .dropdown-item {
    font-size: 13px;
    line-height: 19px;
  }
  header.sticky .navbar .mobile_right .btn-group.profile .dropdown-item svg {
    width: 25px;
    height: 25px;
  }
  header.sticky .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
    margin-top: 21px;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 15px 0;
  }
  header .navbar .navbar-brand {
    padding-right: 0;
  }
  header .navbar .navbar-brand img {
    width: 105px;
  }
  header .navbar .mobile_right {
    grid-gap: 20px;
  }
  header .navbar .mobile_right a {
    font-size: 13px;
    line-height: 19px;
  }
  header .navbar .mobile_right a.log {
    background: #EDCB00;
    color: #000000;
    padding: 9px 17px;
  }
  header .navbar .mobile_right a.log:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  header .navbar .mobile_right .hamburgerMenu {
    display: flex;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-item {
    font-size: 13px;
    line-height: 16px;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-item svg {
    width: 25px;
    height: 25px;
  }
  header .navbar .mobile_right .btn-group.profile .btn-secondary .photo {
    width: 39px;
    height: 39px;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
    margin-top: 27px;
  }
}
@media (max-width: 766.98px) {
  header {
    padding: 15px 0;
  }
  header .navbar .navbar-brand img {
    width: 90px;
  }
  header .navbar .mobile_right a {
    font-size: 12px;
    line-height: 19px;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
    margin-top: 22px;
  }
}
@media (max-width: 524.98px) {
  header .navbar .mobile_right {
    grid-gap: 15px;
  }
  header .navbar .mobile_right .btn-group.profile .btn-secondary h6.name {
    display: none;
  }
  header .navbar .mobile_right .ms-2 {
    margin-left: 0rem !important;
  }
  header .navbar .mobile_right a.log {
    padding: 8px 15px;
    font-size: 11px;
  }
  header .navbar .mobile_right .second_btn {
    padding: 7px 15px;
    font-size: 11px;
  }
}
@media (max-width: 390.98px) {
  header .navbar .navbar-brand img {
    width: 70px;
  }
  header .navbar .mobile_right {
    grid-gap: 10px;
  }
  header .navbar .mobile_right .btn-group.profile .dropdown-menu[data-bs-popper] {
    margin-top: 19px;
  }
}
header.type-02 {
  background: #EDCB00 !important;
}
header.type-02 .second_btn {
  background: #EDCB00;
}
header.type-02 .second_btn:hover {
  background: #ffffff;
  border-color: #ffffff;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff !important;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .current-menu {
  color: #ffffff !important;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .current-menu svg path {
  stroke: #ffffff !important;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover svg path {
  stroke: #ffffff !important;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background: #EDCB00;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background-color: #EDCB00;
}
header.type-02 .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  background: #EDCB00;
}
header.type-02 .dropdown-menu > li:hover {
  background-color: #EDCB00;
}

.homeBanner {
  background: url(../images/video/banner.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.homeBanner .elementor-background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.homeBanner .elementor-background-video-container .elementor-background-video-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homeBanner .banner-content {
  position: relative;
  z-index: 2;
  min-height: 700px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.homeBanner .banner-content .btnBox {
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.homeBanner .banner-content .btnBox .primary_btn {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
.homeBanner .banner-content .btnBox .primary_btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
}
.homeBanner .banner-content .btnBox .secondary_btn {
  border-color: #ffffff;
  color: #ffffff;
  background: transparent;
}

@media (max-width: 1399.98px) {
  .homeBanner .banner-content {
    min-height: 630px;
  }
}
@media (max-width: 766.98px) {
  .homeBanner .elementor-background-video-container {
    position: relative;
    height: auto;
    width: 100%;
    min-height: 250px;
  }
  .homeBanner .elementor-background-video-container .elementor-background-video-embed {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: inherit;
    min-height: 350px;
    object-fit: cover;
  }
  .homeBanner .banner-content {
    min-height: inherit;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .homeBanner .banner-content .btnBox {
    padding-bottom: 30px;
  }
}
.howWork {
  padding: 100px 0;
  background: #000000;
}
.howWork .howWorkLeft {
  display: flex;
  flex-direction: column;
}
.howWork h1, .howWork h2 {
  color: #ffffff;
  margin-bottom: 20px;
}
.howWork p {
  color: #ffffff;
}
.howWork .primary_btn {
  background: #ffffff;
  border-color: #ffffff;
  color: #000000;
  width: fit-content;
  margin-top: 25px;
}
.howWork .primary_btn:hover {
  border-color: #EDCB00;
}
.howWork .workSlider-nav {
  display: flex;
  align-items: center;
}
.howWork .workSlider-nav .slick-prev {
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  left: 0;
  transform: inherit;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin-right: 40px;
  background: #ffffff url("../images/svg/leftArrow.svg") no-repeat center;
  background-size: 25px !important;
}
.howWork .workSlider-nav .slick-prev::before {
  display: none;
}
.howWork .workSlider-nav .slick-next {
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  left: 0;
  transform: inherit;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  background: #ffffff url("../images/svg/rightArrow.svg") no-repeat center;
  background-size: 25px !important;
}
.howWork .workSlider-nav .slick-next::before {
  display: none;
}
.howWork .workSlider {
  margin-bottom: 0 !important;
}
.howWork .workSlider .slick-list {
  margin-right: -10px;
}
.howWork .workSlider .slick-track {
  margin-left: 0;
  margin: 0 -10px;
  display: flex !important;
}
.howWork .workSlider .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.howWork .workSlider .slick-slide div {
  height: 100%;
}
.howWork .slick-dots {
  display: none !important;
}
.howWork .howWork-card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  height: 100%;
  width: 100%;
}
.howWork .howWork-card .cardImage {
  overflow: hidden;
  height: auto !important;
}
.howWork .howWork-card .cardBody {
  padding: 30px;
  padding-bottom: 40px;
  height: auto !important;
}
.howWork .howWork-card .cardBody h4 {
  font-weight: 700;
  padding-bottom: 15px;
}
.howWork .howWork-card .cardBody p {
  color: #000000;
  max-height: 140px;
  overflow: auto;
}

@media (max-width: 1299.98px) {
  .howWork .howWork-card .cardBody p {
    max-height: 137px;
  }
  .howWork .workSlider-nav .slick-prev {
    width: 50px;
    height: 50px;
    background-size: 15px !important;
    margin: 0 20px 0 0;
    border-radius: 10px;
  }
  .howWork .workSlider-nav .slick-next {
    width: 50px;
    height: 50px;
    background-size: 15px !important;
    border-radius: 10px;
  }
}
@media (max-width: 1199.98px) {
  .howWork .howWork-card .cardBody {
    padding: 30px 15px 30px;
  }
}
@media (max-width: 991.98px) {
  .howWork {
    padding: 70px 0;
  }
  .howWork .workSlider-nav {
    margin-top: 35px !important;
    justify-content: start;
    padding-right: 10px;
  }
  .howWork .workSlider {
    margin-top: 40px;
  }
  .howWork .howWork-card .cardBody p {
    max-height: 134px;
  }
}
@media (max-width: 766.98px) {
  .howWork .workSlider-nav {
    padding-right: 0px;
  }
  .howWork .workSlider-nav .slick-next {
    width: 40px;
    height: 40px;
  }
  .howWork .workSlider-nav .slick-prev {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .howWork .workSlider {
    margin-top: 20px;
  }
  .howWork .workSlider .slick-track {
    margin: 0 -5px;
  }
  .howWork .workSlider .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width: 524.98px) {
  .howWork .workSlider-nav {
    padding-right: 5px;
  }
  .howWork .workSlider .slick-list {
    margin-right: 0px;
  }
  .howWork .workSlider .slick-track {
    margin: 0 0px;
  }
  .howWork .workSlider .slick-slide {
    margin: 0 5px;
  }
  .howWork .howWork-card {
    border-radius: 10px;
  }
}
@media (max-width: 449.98px) {
  .howWork .howWork-card .cardBody p {
    max-height: 107px;
  }
}
.rentCar {
  padding: 100px 0;
  background: #ffffff;
}
.rentCar .container {
  position: relative;
}
.rentCar .bottomLine {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.rentCar .position-relative {
  position: relative;
  z-index: 2;
}
.rentCar h1 {
  color: #000000;
  margin-bottom: 20px;
}
.rentCar p {
  color: #000000;
  font-weight: 500;
}
.rentCar .primary_btn {
  width: fit-content;
  margin-top: 25px;
}
.rentCar .primary_btn:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .rentCar {
    padding: 70px 0;
  }
  .rentCar .bottomLine {
    width: 75%;
    right: 0;
    top: 5%;
  }
  .rentCar p {
    padding-right: 10%;
  }
}
@media (max-width: 766.98px) {
  .rentCar {
    padding: 50px 0;
  }
  .rentCar .bottomLine {
    width: 85%;
    right: 0;
    top: 5%;
  }
}
@media (max-width: 574.98px) {
  .rentCar .bottomLine {
    width: 80%;
    right: 0;
    top: 0%;
  }
}
.yourRide {
  padding: 100px 0 60px;
  background: url("../images/your-ride.jpg") center bottom;
  background-size: cover;
}
.yourRide .subHead {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.yourRide .subHead::after {
  width: 40px;
  height: 3px;
  background: #EDCB00;
  left: 0;
  content: "";
  display: inline-block;
}
.yourRide h1 {
  color: #ffffff;
  margin-bottom: 50px;
}
.yourRide p {
  color: #000000;
  font-weight: 500;
}
.yourRide .yourRideSlider {
  margin-bottom: 0 !important;
}
.yourRide .yourRideSlider .slick-list {
  margin-right: -10px;
}
.yourRide .yourRideSlider .slick-track {
  margin-left: 0;
  margin: 0 -10px;
  display: flex !important;
}
.yourRide .yourRideSlider .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.yourRide .yourRideSlider .slick-slide div {
  height: 100%;
}
.yourRide .slick-dots {
  bottom: 0;
  position: relative;
  margin-top: 10px;
}
.yourRide .slick-dots li {
  width: 12px;
  height: 12px;
  background: #EDCB00;
  border-radius: 100%;
  opacity: 0.4;
}
.yourRide .slick-dots li button {
  display: none;
}
.yourRide .slick-dots .slick-active {
  opacity: 1;
}
.yourRide .yourRide-card {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  height: 100%;
  width: 100%;
}
.yourRide .yourRide-card .cardImage {
  overflow: hidden;
  height: auto !important;
}
.yourRide .yourRide-card .cardBody {
  padding: 30px;
  padding-bottom: 40px;
  height: auto !important;
}
.yourRide .yourRide-card .cardBody h4 {
  font-weight: 700;
  padding-bottom: 15px;
}
.yourRide .yourRide-card .cardBody p {
  color: #000000;
  max-height: 112px;
  overflow: auto;
}
.yourRide .cabImage {
  margin-top: 80px;
}

@media (min-width: 1400px) {
  .yourRide .col-xxl-9 {
    width: 90%;
  }
}
@media (min-width: 1650px) {
  .yourRide .col-xxl-9 {
    width: 85%;
  }
}
@media (max-width: 1199.98px) {
  .yourRide .yourRide-card .cardBody {
    padding: 30px 15px;
  }
  .yourRide .yourRide-card .cardBody p {
    max-height: 116px;
  }
}
@media (max-width: 991.98px) {
  .yourRide {
    padding: 70px 0;
  }
  .yourRide h1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .yourRide .yourRide-card .cardBody p {
    max-height: 112px;
  }
}
@media (max-width: 766.98px) {
  .yourRide {
    padding: 50px 0;
  }
  .yourRide .yourRideSlider .slick-track {
    margin: 0 -5px;
  }
  .yourRide .yourRideSlider .slick-slide {
    margin: 0 5px;
  }
}
@media (max-width: 524.98px) {
  .yourRide h1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .yourRide .yourRideSlider .slick-list {
    margin-right: 0px;
  }
  .yourRide .yourRideSlider .slick-track {
    margin: 0 0px;
  }
  .yourRide .yourRideSlider .slick-slide {
    margin: 0 5px;
  }
  .yourRide .yourRide-card {
    border-radius: 10px;
  }
}
.safetySection {
  padding: 100px 0;
}
.safetySection h1 {
  color: #000000;
  margin-bottom: 20px;
}
.safetySection p {
  color: #000000;
  font-weight: 500;
}
.safetySection .primary_btn {
  width: fit-content;
  margin-top: 25px;
}
.safetySection .primary_btn:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .safetySection {
    padding: 70px 0;
  }
}
@media (max-width: 766.98px) {
  .safetySection {
    padding: 50px 0;
  }
}
.comingSoon {
  padding: 0px 0;
  background: #EDCB00;
}
.comingSoon .space {
  height: 120px;
}
.comingSoon h1 {
  color: #000000;
  margin-bottom: 20px;
}
.comingSoon p {
  color: #000000;
  font-weight: 500;
}
.comingSoon form {
  margin-top: 35px;
}
.comingSoon form .form-group {
  border-radius: 8px;
  border: 0;
  display: flex;
  background: #ffffff;
  overflow: hidden;
}
.comingSoon form .form-group .form-control {
  border-radius: 6px;
  border: 0;
  padding: 20px;
}
.comingSoon form .form-group .primary_btn {
  width: fit-content;
  margin-top: 0;
  background: #ffffff;
  border: 0 !important;
  color: #EDCB00;
  border-radius: 0;
  flex-shrink: 0 !important;
}
.comingSoon form .form-group .primary_btn:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 1391.98px) {
  .comingSoon .space {
    height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .comingSoon form {
    margin-bottom: 50px;
  }
  .comingSoon form .form-group .form-control {
    padding: 15px 20px;
  }
  .comingSoon form .form-group .primary_btn {
    padding: 11px 25px;
  }
}
@media (max-width: 991.98px) {
  .comingSoon {
    padding: 70px 0 0;
  }
  .comingSoon .space {
    height: 0px;
  }
  .comingSoon .row {
    flex-direction: column-reverse;
    align-items: center;
  }
  .comingSoon form {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .comingSoon {
    padding: 50px 0 0;
  }
}
@media (max-width: 409.98px) {
  .comingSoon form .form-group {
    flex-direction: column;
  }
  .comingSoon form .form-group .primary_btn {
    padding: 15px 20px;
    width: 100%;
    background: #000000;
  }
}
footer {
  padding: 120px 0 30px;
  background: #000;
}
footer .abt h2 {
  font-weight: 700;
  margin-bottom: 25px;
  color: #EDCB00;
  letter-spacing: 0.5px;
}
footer .abt p {
  color: #ffffff;
}
footer .links h4 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
}
footer .links h4::after {
  margin-top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #EDCB00;
}
footer .links ul {
  margin-top: 30px;
}
footer .links ul li {
  padding-bottom: 10px;
}
footer .links ul li a {
  display: flex;
  align-items: center;
  color: #ffffff;
}
footer .links ul li a svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
footer .links ul li a:hover {
  color: #EDCB00;
}
footer .links ul li a:hover svg path {
  fill: #EDCB00;
}
footer .links ul li .current-menu {
  color: #EDCB00;
}
footer .drive {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
footer .drive h2 {
  color: #ffffff;
}

@media (min-width: 1200px) {
  footer p {
    font-size: 14px;
    line-height: 24px;
  }
  footer ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  footer p {
    font-size: 15px;
    line-height: 26px;
  }
  footer ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1699.98px) {
  footer .links h4 {
    font-size: 19px;
  }
  footer .links h4::after {
    margin-top: 10px;
    height: 3px;
  }
}
@media (max-width: 1599.98px) {
  footer .links h4 {
    font-size: 18px;
  }
  footer .links h4::after {
    margin-top: 10px;
    height: 3px;
  }
}
@media (max-width: 1399.98px) {
  footer .drive svg {
    width: 30px;
    height: 30px;
  }
  footer .links h4 {
    font-size: 16px;
  }
  footer .links h4::after {
    margin-top: 10px;
    height: 3px;
  }
}
@media (max-width: 1299.98px) {
  footer {
    padding: 90px 0;
  }
  footer .drive svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1199.98px) {
  footer .drive {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  footer .drive svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991.98px) {
  footer {
    padding: 50px 0 30px;
  }
}
.webFooterSlideShowWrapper {
  padding-top: 40px;
  background: #000000;
}
.webFooterSlideShowWrapper .webFooterSlideShow {
  position: relative;
  overflow: hidden;
  height: 160px;
  background: #000000;
}
.webFooterSlideShowWrapper .webFooterSlideShow .webSlideShowCar {
  position: absolute;
  z-index: 4;
  bottom: 20%;
  left: 0%;
  animation: webFooter_slideshowCar 30s linear infinite;
}
.webFooterSlideShowWrapper .webFooterSlideShow .webSlideShowCar02 {
  position: absolute;
  z-index: 4;
  bottom: 5%;
  left: 0%;
  animation: webFooter_slideshowCar 20s linear infinite;
}
@keyframes webFooter_slideshowCar {
  0% {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
.webFooterSlideShowWrapper .webFooterSlideShow .webFooterSlideImage {
  background: url(../images/footerAnimationBg.png) center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  animation: webFooter_slideshow 105s linear infinite;
  z-index: 1;
}
.webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds {
  background: url(../images/footerAnimationSky01.png) center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  animation: webFooter_slideshow 80s linear infinite;
  z-index: 2;
}
.webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds2 {
  background: url(../images/footerAnimationSky02.png) center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1000%;
  animation: webFooter_slideshow 80s linear infinite;
  z-index: 0;
}
@keyframes webFooter_slideshow {
  0% {
    left: 0;
  }
  to {
    left: -900%;
  }
}

@media (max-width: 1399.98px) {
  .webFooterSlideShowWrapper .webFooterSlideShow .webSlideShowCar {
    animation: webFooter_slideshowCar 20s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterSlideImage {
    animation: webFooter_slideshow 85s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds {
    animation: webFooter_slideshow 60s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds2 {
    animation: webFooter_slideshow 60s linear infinite;
  }
}
@media (max-width: 1199.98px) {
  .webFooterSlideShowWrapper .webFooterSlideShow .webSlideShowCar {
    animation: webFooter_slideshowCar 15s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterSlideImage {
    animation: webFooter_slideshow 55s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds {
    animation: webFooter_slideshow 45s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds2 {
    animation: webFooter_slideshow 45s linear infinite;
  }
}
@media (max-width: 991.98px) {
  .webFooterSlideShowWrapper .webFooterSlideShow .webSlideShowCar {
    animation: webFooter_slideshowCar 10s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterSlideImage {
    animation: webFooter_slideshow 50s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds {
    animation: webFooter_slideshow 40s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds2 {
    animation: webFooter_slideshow 40s linear infinite;
  }
}
@media (max-width: 766.98px) {
  .webFooterSlideShowWrapper .webFooterSlideShow .webSlideShowCar {
    animation: webFooter_slideshowCar 8s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterSlideImage {
    animation: webFooter_slideshow 40s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds {
    animation: webFooter_slideshow 30s linear infinite;
  }
  .webFooterSlideShowWrapper .webFooterSlideShow .webFooterClouds2 {
    animation: webFooter_slideshow 30s linear infinite;
  }
}
.loginSection {
  padding: 80px 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.loginSection p {
  padding-top: 10px;
  margin-bottom: 30px;
}
.loginSection form .form-group {
  margin-bottom: 20px;
}
.loginSection form .form-group .form-control {
  color: #000000;
  font-weight: 600;
}
.loginSection form .form-group .form-control:focus {
  box-shadow: none;
}
.loginSection form .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.loginSection form .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.loginSection form .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.loginSection form .form-group .input-telephone-wrap {
  width: 100%;
  display: flex;
  border: 1px solid #dadbe4;
  background: #fff;
  border-radius: 10px;
}
.loginSection form .form-group .input-telephone-wrap button {
  flex-shrink: 0 !important;
  padding: 10px 15px 10px 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  outline: none;
  color: #EDCB00;
  font-weight: 600;
  font-size: 14px;
}
.loginSection form .form-group .input-telephone-wrap .form-control {
  border: 0;
}
.loginSection form .form-group .iti__selected-flag {
  padding: 0 12px;
  font-weight: 600;
}
.loginSection form .form-group .iti__flag {
  display: none;
}
.loginSection form .form-group .iti__arrow {
  border: 0;
  width: 12px;
  height: 7px;
  background: url("../images/numberDownArrow.png") center no-repeat;
  background-size: 11px;
  margin-left: 10px;
}
.loginSection form .form-group .iti__flag-box {
  width: 0;
  display: none;
}
.loginSection form .form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #F4F4F4;
}
.loginSection form .form-group .iti__active, .loginSection form .form-group .iti__highlight {
  background-color: #000000;
  color: #ffffff;
}
.loginSection form .form-group .iti__active .iti__dial-code, .loginSection form .form-group .iti__highlight .iti__dial-code {
  color: #ffffff;
}
.loginSection form .form-group .iti__country-name, .loginSection form .form-group .iti__dial-code {
  font-size: 14px;
}
.loginSection form .form-group .iti__country-list {
  scroll-behavior: smooth;
}
.loginSection form .form-group .iti__country-list::-webkit-scrollbar {
  width: 5px;
}
.loginSection form .form-group .iti__country-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #CECEC5;
}
.loginSection form .form-group .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
  opacity: 1;
}
.loginSection form .form-group .iti__country {
  display: flex;
  flex-wrap: wrap;
}
.loginSection form .form-group .iti {
  width: 100% !important;
}
.loginSection form .primary_btn {
  width: 100%;
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}
.loginSection form .primary_btn:hover {
  border-color: #EDCB00;
  background: #EDCB00;
  color: #000000;
}

@media (min-width: 1400px) {
  .loginSection form .primary_btn {
    height: 59px;
  }
}
@media (max-width: 1681.98px) {
  .loginSection form .form-group .iti__country-list {
    max-width: 400px;
  }
  .loginSection form .iti__country {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1399.98px) {
  .loginSection form .form-group .iti__country-list {
    max-width: inherit;
  }
}
@media (max-width: 1299.98px) {
  .loginSection form .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 13px;
  }
  .loginSection form .form-group .input-telephone-wrap button {
    font-size: 13px;
  }
}
@media (max-width: 991.98px) {
  .loginSection {
    padding: 50px 0;
    min-height: auto;
  }
  .loginSection form .form-group .iti__dial-code, .loginSection form .form-group .iti__country-name {
    font-size: 13px;
  }
}
@media (max-width: 766.98px) {
  .loginSection form .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 12px;
  }
  .loginSection form .form-group {
    margin-bottom: 15px;
  }
  .loginSection form .form-group .iti__dial-code, .loginSection form .form-group .iti__country-name {
    font-size: 12px;
  }
  .loginSection form .form-group .iti__selected-flag {
    padding: 0 6px;
  }
}
@media (max-width: 501.98px) {
  .loginSection form .form-group .iti__country-list {
    width: 290px;
  }
  .loginSection form .form-group .iti__country {
    flex-wrap: inherit;
  }
  .loginSection form .iti__country-list {
    white-space: pre-wrap;
  }
}
.bookingSection {
  padding: 80px 0;
  background: url("../images/mapBg.jpg") center no-repeat;
  background-size: cover;
}
.bookingSection .btn-close {
  box-shadow: none;
  outline: none;
}
.bookingSection .primary_btn {
  cursor: pointer;
}
.bookingSection .bookingCard {
  min-height: 655px;
  padding: 40px 30px;
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 24px 104px 0px rgba(0, 0, 0, 0.15);
}
.bookingSection .bookingCard .primary_btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  min-height: 55px;
}
.bookingSection .bookingCard .primary_btn:hover {
  background-color: transparent;
  color: #000000;
}
.bookingSection .bookingCard .rideBtn {
  background: #ffffff;
  color: #000000;
}
.bookingSection .bookingCard .rideBtn:hover {
  background: #000000;
  color: #ffffff;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-selection--single {
  border: 0 !important;
  color: #1a3934;
  font-weight: 500;
  border-radius: 0;
  font-family: "Inter", sans-serif;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding-left: 0;
  font-size: 14px;
}
.bookingSection .bookingCard .select2Wrap .select2-container {
  border: 0;
}
.bookingSection .bookingCard .select2Wrap .select2-results__option {
  padding: 5px 15px;
  font-size: 14px;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 transparent;
  width: 11px;
  height: 6px;
  background: url("../images/svg/downArrow.svg");
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: inherit !important;
  bottom: 9px !important;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingSection .bookingCard .select2Wrap .select2.select2-container.select2-container--default {
  padding: 10px 15px;
  border: 1px solid #EDEDED !important;
  position: inherit;
  border-radius: 5px;
  width: 100%;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--fcf-7-d-6, #FCF7D6);
  color: #000000;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: #ffffff;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Inter", sans-serif !important;
}
.bookingSection .bookingCard .select2Wrap .select2-container--default .select2-selection--single {
  height: 28px !important;
}
.bookingSection .bookingCard .form-group {
  margin-bottom: 25px;
}
.bookingSection .bookingCard .form-group .form-control {
  font-weight: 400;
}
.bookingSection .bookingCard .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.bookingSection .bookingCard .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.bookingSection .bookingCard .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.bookingSection .bookingCard .bookingLoc {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  border-radius: 10px;
  border: 1px solid #dadbe4;
  padding-right: 20px;
}
.bookingSection .bookingCard .bookingLoc .form-control {
  border: 0;
  padding-right: 0px;
  font-size: 16px;
}
.bookingSection .bookingCard .bookingLoc .rightIcon {
  flex-shrink: 0 !important;
  width: 34px;
  height: 34px;
  background: #FCF7D6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingSection .bookingCard .bookingLoc .locationFavorite.fill {
  background: #EDCB00;
}
.bookingSection .bookingCard .bookingLoc .locationFavorite.fill svg path {
  stroke: #ffffff;
}
.bookingSection .bookingCard .bookingLoc .pick {
  background: url("../images/booking-pick.png") left no-repeat;
  background-size: 15px;
  background-position: 20px;
  position: relative;
  padding-left: 50px;
}
.bookingSection .bookingCard .bookingLoc .drop {
  background: url("../images/booking-location.png") left no-repeat;
  background-size: 15px;
  background-position: 20px;
  position: relative;
  padding-left: 50px;
}
.bookingSection .bookingCard .bookingType {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.bookingSection .bookingCard .bookingType .form-check {
  margin: 0;
  padding: 0;
  position: relative;
  background: #F4F4F4;
  border-radius: 30px;
  padding: 10px 20px;
  overflow: hidden;
  cursor: pointer;
}
.bookingSection .bookingCard .bookingType .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: inherit;
  border-radius: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.bookingSection .bookingCard .bookingType .form-check .form-check-input:checked[type=radio] {
  background: #000000;
}
.bookingSection .bookingCard .bookingType .form-check .form-check-input:checked[type=radio] ~ label {
  color: #ffffff;
}
.bookingSection .bookingCard .bookingType .form-check .form-check-label {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
  z-index: 2;
  font-weight: 500;
  cursor: pointer;
}
.bookingSection .bookingCard .driverNote .form-control {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.bookingSection .bookingCard .driverNote .form-check {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0;
  padding: 0;
}
.bookingSection .bookingCard .driverNote .form-check .form-check-input {
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-color: #dadbe4;
  width: 18px;
  height: 18px;
}
.bookingSection .bookingCard .driverNote .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.bookingSection .bookingCard .driverNote .form-check .form-check-input:focus {
  border-color: #dadbe4;
}
.bookingSection .bookingCard .driverNote .form-check .form-control {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 0;
  background: transparent;
  width: fit-content;
}
.bookingSection .bookingCard .driverNote .noteBox {
  margin-top: 20px;
  height: 120px;
}
.bookingSection .bookingCard .payRideType {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}
.bookingSection .bookingCard .payRideType .pay {
  width: 50%;
  text-align: left;
}
.bookingSection .bookingCard .payRideType .pay .paymentType {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  color: #8C8C8C;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  padding-right: 14px;
}
.bookingSection .bookingCard .payRideType .pay .paymentType p {
  font-weight: 600;
  color: #000000;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.bookingSection .bookingCard .payRideType .pay .paymentType::after {
  position: absolute;
  content: "";
  right: 0;
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("../images/svg/downArrow.svg") center no-repeat;
  background-size: 12px;
}
.bookingSection .bookingCard .payRideType .rideType {
  flex-shrink: 0 !important;
  width: 50%;
}
.bookingSection .bookingCard .payRideType .rideType .primary_btn {
  min-height: 55px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.bookingSection .bookingCard .payRideType .rideType .primary_btn:hover {
  border-color: #000000;
  background: transparent;
  color: #000000;
}
.bookingSection .bookingCard .payRideType .rideType .primary_btn.pay {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.bookingSection .bookingCard .payRideType .rideType .primary_btn.pay:hover {
  background: transparent;
  color: #000000;
}
.bookingSection .bookingCard .head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.bookingSection .bookingCard .head .backBtn {
  position: absolute;
  left: 0;
}
.bookingSection .bookingCard {
  display: flex;
  flex-direction: column;
}
.bookingSection .align-items-between {
  display: flex;
  flex-direction: column;
}
.bookingSection .paymentOptions .form-group .form-check {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.bookingSection .paymentOptions .form-group .form-check .form-check-input {
  position: absolute;
  right: 20px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.bookingSection .paymentOptions .form-group .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.bookingSection .paymentOptions .form-group .form-check .form-check-label {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.bookingSection .paymentOptions .form-group .form-check .form-control {
  background: transparent;
}
.bookingSection .paymentOptions .form-group .form-check:last-child {
  margin-bottom: 0;
}
.bookingSection .paymentOptions .form-group .form-check-input:checked ~ .form-check-label {
  border: 1px solid #EDCB00;
}
.bookingSection .paymentOptions .form-group .primary_btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.bookingSection .cardDetails .form-group label, .bookingSection .upiDetails .form-group label {
  margin-bottom: 0;
  margin-left: 30px;
  padding: 2px 7px;
  background: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  color: #8C8C8C;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.bookingSection .cardDetails .form-group .form-control, .bookingSection .upiDetails .form-group .form-control {
  margin-top: -11px;
}
.bookingSection .cardDetails .form-group .form-check, .bookingSection .upiDetails .form-group .form-check {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0;
  padding: 0;
}
.bookingSection .cardDetails .form-group .form-check .form-check-input, .bookingSection .upiDetails .form-group .form-check .form-check-input {
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-color: #dadbe4;
  width: 18px;
  height: 18px;
}
.bookingSection .cardDetails .form-group .form-check .form-check-input:checked, .bookingSection .upiDetails .form-group .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.bookingSection .cardDetails .form-group .form-check .form-check-input:focus, .bookingSection .upiDetails .form-group .form-check .form-check-input:focus {
  border-color: #dadbe4;
}
.bookingSection .cardDetails .form-group .form-check .form-check-label, .bookingSection .upiDetails .form-group .form-check .form-check-label {
  font-size: 14px;
  margin-left: 0 !important;
}
.bookingSection .cardDetails .form-group .form-check .form-control, .bookingSection .upiDetails .form-group .form-check .form-control {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 0;
  background: transparent;
  width: fit-content;
}
.bookingSection .scheduleRide {
  position: relative;
  z-index: 0;
}
.bookingSection .scheduleRide .ui-widget.ui-widget-content {
  border: 0 !important;
  width: 100% !important;
  padding: 0;
}
.bookingSection .scheduleRide .ui-state-default, .bookingSection .scheduleRide .ui-widget-content .ui-state-default {
  background-color: #ffffff !important;
  margin: auto;
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  font-weight: 500;
}
.bookingSection .scheduleRide .ui-state-default:hover, .bookingSection .scheduleRide .ui-widget-content .ui-state-default:hover {
  background: #EDCB00 !important;
  color: #ffffff !important;
}
.bookingSection .scheduleRide .ui-widget-content .ui-state-disabled {
  opacity: 1;
}
.bookingSection .scheduleRide .ui-widget-content .ui-state-disabled .ui-state-default {
  opacity: 0.35;
}
.bookingSection .scheduleRide .ui-state-disabled.ui-datepicker-today .ui-state-default {
  color: #0baa56 !important;
  background: #fff !important;
}
.bookingSection .scheduleRide .ui-widget-content .ui-datepicker-today .ui-state-active {
  opacity: 1;
}
.bookingSection .scheduleRide .ui-icon, .bookingSection .scheduleRide .ui-widget-content .ui-icon {
  filter: none !important;
  background: url("../images/calenderRight.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 11px !important;
  height: 19px !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-prev span {
  transform: rotate(180deg) !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-title {
  background-color: #fff !important;
  color: #000000 !important;
  text-align: center !important;
  margin: 0px !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-title span {
  font-weight: 500 !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-next span, .bookingSection .scheduleRide .ui-datepicker .ui-datepicker-prev span {
  display: none !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-header {
  padding: 0 !important;
  margin-bottom: 20px;
  height: 40px;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-header {
  background-color: transparent !important;
  border: 0 !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-prev {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.bookingSection .scheduleRide .ui-datepicker:hover {
  background: transparent;
  border: 0;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-prev, .bookingSection .scheduleRide .ui-datepicker .ui-datepicker-next {
  background: transparent;
  border: 0;
}
.bookingSection .scheduleRide .ui-datepicker th {
  padding: 0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingSection .scheduleRide .ui-datepicker th span {
  height: 40px;
  width: 40px;
  margin: 0 auto;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingSection .scheduleRide .ui-datepicker th span {
  font-weight: 500 !important;
}
.bookingSection .scheduleRide .ui-datepicker td span, .bookingSection .scheduleRide .ui-datepicker td a {
  text-align: center !important;
}
.bookingSection .scheduleRide .ui-state-highlight, .bookingSection .scheduleRide .ui-widget-content .ui-state-highlight {
  color: #000000 !important;
  background: #FCF7D6 !important;
}
.bookingSection .scheduleRide .ui-state-active, .bookingSection .scheduleRide .ui-widget-content .ui-state-active {
  color: #ffffff !important;
  background: #EDCB00 !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-prev span, .bookingSection .scheduleRide .ui-datepicker .ui-datepicker-next span {
  filter: invert(99%) sepia(6%) saturate(5%) hue-rotate(84deg) brightness(107%) contrast(100%);
}
.bookingSection .scheduleRide .ui-datepicker {
  box-shadow: none !important;
  background: #ffffff;
  padding: 0px !important;
  padding-bottom: 10px !important;
  border-radius: 0px;
  position: relative;
  z-index: 0;
}
.bookingSection .scheduleRide .ui-datepicker table th, .bookingSection .scheduleRide .ui-datepicker table td {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.bookingSection .scheduleRide .ui-datepicker table tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  grid-gap: 7px;
  margin-bottom: 12px;
}
.bookingSection .scheduleRide .ui-datepicker td {
  padding: 0;
}
.bookingSection .scheduleRide .ui-datepicker .ui-icon {
  position: relative !important;
  top: 0;
  left: 0;
  margin: 0 !important;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-next {
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/calenderRight.png") no-repeat center;
  border-radius: 100%;
  background-size: 40px;
}
.bookingSection .scheduleRide .ui-datepicker .ui-datepicker-prev {
  right: inherit;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/calenderLeft.png") no-repeat center;
  border-radius: 100%;
  background-size: 40px;
}
.bookingSection .scheduleRide .ui-state-default, .bookingSection .scheduleRide .ui-widget-content .ui-state-default {
  font-size: 15px;
}
.bookingSection .scheduledRide .bookingId, .bookingSection .confirmRide .bookingId, .bookingSection .rideComplete .bookingId {
  background: #F4F4F4;
  border-radius: 30px;
  padding: 7px 18px;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
  color: #8C8C8C;
  font-weight: 500;
  font-size: 15px;
}
.bookingSection .scheduledRide h3, .bookingSection .confirmRide h3, .bookingSection .rideComplete h3 {
  color: #000000;
}
.bookingSection .scheduledRide h6, .bookingSection .confirmRide h6, .bookingSection .rideComplete h6 {
  margin-top: 5px;
  color: #000000;
}
.bookingSection .servicesList .form-group {
  border: 0 !important;
}
.bookingSection .servicesList .form-group .form-check {
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #F4F4F4;
  box-shadow: none;
  outline: none;
  cursor: pointer !important;
}
.bookingSection .servicesList .form-group .form-check .form-check-input {
  float: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer !important;
}
.bookingSection .servicesList .form-group .form-check .form-check-input:checked {
  background: var(--fcf-7-d-6, #FCF7D6);
}
.bookingSection .servicesList .form-group .form-check .form-check-label {
  margin: 0;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  grid-gap: 15px;
  cursor: pointer !important;
}
.bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
  width: 70px;
  flex-shrink: 0 !important;
}
.bookingSection .servicesList .form-group .form-check .form-check-label h6 {
  font-weight: 600;
  font-size: 16px;
}
.bookingSection .servicesList .form-group .form-check .form-check-label p {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.bookingSection .servicesList .form-group .form-check .form-check-label .infoWrap {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  width: 100%;
}
.bookingSection .servicesList .form-group .form-check .form-check-label .rightWrap {
  position: relative;
  padding-left: 25px;
}
.bookingSection .servicesList .form-group .form-check .form-check-label .rightWrap h6 {
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.bookingSection .servicesList .form-group .form-check .form-check-label .serviceNote {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  line-height: 0;
  cursor: pointer;
}
.bookingSection .serviceNote .modal-content {
  border-radius: 15px;
  border: 0;
}
.bookingSection .serviceNote .modal-header {
  padding: 30px 20px;
  padding-bottom: 0;
  border: 0;
}
.bookingSection .serviceNote .modal-header h5 {
  font-weight: 600;
}
.bookingSection .serviceNote .modal-body {
  padding: 15px 20px;
}
.bookingSection .serviceNote .modal-footer {
  border: 0;
  padding: 30px 20px;
  padding-top: 10px;
}
.bookingSection .serviceNote p {
  font-size: 14px;
  line-height: 22px;
  color: #8C8C8C;
}
.bookingSection .serviceNote .primary_btn {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  box-shadow: none;
  outline: none;
  min-height: 55px;
}
.bookingSection .serviceNote .primary_btn:hover {
  background: transparent;
  color: #000000;
}
.bookingSection .confirmWrap {
  z-index: 9999;
}
.bookingSection .confirmWrap .confirmWrapBtn {
  display: flex;
  justify-content: center;
  grid-gap: 15px;
}
.bookingSection .confirmWrap .confirmWrapBtn .primary_btn {
  min-height: 45px;
}
.bookingSection .confirmWrap .confirmWrapBtn .primary_btn:last-child {
  background: #F4F4F4;
  color: #000000;
  border-color: #F4F4F4;
}
.bookingSection .confirmWrap .confirmWrapBtn .primary_btn:last-child:hover {
  border-color: #000000;
  background: transparent;
  color: #000000;
}
.bookingSection .reviewBox .profile {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto;
}
.bookingSection .reviewBox .reviewBtn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}
.bookingSection .reviewBox .reviewBtn button {
  box-shadow: none;
  border: 0;
  outline: none;
  background: transparent;
}
.bookingSection .reviewBox .reviewBtn .form-check {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.bookingSection .reviewBox .reviewBtn .form-check .form-check-input {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  border: 2px solid #ffffff;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}
.bookingSection .reviewBox .reviewBtn .form-check .form-check-input:checked {
  border: 2px solid #000000;
}
.bookingSection .reviewBox .reviewBtn .form-check .form-check-label {
  margin: 0;
  padding: 10px;
  position: relative;
  z-index: 0;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.bookingSection .reviewBox .reviewBtn .form-check .form-check-label svg {
  width: 35px;
  height: 35px;
}
.bookingSection .reviewBox .reviewBtn .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.bookingSection .reviewBox .reviewBtnGap {
  grid-gap: 0;
}
.bookingSection .reviewBox .reviewCheck {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  grid-row-gap: 10px;
}
.bookingSection .reviewBox .reviewCheck .form-check {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: #F4F4F4;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}
.bookingSection .reviewBox .reviewCheck .form-check .form-check-input {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.bookingSection .reviewBox .reviewCheck .form-check .form-check-input:checked {
  background: #000000;
}
.bookingSection .reviewBox .reviewCheck .form-check .form-check-label {
  margin: 0;
  padding: 8px 12px;
  position: relative;
  z-index: 3;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.bookingSection .reviewBox .reviewCheck .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.bookingSection .reviewBox textarea.form-control {
  height: 180px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
}
.bookingSection .reviewBox textarea.form-control:focus {
  border: 1px solid #ced4da;
}
.bookingSection .writeReviewBox .form-control {
  height: 220px;
  box-shadow: none;
  outline: none;
}
.bookingSection .rideCompleteDetail .rideCompletedHead {
  display: flex;
  grid-gap: 20px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
}
.bookingSection .rideCompleteDetail .rideCompletedHead .iconBox {
  width: 100px;
  height: 100px;
  flex-shrink: 0 !important;
}
.bookingSection .rideCompleteDetail .rideCompletedHead .iconBox svg {
  width: 100px;
  height: 100px;
}
.bookingSection .rideCompleteDetail .rideCompletedHead .bookingId {
  background: #F4F4F4;
  border-radius: 30px;
  padding: 5px 18px;
  width: fit-content;
  margin-bottom: 10px;
  color: #8C8C8C;
  font-weight: 500;
  font-size: 14px;
}
.bookingSection .rideCompleteDetail .rideCompletedBody {
  padding: 20px 0px;
  border-bottom: 1px solid #F4F4F4;
}
.bookingSection .rideCompleteDetail .rideCompletedBody ul {
  margin-top: 10px;
}
.bookingSection .rideCompleteDetail .rideCompletedBody ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
}
.bookingSection .rideCompleteDetail .rideCompletedBody ul li svg {
  flex-shrink: 0 !important;
}
.bookingSection .rideCompleteDetail .rideCompletedBody ul li:last-child {
  margin-bottom: 0;
}
.bookingSection .rideCompleteDetail .rideCompletedBody .data {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.bookingSection .rideCompleteDetail .rideCompletedPayDetail {
  padding: 20px 0 0;
}
.bookingSection .rideCompleteDetail .rideCompletedPayDetail ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 6%;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.bookingSection .rideCompleteDetail .rideCompletedPayDetail ul li p {
  width: 42% !important;
}
.bookingSection .rideCompleteDetail .rideCompletedPayDetail ul li p:nth-child(2) {
  text-align: end;
}
.bookingSection .rideCompleteDetail .rideCompletedPayDetail ul .total p {
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1700px) {
  .bookingSection .servicesList .form-group .form-check .form-check-label h6 {
    font-size: 12px;
  }
  .bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 70px;
  }
}
@media (max-width: 1399.98px) {
  .bookingSection .bookingCard {
    min-height: auto;
  }
  .bookingSection .bookingCard .form-group.mt-auto {
    margin-top: 50px !important;
  }
  .bookingSection .scheduledRide, .bookingSection .confirmRide, .bookingSection .rideComplete {
    min-height: 500px;
  }
  .bookingSection .scheduleRide .ui-widget-content .ui-state-disabled .ui-state-default {
    font-size: 14px;
  }
}
@media (max-width: 1299.98px) {
  .bookingSection .confirmWrap .confirmWrapBtn .primary_btn {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .bookingSection .rideCompleteDetail .rideCompletedHead .iconBox {
    width: 80px;
    height: 80px;
  }
  .bookingSection .rideCompleteDetail .rideCompletedHead .iconBox svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991.98px) {
  .bookingSection {
    padding: 50px 0;
  }
  .bookingSection .bookingCard .form-group.mt-auto {
    margin-top: 30px !important;
  }
  .bookingSection .cardDetails .form-group label {
    font-size: 11px;
  }
  .bookingSection .scheduleRide .ui-widget-content .ui-state-disabled .ui-state-default {
    font-size: 13px;
  }
  .bookingSection .confirmRide svg, .bookingSection .scheduledRide svg, .bookingSection .rideComplete svg {
    width: 80px;
    height: 80px;
  }
  .bookingSection .rideCompleteDetail .rideCompletedHead .iconBox {
    width: 60px;
    height: 60px;
  }
  .bookingSection .rideCompleteDetail .rideCompletedHead .iconBox svg {
    width: 60px;
    height: 60px;
  }
  .bookingSection .confirmRide, .bookingSection .rideComplete, .bookingSection .scheduledRide {
    min-height: 300px;
  }
}
@media (max-width: 766.98px) {
  .bookingSection .bookingCard .form-group.mt-auto {
    margin-top: 25px !important;
  }
  .bookingSection .bookingCard .bookingLoc {
    padding-right: 10px;
  }
  .bookingSection .bookingCard .bookingLoc .pick, .bookingSection .bookingCard .bookingLoc .drop {
    background-position: 15px;
    padding-left: 40px;
  }
  .bookingSection .bookingCard .rightIcon {
    top: 1px;
    position: relative;
  }
  .bookingSection .paymentOptions .form-group .form-check .form-check-label img {
    width: 26px;
  }
  .bookingSection .cardDetails .form-group label {
    font-size: 10px;
  }
  .bookingSection .scheduleRide .ui-widget-content .ui-state-disabled .ui-state-default {
    font-size: 12px;
  }
  .bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 60px;
  }
  .bookingSection .serviceNote .modal-header {
    padding: 20px 10px 0;
  }
  .bookingSection .serviceNote .modal-body {
    padding: 10px 10px;
  }
}
@media (max-width: 575px) {
  .bookingSection .bookingCard .bookingLoc {
    padding-right: 10px;
  }
  .bookingSection .bookingCard .bookingLoc .pick, .bookingSection .bookingCard .bookingLoc .drop {
    background-position: 10px;
    padding-left: 35px;
  }
  .bookingSection .paymentOptions .form-group .form-check .form-control {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bookingSection .paymentOptions .form-group .form-check .form-check-input {
    right: 15px;
  }
  .bookingSection .servicesList .form-group .form-check .form-check-label {
    padding: 10px 10px;
  }
  .bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 50px;
  }
  .bookingSection .reviewBox .reviewBtn .form-check .form-check-label {
    padding: 10px;
  }
  .bookingSection .reviewBox .reviewBtn .form-check .form-check-label svg {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 524.98px) {
  .bookingSection .bookingCard {
    padding: 35px 20px;
  }
  .bookingSection .scheduleRide .ui-state-default {
    height: 35px;
    width: 35px;
  }
  .bookingSection .scheduleRide .ui-datepicker table tr {
    grid-gap: 0px;
  }
  .bookingSection .scheduleRide .ui-widget-content .ui-state-default {
    height: 35px;
    width: 35px;
  }
  .bookingSection .servicesList .form-group .form-check .form-check-label {
    grid-gap: 10px;
  }
}
.profileHistorySection {
  padding: 70px 0;
}
.profileHistorySection .sticky-lg-top {
  top: 100px;
  z-index: 33;
}
.profileHistorySection h4 {
  font-weight: 700;
  color: #000000;
}
.profileHistorySection .leftNavMenu li a {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  border-radius: 10px;
  overflow: hidden;
}
.profileHistorySection .leftNavMenu li .active-menu {
  background: #F4F4F4;
}
.profileHistorySection .bookNowCard {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
}
.profileHistorySection .bookNowCard .bodyDetails {
  padding: 20px 20px 30px;
}
.profileHistorySection .bookNowCard .bodyDetails p {
  margin-top: 10px;
}
.profileHistorySection .bookNowCard .bodyDetails .primary_btn {
  margin-top: 20px;
  width: fit-content;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.profileHistorySection .bookNowCard .bodyDetails .primary_btn:hover {
  background: #EDCB00;
  border-color: #EDCB00;
  color: #000000;
}
.profileHistorySection .profileDetailsCard {
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
  margin-top: 30px;
}
.profileHistorySection .profileDetailsCard .profileHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profileHistorySection .profileDetailsCard .profileHead .profilePhoto .photo {
  position: relative;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.profileHistorySection .profileDetailsCard .profileHead .profilePhoto .photo .img-bg {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.profileHistorySection .profileDetailsCard .profileHead .profilePhoto .photo .icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 3;
}
.profileHistorySection .profileDetailsCard .profileHead .primary_btn {
  font-size: 14px;
  border-radius: 50px;
  text-transform: inherit;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: #FFF4F4;
  color: #EA4A4A;
  border: 0;
}
.profileHistorySection .profileDetailsCard .profileHead .primary_btn:hover {
  background: red;
  color: #ffffff;
}
.profileHistorySection .profileDetailsCard ul.profileInfo {
  margin-top: 20px;
}
.profileHistorySection .profileDetailsCard ul.profileInfo li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  border-bottom: 1px solid #F4F4F4;
  padding-right: 30px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.profileHistorySection .profileDetailsCard ul.profileInfo li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 8px;
  background: url("../images/numberDownArrow.png");
  background-size: 12px;
  transform: rotate(-90deg);
  right: 0;
}
.profileHistorySection .profileDetailsCard ul.profileInfo li a p {
  font-size: 14px;
  color: #000000;
}
.profileHistorySection .profileDetailsCard ul.profileInfo li a h5 {
  font-weight: 700;
  color: #000000;
  word-break: break-all;
}
.profileHistorySection .profileDetailsCard ul.profileInfo li:last-child a {
  border-bottom: 0;
}
.profileHistorySection .editCardHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  flex-wrap: wrap;
}
.profileHistorySection .editCardHead .primary_btn {
  background: #000000;
  border: 0;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
}
.profileHistorySection .editCardHead .primary_btn:hover {
  background: #EDCB00;
  color: #000000;
}
.profileHistorySection .editCardHead .primary_btn:nth-child(2) {
  background: #F4F4F4;
  color: #000000;
}
.profileHistorySection .editCardHead .primary_btn:nth-child(2):hover {
  background: #000000;
  color: #ffffff;
}
.profileHistorySection .formBody {
  margin-top: 40px;
  background: #ffffff;
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
}
.profileHistorySection .formBody .form-group {
  margin-bottom: 10px;
}
.profileHistorySection .formBody .form-group label {
  font-size: 10px;
  background: #ffffff;
  padding: 2px 5px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.profileHistorySection .formBody .form-group .form-control {
  margin-top: -10px;
}
.profileHistorySection .formBody .form-group .input-telephone {
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.profileHistorySection .formBody .form-group:last-child {
  margin-bottom: 0;
}
.profileHistorySection .formBody .form-group .input-telephone-wrap {
  width: 100%;
  display: flex;
  border: 1px solid #dadbe4;
  background: #fff;
  border-radius: 10px;
}
.profileHistorySection .formBody .form-group .input-telephone-wrap .form-control {
  border: 0;
}
.profileHistorySection .formBody .form-group .iti__selected-flag {
  padding: 0 12px;
  font-weight: 600;
}
.profileHistorySection .formBody .form-group .iti__flag {
  display: none;
}
.profileHistorySection .formBody .form-group .iti__arrow {
  border: 0;
  width: 12px;
  height: 7px;
  background: url("../images/numberDownArrow.png") center no-repeat;
  background-size: 11px;
  margin-left: 10px;
}
.profileHistorySection .formBody .form-group .iti__flag-box {
  width: 0;
  display: none;
}
.profileHistorySection .formBody .form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #F4F4F4;
}
.profileHistorySection .formBody .form-group .iti__active, .profileHistorySection .formBody .form-group .iti__highlight {
  background-color: #000000;
  color: #ffffff;
}
.profileHistorySection .formBody .form-group .iti__active .iti__dial-code, .profileHistorySection .formBody .form-group .iti__highlight .iti__dial-code {
  color: #ffffff;
}
.profileHistorySection .formBody .form-group .iti__country-name, .profileHistorySection .formBody .form-group .iti__dial-code {
  font-size: 14px;
}
.profileHistorySection .formBody .form-group .iti__country-list {
  scroll-behavior: smooth;
}
.profileHistorySection .formBody .form-group .iti__country-list::-webkit-scrollbar {
  width: 5px;
}
.profileHistorySection .formBody .form-group .iti__country-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #CECEC5;
}
.profileHistorySection .formBody .form-group .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
  opacity: 1;
}
.profileHistorySection .formBody .form-group .iti__country {
  display: flex;
  flex-wrap: wrap;
}
.profileHistorySection .formBody .form-group .iti {
  width: 100% !important;
}
.profileHistorySection .deleteWrap {
  padding: 35px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
}
.profileHistorySection .deleteWrap .form-check-input {
  box-shadow: none;
  outline: none;
}
.profileHistorySection .deleteWrap .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.profileHistorySection .deleteWrap textarea.form-control {
  height: 200px;
}
.profileHistorySection .deleteWrap .form-check-input {
  box-shadow: none;
  outline: none;
}
.profileHistorySection .deleteWrap .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.profileHistorySection .deleteWrap .accordion {
  margin-top: 20px;
}
.profileHistorySection .deleteWrap .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #F4F4F4;
}
.profileHistorySection .deleteWrap .accordion .accordion-item:last-child {
  border-bottom: 0px;
}
.profileHistorySection .deleteWrap .accordion .accordion-item textarea.form-control {
  height: 200px;
}
.profileHistorySection .deleteWrap .accordion .accordion-item .form-check-input {
  box-shadow: none;
  outline: none;
}
.profileHistorySection .deleteWrap .accordion .accordion-item .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.profileHistorySection .deleteWrap .accordion .accordion-header .accordion-button {
  padding: 18px 0;
  border: 0;
  box-shadow: none;
  outline: none;
  font-weight: 600;
}
.profileHistorySection .deleteWrap .accordion .accordion-body {
  padding: 0 0 15px 0;
}
.profileHistorySection .deleteWrap .accordion .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
}
.profileHistorySection .deleteWrap .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.profileHistorySection .deleteWrap .primary_btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  width: fit-content;
}
.profileHistorySection .deleteWrap .primary_btn:hover {
  background-color: transparent;
  color: #000000;
}
.profileHistorySection .notificationCard {
  padding: 0;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
  margin-top: 30px;
}
.profileHistorySection .notificationCard ul {
  display: block;
}
.profileHistorySection .notificationCard ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
  padding: 25px;
  border-bottom: 1px solid #F4F4F4;
}
.profileHistorySection .notificationCard ul li .left {
  width: 100%;
}
.profileHistorySection .notificationCard ul li .left .tag {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  padding: 7px 10px;
  color: #8C8C8C;
  margin: 0;
  font-weight: 500;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 15px;
}
.profileHistorySection .notificationCard ul li .left h6 {
  margin-top: 10px;
  font-weight: 600;
  color: #000000;
}
.profileHistorySection .notificationCard ul li .left p {
  margin-top: 15px;
  color: #000000;
}
.profileHistorySection .notificationCard ul li .img {
  width: 60px;
  flex-shrink: 0 !important;
}
.profileHistorySection .notificationCard ul li:last-child {
  border-bottom: 0;
}
.profileHistorySection .favoriteAddressHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profileHistorySection .favoriteAddressHead h4 {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.profileHistorySection .favoriteAddressHead .primary_btn {
  border: 0;
  border-radius: 50px;
  background: #F4F4F4;
  color: #000000;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 13px;
  text-transform: inherit;
}
.profileHistorySection .favoriteAddressHead .primary_btn:hover {
  background-color: #EDCB00;
  color: #000000;
}
.profileHistorySection .favoriteAddressHead .save {
  background-color: #000000;
  color: #ffffff;
}
.profileHistorySection .favoriteAddress {
  margin-top: 30px;
}
.profileHistorySection .favoriteAddress .item {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 25px;
  cursor: pointer;
}
.profileHistorySection .favoriteAddress .item .itemHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.profileHistorySection .favoriteAddress .item .itemHead .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  padding: 7px 15px;
  color: #8C8C8C;
  margin: 0;
  font-weight: 500;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 15px;
}
.profileHistorySection .favoriteAddress .item .itemHead .default {
  color: #EDCB00;
  background: var(--fcf-7-d-6, #FCF7D6);
}
.profileHistorySection .favoriteAddress .item .itemHead h5 {
  font-weight: 700;
  color: #000000;
}
.profileHistorySection .favoriteAddress .item .btnBox {
  margin-top: 20px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.profileHistorySection .favoriteAddress .item .btnBox .primary_btn {
  background: #000000;
  border: 0;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: inherit;
  font-size: 14px;
}
.profileHistorySection .favoriteAddress .item .btnBox .primary_btn:hover {
  background: #EDCB00;
  color: #000000;
}
.profileHistorySection .favoriteAddress .item .btnBox .btn_light {
  background: #F4F4F4;
  color: #000000;
}
.profileHistorySection .favoriteAddress .item .btnBox .delete:hover {
  background: red;
  color: #ffffff;
}
.profileHistorySection .favoriteAddress .item:last-child {
  margin-bottom: 0;
}
.profileHistorySection .favoriteAddress .item .form-group .drop {
  background: url(../images/booking-location.png) left no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: auto;
  background-size: 15px;
  background-position: 20px;
  position: relative;
  padding-left: 50px;
}
.profileHistorySection .favoriteAddress .item .radioGroup {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.profileHistorySection .favoriteAddress .item .radioGroup .form-check {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.profileHistorySection .favoriteAddress .item .radioGroup .form-check .form-check-input {
  margin: 0;
  padding: 0;
}
.profileHistorySection .favoriteAddress .item .radioGroup .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
  box-shadow: none;
  outline: none;
}
.profileHistorySection .favoriteAddress .item .radioGroup .form-check .form-check-label {
  margin: 0;
  padding: 0;
}
.profileHistorySection .bookingHistoryWrap {
  margin-top: 30px;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  background: #F4F4F4;
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper .tag p {
  color: #000000;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper .tag:hover {
  background: #000000;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper .tag:hover p {
  color: #ffffff;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper .active {
  background: #000000;
}
.profileHistorySection .bookingHistoryWrap .tagWrapper .active p {
  color: #ffffff;
}
.profileHistorySection .bookingHistoryWrap .historyItems {
  width: 100%;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard {
  width: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
  margin-bottom: 30px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 10px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .head .tag {
  background: #F4F4F4;
  font-size: 14px;
  padding: 3px 15px;
  border-radius: 40px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .head .tag p {
  color: #8C8C8C;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body {
  padding-top: 20px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body h6 {
  font-weight: 700;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body ul {
  margin-top: 20px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 8px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body ul li svg {
  flex-shrink: 0 !important;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body ul li:last-child {
  margin-bottom: 0;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter {
  margin-top: 30px;
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .tag {
  background: #F4F4F4;
  padding: 6px 17px;
  border-radius: 40px;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .tag:hover {
  background: #000000;
  color: #ffffff;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .locationFavorite {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .fill {
  background: #EDCB00;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .fill svg path {
  stroke: #ffffff;
}
.profileHistorySection .bookingHistoryWrap .historyItems .historyCard:last-child {
  margin-bottom: 0;
}

.bookingHistoryDetails .modal-content {
  border: 0;
  border-radius: 20px;
}
.bookingHistoryDetails .modal-header {
  border: 0;
  padding: 30px;
  padding-bottom: 0;
}
.bookingHistoryDetails .modal-header .btn-close {
  box-shadow: none;
  outline: none;
}
.bookingHistoryDetails .modal-body {
  padding: 20px 30px;
  padding-bottom: 30px;
}
.bookingHistoryDetails ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 8px;
}
.bookingHistoryDetails ul li svg {
  flex-shrink: 0 !important;
}
.bookingHistoryDetails ul li:last-child {
  margin-bottom: 0;
}
.bookingHistoryDetails .paymentDetails {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  border: 1px dashed #8C8C8C;
  border-radius: 10px;
}
.bookingHistoryDetails .paymentDetails div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
  margin-bottom: 20px;
}
.bookingHistoryDetails .paymentDetails div:last-child {
  margin-bottom: 0;
}
.bookingHistoryDetails .paymentDetails div h6:last-child {
  text-align: end;
  font-weight: 700;
}
.bookingHistoryDetails .notes h6 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}
.bookingHistoryDetails .form-group {
  margin-bottom: 20px;
}
.bookingHistoryDetails .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.bookingHistoryDetails .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.bookingHistoryDetails .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.bookingHistoryDetails .form-group textarea.form-control {
  height: 140px;
}
.bookingHistoryDetails .form-group .primary_btn {
  width: 100%;
  display: flex;
  min-height: 59px;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.bookingHistoryDetails .form-group .primary_btn:hover {
  background: #ffffff;
  color: #000000;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-selection--single {
  border: 0 !important;
  color: #1a3934;
  font-weight: 500;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-left: 0;
}
.bookingHistoryDetails .form-group .select2-container {
  border: 0;
}
.bookingHistoryDetails .form-group .select2-results__option {
  padding: 5px 15px;
  font-size: 14px;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 transparent;
  width: 11px;
  height: 6px;
  background: url("../images/svg/downArrow.svg");
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: inherit !important;
  bottom: 9px !important;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookingHistoryDetails .form-group .select2.select2-container.select2-container--default {
  padding: 14px 15px;
  border: 1px solid #dadbe4 !important;
  position: inherit;
  border-radius: 10px;
  width: 100%;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f7f7;
  color: #EDCB00;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EDCB00;
  color: #000000;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Poppins", sans-serif;
}
.bookingHistoryDetails .form-group .select2-container--default .select2-selection--single {
  height: 28px !important;
}
.bookingHistoryDetails .select2-position .position-relative {
  z-index: inherit !important;
}

@media (min-width: 576px) {
  .bookingHistoryDetails .modal-dialog {
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .bookingHistoryDetails .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1499.98px) {
  .profileHistorySection .notificationCard ul li .img {
    width: 50px;
  }
}
@media (max-width: 1399.98px) {
  .profileHistorySection .leftNavMenu li a {
    font-size: 15px;
    line-height: 23px;
  }
  .profileHistorySection .profileDetailsCard .profileHead .primary_btn {
    font-size: 13px;
    padding: 8px 15px;
  }
  .profileHistorySection .formBody {
    padding: 30px 20px;
  }
}
@media (max-width: 1299.98px) {
  .profileHistorySection h4 {
    font-weight: 600;
  }
  .profileHistorySection .leftNavMenu li a {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 1199.98px) {
  .profileHistorySection .leftNavMenu {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    grid-gap: 15px;
    overflow: auto;
    padding-bottom: 10px;
  }
  .profileHistorySection .leftNavMenu li a {
    padding: 13px 16px;
    background: #F4F4F4;
    font-size: 14px;
    letter-spacing: 0;
  }
  .profileHistorySection .leftNavMenu li .active-menu {
    background: #000000 !important;
    color: #ffffff;
  }
  .profileHistorySection .profileDetailsCard .profileHead .profilePhoto .photo .img-bg {
    width: 110px;
    height: 110px;
  }
  .profileHistorySection .profileDetailsCard .profileHead .profilePhoto .photo .icon svg {
    width: 50px;
    height: 50px;
  }
  .profileHistorySection .profileDetailsCard ul.profileInfo li a h5 {
    font-weight: 600;
    letter-spacing: 0;
  }
}
@media (max-width: 991.98px) {
  .profileHistorySection .leftNavMenu {
    grid-gap: 10px;
    overflow: auto;
    padding-bottom: 10px;
  }
  .profileHistorySection .leftNavMenu li a {
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .profileHistorySection .bookNowCard {
    margin-top: 35px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard {
    padding: 20px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .body ul li {
    grid-gap: 10px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .locationFavorite {
    width: 35px;
    height: 35px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .locationFavorite svg {
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 766.98px) {
  .profileHistorySection .profileDetailsCard {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profileHistorySection .profileDetailsCard .profileHead .primary_btn {
    font-size: 12px;
  }
  .profileHistorySection .bookNowCard .bodyDetails {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profileHistorySection .formBody {
    padding: 20px 15px;
  }
  .profileHistorySection .notificationCard ul li {
    grid-gap: 10px;
    padding: 20px 15px;
  }
  .profileHistorySection .notificationCard ul li .left p {
    margin-top: 10px;
  }
  .profileHistorySection .notificationCard ul li .img {
    width: 40px;
  }
  .profileHistorySection .bookingHistoryWrap .tagWrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    grid-gap: 10px;
    overflow: auto;
  }
  .profileHistorySection .bookingHistoryWrap .tagWrapper .tag {
    flex-wrap: nowrap;
    display: block;
    min-width: inherit;
    padding: 8px 15px;
  }
  .profileHistorySection .bookingHistoryWrap .tagWrapper .tag p {
    font-size: 13px;
    font-weight: 500;
  }
  .bookingHistoryDetails .modal-header {
    padding: 25px 20px 0;
  }
  .bookingHistoryDetails .modal-body {
    padding: 20px 20px 25px;
  }
}
@media (max-width: 575px) {
  .bookingHistoryDetails .modal-header {
    padding: 25px 15px 0;
  }
  .bookingHistoryDetails .modal-body {
    padding: 20px 15px 25px;
  }
}
@media (max-width: 501.98px) {
  .profileHistorySection .formBody .form-group .iti__country {
    width: 290px;
  }
}
.detailsSection {
  padding: 90px 0;
}
.detailsSection p {
  margin-top: 20px;
}
.detailsSection h3 {
  margin-top: 20px;
  font-weight: 700;
}
.detailsSection ul {
  margin-top: 20px;
  margin-left: 15px;
}
.detailsSection ul li {
  margin-bottom: 10px;
  list-style: disc;
  padding-left: 10px;
}
.detailsSection ul li:last-child {
  margin-bottom: 0;
}
.detailsSection h4 {
  margin-top: 20px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .detailsSection {
    padding: 50px 0;
  }
  .detailsSection ul li {
    padding-left: 5px;
  }
}
.blogSection {
  padding: 60px 0;
}
.blogSection h2 {
  margin-bottom: 20px;
}
.blogSection .mb-30 {
  margin-bottom: 30px;
}
.blogSection .form-group {
  padding: 0 20px;
  display: flex;
  grid-gap: 20px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  background: #F4F4F4;
}
.blogSection .form-group .form-control {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: 0;
  background: none;
  font-weight: 400;
}
.blogSection .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.blogSection .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.blogSection .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.blogSection .blogCard {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  box-shadow: 0px 0px 16px 0px rgba(197, 197, 197, 0.25);
}
.blogSection .blogCard .imgCard {
  overflow: hidden;
}
.blogSection .blogCard .imgCard img {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.blogSection .blogCard .cardBody {
  padding: 20px;
}
.blogSection .blogCard .cardBody .userTime {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 15px;
}
.blogSection .blogCard .cardBody .userTime li {
  color: #8C8C8C;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.blogSection .blogCard .cardBody .userTime li svg {
  width: 15px;
  height: 15px;
}
.blogSection .blogCard .cardBody .userTime li svg path {
  fill: #8C8C8C;
}
.blogSection .blogCard .cardBody h4 {
  font-weight: 700;
  color: #000000;
}
.blogSection .blogCard .cardBody p {
  color: #8C8C8C;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.blogSection .blogCard .cardBody .readMore {
  margin-top: 25px;
  color: #EDCB00;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
  width: fit-content;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.blogSection .blogCard .cardBody .readMore::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 2px;
  background: #EDCB00;
}
.blogSection .blogCard .cardBody .readMore:hover {
  color: #000000;
}
.blogSection .blogCard .cardBody .readMore:hover::after {
  background: #000000;
}
.blogSection .blogCard:hover .imgCard img {
  transform: scale(1.1);
}
.blogSection .blogCard:hover .cardBody .readMore {
  grid-gap: 25px;
}
.blogSection .blogDetails .userTime {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.blogSection .blogDetails .userTime p {
  margin: 0;
  padding: 0;
  color: #8C8C8C;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.blogSection .blogDetails .userTime p svg {
  width: 15px;
  height: 15px;
}
.blogSection .blogDetails .userTime p svg path {
  fill: #8C8C8C;
}
.blogSection .blogDetails h4 {
  margin-top: 10px;
  font-weight: 700;
  color: #000000;
}
.blogSection .blogDetails p {
  color: #000000;
  margin-top: 20px;
}
.blogSection .blogDetails img {
  margin-top: 20px;
}
.blogSection .blogDetails ul {
  margin-left: 15px;
  margin-top: 20px;
}
.blogSection .blogDetails ul li {
  margin-bottom: 6px;
  padding-left: 10px;
  list-style: disc;
  color: #000000;
}
.blogSection .blogDetails ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .blogSection {
    padding: 40px 0;
  }
}
@media (min-width: 576px) and (max-width: 766.98px) {
  .blogSection .blogList .col-sm-6:nth-child(odd) {
    padding-right: 8px;
  }
  .blogSection .blogList .col-sm-6:nth-child(even) {
    padding-left: 8px;
  }
}
.innerBanner {
  position: relative;
}
.innerBanner .bannerContent {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: end;
  padding-bottom: 70px;
}
.innerBanner .bannerContent .subHead {
  margin-bottom: 0px;
  font-weight: 600;
}
.innerBanner .bannerContent .subHead::before {
  height: 2px;
}
.innerBanner .bannerContent h2 {
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .innerBanner {
    position: relative;
  }
  .innerBanner .bannerContent {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .innerBanner .bannerImage {
    min-height: 175px;
    position: relative;
  }
  .innerBanner .bannerImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
  }
  .innerBanner .bannerContent {
    padding-bottom: 30px;
  }
}
.aboutDetails {
  padding: 80px 0;
  background: #ffffff;
}
.aboutDetails h2 {
  margin-bottom: 30px;
}
.aboutDetails p {
  margin-bottom: 20px;
}
.aboutDetails p:last-child {
  margin-bottom: 0;
}
.aboutDetails .abtImage {
  width: 100%;
  height: 100%;
  position: relative;
}
.aboutDetails .abtImage img {
  position: absolute;
  top: 0;
  object-position: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.highlightCounter {
  padding: 60px 0;
  background: #F4F4F4;
}
.highlightCounter .counterCard {
  padding: 20px;
  width: 100%;
  text-align: center;
}
.highlightCounter .counterCard p {
  color: #8C8C8C;
}

.moreAboutSection {
  padding: 40px 0;
  background: #ffffff;
}
.moreAboutSection h2 {
  margin-bottom: 30px;
}
.moreAboutSection p {
  margin-bottom: 20px;
}
.moreAboutSection .more {
  font-weight: 700;
}
.moreAboutSection .moreAbtImage {
  width: 100%;
  height: 100%;
  position: relative;
}
.moreAboutSection .moreAbtImage img {
  position: absolute;
  top: 0;
  object-position: bottom;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.moreAboutSection .moreAbtCnt {
  padding-top: 50px;
  padding-bottom: 50px;
}
.moreAboutSection:first-child {
  padding-top: 80px;
}
.moreAboutSection:last-child {
  padding-bottom: 80px;
}

@media (min-width: 1400px) {
  .moreAboutSection .moreAbtImage {
    min-height: 330px;
  }
}
@media (max-width: 991.98px) {
  .aboutDetails {
    padding: 50px 0;
  }
  .aboutDetails .row {
    flex-direction: column-reverse;
  }
  .aboutDetails h2 {
    margin-bottom: 20px;
  }
  .aboutDetails .abtImage {
    margin-bottom: 30px;
    height: 350px;
  }
  .highlightCounter {
    padding: 30px 0;
  }
  .highlightCounter .counterCard {
    padding: 20px 10px;
  }
  .moreAboutSection {
    padding: 25px 0;
  }
  .moreAboutSection h2 {
    margin-bottom: 20px;
  }
  .moreAboutSection .moreAbtImage {
    margin-top: 0px;
    height: 350px;
  }
  .moreAboutSection .moreAbtCnt {
    margin-top: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .moreAboutSection:first-child {
    padding-top: 50px;
  }
  .moreAboutSection:last-child {
    padding-bottom: 50px;
  }
}
@media (max-width: 766.98px) {
  .aboutDetails .abtImage {
    height: 250px;
  }
  .moreAboutSection .moreAbtImage {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .aboutDetails .abtImage {
    height: auto;
  }
  .aboutDetails .abtImage img {
    position: relative;
  }
  .moreAboutSection .moreAbtImage {
    height: auto;
  }
  .moreAboutSection .moreAbtImage img {
    position: relative;
  }
}
.contactInfo {
  padding: 30px 0;
  background: #F4F4F4;
}
.contactInfo .infoCard {
  padding: 20px 0px;
  width: 100%;
}
.contactInfo .infoCard h6 {
  color: #8C8C8C;
  font-weight: 500;
  margin-bottom: 7px;
}
.contactInfo .infoCard a {
  width: fit-content;
  display: flex;
}
.contactInfo .infoCard h5 {
  width: fit-content;
  font-weight: 700;
  color: #000000;
}
.contactInfo .infoCard h5:hover {
  color: #EDCB00;
}

.contactForm {
  padding: 80px 0;
}
.contactForm .form-group {
  margin-bottom: 20px;
}
.contactForm .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.contactForm .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.contactForm .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.contactForm .form-group textarea.form-control {
  height: 140px;
}
.contactForm .form-group .primary_btn {
  width: 100%;
  display: flex;
  min-height: 59px;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.contactForm .form-group .primary_btn:hover {
  background: #ffffff;
  color: #000000;
}
.contactForm .form-group .iti__selected-flag {
  padding: 0 12px;
  font-weight: 600;
}
.contactForm .form-group .iti__flag {
  display: none;
}
.contactForm .form-group .iti__arrow {
  border: 0;
  width: 12px;
  height: 7px;
  background: url("../images/numberDownArrow.png") center no-repeat;
  background-size: 11px;
  margin-left: 10px;
}
.contactForm .form-group .iti__flag-box {
  width: 0;
  display: none;
}
.contactForm .form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #F4F4F4;
}
.contactForm .form-group .iti__active, .contactForm .form-group .iti__highlight {
  background-color: #000000;
  color: #ffffff;
}
.contactForm .form-group .iti__active .iti__dial-code, .contactForm .form-group .iti__highlight .iti__dial-code {
  color: #ffffff;
}
.contactForm .form-group .iti__country-name, .contactForm .form-group .iti__dial-code {
  font-size: 14px;
}
.contactForm .form-group .iti__country-list {
  scroll-behavior: smooth;
}
.contactForm .form-group .iti__country-list::-webkit-scrollbar {
  width: 5px;
}
.contactForm .form-group .iti__country-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #CECEC5;
}
.contactForm .form-group .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
  opacity: 1;
}
.contactForm .form-group .iti__country {
  display: flex;
  flex-wrap: wrap;
}
.contactForm .form-group .iti {
  width: 100% !important;
}
.contactForm .form-group .select2-container--default .select2-selection--single {
  border: 0 !important;
  color: #1a3934;
  font-weight: 500;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}
.contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-left: 0;
}
.contactForm .form-group .select2-container {
  border: 0;
}
.contactForm .form-group .select2-results__option {
  padding: 5px 15px;
  font-size: 14px;
}
.contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 transparent;
  width: 11px;
  height: 6px;
  background: url("../images/svg/downArrow.svg");
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
}
.contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: inherit !important;
  bottom: 9px !important;
  right: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactForm .form-group .select2.select2-container.select2-container--default {
  padding: 14px 15px;
  border: 1px solid #dadbe4 !important;
  position: inherit;
  border-radius: 10px;
  width: 100%;
}
.contactForm .form-group .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f7f7f7;
  color: #EDCB00;
}
.contactForm .form-group .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #EDCB00;
  color: #000000;
}
.contactForm .form-group .select2-container--default .select2-search--dropdown .select2-search__field {
  font-family: "Poppins", sans-serif;
}
.contactForm .form-group .select2-container--default .select2-selection--single {
  height: 28px !important;
}
.contactForm .select2-position .position-relative {
  z-index: inherit !important;
}

@media (max-width: 1399.98px) {
  .contactForm .form-group .select2.select2-container.select2-container--default {
    padding: 11px 15px;
  }
  .contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 15px;
  }
  .contactForm .form-group .primary_btn {
    min-height: 51px;
  }
}
@media (max-width: 1299.98px) {
  .contactForm .form-group .select2-results__option {
    font-size: 14px;
  }
  .contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .contactInfo {
    padding: 10px 0;
  }
  .contactForm {
    padding: 50px 0;
  }
  .contactForm .form-group .iti__country-name, .contactForm .form-group .loginSection form .form-group .iti__dial-code {
    font-size: 13px;
  }
  .contactForm .form-group .select2.select2-container.select2-container--default {
    padding: 9px 15px;
  }
  .contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
  }
  .contactForm .form-group .select2-results__option {
    font-size: 13px;
  }
  .contactForm .form-group .primary_btn {
    min-height: 49px;
  }
}
@media (max-width: 766.98px) {
  .contactInfo .infoCard {
    text-align: center;
  }
  .contactInfo .infoCard a {
    margin: 0 auto;
  }
  .contactForm .form-group .iti__country-name, .contactForm .form-group .loginSection form .form-group .iti__dial-code, .contactForm .form-group .loginSection form .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 12px;
  }
  .contactForm .form-group .select2.select2-container.select2-container--default {
    padding: 8px 15px;
  }
  .contactForm .form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .contactForm .form-group .select2-results__option {
    font-size: 12px;
  }
  .contactForm .form-group .primary_btn {
    min-height: 47px;
  }
}
.careerHighlight {
  padding: 80px 0 30px;
}
.careerHighlight .careerHighlightCard {
  padding-bottom: 20px;
}
.careerHighlight .careerHighlightCard h3 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 25px;
}
.careerHighlight .careerHighlightCard p {
  padding-right: 7px;
  max-height: 112px;
  overflow: auto;
}
.careerHighlight .careerHighlightCard p::-webkit-scrollbar {
  width: 5px;
}
.careerHighlight .careerHighlightCard p::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CECEC5;
}
.careerHighlight .careerHighlightCard p::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #000000;
  opacity: 1;
}

.jobListSection {
  padding: 80px 0;
  background: #ffffff;
}
.jobListSection h2 {
  margin-bottom: 30px;
}
.jobListSection .jobList {
  width: 100%;
  margin-top: 60px;
}
.jobListSection .jobList .listRow {
  display: flex;
  border: 1px solid #F4F4F4;
  border-top: 0;
}
.jobListSection .jobList .listRow .primary_btn {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
}
.jobListSection .jobList .listRow .primary_btn:hover {
  background: #EDCB00;
  border-color: #EDCB00;
  color: #000000;
}
.jobListSection .jobList .listRow h6 {
  font-weight: 500;
}
.jobListSection .jobList .listRow h6 strong {
  display: none;
}
.jobListSection .jobList .listRow .col-01 {
  width: 30%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.jobListSection .jobList .listRow .col-02 {
  width: 25%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.jobListSection .jobList .listRow .col-03 {
  width: 25%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.jobListSection .jobList .listRow .col-04 {
  width: 20%;
  padding: 20px;
  display: flex;
  align-items: center;
}
.jobListSection .jobList .head {
  background: #F4F4F4;
}
.jobListSection .jobList .head h6 {
  font-weight: 700;
}

.careerDetailsPage {
  padding: 60px 0;
}
.careerDetailsPage .primary_btn {
  margin-top: 40px;
  width: fit-content;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}

.applyModalWrapper {
  z-index: 9999;
}
.applyModalWrapper .modal-content {
  border-radius: 25px;
  border: 0;
}
.applyModalWrapper .btn-close {
  box-shadow: none;
  outline: none;
}
.applyModalWrapper .modal-header {
  border: 0;
  padding: 30px 30px 15px;
}
.applyModalWrapper .modal-body {
  padding: 0 30px 30px;
}
.applyModalWrapper .modal-body h3 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}
.applyModalWrapper .form-group {
  margin-bottom: 20px;
}
.applyModalWrapper .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.applyModalWrapper .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.applyModalWrapper .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.applyModalWrapper .form-group textarea.form-control {
  height: 80px;
}
.applyModalWrapper .form-group .primary_btn {
  width: 100%;
  display: flex;
  min-height: 59px;
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.applyModalWrapper .form-group .primary_btn:hover {
  background: #ffffff;
  color: #000000;
}
.applyModalWrapper .form-group .iti__selected-flag {
  padding: 0 12px;
  font-weight: 600;
}
.applyModalWrapper .form-group .iti__flag {
  display: none;
}
.applyModalWrapper .form-group .iti__arrow {
  border: 0;
  width: 12px;
  height: 7px;
  background: url("../images/numberDownArrow.png") center no-repeat;
  background-size: 11px;
  margin-left: 10px;
}
.applyModalWrapper .form-group .iti__flag-box {
  width: 0;
  display: none;
}
.applyModalWrapper .form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #F4F4F4;
}
.applyModalWrapper .form-group .iti__active, .applyModalWrapper .form-group .iti__highlight {
  background-color: #000000;
  color: #ffffff;
}
.applyModalWrapper .form-group .iti__active .iti__dial-code, .applyModalWrapper .form-group .iti__highlight .iti__dial-code {
  color: #ffffff;
}
.applyModalWrapper .form-group .iti__country-name, .applyModalWrapper .form-group .iti__dial-code {
  font-size: 14px;
}
.applyModalWrapper .form-group .iti__country-list {
  scroll-behavior: smooth;
}
.applyModalWrapper .form-group .iti__country-list::-webkit-scrollbar {
  width: 5px;
}
.applyModalWrapper .form-group .iti__country-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #CECEC5;
}
.applyModalWrapper .form-group .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
  opacity: 1;
}
.applyModalWrapper .form-group .iti__country {
  display: flex;
  flex-wrap: wrap;
}
.applyModalWrapper .form-group .iti {
  width: 100% !important;
}
.applyModalWrapper .form-group #file-input {
  display: none;
}
.applyModalWrapper .form-group label[for=file-input] * {
  vertical-align: middle;
  cursor: pointer;
}
.applyModalWrapper .form-group label.form-control {
  display: flex;
  align-items: center;
}
.applyModalWrapper .form-group .file-inputSpan {
  color: #7B81A0 !important;
}
.applyModalWrapper .form-group .file-inputBtn {
  position: absolute;
  right: 0px;
  border-radius: 0 5px 5px 0;
  background: #000000;
  height: 100%;
  color: #ffffff;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 10px 30px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.applyModalWrapper .form-group .file-inputBtn:hover {
  background: #EDCB00;
}

.modal-backdrop {
  z-index: 9998;
}

@media (min-width: 992px) {
  .applyModalWrapper .btn-close {
    box-shadow: none;
    outline: none;
  }
  .applyModalWrapper .modal-dialog {
    max-width: 900px;
  }
}
@media (max-width: 1399.98px) {
  .applyModalWrapper .form-group .primary_btn {
    min-height: 51px;
  }
}
@media (max-width: 1199.98px) {
  .jobListSection .jobList .listRow .col-01, .jobListSection .jobList .listRow .col-02, .jobListSection .jobList .listRow .col-03, .jobListSection .jobList .listRow .col-04 {
    padding: 15px 10px;
  }
}
@media (max-width: 991.98px) {
  .careerHighlight {
    padding: 50px 0 10px;
  }
  .careerHighlight .careerHighlightCard h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
  }
  .jobListSection {
    padding: 50px 0;
  }
  .jobListSection .jobList {
    margin-top: 40px;
  }
  .jobListSection .jobList .head {
    display: none;
  }
  .jobListSection .jobList .listRow {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .jobListSection .jobList .listRow .col-01, .jobListSection .jobList .listRow .col-02, .jobListSection .jobList .listRow .col-03, .jobListSection .jobList .listRow .col-04 {
    width: 50%;
    padding: 5px 20px;
    align-items: start;
  }
  .jobListSection .jobList .listRow:nth-child(2) {
    border-top: 1px solid #F4F4F4;
  }
  .jobListSection .jobList .listRow h6 strong {
    display: block;
    margin-bottom: 5px;
  }
  .jobListSection .jobList .listRow .primary_btn {
    margin-left: 0;
    margin-right: auto;
  }
  .careerDetailsPage {
    padding: 40px 0;
  }
  .applyModalWrapper .modal-header {
    padding: 20px 20px 15px;
  }
  .applyModalWrapper .modal-body {
    padding: 0 20px 20px;
  }
  .applyModalWrapper .form-group .primary_btn {
    min-height: 49px;
  }
  .applyModalWrapper .form-group .iti__country-name, .applyModalWrapper .form-group .iti__dial-code {
    font-size: 13px;
  }
}
@media (max-width: 766.98px) {
  .careerHighlight .careerHighlightCard p {
    max-height: 100%;
  }
  .jobListSection .jobList .listRow .col-01, .jobListSection .jobList .listRow .col-02, .jobListSection .jobList .listRow .col-03, .jobListSection .jobList .listRow .col-04 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .applyModalWrapper .form-group .iti__country-name, .applyModalWrapper .form-group .iti__dial-code {
    font-size: 12px;
  }
  .applyModalWrapper .form-group .primary_btn {
    min-height: 47px;
  }
}
@media (max-width: 575px) {
  .careerHighlight .careerHighlightCard p {
    max-height: 100%;
  }
  .jobListSection .jobList .listRow .col-01, .jobListSection .jobList .listRow .col-02, .jobListSection .jobList .listRow .col-03, .jobListSection .jobList .listRow .col-04 {
    padding: 10px;
  }
}
.commonSection h2 {
  margin-bottom: 50px;
  color: #000000;
}

.contentSection {
  padding: 80px 0;
}
.contentSection .contentArea {
  padding: 70px 0;
}
.contentSection .contentArea h2 {
  margin-bottom: 30px;
}
.contentSection .contentArea p {
  margin-bottom: 20px;
}
.contentSection .contentArea p:last-child {
  margin-bottom: 0;
}
.contentSection .contentArea ul {
  margin-left: 15px;
  margin-top: 20px;
}
.contentSection .contentArea ul li {
  margin-bottom: 6px;
  padding-left: 10px;
  list-style: disc;
  color: #000;
}
.contentSection .contentSectionImage {
  width: 100%;
  height: 100%;
  position: relative;
}
.contentSection .contentSectionImage img {
  position: absolute;
  top: 0;
  object-position: top;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contentSectionTab {
  position: relative;
}
.contentSectionTab .line {
  width: 100%;
  height: 5px;
  background: #F4F4F4;
  position: absolute;
  top: 53px;
  left: 0;
}
.contentSectionTab .nav-pills {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.contentSectionTab .nav-pills .nav-item .nav-link {
  padding: 10px 20px;
  display: flex;
  grid-gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
  border-radius: 0;
}
.contentSectionTab .nav-pills .nav-item .nav-link h4 {
  font-weight: 700;
  color: #000000;
}
.contentSectionTab .nav-pills .nav-item .nav-link .form-check {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.contentSectionTab .nav-pills .nav-item .nav-link .form-check .form-check-input {
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  width: 18px;
  height: 18px;
}
.contentSectionTab .nav-pills .nav-item .nav-link .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.contentSectionTab .nav-pills .nav-item .active {
  background: transparent;
}
.contentSectionTab .tab-content {
  padding-top: 20px;
}
.contentSectionTab .tab-content p {
  font-style: italic;
}

.blackBg-Color h2, .blackBg-Color p {
  color: #ffffff;
}
.blackBg-Color .contentArea {
  padding: 0;
}

@media (min-width: 1400px) {
  .commonSection h2 {
    font-size: 32px;
  }
  .contentSection .contentArea h2 {
    font-size: 32px;
  }
}
@media (max-width: 1399.98px) {
  .contentSectionTab .line {
    top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .contentSectionTab .line {
    top: 49px;
  }
}
@media (max-width: 991.98px) {
  .contentSectionTab .line {
    top: 47px;
  }
  .commonSection h2 {
    margin-bottom: 30px;
  }
  .contentSection {
    padding: 50px 0;
  }
  .contentSection .contentArea {
    padding: 0px 0;
  }
  .contentSection .contentArea h2 {
    margin-bottom: 15px;
  }
  .contentSection .contentSectionImage {
    height: 350px;
  }
}
@media (max-width: 766.98px) {
  .contentSection .contentSectionImage {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .contentSection .contentSectionImage {
    height: auto;
  }
  .contentSection .contentSectionImage img {
    position: relative;
  }
}
.mobileMenu {
  z-index: 9999;
}
.mobileMenu .btn-close {
  box-shadow: none;
  outline: none;
}
.mobileMenu .offcanvas-header {
  padding: 15px 20px;
  border-bottom: 1px solid #F4F4F4;
}
.mobileMenu .offcanvas-header .navbar-brand {
  padding: 0;
  width: 90px;
}
.mobileMenu .offcanvas-body {
  padding: 15px 20px;
}
.mobileMenu .offcanvas-body .navbar-nav .nav-item {
  margin-bottom: 10px;
}
.mobileMenu .offcanvas-body .navbar-nav .nav-item:last-child {
  margin-bottom: 0;
}
.mobileMenu .offcanvas-body .navbar-nav .nav-link {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.mobileMenu .offcanvas-body .navbar-nav .nav-link:hover {
  color: #EDCB00;
}
.mobileMenu .offcanvas-body .navbar-nav .nav-link:hover svg path {
  stroke: #EDCB00;
}
.mobileMenu .offcanvas-body .navbar-nav .dropdown-toggle::after {
  display: none;
}
.mobileMenu .offcanvas-body .navbar-nav .dropdown-menu {
  padding: 0;
  border: 0;
}
.mobileMenu .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 7px;
}
.mobileMenu .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:focus, .mobileMenu .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #EDCB00;
}
.mobileMenu .offcanvas-body .navbar-nav .dropdown-menu.show {
  margin: 0;
  position: inherit !important;
  top: inherit !important;
  transform: none !important;
}
.mobileMenu .offcanvas-body .navbar-nav .current-menu {
  color: #EDCB00;
}
.mobileMenu .offcanvas-body .navbar-nav .current-menu svg path {
  stroke: #EDCB00;
}

@media (max-width: 575px) {
  .mobileMenu {
    z-index: 9999;
    width: 100%;
    border: 0;
  }
  .mobileMenu .offcanvas-body .navbar-nav .nav-link {
    font-size: 14px;
    padding-bottom: 0;
  }
  .mobileMenu .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding-bottom: 0;
  }
  .mobileMenu .offcanvas-body .navbar-nav .dropdown-menu.show {
    margin-top: 10px !important;
  }
}
.whatsapp {
  position: fixed;
  bottom: 50%;
  right: 0px;
  width: 75px;
  height: 60px;
  border-radius: 50px 0 0 50px;
  transform: translate(0%, 50%);
  background-color: #ffffff;
  z-index: 999;
  display: flex;
  align-items: center;
}
.whatsapp svg {
  margin-left: 15px;
  width: 40px;
  height: 40px;
}
.whatsapp:hover {
  background-color: #000000;
}

@media (max-width: 991.98px) {
  .whatsapp {
    position: fixed;
    bottom: 50%;
    right: 0px;
    width: 50px;
    height: 44px;
    border-radius: 50px 0 0 50px;
    transform: translate(0%, 50%);
    background-color: #ffffff;
    z-index: 998;
    display: flex;
    align-items: center;
  }
  .whatsapp svg {
    margin-left: 10px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .whatsapp {
    display: none;
  }
}
.bottomHeight {
  height: 61px;
  width: 100%;
}

.bottomBar {
  padding: 10px 0;
  background-color: #000000;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 998;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.7);
}
.bottomBar .bottomBarWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
}
.bottomBar .bottomBarWrap .primary_btn:first-child {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.bottomBar .bottomBarWrap .primary_btn:first-child:hover {
  border-color: #EDCB00;
  color: #EDCB00;
}
.bottomBar .bottomBarWrap .whatsappIcon {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .bottomBar, .bottomHeight {
    display: none;
  }
}
.completedPopBookingSection {
  background: transparent;
  padding: 0;
}

.popup, .popup .close, .popup .wrapper {
  align-items: center;
  justify-content: center;
}

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99999999999999;
  display: none;
  width: 100vw;
  height: 100vh;
}

.popup .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.popup .wrapper::-webkit-scrollbar {
  width: 10px;
}
.popup .wrapper::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CECEC5;
}
.popup .wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000000;
  opacity: 1;
}

.popup-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  display: table;
  width: 500px;
  min-height: 50px;
  margin: auto;
  top: 0;
  box-sizing: border-box;
  position: relative;
  padding: 0px;
}
.popup-inner .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.popup-inner .header h4 {
  font-weight: 700;
  color: #EDCB00;
}
.popup-inner .popup-body .carousel-control-next, .popup-inner .popup-body .carousel-control-prev {
  opacity: 1;
  height: 100%;
  width: 10%;
}
.popup-inner .popup-body .carousel-control-next-icon, .popup-inner .popup-body .carousel-control-prev-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  filter: inherit;
  opacity: 1;
  filter: drop-shadow(-4px 4px 12px rgba(0, 0, 0, 0.25));
}
.popup-inner .popup-body .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-image: url("../images/svg/upcomingPrev.svg");
}
.popup-inner .popup-body .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-image: url("../images/svg/upcomingNext.svg");
}
.popup-inner .popup-body .event-img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.popup-inner .popup-body .events-details-area h5 {
  font-weight: 700;
  color: #EDCB00;
  padding-bottom: 20px;
}
.popup-inner .popup-body .events-details-area ul {
  margin: 25px 0 0 0;
}
.popup-inner .popup-body .events-details-area ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.popup-inner .popup-body .events-details-area ul li strong {
  font-weight: 700;
  flex-shrink: 0 !important;
  width: fit-content;
}
.popup-inner .popup-body .events-details-area ul li:last-child {
  margin-bottom: 0;
}
.popup-inner .popup-body .events-details-area .primary_btn {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #163470;
  color: #fff;
}
.popup-inner .popup-body .events-details-area .primary_btn:hover {
  background: #6cb640;
  border-color: #6cb640;
}

.popup .close {
  cursor: pointer;
  height: 25px;
  width: 25px;
  right: 0;
  color: #fff;
  font-family: monospace;
  font-weight: 300;
  border-radius: 5px;
  font-size: 15px;
  line-height: 15px;
}

@media only screen and (max-width: 766.98px) {
  .popup-inner {
    width: 90% !important;
    border-radius: 30px;
  }
}
.modal {
  z-index: 9999;
}

.fw-Regular {
  font-weight: 400 !important;
}

.fw-Medium {
  font-weight: 500 !important;
}

.fw-SemiBold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-ExtraBold {
  font-weight: 800 !important;
}

.fw-Black {
  font-weight: 900 !important;
}

a {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.primary_btn {
  margin: 0;
  padding: 11px 40px;
  background: #EDCB00;
  border-radius: 10px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  border: 2px solid #EDCB00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.primary_btn:hover {
  background: #000000;
  color: #EDCB00;
}

.second_btn {
  padding: 11px 22px;
  background: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  border-radius: 40px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.second_btn:hover {
  border-color: #EDCB00;
  background: #EDCB00;
  color: #000000;
}

.subHead {
  font-weight: 700;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  grid-gap: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.subHead::before {
  width: 40px;
  height: 3px;
  background: #ffffff;
  left: 0;
  content: "";
  display: inline-block;
}

.color_primary::before {
  background: #EDCB00;
}

@media (min-width: 1500px) {
  .container {
    max-width: 87%;
  }
}
@media (max-width: 1399.98px) {
  a, p, button {
    font-size: 15px;
    line-height: 24px;
  }
  ul li, ol li {
    font-size: 15px;
    line-height: 24px;
  }
  .primary_btn {
    padding: 11px 20px;
  }
  .second_btn {
    padding: 11px 20px;
  }
  form label {
    font-size: 15px;
  }
  form .form-group .form-control {
    padding: 13px 20px;
    line-height: 23px;
  }
}
@media (max-width: 1299.98px) {
  p {
    font-size: 14px;
    line-height: 23px;
  }
  ul li, ol li {
    font-size: 14px;
    line-height: 23px;
  }
  form label {
    font-size: 14px;
  }
  form .form-group .form-control {
    line-height: 23px;
  }
}
@media (max-width: 991.98px) {
  ul li, ol li {
    font-size: 13px;
    line-height: 22px;
  }
  p {
    font-size: 13px;
    line-height: 22px;
  }
  form label {
    font-size: 13px;
  }
  form .form-group .form-control {
    line-height: 19px;
  }
  .primary_btn {
    padding: 9px 17px;
  }
  .second_btn {
    padding: 9px 17px;
    border: 1px solid #000000;
  }
}
@media (max-width: 766.98px) {
  ul li, ol li {
    font-size: 12px;
    line-height: 16px;
  }
  p {
    font-size: 12px;
  }
  form label {
    font-size: 12px;
  }
}
.bookingWrapperSection {
  padding: 0px 0;
  background: url("../images/mapBg.jpg") center no-repeat;
  background: #ffffff;
  background-size: cover;
}
.bookingWrapperSection .locationFrame h3 {
  color: #EDCB00;
  color: #000000;
}
.bookingWrapperSection .bookingWrapper {
  display: flex;
}
.bookingWrapperSection .sideBookingBar {
  width: 450px;
}
.bookingWrapperSection .form-control {
  outline: none;
  box-shadow: none;
  margin-bottom: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dadbe4;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  padding: 16px 20px;
}
.bookingWrapperSection .mapWrapper {
  width: calc(100% - 450px);
  position: relative;
}
.bookingWrapperSection .mapWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  box-shadow: none;
}
.bookingWrapperSection .container {
  max-width: 100%;
}
.bookingWrapperSection .bookingCard {
  border-radius: 0px;
  height: calc(100vh - 124px);
  overflow: hidden;
  overflow-y: scroll;
  padding: 40px 20px;
}
.bookingWrapperSection .bookingCard::-webkit-scrollbar {
  width: 8px;
}
.bookingWrapperSection .bookingCard::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CECEC5;
  background: #000000;
}
.bookingWrapperSection .bookingCard::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #000000;
  background-color: #EDCB00;
  opacity: 1;
}
.bookingWrapperSection .bookingCard .bookingType .form-check {
  flex-wrap: wrap;
}
.bookingWrapperSection .bookingCard .bookingType .form-check .form-check-label {
  flex-wrap: wrap;
}
.bookingWrapperSection .bookingCard .bookingType .form-check .form-check-input:checked[type=radio] {
  background: #EDCB00;
}
.bookingWrapperSection .bookingCard .bookingLoc:hover {
  border-color: #EDCB00;
}
.bookingWrapperSection .bookingCard .sectionHead {
  color: #EDCB00;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
.bookingWrapperSection .bookingCard .input-telephone-wrap {
  width: 100%;
  display: flex;
  border: 1px solid #dadbe4;
  background: #fff;
  border-radius: 10px;
}
.bookingWrapperSection .bookingCard .input-telephone-wrap button {
  flex-shrink: 0 !important;
  padding: 10px 15px 10px 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  outline: none;
  color: #EDCB00;
  font-weight: 600;
  font-size: 14px;
}
.bookingWrapperSection .bookingCard .input-telephone-wrap .form-control {
  border: 0;
}
.bookingWrapperSection .bookingCard .iti__selected-flag {
  padding: 0 12px;
  font-weight: 600;
}
.bookingWrapperSection .bookingCard .iti__arrow {
  border: 0;
  width: 12px;
  height: 7px;
  background: url("../images/numberDownArrow.png") center no-repeat;
  background-size: 11px;
  margin-left: 10px;
}
.bookingWrapperSection .bookingCard .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #F4F4F4;
}
.bookingWrapperSection .bookingCard .iti__active, .bookingWrapperSection .bookingCard .iti__highlight {
  background-color: #000000;
  color: #ffffff;
}
.bookingWrapperSection .bookingCard .iti__active .iti__dial-code, .bookingWrapperSection .bookingCard .iti__highlight .iti__dial-code {
  color: #ffffff;
}
.bookingWrapperSection .bookingCard .iti__country-name, .bookingWrapperSection .bookingCard .iti__dial-code {
  font-size: 14px;
}
.bookingWrapperSection .bookingCard .iti__country-list {
  scroll-behavior: smooth;
}
.bookingWrapperSection .bookingCard .iti__country-list::-webkit-scrollbar {
  width: 5px;
}
.bookingWrapperSection .bookingCard .iti__country-list::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #CECEC5;
}
.bookingWrapperSection .bookingCard .iti__country-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #000000;
  opacity: 1;
}
.bookingWrapperSection .bookingCard .iti__country {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bookingWrapperSection .bookingCard .iti__flag-box, .bookingWrapperSection .bookingCard .iti__country-name {
  margin-right: 10px;
}
.bookingWrapperSection .bookingCard .iti {
  width: 100% !important;
}
.bookingWrapperSection .bookingCard .payRideType {
  flex-direction: column;
  grid-gap: 30px;
}
.bookingWrapperSection .bookingCard .payRideType .pay {
  width: 100%;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList {
  position: relative;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.caption {
  background-color: #ffffff;
  border: 1px solid #dadbe4;
  padding: 16px 20px;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.caption::before {
  position: absolute;
  right: 20px;
  content: "";
  width: 11px;
  height: 6px;
  background: url(../images/svg/downArrow.svg);
  background-size: 11px;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  border-radius: 0 0 10px 10px;
  display: none;
  overflow: hidden;
  z-index: 9;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list > div.item {
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 16px;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list > div.item img {
  width: 25px;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list > div.item:hover {
  background: #F4F4F4;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list > div.item.selected {
  font-weight: 400;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.caption:hover,
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list > div.item:hover {
  border-color: #EDCB00;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList.open > div.caption {
  border-radius: 10px;
  border-color: #EDCB00;
}
.bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList.open > div.list {
  display: block;
}
.bookingWrapperSection .bookingCard .payRideType .pay .select2-container .select2-selection--single {
  height: 55px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.bookingWrapperSection .bookingCard .payRideType .pay .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
}
.bookingWrapperSection .bookingCard .payRideType .pay .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: inherit;
  right: 10px;
}
.bookingWrapperSection .bookingCard .payRideType .pay .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.bookingWrapperSection .bookingCard .select2Wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-size: 11px !important;
}
.bookingWrapperSection .bookingCard .select2Wrap .select2.select2-container.select2-container--default {
  border-color: #EDCB00 !important;
}
.bookingWrapperSection .scheduleRide {
  position: relative;
  z-index: 99 !important;
}
.bookingWrapperSection .scheduleRide .hasDatepicker {
  border: 1px solid #dadbe4;
  border-radius: 10px;
  padding: 30px 30px 10px;
  margin-bottom: 30px;
}
.bookingWrapperSection .servicesList {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}
.bookingWrapperSection .servicesList .form-group .form-check {
  border-top: 0px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.bookingWrapperSection .servicesList .form-group .form-check:last-child {
  border-bottom: 0px;
}
.bookingWrapperSection .servicesList .form-group .form-check .form-check-label {
  padding-top: 12px;
  padding-bottom: 12px;
}
.bookingWrapperSection .servicesList .form-group .form-check .form-check-label .rightWrap {
  flex-shrink: 0 !important;
}
.bookingWrapperSection .serviceNote .modal-content {
  border-radius: 15px;
  border: 0;
}
.bookingWrapperSection .serviceNote .modal-header {
  padding: 30px 20px;
  padding-bottom: 0;
  border: 0;
}
.bookingWrapperSection .serviceNote .modal-header h5 {
  font-weight: 600;
}
.bookingWrapperSection .serviceNote .modal-body {
  padding: 15px 20px;
}
.bookingWrapperSection .serviceNote .modal-footer {
  border: 0;
  padding: 30px 20px;
  padding-top: 10px;
}
.bookingWrapperSection .serviceNote p {
  font-size: 14px;
  line-height: 22px;
  color: #8C8C8C;
}
.bookingWrapperSection .serviceNote .primary_btn {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  box-shadow: none;
  outline: none;
  min-height: 55px;
}
.bookingWrapperSection .serviceNote .primary_btn:hover {
  background: transparent;
  color: #000000;
}
.bookingWrapperSection .paymentOptions .form-group .form-check {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.bookingWrapperSection .paymentOptions .form-group .form-check .form-check-input {
  position: absolute;
  right: 20px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
}
.bookingWrapperSection .paymentOptions .form-group .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.bookingWrapperSection .paymentOptions .form-group .form-check .form-check-label {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  text-align: left;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  padding: 16px 20px;
}
.bookingWrapperSection .paymentOptions .form-group .form-check .form-control {
  background: transparent;
}
.bookingWrapperSection .paymentOptions .form-group .form-check:last-child {
  margin-bottom: 0;
}
.bookingWrapperSection .paymentOptions .form-group .form-check-input:checked ~ .form-check-label {
  border: 1px solid #EDCB00;
}
.bookingWrapperSection .paymentOptions .form-group .primary_btn {
  width: 100%;
  display: flex;
  align-items: center;
}
.bookingWrapperSection .cardDetails .form-group, .bookingWrapperSection .upiDetails .form-group {
  margin-bottom: 25px;
}
.bookingWrapperSection .cardDetails .form-group label, .bookingWrapperSection .upiDetails .form-group label {
  margin-bottom: 0;
  margin-left: 30px;
  padding: 2px 7px;
  background: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  color: #8C8C8C;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.bookingWrapperSection .cardDetails .form-group .form-control, .bookingWrapperSection .upiDetails .form-group .form-control {
  margin-top: -11px;
  padding: 16px 20px;
  font-weight: 400;
  color: #000000;
}
.bookingWrapperSection .cardDetails .form-group .form-control::placeholder, .bookingWrapperSection .upiDetails .form-group .form-control::placeholder {
  color: #8C8C8C;
  opacity: 1;
}
.bookingWrapperSection .cardDetails .form-group .form-control:-ms-input-placeholder, .bookingWrapperSection .upiDetails .form-group .form-control:-ms-input-placeholder {
  color: #8C8C8C;
}
.bookingWrapperSection .cardDetails .form-group .form-control::-ms-input-placeholder, .bookingWrapperSection .upiDetails .form-group .form-control::-ms-input-placeholder {
  color: #8C8C8C;
}
.bookingWrapperSection .cardDetails .form-group .form-check, .bookingWrapperSection .upiDetails .form-group .form-check {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin: 0;
  padding: 0;
}
.bookingWrapperSection .cardDetails .form-group .form-check .form-check-input, .bookingWrapperSection .upiDetails .form-group .form-check .form-check-input {
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border-color: #dadbe4;
  width: 18px;
  height: 18px;
}
.bookingWrapperSection .cardDetails .form-group .form-check .form-check-input:checked, .bookingWrapperSection .upiDetails .form-group .form-check .form-check-input:checked {
  background-color: #EDCB00;
  border-color: #EDCB00;
}
.bookingWrapperSection .cardDetails .form-group .form-check .form-check-input:focus, .bookingWrapperSection .upiDetails .form-group .form-check .form-check-input:focus {
  border-color: #dadbe4;
}
.bookingWrapperSection .cardDetails .form-group .form-check .form-check-label, .bookingWrapperSection .upiDetails .form-group .form-check .form-check-label {
  font-size: 14px;
  margin-left: 0 !important;
}
.bookingWrapperSection .cardDetails .form-group .form-check .form-control, .bookingWrapperSection .upiDetails .form-group .form-check .form-control {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 0;
  background: transparent;
  width: fit-content;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedHead {
  display: flex;
  grid-gap: 20px;
  align-items: start;
  padding-bottom: 30px;
  border-bottom: 1px solid #F4F4F4;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedHead .iconBox {
  width: 100px;
  height: 100px;
  flex-shrink: 0 !important;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedHead .iconBox svg {
  width: 100px;
  height: 100px;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedHead .bookingId {
  background: #F4F4F4;
  border-radius: 30px;
  padding: 5px 18px;
  width: fit-content;
  margin-bottom: 10px;
  color: #8C8C8C;
  font-weight: 500;
  font-size: 14px;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody {
  padding: 20px 0px;
  border-bottom: 1px solid #F4F4F4;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody p {
  color: #000 !important;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody .fw-SemiBold {
  font-weight: 700 !important;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody ul {
  margin-top: 10px;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody ul li {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 18px;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody ul li svg {
  flex-shrink: 0 !important;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody ul li:last-child {
  margin-bottom: 0;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedBody .data {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedPayDetail {
  padding: 20px 0 0;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedPayDetail p {
  color: #000000;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedPayDetail ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 6%;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedPayDetail ul li p {
  width: 42% !important;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedPayDetail ul li p:nth-child(2) {
  text-align: end;
}
.bookingWrapperSection .rideCompleteDetail .rideCompletedPayDetail ul .total p {
  font-weight: 700;
}
.bookingWrapperSection .reviewBox .profile {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 0 auto;
}
.bookingWrapperSection .reviewBox .reviewBtn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}
.bookingWrapperSection .reviewBox .reviewBtn button {
  box-shadow: none;
  border: 0;
  outline: none;
  background: transparent;
}
.bookingWrapperSection .reviewBox .reviewBtn .form-check {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.bookingWrapperSection .reviewBox .reviewBtn .form-check .form-check-input {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  border: 2px solid #ffffff;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}
.bookingWrapperSection .reviewBox .reviewBtn .form-check .form-check-input:checked {
  border: 2px solid #000000;
}
.bookingWrapperSection .reviewBox .reviewBtn .form-check .form-check-label {
  margin: 0;
  padding: 10px;
  position: relative;
  z-index: 0;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}
.bookingWrapperSection .reviewBox .reviewBtn .form-check .form-check-label svg {
  width: 35px;
  height: 35px;
}
.bookingWrapperSection .reviewBox .reviewBtn .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.bookingWrapperSection .reviewBox .reviewBtnGap {
  grid-gap: 0;
}
.bookingWrapperSection .reviewBox .reviewCheck {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  grid-row-gap: 10px;
}
.bookingWrapperSection .reviewBox .reviewCheck .form-check {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  background: #F4F4F4;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
}
.bookingWrapperSection .reviewBox .reviewCheck .form-check .form-check-input {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.bookingWrapperSection .reviewBox .reviewCheck .form-check .form-check-input:checked {
  background: #000000;
}
.bookingWrapperSection .reviewBox .reviewCheck .form-check .form-check-label {
  margin: 0;
  padding: 8px 12px;
  position: relative;
  z-index: 3;
  font-weight: 400;
  background: transparent;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
}
.bookingWrapperSection .reviewBox .reviewCheck .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
}
.bookingWrapperSection .reviewBox textarea.form-control {
  height: 180px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ced4da;
  resize: none;
}
.bookingWrapperSection .reviewBox textarea.form-control:focus {
  border: 1px solid #ced4da;
}

@media (max-width: 1399.98px) {
  .bookingWrapperSection .bookingCard {
    height: calc(100vh - 103px);
  }
  .bookingWrapperSection .bookingCard .payRideType .pay div.dropdownList > div.list > div.item {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 1299.98px) {
  .bookingWrapperSection .bookingCard {
    height: calc(100vh - 91px);
  }
  .bookingWrapperSection .rideCompleteDetail .rideCompletedHead .iconBox {
    width: 80px;
    height: 80px;
  }
  .bookingWrapperSection .rideCompleteDetail .rideCompletedHead .iconBox svg {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1199.98px) {
  .bookingWrapperSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  .bookingWrapperSection .container .rowWrapper {
    flex-direction: column-reverse;
  }
  .bookingWrapperSection .bookingCard {
    height: calc(100vh - 100px);
  }
  .bookingWrapperSection .cardDetails .form-group label {
    font-size: 11px;
  }
  .bookingWrapperSection .rideCompleteDetail .rideCompletedHead .iconBox {
    width: 60px;
    height: 60px;
  }
  .bookingWrapperSection .rideCompleteDetail .rideCompletedHead .iconBox svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .bookingWrapperSection .bookingWrapper {
    flex-direction: column-reverse;
  }
  .bookingWrapperSection .sideBookingBar {
    width: 100%;
  }
  .bookingWrapperSection .mapWrapper {
    width: 100%;
    min-height: 350px;
  }
  .bookingWrapperSection .bookingCard {
    height: auto;
  }
  .bookingWrapperSection .paymentOptions .form-group .form-check .form-check-label img {
    width: 26px;
  }
  .bookingWrapperSection .cardDetails .form-group label {
    font-size: 10px;
  }
  .bookingSection .bookingCard {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .bookingWrapperSection .scheduleRide .hasDatepicker {
    padding: 20px 20px 0px;
  }
  .bookingWrapperSection .paymentOptions .form-group .form-check .form-control {
    padding-left: 15px;
    padding-right: 15px;
  }
  .bookingWrapperSection .paymentOptions .form-group .form-check .form-check-input {
    right: 15px;
  }
  .bookingWrapperSection .mapWrapper {
    min-height: 270px;
    overflow: hidden;
  }
}
@media (max-width: 501.98px) {
  .bookingWrapperSection .iti__country-list {
    width: 290px;
  }
  .bookingWrapperSection .iti__country {
    flex-wrap: inherit;
  }
  .bookingWrapperSection .iti__country-list {
    white-space: pre-wrap;
  }
}
@media (max-width: 525px) {
  .bookingSection .bookingCard {
    padding: 30px 10px;
    border-radius: 10px;
  }
  .bookingWrapperSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 50px;
  }
}
.bookingWrapperSection .servicesList .form-group .form-check .form-check-label {
  padding-left: 0;
  padding-right: 0;
}

.bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
  width: 95px;
}

.bookingSection .servicesList .form-group .form-check .form-check-input:checked::before {
  width: 110%;
  height: 100%;
  background: #FCF7D6;
  background: #f0df75;
  top: 0;
  left: -5%;
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 1199.98px) {
  .bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 80px;
  }
}
@media (max-width: 991.98px) {
  .bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 70px;
  }
  .bookingWrapperSection .servicesList .form-group .form-check .form-check-label {
    grid-gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .bookingSection .servicesList .form-group .form-check .form-check-label img.serviceImg {
    width: 60px;
  }
}
@media (min-width: 1701px) {
  .bookingSection .servicesList .form-group .form-check .form-check-label h6 {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .bookingSection .servicesList .form-group .form-check .form-check-label h6 {
    font-size: 14px;
  }
}
.bookingSection .servicesList .form-group .form-check .form-check-label .rightWrap h6 {
  color: red !important;
  max-width: 130px;
  font-size: 10px;
  font-weight: 500;
}

.bookingSection .servicesList .form-group .form-check .form-check-input::before {
  width: 110%;
  height: 100%;
  top: 0;
  left: -5%;
  content: "";
  display: block;
  position: absolute;
}

.bookingSection .bookingCard .bookingLoc {
  border: 2px solid #dadbe4;
}

.bookingWrapperSection .bookingCard .bookingLoc:hover {
  border-color: #b09809;
}

.cardDetails .cardDetailsIconsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 0 20px 0;
}

.downloadWrap {
  padding: 60px 0;
  background: #000;
}

.downloadWrap .btnBox {
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 20px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.downloadWrap .btnBox .secondary_btn {
  background: #000;
  color: #edcb00;
}

.downloadWrap .btnBox .secondary_btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

@media (max-width: 1199.98px) {
  .downloadWrap {
    padding: 40px 0;
  }
}
@media (max-width: 991.98px) {
  .downloadWrap {
    padding: 20px 0;
  }
}
header .callBtn {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}

header .callBtn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

header .callBtn .icon svg {
  width: 30px;
  height: 30px;
  transition: ease 0.3s;
}

header .callBtn .icon svg path {
  transition: ease 0.3s;
}

header .callBtn:hover .icon svg path {
  fill: #EDCB00;
}

@media (max-width: 1199.98px) {
  header .callBtn .icon {
    width: 40px;
  }
  header .callBtn .icon svg {
    width: 40px;
    height: 40px;
  }
  header .callBtn span {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .callBtn .icon {
    width: 30px;
    height: 30px;
  }
  header .callBtn .icon svg {
    width: 30px;
    height: 30px;
  }
}
footer .abt a {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  color: #fff;
  margin-top: 20px;
  transition: ease 0.3s;
}

footer .abt a svg {
  width: 30px;
  height: 30px;
  transition: ease 0.3s;
}

footer .abt a svg path {
  transition: ease 0.3s;
}

footer .abt a:hover {
  color: #EDCB00;
}

footer .abt a:hover svg path {
  fill: #EDCB00;
}

header.type-02 .callBtn:hover .icon svg path {
  fill: #fff;
}

header.type-02 .callBtn:hover {
  color: #fff;
}

.deleteBtnN {
  background: red !important;
  color: #fff;
}

.tagRed {
  background: red !important;
  color: #fff;
}

.tagRed p {
  color: #fff !important;
}

.deleteBtnN:hover {
  background: #000 !important;
  color: #fff;
}

.bookingHistoryDetails .form-group .form-check {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  grid-gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.bookingHistoryDetails .form-group .form-check:last-child {
  margin-bottom: 0px;
}

.bookingHistoryDetails .form-group .form-check .form-check-input {
  float: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.bookingHistoryDetails .form-group .form-check .form-check-input:checked {
  background-color: #edcb00;
  border-color: #edcb00;
  box-shadow: none;
  outline: none;
}

.bookingHistoryDetails .form-group .form-check .form-check-label {
  margin: 0;
  float: none;
  cursor: pointer;
}

.bookingHistoryDetails .btnWrapper {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.bookingHistoryDetails .btnWrapper .deleteBtnN {
  border-color: red;
}

.bookingHistoryDetails .btnWrapper .deleteBtnN:hover {
  background: #000 !important;
  color: #fff;
  border-color: #000;
}

.mapWrapper .bookingHistoryDetails .modal-dialog .modal-content {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter {
  flex-wrap: wrap;
}

@media (max-width: 1399.98px) {
  .mapWrapper .bookingHistoryDetails .modal-dialog {
    max-width: 700px;
  }
  .bookingWrapperCancel .bookingCard {
    min-height: 655px;
  }
}
@media (max-width: 1299.98px) {
  .mapWrapper .bookingHistoryDetails .modal-dialog {
    max-width: 600px;
  }
}
@media (max-width: 1199.98px) {
  .mapWrapper .bookingHistoryDetails .modal-dialog {
    max-width: 500px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .tag {
    padding: 6px 12px;
    font-size: 14px;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter {
    grid-gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .bookingWrapperCancel {
    flex-direction: column-reverse;
  }
  .profileHistorySection .bookingHistoryWrap .historyItems .historyCard .cardFooter .tag {
    font-size: 12px;
  }
  .bookingWrapperCancel .mapWrapper {
    width: 100%;
  }
  .bookingWrapperCancel .sideBookingBar {
    width: 100%;
  }
  .bookingHistoryDetails .modal-content {
    border-radius: 15px;
  }
  .mapWrapper .bookingHistoryDetails .modal-dialog {
    max-width: 100%;
    padding: 30px;
  }
  .bookingWrapperCancel .bookingCard {
    min-height: auto;
  }
}
@media (max-width: 575.98px) {
  .mapWrapper .bookingHistoryDetails .modal-dialog {
    max-width: 100%;
    padding: 20px 0px;
  }
  .bookingHistoryDetails .modal-content {
    border-radius: 10px;
  }
  .bookingHistoryDetails .btnWrapper {
    grid-gap: 10px;
  }
}
@media (max-width: 400.98px) {
  .bookingHistoryDetails .btnWrapper {
    flex-wrap: wrap;
    grid-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .mapWrapper .bookingHistoryDetails .modal-dialog {
    max-width: 100%;
    padding: 20px 0px;
  }
}
.bookingWrapperSection .bookingCard {
  position: relative !important;
}

.locationMapSea {
  background: #000000;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.locationMapSea .form-group .form-control {
  padding: 10px 20px;
  border-radius: 5px;
  border: 0;
  padding-right: 45px;
  background: #fff url("../images/locationEdit.png") no-repeat center;
  background-position-x: right 15px;
}

.setLocationModal .modal-body {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.setLocationModal .modal-body p {
  color: #000;
}

.setLocationModal .form-group .form-control {
  border-color: #000;
}

.bookingWrapperSection .bookingCard .head {
  margin-top: 70px;
}

@media (max-width: 1199.98px) {
  .setLocationModal .modal-body {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 991px) {
  .locationMapSea .form-group .form-control {
    background-size: 20px;
  }
  .setLocationModal .modal-body {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 525px) {
  .locationMapSea {
    padding: 15px 10px;
  }
}
.bookingHistoryDetails .form-group .form-check .form-check-input {
  flex-shrink: 0 !important;
}

.bookingWrapperSection .bookingWrapperCancel .mapWrapper {
  height: calc(100vh - 124px);
}

.bookingWrapperSection .bookingWrapperCancel .bookingCard .head {
  margin-top: 0px !important;
}

@media (max-width: 1399.98px) {
  .bookingWrapperSection .bookingWrapperCancel .mapWrapper {
    min-height: 655px;
  }
}
@media (max-width: 991.98px) {
  .bookingWrapperSection .bookingWrapperCancel .mapWrapper {
    min-height: 455px;
    height: auto;
  }
  .bookingWrapperCancel .bookingCard {
    min-height: auto;
    height: auto;
  }
}
header .navbar .mobile_right .btn-group.profile .btn-secondary .photo {
  flex-shrink: 0 !important;
}

header .callBtn .icon svg {
  width: 40px;
}

@media (max-width: 991.98px) {
  header .callBtn .icon, header .callBtn .icon svg {
    width: 30px;
  }
  header .navbar .mobile_right a.log {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
  }
  header.type-02 .second_btn:hover {
    background: #ffffff;
    border-color: #ffffff;
  }
}
@media (max-width: 524.98px) {
  header .navbar .mobile_right {
    grid-gap: 10px;
  }
}
@media (max-width: 439.98px) {
  header .navbar .mobile_right a.log {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .navbar .mobile_right a.second_btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .navbar .mobile_right .hamburgerMenu img {
    width: 20px;
  }
}
@media (max-width: 379.98px) {
  header .navbar .mobile_right {
    grid-gap: 5px;
  }
}
.locationMapSea .form-group .form-control {
  background: #fff url(/assets/images/locationEdit.png) no-repeat !important;
  background-position: center right 15px !important;
}

.pac-container {
  z-index: 9999;
}

.modal-backdrop {
  z-index: 9997;
}

/*# sourceMappingURL=style.css.map */
