@charset "UTF-8";

/*-----------------
    @Typography
-----------------*/

body {
  padding-top: 0px !important;
  margin: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}


.ptbg{

  background-image: url('../assets/images/bg2.jpg');
  background-size: cover;
}

p {
  -moz-hyphens: none;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
      hyphens: none;
}

.customColor {
  color: #ffffff !important;
}

.customColor:hover,
.customColor:active,
.customColor:focus {
  color: #85C633 !important;
}

.customColor2 {
  color: #142c4d !important;
}

.customColor2:hover,
.customColor2:active,
.customColor2:focus {
  color: #ffffff !important;
}

.mybtn3 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-image: linear-gradient(180deg, #3968EB 0%, #0D38B2 100%) !important;
  border: 1px solid #0053BF;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  text-align: center;
  font-family: "axiformaMedium";
  padding: 12px;
}

.mybtn3:hover,
.mybtn3:active,
.mybtn3:focus {
  outline: none !important;
  border: 1px solid #0053BF !important;
  background-color: #0006bf;
}

.mybtn4 {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: #142c4d;
  border: 1px solid #142c4d;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  text-align: center;
  font-family: "axiformaMedium";
  padding: 0 12px;
  height: 40px;
  margin: 0 5px;
}

.mybtn4:hover,
.mybtn4:active,
.mybtn4:focus {
  color: #979393;
  outline: none !important;
  border: 1px solid #142c4d !important;
  background-color: #142c4d !important;
}

.mybtn5 {
  font-size: 14px;
  font-weight: 400;
  color: #979393;
  background-color: transparent;
  border: 1px solid #142c4d;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  text-align: center;
  font-family: "axiformaBook";
  padding: 0 12px;
  height: 40px;
  margin: 0 5px;
}

.mybtn5:hover,
.mybtn5:active,
.mybtn5:focus {
  color: #ffffff;
  outline: none !important;
  border: 1px solid #142c4d !important;
  background-color: #142c4d !important;
}

.mybtn6 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff !important;
  background-color: #85C633;
  border: 1px solid #85C633;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease-in;
  text-align: center;
  font-family: "axiformaBook";
  padding: 0 12px;
  height: 45px;
  width: 100%;
}

.mybtn6:hover,
.mybtn6:active,
.mybtn6:focus {
  outline: none !important;
  border: 1px solid #85C633 !important;
  background-color: transparent !important;
}

.why-parking-padding {
  padding: 0 60px;
}

@media (max-width: 992px) {
  .why-parking-padding {
    padding: 0;
  }
}

.why-parking--box {
  padding: 15px 0;
}

.why-parking__title {
  font-size: 42px;
  color: #1A1C1F;
  font-weight: bold;
  text-align: center;
  font-family: "axiformaSemiBold";
}

.why-parking__details {
  font-size: 16px;
  color: #1A1C1F;
  text-align: center;
  font-weight: normal;
  font-family: "axiformaBook";
}

.why-parking__content {
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  min-height: 480px;
}

.why-parking__content:hover {
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 3px 16px #0000003d;
}

.why-parking__content-title {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #1A1C1F;
  text-align: center;
  font-family: "axiformaSemiBold";
}

.why-parking__content-para p {
  font-size: 14px;
  padding: 0 20px;
  color: #1A1C1F;
  font-weight: 400;
  text-align: justify;
  font-family: "axiformaThin";
}

.why-parking__content-svg {
  display: flex;
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 25px;
  align-items: center;
  border-radius: 14px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: #DCEBFF;
}

.why-parking__content-svg__wrapper {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .why-parking__content {
    min-height: 300px;
  }
}

.parking-business {
  width: 100%;
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/images/parking-business.png?7588c07ab8dee56e81e5477149d97fc0);
}

.parking-business__content {
  top: 50%;
  left: 5%;
  max-width: 500px;
  position: absolute;
  transform: translateY(-50%);
}

.parking-business__content h4 {
  color: black;
  font-size: 50px;
  font-family: "axiformaBold";
}

.parking-business__content button {
  padding: 10px 40px;
}

.typeof-parking {
  background-color: #EFEFEF;
}

.typeof-parking__heading {
  padding-top: 117px;
  padding-bottom: 103px;
}

.typeof-parking__heading h4 {
  font-size: 47px;
  font-family: "axiformaBold";
}

.typeof-parking__heading span {
  color: #0053BF;
}

.typeof-parking__box {
  background-color: #F9F9F9;
  border-radius: 20px;
  margin-bottom: 212px;
}

.typeof-parking__box-content {
  padding: 70px;
}

.typeof-parking__box-content-icon {
  padding: 45px;
  width: 140px;
  height: 140px;
  border-radius: 14px;
  background-color: #DCEBFF;
}

.typeof-parking__box-content-text h4 {
  font-size: 22px;
  font-family: "axiformaSemiBold";
}

.typeof-parking__box-content-text p {
  font-size: 16px;
  font-family: "axiformaBook";
}

.get-betterParking__content {
  min-height: 600px;
  position: relative;
}

@media (max-width: 768px) {
  .get-betterParking__content-img {
    display: none;
  }
}

.get-betterParking__content-img--position {
  position: absolute;
  top: 0;
  left: -20px;
}

.get-betterParking__content-text h6 {
  font-size: 18px;
  color: #0053BF;
  font-family: "axiformaMedium";
}

.get-betterParking__content-text h3 {
  font-size: 42px;
  color: #1A1C1F;
  font-family: "axiformaBold";
}

.get-betterParking__content-text h5 {
  font-size: 16px;
  color: #1A1C1F;
  font-family: "axiformaBook";
}

.get-betterParking__content-item h4 {
  font-size: 18px;
  color: #1A1C1F;
  font-family: "axiformaSemiBold";
}

.get-betterParking__content-item p {
  font-size: 12px;
  color: #1A1C1F;
  font-family: "axiformaBook";
}

.why-parking__slider {
  position: relative;
}

.why-parking__slider .owl-controls .owl-nav .owl-prev,
.why-parking__slider .owl-controls .owl-nav .owl-next {
  font-size: 14px;
  position: absolute;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  top: -30px;
  line-height: 30px;
  opacity: 1;
  background: #fff;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

.why-parking__slider .owl-controls .owl-nav .owl-prev:hover,
.why-parking__slider .owl-controls .owl-nav .owl-next:hover {
  background: #e4f8ff;
}

.why-parking__slider .owl-controls .owl-nav .owl-prev {
  right: 40px;
}

.why-parking__slider .owl-controls .owl-nav .owl-next {
  right: 0%;
}

.why-parking__slider .owl-controls .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-parking__slider .owl-controls .owl-dots .owl-dot span {
  width: 30px;
  height: 6px;
  background-color: #DCEBFF;
}

.why-parking__slider .owl-controls .owl-dots .owl-dot span:hover {
  background-color: #0053BF;
}

.why-parking__slider .owl-controls .owl-dots .owl-dot.active span {
  background-color: #0053BF;
}

.why-parking__slider .owl-controls .owl-dots .owl-theme .owl-dots .owl-dot.active span {
  background: transparent;
}

.main-footer {
  padding: 30px 60px 0 60px;
  background-image: linear-gradient(270deg, #142c4d, #142c4d 50px);
  background-size: cover;
  background-position: revert;
}

.main-footer ul li .title {
  font-size: 18px;
  text-align: start;
  color: #ffffff;
  font-weight: 600;
  font-family: "axiformaSemiBold";
}

.main-footer ul li .description {
  font-size: 13px;
  text-align: start;
  color: #ffffff;
  font-weight: 300;
  font-family: "AxiformaBook";
}

.main-footer ul li .description a {
  color: white;
}

.main-footer ul li .description p {
  color: white;
}

@media (max-width: 768px) {
  .main-footer ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.main-footer__email {
  width: 100%;
}

.main-footer__email .title {
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  font-family: "axiformaSemiBold";
}

.main-footer__email .email-input {
  width: 100%;
  padding: 5px 30px;
  border-radius: 7px;
  border: 1px solid #ff38413b;
}

.main-footer__email .email-img {
  position: absolute;
  top: 7px;
  left: 8px;
}

@media (max-width: 768px) {
  .main-footer__email .email-input {
    width: 100%;
  }
}

.main-footer__email .submit-input {
  padding: 8px;
  background-image: linear-gradient(180deg, #3968EB 0%, #0D38B2 100%);
  font-size: 12px;
  font-family: "axiformaBook";
  border-radius: 8px;
  color: #ffffff;
  width: 100%;
  margin-left: 5px;
  border: 1px solid #0053BF;
}

.main-footer__email .submit-input:hover {
  background-image: linear-gradient(180deg, #0D38B2 0%, #0D38B2 100%);
}

@media (max-width: 768px) {
  .main-footer .title {
    text-align: center;
  }
}

.main-footer .all-rights {
  display: flex;
  justify-content: center;
  margin: 0px 5px;
}

.main-footer .all-rights__wrapper {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #707070;
}

.main-footer .all-rights__conditions a {
  font-size: 16px;
  font-weight: 600;
  color: #1A1C1F;
}

.main-footer .all-rights__conditions a:first-child {
  padding-right: 32px;
}

.main-footer .all-rights__reserved {
  font-size: 16px;
  color: #1A1C1F;
  font-family: "axiformaBook";
}

@media (max-width: 768px) {
  .main-footer {
    padding: 30px 0 0 0;
  }
}

.main-banner {
  position: relative;
}

@media (max-width: 767px) {
  .main-banner-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-banner__position {
    padding-bottom: 0 !important;
  }
}

.main-banner__position {
  background-image: linear-gradient(#142c4d, #142c4dcc);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}

.main-banner__position-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 60px;
  margin-top: 20px;
}

.main-banner__position-wrapper img {
  margin-top: 18px;
  max-height: 350px;
}

.main-banner__position-wrapper .main-header {
  font-size: 40px;
  font-family: "axiformaBold";
}

@media (max-width: 992px) {
  .main-banner__position-wrapper .main-header {
    font-size: 32px;
  }
}

.main-banner__position-wrapper .main-content {
  font-size: 18px;
  font-weight: 200;
  font-family: "AxiformaThin";
}

@media (max-width: 992px) {
  .main-banner__position-wrapper {
    padding: 0 30px;
  }
}

.main-banner__position .position-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.main-banner__position .search-box__wrapper {
  width: 100%;
  border-radius: 33px;
  margin-left: 50px;
  padding-right: 150px;
  padding-bottom: 60px;
}

.main-banner__position .search-box__wrapper .promo-code {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.main-banner__position .search-box__wrapper .promo-code label {
  color: #ffffff;
  margin: 0;
  font-family: "AxiformaThin";
}

.main-banner__position .search-box__wrapper .promo-code .promocode {
  border: 1px solid #ffffff;
  border-radius: 6px;
  height: 50px;
  padding-left: 40px;
  color: #020202e3;
  background-color: #ffffff;
}

.main-banner__position .search-box__wrapper .promo-code .promocode__input {
  font-size: 16px;
  position: absolute;
  top: 32px;
  left: 5px;
}

.main-banner__position .search-box__wrapper .promo-code .promocode__input-svg {
  width: 30px;
  height: 30px;
}

.main-banner__position .search-box__wrapper .date-wrapper {
  display: flex;
  flex-direction: column;
}

.main-banner__position .search-box__wrapper .date-wrapper .date-icon {
  position: absolute;
  top: 35px;
  right: 10px;
}

.main-banner__position .search-box__wrapper .date-wrapper .date-icon-svg {
  width: 18px;
  height: 18px;
}

.main-banner__position .search-box__wrapper .date-wrapper .time-icon {
  position: absolute;
  top: 32px;
  right: 5px;
}

.main-banner__position .search-box__wrapper .date-wrapper .time-icon-svg {
  width: 18px;
  height: 18px;
}

.main-banner__position .search-box__wrapper .date-wrapper label {
  color: #ffffff;
  margin: 0;
  font-family: "AxiformaThin";
}

.main-banner__position .search-box__wrapper #end-date,
.main-banner__position .search-box__wrapper #start-date {
  border: 1px solid #ffffff !important;
  border-radius: 6px;
  height: 45px;
  line-height: 40px;
  padding-left: 20px;
  color: #020202e3;
  background-color: #ffffff !important;
}

.main-banner__position .search-box__wrapper #parkto,
.main-banner__position .search-box__wrapper #parkfrom {
  margin-top: 24px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #020202e3;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff !important;
}

@media (max-width: 992px) {
  .main-banner__position .search-box__wrapper {
    width: 100%;
  }
}

.main-banner__position .search-box__heading {
  color: #ffffff;
  font-family: "axiformaSemiBold";
}

.main-banner__position .search-box__select {
  display: flex;
  flex-direction: column;
}

.main-banner__position .search-box__select label {
  color: #ffffff;
  margin: 0;
  font-family: "AxiformaThin";
}

.main-banner__position .search-box__select .nice-select {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 45px;
  font-size: 16px;
  line-height: 40px;
}

.main-banner__position .search-box__select .nice-select .current {
  color: #020202e3;
}

.main-banner__position .search-box__select .nice-select .list {
  width: 100%;
  color: #ffffff;
  background-image: linear-gradient(270deg, #142c4d, #142c4d 50px);
}

.main-banner__position .search-box__select .nice-select .list .option:hover {
  color: #252525;
}

.main-banner__position .search-box__select .nice-select .list .option .focus,
.main-banner__position .search-box__select .nice-select .list .selected {
  color: #ffffff;
}

.main-header {
  font-size: 30px;
  color: #ffffff;
  font-family: "axiformaBook";
}

.main-content {
  font-size: 14px;
  color: #ffffff;
  font-family: "axiformaBook";
}

.location-list .product__more-details {
  border: none;
  background-color: transparent;
  color: #252525;
  outline: none;
  font-family: "AxiformaThin";
}

.location-list .product__more-details:hover,
.location-list .product__more-details:active,
.location-list .product__more-details:focus {
  outline: none;
  border: none;
  background-color: transparent;
  color: #0006bf;
}

.location-list .product__wrap {
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-list .product__wrapper {
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.35);
}

.location-list .product__wrapper:hover {
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.505);
}

.location-list .product__wrapper img {
  padding: 10px;
  width: 100%;
  height: 150px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.location-list .product__info-transfer {
  height: 200px;
  padding: 10px;
  overflow-y: scroll;
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
}

.location-list .product__info-transfer::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
}

.location-list .product__info-transfer-description {
  color: #252525;
  font-size: 12px;
  font-weight: 400;
  font-family: "AxiformaThin" !important;
  min-height: 160px;
}

.location-list .product__info-transfer-description ul {
  padding-left: 10px;
  list-style-type: disc !important;
}

.location-list .product__info-transfer-description ul li {
  color: #252525;
  font-size: 12px;
  font-weight: 200;
  align-items: center;
  list-style: disc;
  font-family: "AxiformaThin" !important;
}

.location-list .product__info-transfer-description ul li .colored-circle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #53bc1c;
}

.location-list .product__content h4 {
  margin: 0;
  color: #252525;
  padding: 0 10px;
  font-size: 18px;
  font-family: "axiformaBold";
}

.location-list .product__content p {
  margin: 0;
  color: #252525;
  padding: 0 10px;
  font-size: 14px;
  font-family: "axiformaBook";
}

.location-list .product__terminal {
  width: 100%;
}

.location-list .product__terminal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-list .product__terminal__wrapper i {
  color: #1A1C1F;
  font-size: 12px;
  padding: 0 5px;
}

.location-list .product__terminal__wrapper p {
  color: #1A1C1F;
  font-size: 12px;
  margin: 0 !important;
}

.location-list .product__booking {
  padding: 10px;
  font-size: 14px;
  font-family: "axiformaBook";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-list .product__booking-options {
  color: #252525;
  font-size: 14px;
  font-family: "axiformaBook";
}

.location-list .product__booking-wrapper {
  width: 100%;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.location-list .product__booking-none__flexible {
  border-radius: 5px;
  margin-bottom: 5px;
  border: 1px solid #707070;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.location-list .product__booking-none__flexible:hover {
  background-color: #0053BF;
  border: 1px solid #0053BF;
}

.location-list .product__booking-none__flexible:hover label {
  color: #ffffff;
}

.location-list .product__booking-none__flexible label {
  padding: 5px 20px;
  margin: 0;
  color: #252525;
}

.location-list .product__booking-flexible,
.location-list .product__booking-non-flexible {
  width: 100% !important;
  /* new stuff */
}

.location-list .product__booking-flexible label,
.location-list .product__booking-non-flexible label {
  display: block;
  border: solid 1px #252525;
  line-height: 40px;
  height: 40px;
  width: 100%;
  border-radius: 10px;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  font-family: "axiformaBook";
  color: #252525;
  text-align: center;
}

.location-list .product__booking-flexible label:hover,
.location-list .product__booking-non-flexible label:hover {
  cursor: pointer;
  color: #0053BF;
  border: solid 1px #0053BF;
}

.location-list .product__booking-flexible input[type=checkbox],
.location-list .product__booking-non-flexible input[type=checkbox] {
  display: none;
}

.location-list .product__booking-flexible input:checked + label,
.location-list .product__booking-non-flexible input:checked + label {
  border: solid 1px #0053BF;
  color: #0053BF;
}

.location-list .product__booking-flexible input:checked + label:before,
.location-list .product__booking-non-flexible input:checked + label:before {
  content: "\2713";
}

.location-list .product__booking-flexible .check,
.location-list .product__booking-non-flexible .check {
  visibility: hidden;
}

.location-list .product__booking-flexible input:checked + label .check,
.location-list .product__booking-non-flexible input:checked + label .check {
  visibility: visible;
}

.location-list .product__booking-flexible input.checkbox:checked + label:before,
.location-list .product__booking-non-flexible input.checkbox:checked + label:before {
  content: "";
}

.price__today {
  color: #0053BF;
  font-size: 14px;
  margin-top: 10px;
  font-family: "axiformaBook";
  display: flex;
  justify-content: center;
  align-items: center;
}

.price__tag {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price__tag-new {
  color: #53bc1c;
  font-size: 20px;
  display: flex;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  font-family: "axiformaBook";
}

.price__tag-old {
  color: #FF0000;
  font-size: 14px;
  display: flex;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  font-family: "axiformaBook";
}

.price__number {
  padding-left: 5px;
}

.book__now {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.book__now-button {
  width: 100%;
  border-radius: 10px;
}

.book__now-button:hover,
.book__now-button:focus,
.book__now-button:active {
  color: #85C633 !important;
}

.filter {
  padding-top: 100px;
}

.filter__select {
  height: 42px !important;
}

.filter #filter-start-date,
.filter #filter-end-date {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 10px 20px;
  color: #252525;
  width: 100% !important;
  height: 42px;
  background-color: transparent;
}

.filter .nice-select {
  width: 100% !important;
  height: 60px;
}

.filter .nice-select .current {
  display: flex;
  justify-content: flex-start;
  padding: 0 5px;
  align-items: center;
  height: 100%;
  color: #252525;
}

.filter .nice-select .list {
  width: 100%;
  color: #ffffff;
  background-image: linear-gradient(180deg, #3968EB 0%, #0D38B2 100%);
}

.filter .nice-select .list .option:hover {
  color: #252525;
}

.filter .nice-select .list .option .focus,
.filter .nice-select .list .selected {
  color: #252525;
}

.filter-input {
  width: 100% !important;
  height: 100% !important;
  min-height: 42px;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  padding: 0 18px;
  align-items: center;
  height: 100%;
}

.filter-input:focus,
.filter-input:active {
  outline: none !important;
  border: solid 1px #0053BF;
}

.filter__button {
  height: 42px;
  width: 100%;
  border-radius: 5px;
}

.filter__button:hover,
.filter__button:active,
.filter__button:focus {
  color: #85C633;
}

.header__desktop {
  background-color: #2229f708;
  width: 100%;
  z-index: 10;
  position: static;
}

.header__desktop .header__inner {
  display: flex;
  justify-content: space-between;
}

.header__desktop .header__inner-imgBox {
  height: 70px;
  min-width: 200px;
  margin-left: 140px;
}

.header__desktop .header__inner-imgBox img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (max-width: 992px) {
  .header__desktop .header__inner-imgBox {
    margin-left: 0;
  }

  .header__desktop .header__inner-imgBox img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.header__desktop .header__inner .signInOut {
  display: flex;
  height: 70px;
  align-items: center;
  min-width: 200px;
}

.header__desktop .user__menu {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__desktop .user__menu li {
  margin: 0 20px;
}

.header__desktop .user__menu li a {
  color: #979393;
  font-family: "axiformaMedium" !important;
}

.header__desktop .user__menu li a:hover {
  color: #142c4d !important;
}

@media (max-width: 992px) {
  .header__desktop .user__menu li {
    margin: 0 10px;
  }
}

.header__mobile {
  display: none;
  background-color: linear-gradient(270deg, #142c4d, #142c4d 50px);
  width: 100%;
  z-index: 10;
  position: static;
}

@media (max-width: 992px) {
  .header__mobile-navbar-mob {
    background-image: #ffffff;
  }
}

.header__mobile .header__inner {
  display: flex;
  justify-content: space-between;
}

.header__mobile .header__inner-imgBox {
  height: 70px;
  min-width: 200px;
  margin-left: 0;
}

.header__mobile .header__inner-imgBox img {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header__mobile .menu-btn__btn {
  z-index: 100;
  display: flex;
  right: 20px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  height: 25px;
  position: -webkit-sticky;
  position: sticky;
  cursor: pointer;
}

.header__mobile .menu-btn__btn:hover .menu-btn__burger::before {
  width: 35px;
  background-color: #142c4d;
  transform: translate(-10px, -8px);
}

.header__mobile .menu-btn__btn:hover .menu-btn__burger::after {
  width: 35px;
  background-color: #142c4d;
  transform: translate(-10px, 8px);
}

.header__mobile .menu-btn__btn.change {
  position: fixed !important;
  top: 0px;
}

.header__mobile .menu-btn__btn.change .menu-btn__burger {
  background-color: #142c4d !important;
  transform: rotate(-45deg);
}

.header__mobile .menu-btn__btn.change .menu-btn__burger::after {
  display: none;
}

.header__mobile .menu-btn__btn.change .menu-btn__burger::before {
  background-color: #142c4d !important;
  transform: rotate(90deg);
}

.header__mobile .menu-btn__btn.change:hover .menu-btn__burger,
.header__mobile .menu-btn__btn.change:hover .menu-btn__burger::before {
  width: 25px !important;
}

.header__mobile .menu-btn__burger {
  width: 25px;
  height: 4px;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
  background-color: #142c4d;
}

.header__mobile .menu-btn__burger::before,
.header__mobile .menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 4px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  background-color: #142c4d;
}

.header__mobile .menu-btn__burger::before {
  transform: translateY(-8px);
}

.header__mobile .menu-btn__burger::after {
  transform: translateY(8px);
}

.header__list {
  display: none;
  position: absolute;
  top: -600px;
  right: 0;
  z-index: 10;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  transition: all 0.7s ease-in-out;
}

.header__list p {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.header__list p:hover {
  color: white;
  background-color: #142c4d;
}

.header__list .dropdown-item {
  right: 0;
  transition: all 0.7s ease-in-out;
}

.header__list .collapse.show #collapseExample .nav-link .dropdown-toggle {
  color: white !important;
  background-color: #142c4d !important;
}

.header__list ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.header__list ul li {
  width: 100%;
  text-align: center;
}

.header__list ul li a {
  width: 100%;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.header__list ul li a:hover {
  color: white;
  background-color: #142c4d;
}

.header__backface {
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
  display: none;
  position: fixed;
  background-color: #252525;
}

.header__backface.change__backface {
  display: flex !important;
}

.header__list.change {
  top: 0;
  position: fixed;
}

@media (max-width: 767px) {
  .header__mobile,
  .header__list {
    display: flex;
  }

  .header__desktop {
    display: none;
  }
}

.secondary-header__desktop {
  background-color: #2229f708;
  width: 100%;
  z-index: 10;
  position: static;
}

.secondary-header__desktop .header__inner {
  display: flex;
  justify-content: space-between;
}

.secondary-header__desktop .header__inner-imgBox {
  height: 70px;
  min-width: 200px;
  margin-left: 140px;
}

@media (max-width: 992px) {
  .secondary-header__desktop .header__inner-imgBox {
    margin-left: 0;
  }
}

.secondary-header__desktop .header__inner .signInOut {
  display: flex;
  height: 70px;
  align-items: center;
  min-width: 200px;
}

.secondary-header__desktop .user__menu {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary-header__desktop .user__menu li {
  margin: 0 20px;
}

.secondary-header__desktop .user__menu li a {
  color: #979393;
  font-family: "axiformaMedium" !important;
}

.secondary-header__desktop .user__menu li a:hover {
  color: #142c4d !important;
}

@media (max-width: 992px) {
  .secondary-header__desktop .user__menu li {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .secondary-header__mobile,
  .secondary-header__list {
    display: flex;
  }

  .secondary-header__desktop {
    display: none;
  }
}

.ui-timepicker-wrapper {
  width: 17% !important;
}

.how-operate {
  position: relative;
}

@media (max-width: 767px) {
  .how-operate-mobile {
    display: none !important;
  }
}

.how-operate__padding {
  padding: 0 60px;
}

@media (max-width: 767px) {
  .how-operate__padding {
    padding: 0 15px;
  }
}

.how-operate__content-img {
  position: absolute;
  top: 50%;
  left: 160px;
  display: flex;
  align-items: center;
  z-index: 10;
  width: 35%;
  transform: translateY(-50%);
}

.how-operate__content-wrapper {
  width: 100%;
  height: 600px;
  padding: 60px 40px 50px 50px;
  border-radius: 41px;
  display: flex;
  justify-content: center;
}

.how-operate__content-wrapper .plane-svg {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30%;
}

@media (max-width: 767px) {
  .how-operate__content-wrapper {
    padding: 0px 10px;
  }
}

.how-operate__content-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-operate__content-description h4 {
  color: #212529;
  margin-bottom: 10px;
  font-size: 28px;
  font-family: "axiformaSemiBold";
}

.how-operate__content-description ul {
  overflow-y: scroll;
  -ms-overflow-style: none !important;
  /* IE and Edge */
  scrollbar-width: none !important;
}

.how-operate__content-description ul::-webkit-scrollbar {
  display: none;
}

.how-operate__content-description ul li {
  list-style: none;
  text-align: justify;
  z-index: 10;
  color: #000;
  font-size: 16px;
  font-weight: 200;
}

@media (max-width: 1100px) {
  .how-operate__content-description h4 {
    font-size: 18px;
  }

  .how-operate__content-description ul li {
    font-size: 14px;
    text-align: justify;
  }
}

@media (max-width: 767px) {
  .how-operate__content-description h4 {
    font-size: 24px;
  }

  .how-operate__content-description ul li {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .how-operate__content-description h4 {
    font-size: 16px;
  }

  .how-operate__content-description ul li {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .how-operate__content-description h4 {
    font-size: 14px;
  }

  .how-operate__content-description ul li {
    font-size: 14px;
  }
}

.signinup {
  height: 100vh;
  min-height: 700px;
  background-image: #ffffff;
}

.signinup__wrapper {
  border-radius: 33px;
  padding: 40px;
  margin: 20px;
  width: 100%;
  background-color: #4B70D75C;
}

.signinup__position {
  display: flex;
  height: 100vh;
  min-height: 800px;
  justify-content: center;
  align-items: center;
}

.signinup__content h4 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 20px;
  font-family: "axiformaSemiBold";
}

.signinup__content h6 {
  color: #ffffff;
  margin: 5px 0;
  font-size: 14px;
  font-family: "AxiformaThin";
}

.signinup__content a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 10px;
  font-family: "AxiformaThin";
}

.signinup__content-input {
  color: #ffffff;
  border: 1px solid #ffffff91;
  background-color: transparent;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .signinup__mobile {
    display: none;
  }
}

.signinup__img {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.signinup__logo {
  position: absolute;
  top: 0;
  right: 30px;
}

.faq__position {
  height: 100%;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__header {
  color: #252525;
  margin-bottom: 40px;
  font-family: "axiformaMedium";
}

.faq__title {
  cursor: pointer;
  padding: 15px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
}

.faq__title h5 {
  color: #252525;
  font-size: 14px;
}

.faq .acc-body {
  padding: 10px;
  font-size: 12px;
}

.privacy-policy,
.terms-of-service {
  color: #252525;
}

.privacy-policy__wrapper,
.terms-of-service__wrapper {
  color: #252525;
  margin-top: 100px;
  margin-bottom: 100px;
}

.privacy-policy__wrapper h4,
.terms-of-service__wrapper h4 {
  color: #252525;
}

.privacy-policy__wrapper li,
.terms-of-service__wrapper li {
  color: #252525;
  font-family: "AxiformaThin";
}

.privacy-policy__wrapper li h6,
.terms-of-service__wrapper li h6 {
  color: #252525;
  font-family: "AxiformaThin";
}

.privacy-policy__wrapper p,
.terms-of-service__wrapper p {
  color: #252525;
  font-family: "AxiformaThin";
}

.privacy-policy__wrapper ul li,
.terms-of-service__wrapper ul li {
  list-style-type: disc;
}

.payment {
  width: 100%;
}

.payment-padding {
  padding: 20px;
}

.payment-back {
  padding: 30px;
  border-radius: 20px;
  background-color: #fafafa;
}

.payment__wrapper {
  height: 100%;
}

.payment__input {
  display: flex;
  flex-direction: column;
}

.payment__input input {
  border: 1px solid #252525;
  background-color: transparent;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}

.payment__input input:active,
.payment__input input:focus {
  border: 1px solid #252525 !important;
}

.payment__input label {
  margin: 0;
  padding-bottom: 5px;
}

.payment__input .nice-select {
  border: 1px solid #252525;
  font-size: 16px;
}

.payment__input .nice-select .current {
  color: #252525;
}

.payment__input .nice-select .list {
  width: 100%;
  color: #252525;
  
}

.payment__input .nice-select .list .option:hover {
  color: #252525;
}

.payment__input .nice-select .list .option .focus,
.payment__input .nice-select .list .selected {
  color: #252525;
}

.payment__dec-wrap img {
  fill: #252525;
}

.payment__dec-total {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
}

.payment__cont {
  margin-top: 100%;
  height: 100%;
}

.payment__button {
  margin-top: 10px;
  width: 100%;
}

.about-us__position {
  height: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us__header {
  color: #252525;
  margin-top: 40px;
  font-family: "axiformaMedium";
}

.about-us__header-sub {
  color: #252525;
  margin-top: 40px;
  font-family: "AxiformaThin";
}

.about-us__parah {
  color: #252525;
  font-size: 16px;
  font-family: "AxiformaThin";
}

.about-us__title {
  cursor: pointer;
  padding: 15px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
}

.about-us__title h5 {
  color: #252525;
  font-size: 14px;
}

.about-us .acc-body {
  padding: 10px;
  font-size: 12px;
}

.contact-us {
  padding: 0 !important;
}

.contact-us__position {
  height: 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
}

.contact-us__header {
  color: #252525;
  margin-bottom: 40px;
  font-family: "axiformaMedium";
}

.contact-us textarea {
  resize: none;
}

.contact-us__input.input-message {
  height: 200px !important;
}

.contact-us__info {
  display: flex;
  justify-content: space-between;
}

.contact-us__input {
  width: 100%;
  margin: 10px 0;
  padding: 5px 10px;
  outline: 0 !important;
  border-radius: 4px;
  box-shadow: none !important;
  border: 1px solid #252525;
}

.contact-us__input:hover,
.contact-us__input:active,
.contact-us__input:focus {
  border: 1px solid #252525 !important;
}

.contact-us__para {
  color: #252525 !important;
  font-family: "AxiformaThin";
}

.contact-us__button:hover,
.contact-us__button:active,
.contact-us__button:focus {
  color: #85C633 !important;
}

.contact-us input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252525 !important;
}

.contact-us input::-moz-placeholder {
  color: #252525 !important;
}

.contact-us input::placeholder {
  color: #252525 !important;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}

input::-moz-placeholder {
  color: #ffffff;
}

input::placeholder {
  color: #ffffff;
}

.thankyou {
  padding: 0 !important;
}

.thankyou__wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-title {
  font-size: 16px;
  font-family: "AxiformaBook";
}

.modal-body {
  font-size: 12px;
  font-family: "AxiformaThin";
}

.modal-close-btn {
  background-color: transparent;
  border: none !important;
  outline: none !important;
}

#collapseExample {
  width: 100%;
  text-align: center;
}

#collapseExample .dropdown-item {
  padding: 20px;
  width: 100%;
}

#collapseExample .dropdown-item:hover {
  color: #ffffff !important;
  background-color: #0053BF !important;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .home-page-form h4 {
    font-size: 25px;
  }
}

.nice-select .list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media (max-width: 1321px) {
  .dashboard-tab {
    overflow: scroll;
  }
}

