@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  list-style: none;
}
a {
  text-decoration: none !important;
}
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
html {
  overflow-x: hidden;
}
.container {
  max-width: 1640px;
  width: 100%;
}
nav li a.active {
  background: #bc1b25;

  color: #fff;
}
.sign-in-pop-back.active {
  display: none;
}

/* fonts */
@font-face {
  font-family: "Regular";
  src: url("../../../web/flight/font/qanelas/Radomir\ Tinkov\ \ QanelasSoftRegular.otf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("../../../web/flight/font/qanelas/Radomir\ Tinkov\ \ QanelasSoftExtraBold.otf");
}
@font-face {
  font-family: "semibold";
  src: url("../../../web/flight/font/qanelas/Radomir\ Tinkov\ \ QanelasSoftSemiBold.otf ");
}

@font-face {
  font-family: "bold";
  src: url("../../../web/flight/font/qanelas/Radomir\ Tinkov\ \ QanelasSoftBlack.otf");
}
/* header start */

.seton-moble {
    display: none;
}

button.close-humber {
    display: none;
}
.home-header {
    width: 100%;
    top: 0;
    z-index: 9;
    padding: 20px 0 !important;
}

.philip-home-header header.pt-2.header-pos.home-header {
    position: absolute;
}

.menu-link a {
    color: black;
}

.btn.menu-link.web.dropdown-toggle.show {
    color: black !important;
}

.philip-home-header a.white-text {
    color: white;
}

.aboutus-header .menu-link a {
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    color: black;
}

.menu-list-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.center {
    text-align: center;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

.padding-left-set {
    padding-left: 150px;
}

.menu-link {
    font-family: var(--Product-Ragular);
    font-weight: 500;
    padding: 10px;
    border-radius: 20px;
    transition: all 0.6s ease;
}

.menu-link a,
.menu-link button {
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 32px;
    position: relative;
    z-index: 99;
    border: none;
    background-color: transparent;
}

.menu-link button {
    padding: 0;
}

.btn.menu-link.dropdown-toggle.white-text:hover {
    color: white;
}

.menu-link a i {
    color: white;
}

.menu-link button i {
    color: white;
}

.menu-link .web i {
    color: black;
}

.btn.menu-link.web.dropdown-toggle:hover {
    color: black;
}

.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: none;
    background-color: transparent;
    color: white;
}

.dropdown-item.booking-drop {
    font-size: 18px;
    font-weight: 400;
}

.black-text {
    color: var(--black);
}
.bookings-count-span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    top: -10px;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 100%;
    color: black !important;
    font-size: 13px;
    font-family: var(--montserrat-fonts);
    font-weight: 400;
    z-index: 111;
}

.bookings-count-span.inner-header-counts {
    background-color: black !important;
    color: white !important;
}
.white-text {
    color: var(--white);
}

.button-host {
    background: var(--Purple);
    color: var(--white);
    font-size: 20px;
    text-decoration: none;
    padding: 10px 20px;
    line-height: 32px;
    font-family: var(--p);
    font-weight: 500;
    transition: 0.5s;
    border-radius: 11px;
    border: 1px solid var(--Purple);
}

.button-host:hover {
    background: var(--Light-Purple);
    border-color: var(--white);
}

.location-input {
    height: 35px;
    max-width: 250px;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
    font-family: var(--poppins);
    font-weight: 500;
    color: black;
    border: 2px solid #cfcfcf;
    outline: none;
}

.current-location-btn {
    height: 34px;
    max-width: 34px;
    width: 100%;
    color: white;
    border-radius: 5px;
    background-color: #13063d;
    border: none;
}

.dropdown-language.lang-drop button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--poppins);
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: none;
}

.translator-location-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}



/* header end */

/* banner start */
.banner {
  position: relative;
  z-index: 1;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none !important;
}
.slick-dots {
  position: absolute;
  top: 50%;
  transform: translate(-0%, -100%);
  right: 10%;
  z-index: 9;
}
.slick-dots li button {
  width: 22px;
  height: 22px;
  background-color: #707070;
  border-radius: 100%;
  border: transparent;
  font-size: 0;
  margin-bottom: 7px;
}
.slick-dots li.slick-active button {
  background-color: transparent;
  font-size: 15px;
  border: 1px solid #fff;
  color: #fff;
}
.row.align-items-center.mar-top30 {
    margin-top: -30px;
}

.banner::after {
  content: "";
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 50%;
}
ul.social-icons-area {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translate(0, -100%);
  left: 10%;
}
.social-icons-area li {
  font-size: 20px;
  margin-bottom: 20px;
}
.social-icons-area li a {
  color: #fff;
}
.primary-hd {
  font-size: 100px;
  color: #fff;
  font-weight: 400;
  font-family: "ExtraBold";
  margin-bottom: 20px;
}
.footer-center-area p a,
.footer-btm-para a {
  color: #8c8c8c;
}
.para {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 45px;
}
.banner-content {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
}
.banner-content .primary-hd,
.banner-content .para {
  text-align: center;
}
/* .booking-form {
  background-color: #fff;
  padding: 15px 18px;
  border-radius: 10px;
  margin-top: 95px;
} */
/* .booking-form .form-input-area label {
  margin-bottom: 4px;
  font-size: 21px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
} */

.booking-form .form-input-area input {
  border: 1px solid transparent;
  padding: 10px 0;
  outline: none;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #7e7e7e;
  padding-bottom: 0;
  width: 100%;
  padding-top: 0;
}
.booking-form .form-input-area select {
  border: 1px solid transparent;
  outline: none;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000;
  width: 100%;
  padding: 0px 6px;
  border-radius: 6px;
}
h5.guest-title {
  font-family: "Roboto";
}
.form-input-area button {
  font-size: 23px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  border-radius: 13px;
  padding: 20px 40px;
  border: transparent;
  background-color: #7939fe;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
.form-input-area button:hover {
  background-color: #fff;
  color: #2c3282;
  border: 1px solid #2c3282;
}
.form-input-area.date-area {
  border-left: 1px solid #00000026;
  padding-left: 49px;
}
/* banner end */

/* flight section start */
.flight-sec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  box-shadow: 1px 15px 34px inset #000000d4;
  transition: 0.3s;
}
.flight-sec::before {
  content: "";
  background-color: #2c3282;
  width: 0;
  position: absolute;
  bottom: -100%;
  height: 0;
  left: -100%;
  transition: 0.9s ease-in;
  transform: rotate(75deg);
}
.flight-sec.active::before {
  content: "";
  background-color: #7939fe;
  width: 40%;
  position: absolute;
  bottom: 3px;
  height: 540px;
  left: 0;
  transition: 0.7s ease-in;
  transform: rotate(0deg);
}
.flight-sec::after {
  content: "";
  right: -100%;
  background-color: #bc1b25;
  width: 40%;
  position: absolute;
  top: -100%;
  height: 0;
  transition: 0.7s ease-in;
  transform: rotate(75deg);
}
section.flight-sec.active::after {
  content: "";
  right: 0;
  background-color: #7939fe;
  width: 40%;
  position: absolute;
  top: 0;
  height: 540px;
  transform: rotate(0deg);
}
.deal-area {
  position: relative;
  z-index: 9;
  padding-top: 365px;
}
.sec-hd {
  font-size: 53px;
  font-family: "ExtraBold";
  color: #fff;
}
.para-sec {
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}
.primary-btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 18px;
  margin-top: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.deal-area.deal-area-right {
  padding-top: 100px;
}
.primary-btn i {
  margin-right: 10px;
}
.fly-img {
  position: relative;
  z-index: 9;
}
.car-img img {
  position: absolute;
  right: -83px;
  top: 130%;
}
.car-img {
  margin-top: 145px;
}
.fly-img img.plan-img {
  position: absolute;
  top: 22%;
  left: -25%;
  transform: scale(0);
  transition: 0.6s;
}
section.flight-sec.active .fly-img img.plan-img {
  transform: scale(1.5);
}
/* flight section end */

/* inspire sec start */
.inspire-sec {
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - -83px);
  background-position: center;
  padding: 175px 0;
  margin-top: -4px;
  position: relative;
  left: -1px;
  overflow: hidden;
}

.text-inspire {
  position: absolute;
  top: 0px;
  transition: 1.6s;
  opacity: 0;
  transform: scale(0.5);
}
.inspire-sec.active .text-inspire {
  position: absolute;
  transition: 1.6s;
  top: -40px;
  opacity: 1;
  transform: scale(1.1);
}
.text-inspire img {
  width: 100%;
}
p.round-top {
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto";
}
p.round-from {
  font-size: 18px;
  font-family: "Roboto";
}

p.round-from .span-price {
  font-size: 26px;
  color: #163235;
}
/* inspire sec end */
/* Flight inspire sec start */
.flightinspire-sec {
  background-image: url(../../../web/flight/images/flightInsphire.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - -83px);
  background-position: center;
  padding: 175px 0;
  margin-top: -3px;
  position: relative;
  left: -1px;
  overflow: hidden;
}
.flightinspire-sec.active .text-inspire {
  position: absolute;
  transition: 1.6s;
  top: -56px;
  opacity: 1;
  transform: scale(1.1);
}
p.destinations-map {
  margin-top: 40px;
  font-size: 21px;
  font-family: "Roboto";
  color: #8d8d8d;
}

a.viewmap-btn {
  color: #313685;
  transition: 0.5s;
}

a.viewmap-btn:hover {
  color: #bc1a25;
}
.desination-section:after {
  content: url("../../../web/flight/images/dotts.png");
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -9;
  transform: translate(0, 50%);
}
/* Flight inspire sec end */
/* destination section start */
.desination-section {
  padding: 100px 0;
  position: relative;
}
.navy {
  color: #0e446e;
}
.tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0 0px 0;
  border-bottom: 3px solid #8d8d8d36;
}
.tabs li {
  font-size: 26px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #8d8d8d;
  padding-bottom: 30px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}
.tab-list.tab.active {
  color: #2c3282;
}
.tab-list.tab.active::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #2c3282;
  height: 3px;
  left: 0;
  bottom: -2px;
}
.tab-area {
  display: none;
}

.tab-area.active {
  display: block;
}
.slide-hd {
  font-size: 31px;
  font-weight: 400;
  color: #2c3282;
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
}
.black {
  color: #000;
}
.slide-area .para-sec {
  margin-top: 13px;
}
.pricing-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.icon-area {
  display: flex;
}
.icon-area img {
  margin-right: 6px;
}
.pricing-area h5,
.pricing-area p {
  font-size: 18px;
  font-weight: 400;
  color: #163235;
  line-height: 1;
  margin: 12px 0 0;
  font-family: "Roboto", sans-serif;
}
.pricing-area h4 {
  font-size: 26px;
  font-weight: 400;
  color: #163235;
  margin: 10px 0 0 0;
  text-align: end;
  font-family: "Roboto", sans-serif;
}
.product-slider li {
  padding: 0 15px;
}
.weekend-break li {
  padding: 0 15px;
}
.pricingproduct-slider li {
  padding: 0 15px;
}
.groupproduct-slider li {
  padding: 0 15px;
}
.long-team-slider li {
  padding: 0 15px;
}
.internation-slider li {
  padding: 0 15px;
}
.domastice-slider li {
  padding: 0 10px;
}
/* destination section end */

/* sevices section start */
.ser-area {
  background-color: #fff;
  padding: 20px;
  width: 88%;
  height: 250px;
  border-radius: 12px;
  box-shadow: 3px 4px 11px #88888829;
  transition: 0.5s !important;
}
.ser-area:hover {
  background-color: #7939fe;
}
.ser-area:hover .ser-icon-area {
  background-color: #fff;
  box-shadow: 3px 4px 9px #888;
}
.ser-area:hover h5,
.ser-area:hover p {
  color: #fff;
  transition: 0.5s !important;
}
.ser-icon-area {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background-color: #ebf0fe;
}
.ser-area h5 {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  margin: 15px 0;
}
.ser-area p {
  margin-top: 0;
}
/* sevices section end */

/* mob app section start */
.mob-app-section {
  background-color: #faf4f2;
  padding: 350px 0 110px 0;
  margin-top: -100px;
}
.app-content-area p {
  font-size: 22px;
}
.app-logo-area {
  margin-top: 50px;
}
.logo-section {
  padding: 70px 0 70px;
}
.scan-Code {
  margin-top: 30px;
  width: fit-content;
  position: relative;
}
.scanme {
  font-weight: 600;
  font-family: "Roboto";
  color: #2c3282;
}

/* People Images */
.houseImg {
  position: absolute;
  right: -20px;
  top: -450px;
  transform: scale(1.3) translateX(27px);
  transition: 1.8s;
}
.mob-app-section.active .houseImg {
  position: absolute;
  right: -20px;
  top: -450px;
  transform: scale(1.3) translateX(75px);
}

.carImg-single {
  position: absolute;
  top: -159px;
  width: 120%;
  right: -1600px;
  transition: 1.8s;
}
.mob-app-section.active .carImg-single {
  position: absolute;
  top: -159px;
  width: 120%;
  right: 0px;
}

.peopleImg {
  position: absolute;
  top: 0px;
  right: -210px;
  opacity: 0;
  transition: 1.8s;
}
.mob-app-section.active .peopleImg {
  position: absolute;
  top: -450px;
  right: -210px;
  opacity: 1;
}
.peopleImg img {
  width: 100%;
}
/* mob app section end */

/* testimonial section start */
.testimonial {
  padding: 50px 0 0 0;
  z-index: 9;
}
.testimonial li {
  background-color: #fff;
  text-align: center;
  box-shadow: 2px 1px 11px #8888886b;
  padding: 50px 80px;
  border-radius: 13px;
  margin: 10px;
  position: relative;
}
.testimonial li img {
  margin: 0 auto 20px auto;
}
.testimonial li p {
  font-size: 20px;
  margin-top: 0;
  height: 150px;
  overflow: auto;
}
.testimonial li p::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.testimonial li p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.testimonial li p::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.testimonial li p::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.testimonial li h5 {
  font-size: 24px;
  color: #000;
  font-family: "Regular";
  margin-top: 50px;
  position: relative;
  z-index: 999;
}
.test-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -45%);
}

/* testimonial section end */

/* contact section start*/

.contact-section {
  background-image: url(../../../web/flight/images/contacbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: calc(100vh - 150px);
  position: relative;
  width: 100%;
  padding-top: 140px;
  position: relative;
  display: flex;
  margin-top: -170px;
  justify-content: center;
  align-items: center;
}
.contact-section::after {
  content: "";
  background-color: #270027;
  position: absolute;
  width: 100%;
  opacity: 25%;
  height: 100%;
  top: 0;
}
.contact-img {
  position: absolute;
  right: 0;
  width: 35%;
  top: 34%;
  z-index: 9;
}
.home-contact-area p {
  margin-top: 5px;
}
.contact-email-area {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9999999;
}

.location-icon-area {
  width: 50px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background-color: #7939fe;
  border: transparent;
}
.arrow-icon {
  width: 10%;
}
.email-input {
  width: 88%;
  display: flex;
  align-items: center;
  gap: 15px;
}
.contact-email-area input {
  width: 100%;
  border: transparent;
  outline: none;
  font-size: 18px;
  color: #000000;
  font-family: "Roboto", sans-serif;
}
.email-input i {
  font-size: 22px;
  color: #8d8d8d6b;
  margin-right: 7px;
}
.home-contact-area {
  z-index: 9;
  position: relative;
}
.home-contact-area .sec-hd {
  text-shadow: 6px 4px 10px #888;
}
/* contact section end*/

/* Footer Start */

footer.footer-sec {
    padding: 60px 0 0;
}

.footer-logo {
    margin-bottom: 30px;
}

.calllink h4 {
    color: var(--Blue);
    font-size: 21px;
    font-weight: bold;
    font-family: "Product-Ragular";
}

.calllink p {
    font-size: 20px;
}

.calllink p i {
    color: var(--Purple);
    margin-right: 20px;
}

.calllink p a {
    text-decoration: none;
    color: #5e6282;
}

h2.hd-footer {
    font-size: 21px;
    font-weight: bold;
    color: #080809;
    line-height: 31px;
    font-family: "Product-Bold";
    margin-bottom: 22px;
}

.footer-link ul li a,
.footer-link ul li button {
    font-size: 18px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #5e6282;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0;
}

.footer-link ul li button:hover {
    background-color: transparent;
    color: #5e6282;
}

.footer-link ul li button:focus-visible {
    color: #5e6282;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.rules-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.rule-link {
    display: block;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.footer-link ul li {
    margin: 0 0 10px;
}

.footer-link p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #5e6282;
}

.footer-link p i {
    margin-right: 20px;
    color: #9b9b9b;
}

.footer-link p a {
    color: #5e6282;
    text-decoration: none;
}

.follow {
    margin-top: 30px;
}

.social-list {
    margin-left: 30px;
}

.follow h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: "Product-Ragular";
    color: #0e446e;
}

.follow-link {
    margin-right: 6px;
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 100%;
    font-size: 22px;
    transition: 0.5s;
    cursor: pointer;
}

.sider-bar-new-chats {
    display: flex;
    gap: 21px;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    background: #13063d;
    top: 67px;
    overflow-y: scroll;
    z-index: 99;
    height: 69vh;
    flex-direction: column;
    align-items: start;
    padding-top: 15px;
    transition: 0.8s all;
    display: none;
}

/* width */
.sider-bar-new-chats::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.sider-bar-new-chats::-webkit-scrollbar-track {
    background: #13063d;
}

/* Handle */
.sider-bar-new-chats::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.sider-bar-new-chats::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sider-bar-new-chats li img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.sider-bar-new-chats li .name {
    color: white;
}

.sider-bar-new-chats li {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 16px 0;
}

button.open-newmsgList {
    outline: none;
}

.follow-link a {
    color: #0e446e;
    transition: 0.5s;
}

.follow-link:hover {
    background-color: var(--Blue);
}

.follow-link:hover a {
    color: #fff;
}

.social-list img {
    margin-right: 13px;
}

.copyright {
    padding: 17px 0;
    background: #f1f2f2;
    margin-top: 30px;
}

.copyright p {
    color: #8c8c8c;
    font-size: 16px;
    font-weight: 400;
}

.copyright p a {
    color: #8c8c8c;
    text-decoration: none;
}

.chats-list {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    z-index: 999;
}

button.chats-open {
    background: #33459e;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: none;
    font-size: 24px;
    margin: 0 0 0 auto;
    color: white;
    box-shadow: 1px 1px 10px 0 #000;
    z-index: 9;
}

.chatslist-msg {
    position: absolute;
    right: 30px;
    bottom: 21px;
    background: white;
    width: 290px;
    padding: 14px 20px 37px;
    box-shadow: 1px 1px 10px 0 #000;
    border-radius: 6px;
    display: none;
}

.chatslist-msg input {
    width: 100%;
    border-bottom: 1px solid black ! IMPORTANT;
    border: none;
    margin-bottom: 11px;
}

.list-overflownone {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: calc(22vh - 0px);
}

.list-overflownone li {
    cursor: pointer;
    margin: 4px 0;
    padding: 2px 2px;
    color: black;
    transition: 0.6s;
}

.list-overflownone li span {
    display: block;
    font-size: 11px;
}

.list-overflownone li:hover {
    background: #00000052;
}

.dmca-logo-area img {
    width: 150px;
}
.position-relative{
    position: relative;
}

.footer-logo-area:hover .footer-logo-img {
    opacity: 0;
}

.footer-app-logo.social-list.d-flex.flex-wrap.align-items-center {
    gap: 20px;
}

.app-com-soon-text  {
    display: block;
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    padding: 10px 8px;
    border-radius: 50px;
    background-color: #7939fe;
    width: 115px;
    height: 38px;
}

img.footer-logo-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 115px;
    height: 38px;
}

.disclaimer-para strong {
    font-weight: 600;
    color: #5b6bfe;
}

.disclaimer-para {
    font-size: 16px;
    font-weight: 500;
    color: #13063d;
    margin-top: 20px;
    font-family: "poppins", sans-serif;
    line-height: 25px;
}

.footer-logo {
    margin-bottom: 30px;
}
.calllink h4 {
    color: #0e446e;
    font-size: 21px;
    font-weight: bold;
    font-family: "Product-Ragular";
}
.calllink p {
    font-size: 20px;
}
.calllink p i {
    color: #5b6bfe;
    margin-right: 20px;
}
.calllink p a {
    text-decoration: none;
    color: #5e6282;
}

/* wrapper */

.wrapper.show {
    right: 20px;
}

.wrapper {
    position: fixed;
    right: -370px;
    bottom: 30px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: all 0.3s ease;
    box-shadow: 0 0px 10px rgb(0 0 0 / 47%);
    font-family: "poppins", sans-serif;
    z-index: 9999;
}

.wrapper .title-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    color: #0e446e;
    margin-bottom: 15px;
}
.title-box i {
    font-size: 32px;
}
.fa-cookie-bite:before {
    content: "\f564";
}
.wrapper .title-box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.wrapper .info {
    margin-bottom: 15px;
    line-height: 25px;
}
.wrapper .info p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.wrapper .info p a {
    color: #4070f4;
    text-decoration: none;
}
.wrapper .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.wrapper .button {
    width: calc(100% / 2 - 10px);
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    background-color: #7939fe;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* wrapper end */
/*  */

/* language topbar */

.dropdown-language.lang-drop button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: none;
}

.dropdown.dropdown-language.lang-drop img {
    max-width: 25px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.translator-location-area li {
    width: 49%;
}
.translator-location-area li:last-child {
    text-align: end;
    text-align: -webkit-right;
}

.dropdown-language.lang-drop button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "poppins", sans-serif;
    font-weight: 500;
    color: white;
    background-color: transparent;
    border: none;
}
.dropdown.dropdown-language.lang-drop img {
    max-width: 25px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}
.top-bar {
    display: none;
}

/* topbar ends */

/* popupwrap */

.location-popup-wrap {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 999999999999;
    visibility: hidden;
}

.location-popup-wrap.active {
    visibility: visible;
}

.location-popup-wrap.active .location-popup-area {
    transform: scale(1);
}

.location-popup-area {
    background-color: white;
    padding: 30px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 7px #0000004f;
    height: 60vh;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    transform: scale(0);
    transition: 0.5s;
}

.location-popup-area .fa-location-dot {
    font-size: 100px;
    color: var(--Purple);
}

.location-popup-title {
    font-size: 25px;
    font-family: var(--poppins);
    font-weight: 600;
    color: black;
    line-height: 1.2;
}

.locat-popup-p {
    font-size: 16px;
    font-family: var(--poppins);
    font-weight: 400;
    color: black;
    line-height: 1.2;
}

.nearme-locat-btn {
    background-color: var(--Purple);
    border-radius: 5px;
    border: none;
    padding: 5px 20px;
    font-size: 18px;
    font-family: var(--poppins);
    font-weight: 500;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.other-address {
    background-color: transparent;
    color: black;
    font-size: 16px;
    border: none;
    font-family: var(--poppins);
    font-weight: 500;
    text-decoration: underline;
}

.location-input:focus {
    box-shadow: 0 0 10px 0 #0000008a;
}

/* popupwrap ends */
/* flight section start*/

.banner-content.flight-sec-content {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  width: 65%;
  transform: translate(-50%, -50%);
}
.banner-content.flight-sec-content .booking-form {
  width: 100%;
  border-radius: unset !important;
}

/* Hotel Listing Page Start*/

section.listing-area {
  padding: 0 0 70px 0;
}

.hotel-booking form.booking-form {
  box-shadow: 1px 1px 10px 0 #00000069;
}
.hotel-booking .form-input-area.button-res {
  float: right;
}
.lsiting-location {
  display: flex;
}
.listing-icon {
  font-size: 40px;
  margin-top: 5px;
  margin-right: 9px;
}
.listing-icon i {
  color: #2c3282 !important;
}

.hotel-booking .booking-form .form-input-area input {
  font-size: 16px;
  padding: 10px 0;
}
.hotel-booking .booking-form .form-input-area label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

/* Filter Area  */

.filter-area h4 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.area-show-filter h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}
.filter-area button.accordion-button {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent !important;
  padding: 15px 0 !important;
}
.filter-area .accordion-button:not(.collapsed) {
  color: #000 !important;
  box-shadow: none !important;
}
.filter-area .accordion-item {
  border: none;
  border-bottom: 1.5px solid #c1c1c1;
  border-radius: unset;
}
.filter-area .accordion-button:focus {
  box-shadow: none;
}
.filter-area .accordion-body {
  border-bottom: 1px solid #d0d0d0;
  border: none;
  padding: 10px 0 13px;
}
/* filter side Bar */

.filter-area .price-input {
  width: 100%;
  display: flex;
  margin: 7px 0;
}
.filter-area .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.filter-area .field input {
  outline: none;
  border: none;
  width: 100%;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.text-right {
  text-align: right;
}
.filter-area input[type="number"]::-webkit-outer-spin-button,
.filter-area input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter-area .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.filter-area .slider {
  height: 5px;
  position: relative;
  background: black;
  border-radius: 5px;
}
.filter-area .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: black;
}
.filter-area .range-input {
  position: relative;
}
.filter-area .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter-area input[type="range"]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #bc1a25;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.filter-area input[type="range"]::-moz-range-thumb {
  height: 25px;
  cursor: pointer;
  width: 25px;
  border: none;
  border-radius: 50%;
  background: #bc1a25;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.filter-area .number-div input {
  width: 44px;
  margin: 0 7px !important;
  text-align: center;
  height: 33px;
}
.drop-title h5 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.btn-increm {
  font-size: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: 0.5s;
  border: 1px solid #898989;
  background: transparent;
  color: #898989;
  padding-bottom: 5px;
  padding-top: 3px;
}
.btn-increm:hover {
  color: #fff;
  background: #2c3282;
  border-color: #2c3282;
}

input#quantity-field {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border: 1.7px solid #2c3282;
  border-radius: 6px;
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.box {
  width: fit-content;
}

.box {
  border: 1px solid;
  padding: 14px 18px;
  position: relative;
  margin-right: 14px;
  margin-bottom: 10px;
  border-color: #2c3282;
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
}

.box input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.box.active {
  background-color: #2c3282;
  color: #fff;
}

.checkbox-freebies {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.twofourmore {
  color: #bc1a25;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  outline: none;
  background: transparent;
}

/* Filter Show Area */
.area-show-filter h5 span {
  color: #bc1a25;
}
.recommended-select {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
}

h4.listing-pro-hd {
  color: #2b3282;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}

p.location-para-listing {
  color: #121;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  display: flex;
  align-items: baseline;
}

p.location-para-listing i {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-right: 9px;
}
p.para-stars {
  color: #121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 40px;
}
span.fa.fa-star.checked {
  color: #bc1a25;
}

p.anti-para {
  color: #121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.anti-para i {
  color: #000;
}

p.anti-para span {
  font-weight: 700;
}
.box-rate {
  padding: 10px 12px;
  border: 1.5px solid;
  border-radius: 7px;
  margin-right: 18px;
  border-color: #2c3282;
}

p.reviews-para {
  color: #121;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.wbold {
  font-weight: 700;
}

p.start-form-para {
  color: #121;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h3.parice-list-card {
  color: #bc1a25;
  font-family: "ExtraBold";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  float: right;
  display: inline-block;
}

.cart-tax {
  color: #121;
  text-align: right;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 5px;
  float: right;
  display: block;
  margin-left: 30px;
}
.btn-card-listing a {
  width: 100%;
}
button.view-place {
  width: 100%;
  padding: 13px 0;
  transition: 0.5s;
  font-size: 24px;
  border-color: #bc1a25 !important;
  outline: none !important;
  border: 2px solid;
  border-radius: 7px;
  background: #bc1a25;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

button.heart {
  width: 8%;
  margin-right: 26px;
  padding: 13px 0;
  font-size: 24px;
  border-color: #bc1a25 !important;
  outline: none !important;
  border: 2px solid;
  border-radius: 7px;
  color: #bc1a25;
  background: #fff;
  transition: 0.5s;
}

.btn-card-listing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.heart:hover {
  background: #bc1a25;
  color: #fff;
}

button.view-place:hover {
  background: #fff;
  color: #bc1a25;
}
button.view-place:hover a {
  color: #bc1a25;
}

button.view-place a {
  color: white;
}
.show-more-result button {
  width: 100%;
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: #2b3282;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  border: none;
  text-transform: capitalize;
}

/* Hotel Listing Page End*/

/* Hotel Place Page  Start*/

li.set-list {
  margin-right: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

li.set-list a {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}
li.set-list a.active {
  color: #bc1a25;
}

.hotel-detail-hd {
  color: #000;
  font-family: "ExtraBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.hotel-details p.para-stars {
  color: #121;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 70px;
}
.hotel-details .location-para-listing {
  margin-bottom: 0;
}
p.image-count {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.listbtn-pro {
  background: transparent;
  padding: 10px 11px;
  color: #bc1a25;
  border: 1px solid #2c3282;
  transition: 0.5s;
  border-radius: 5px;
  margin-right: 6px;
}

.listbtn-pro:hover {
  color: #2c3282;
  border: 1px solid #2c3282;
}

button.book-now-btn {
  padding: 11px 29px;
  border-radius: 4px;
  background: #2b3282;
  border: 1px solid #2b3282;
  color: #fff;
  transition: 0.5s;
  font-family: "Roboto";
  text-transform: capitalize;
}
button.book-now-btn a {
  color: white;
}
button.book-now-btn:hover a {
  color: #fff;
}
button.book-now-btn:hover {
  background: #bc1a25;
  border: 1px solid #bc1a25;
}
.firsr-gallery img {
  max-width: 100%;
  margin-right: 0;
  height: 603px;
  border-radius: 20px;
}

.hotel-fancy-box img {
  width: 356px;
  margin-right: 5px;
  margin-bottom: 10px;
  object-fit: cover;
  height: 295px;
  border-radius: 20px;
}
h3.place-hd {
  color: #000;
  font-family: "ExtraBold" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
p.para-place {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.overview-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: transparent;
  padding: 15px 24px;
  width: 160px;
  height: 125px;
  border: 1px solid #2b3282;
  border-radius: 10px;
  transition: 0.5s;
  justify-content: center;
}

.overview-box h3 {
  color: #000;
  font-family: "Roboto";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.overview-box h4 {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.overview-box p {
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.overview-box:hover {
  background: #bc1a25;
  border-color: #bc1a25;
  cursor: pointer;
}

.overview-box:hover h3,
.overview-box:hover h4,
.overview-box:hover p {
  color: #fff;
}
.overview-box h3,
.overview-box h4,
.overview-box p,
.overview-box img {
  transition: 0.5s;
}

.overview-box:hover img {
  filter: invert(1);
}
.column-count-2 {
  column-count: 2;
}
p.anti-para img {
  margin-right: 8px;
}
.reviews-section-pb {
  padding-bottom: 50px;
  position: relative;
}
h3.review-number {
  color: #000;
  font-family: "ExtraBold";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 15px;
}

h4.review-number {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  line-height: 30px;
}

p.review-para {
  color: #585858;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.left-area-review-para {
  padding: 0 25px 0 15px;
}
.left-menu-area .menu-link a i {
    color: #000;
    margin-right: 10px;
}

h2.review-bold {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}

h2.review-regular {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
img.reviews-img {
  object-fit: contain;
  width: 45px;
  height: 45px;
  border-radius: 20px;
}
.reviews-borders {
  position: relative;
  padding-bottom: 24px;
  padding-top: 24px;
}

.reviews-borders::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 90%;
  height: 0.5px;
  left: 50%;
  background: #000;
  transform: translateX(-50%);
  opacity: 0.25;
}
.reviews-section-pb ul.slick-dots {
  position: unset;
  display: flex;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
}

.reviews-section-pb ul.slick-dots li {
  margin: 0 10px;
  display: none;
}

.reviews-section-pb .slick-dots li button {
  background: transparent;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat";
  line-height: normal;
}
.reviews-section-pb ul.slick-dots li:first-child:after {
  content: "Of";
  position: relative;
  left: 8px;
}
.reviews-section-pb ul.slick-dots li.slick-active button {
  background: transparent;
  color: #000;
}
.reviews-section-pb ul.slick-dots li:first-child {
  display: block;
  position: relative;
}
.reviews-section-pb ul.slick-dots li:last-child {
  display: block;
}
.slider-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -56px;
  z-index: 99;
  position: relative;
}

.slider-btns button {
  margin: 0 51px;
  background: transparent;
  border: none;
}

.hotel-place-mbolie.mob-app-section {
  background-color: #faf4f2;
  padding: 50px 0 40px 0;
  margin-top: 0;
}
/* Hotel Place Page  End*/

/* Hotel Booking Page Start */

.contact-section.booking-page {
  margin-top: 0;
  padding-top: 0px;
}
.squire-box {
  width: 63px;
  height: 63px;
  border-radius: 12px;
  background: #2b3282;
  margin-right: 20px;
}

.location-area-booking {
  padding: 16px 32px;
  border-radius: 8px;
  border: 0.5px solid #2b3282;
  background: #fff;
}
.shadow-box {
  border-radius: 10px;
  padding: 22px 22px;
  box-shadow: 0px 4px 16px 0px rgba(17, 34, 17, 0.05);
  margin-bottom: 30px;
}
.date-box h4 {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 5px;
}

.date-box h5 {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  opacity: 0.6;
}
.buuilding-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lineone-bulding,
.linetwo-bulding {
  width: 99px;
  height: 4px;
  background: #000;
  margin: 0 20px;
  position: relative;
}

.lineone-bulding:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -10px;
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}

.linetwo-bulding:before {
  content: "";
  position: absolute;
  top: -8px;
  right: -10px;
  background: #000;
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.w-100 {
  width: 100%;
}
h4.radio-hd {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 9px;
  line-height: normal;
  transition: 0.5s;
}

p.radoio-para {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
}
.radio-column input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

.radio-column {
  position: relative;
  padding: 18px 17px;
  margin: 16px 0;
  background: #fff;
  border-radius: 13px;
  transition: 0.5s;
}
.radio-column.active {
  padding: 18px 17px;
  margin: 16px 0;
  background: #bc1b25;
  border-radius: 13px;
}
.radio-column.active p.radoio-para {
  color: white;
}
.radio-column.active h4.radio-hd {
  color: white;
}
.check-circle {
  position: relative;
}

.check-circle::after {
  content: "";
  width: 130%;
  height: 130%;
  position: absolute;
  background: transparent;
  left: -3px;
  top: -3px;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: 0.5s;
  opacity: 0;
}
.radio-column.active .check-circle::after {
  opacity: 1;
  border: 1px solid #fff;
}

.radio-column.active .check-circle i {
  background-color: #fff;
  color: #fff;
  border-radius: 60px;
  font-size: 14px;
}
.check-circle i {
  padding: 3px 3px;
}
.readmore-booking {
  position: relative;
  z-index: 9;
  padding: 0;
  border: none;
  background: transparent;
  color: #000;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.5s;
}
.radio-column.active .readmore-booking {
  color: white;
}
.visa-card-radio {
  margin-right: 20px;
}

.visa-card-radio img {
  filter: invert(1);
  transition: 0.5s;
}
.radio-column.blue-bg.active {
  background: #2b3282;
}

.radio-column.blue-bg.active .visa-card-radio img {
  filter: unset !important;
}

button.upload-oppop-btn {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  border: 2px dashed #2b3282;
  font-size: 28px;
  background: transparent;
}

button.upload-oppop-btn i {
  color: #2b3282;
  font-size: 25px;
  width: 60px;
  border: 3px solid;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin: 0 auto 15px;
}

button.upload-oppop-btn h5 {
  color: #000;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
button.upload-oppop-btn br {
  display: none;
}
.pro-hd-sm h3 {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.75;
  margin-bottom: 4px;
}

.pro-hd-sm h2 {
  color: #000;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.booking-prod p {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.booking-prod p span {
  color: #bc1a25;
}

.img-pro img {
  width: 136px;
}

h2.filter-hd {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.boxone-filter {
  margin-top: 10px;
  margin-bottom: 10px;
}

.boxone-filter h4 {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.boxone-filter h3 {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.boxone-filter input {
  width: 44px;
  margin: 0 7px !important;
  text-align: center;
  height: 33px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
h3.price-hd-book {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2.price-clm-book {
  color: #000;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
h2.price-clm-book a {
  color: #000;
}
/* Popup Start Card*/
.cardoverlay {
  position: fixed;
  display: BLOCK;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 53%);
  z-index: -1;
  cursor: pointer;
}

.positon-box-popup {
  position: FIXED;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.15);
  width: 640px;
  padding: 64px;
}
.card-open-popup {
  position: relative;
}
button.close-btnstyle {
  position: absolute;
  right: 25px;
  top: 25px;
  background: transparent;
  border: none;
  font-size: 24px;
}

.input-field-popup {
  width: 100%;
  color: #585858;
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 15px 10px;
  outline: none;
  border: 1px solid #585858a8;
  border-radius: 7px;
}

.input-border-box label {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  left: 20px;
  top: 12px !important;
}

.input-border-box input:focus ~ label,
.input-border-box input:valid ~ label {
  top: -10px !important;
}
.input-border-box {
  background: transparent !important;
}

.text-field {
  position: relative;
  margin: 10px 0 20px 0;
  width: 100%;
}
.text-field input {
  border: 2px solid #8080804d;
  color: #444;
  background-color: transparent;
  padding: 10px 10px 10px 10px;
  width: 100%;
  outline: none;
}
.text-field input:focus ~ label,
.text-field input:valid ~ label {
  top: -10px;
  left: 15px;
  font-size: small;
  color: #444;
  background-color: #fff;
  padding: 0 5px 0 5px;
}
.text-field label {
  color: #999;
  position: absolute;
  pointer-events: none;
  transition: 0.2s;
}
.input-border-box select {
  border: 2px solid #8080804d;
  color: #444;
  background-color: transparent;
  padding: 10px 10px 10px 10px;
  width: 100%;
  outline: none;
}
.text-check {
  display: flex;
  align-items: center;
}
.text-check label {
  padding-left: 10px;
  color: #2b3282;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h1.popup-hd {
  color: #000;
  font-family: "ExtraBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.card-open-popup {
  position: relative;
  visibility: hidden;
  opacity: 0;
}
.card-open-popup.active {
  visibility: visible;
  opacity: 1;
}
p.para-popup {
  color: #000;
  text-align: center;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.75;
  margin-top: 20px;
}
/* Popup End Card*/

/* Popup Thanks Card After*/

.thanks-for-Booking {
  opacity: 0;
  visibility: hidden;
}
.thanks-for-Booking.active {
  opacity: 1;
  visibility: visible;
}

button.view-place {
  width: 100%;
  padding: 13px 0;
  transition: 0.5s;
  font-size: 24px;
  outline: none !important;
  border: 2px solid;
  border-radius: 7px;
  color: #fff;
  font-family: "Roboto", sans-serif;
}
button.view-place:hover {
  background: #fff;
  color: #2b3282;
}

.center {
  text-align: center;
}
.check {
  font-size: 66px;
  color: #bc1a25;
  margin-bottom: 30px;
}

h2.thanks-hd {
  color: #2b3282;
  font-family: "ExtraBold";
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

p.para-popup {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
a.clickhere {
  color: #bc1a25;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

/* Hotel Booking Page End */

.hotelListing .mob-app-section {
  background-color: #faf4f2;
  padding: 278px 0 110px 0;
  margin-top: 0;
}
.hotelbooking .contact-section {
  margin: 0;
  padding: 0;
}

/* Flight Listing Page Start */

.appartment-list input {
  color: #000;
  font-family: "Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
}
.btn-card-listing a button {
  color: #fff;
}
.btn-card-listing a:hover button {
  color: #bc1a25;
}
.appartment-list label {
  color: #000;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

p.non-stop {
  color: #121;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
p.duration-time {
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #121;
}

p.flight-code {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #c1c1c1;
}
.department {
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #c1c1c1;
}
.flight-listing-hd {
  color: #000 !important;
}
.flight-deatails {
  background: #bc1a25 !important;
  border-color: #bc1a25 !important;
  width: 60%;
  padding: 11px 0;
  transition: 0.5s;
  font-size: 18px;
  outline: none !important;
  border: 2px solid;
  border-radius: 7px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  color: white;
}
.usr-drop-li.logout {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background: transparent;
  border: transparent;
  font-family: Roboto;
}
.air-hd {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  font-family: roboto;
}
.appartment-list > div {
  width: 33%;
  padding: 0px 20px 0 0;
}
.flight-deatails:hover {
  color: #000;
  background: #fff !important;
  border-color: #bc1a25 !important;
}
.flight-deatails:hover a {
  color: #bc1a25;
}

/* Flight Listing Page End */

/* Flight Details Page Start */
.selectcheck label {
  color: #121;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Roboto";
  margin-right: 20px;
}
.airline-box {
  padding: 37px 20px;
  border-radius: 12px;
  background: rgba(188, 26, 37, 0.15);
  margin: 30px 0;
}

.airline-box h3 {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 21px;
}

.airline-box p {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.airline-box p i {
  opacity: 1;
}
.airline-box p span {
  opacity: 0.75;
  margin-left: 19px;
}
.second-para-mg {
  margin-left: 270px;
}
.flight-detail .mob-app-section {
  padding-top: 260px;
  margin-top: 0;
}
h3.detail-box-hd {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

h4.detail-box-duraition {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  opacity: 0.75;
}
.img-flight-logo {
  margin-right: 20px;
}

.para-flight h4 {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.para-flight h6 {
  color: #121;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.6;
}
.flight-logoarea {
  display: flex;
  padding: 17.74px 35.481px;
  justify-content: center;
  align-items: center;
  gap: 26.61px;
  border-radius: 8.87px;
  border: 0.554px solid #bc1a25;
  background: #fff;
}
.flex-svg li {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 26.61px;
  background: #fff;
  border-right: 1px solid #aba8a8;
  height: 50px;
  width: 64px;
  justify-content: center;
}

.flex-svg li:last-child {
  border: none;
}
span.time-hd {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-right: 13px;
}

.department-text p {
  color: #121;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.opacity {
  opacity: 0.6;
}
.flight-detail-img {
  text-align: center;
}
a.gallery-view {
  background: #bc1a25;
  padding: 15px 40px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* Flight Details Page End */

/* Flight Details Page Start */

.form-input-area.date-area {
  border-left: 1px solid #00000026;
  padding-left: 27px;
  padding-right: 0;
  margin: 0 auto;
  width: fit-content;
}
.form-input-area button {
  padding: 13px 31px;
  border-radius: unset;
  font-size: 16px;
}
.booking-form .form-input-area input {
  width: 100%;
  padding-bottom: 0;
  color: #000;
}
.form-input-area.date-area p {
  font-size: 15px;
  font-family: "ExtraBold";
  font-weight: 800;
  line-height: 25px;
  color: #979dad;
}

.form-input-area.date-area p i {
  margin: 0 5px;
  color: #979dad;
}
.booking-form .form-input-area input::placeholder {
  color: #000;
}
.banner-content ul.tabs {
  justify-content: flex-start;
  margin-bottom: -4px;
}

.banner-content ul.tabs li {
  font-size: 15px;
  margin-right: 32px;
  background: #00000078;
  color: #fff;
  padding: 12px 30px;
}

.banner-content ul.tabs li:after {
  display: none;
}
.banner-content.flight-sec-content .booking-form {
  margin-top: 0;
  position: relative;
  z-index: 9;
}
.banner-content li.tab-list.active.tab {
  background: #fff;
}
/* Flight Details Page End */

/* Car Main Page Start */
.car-form .form-input-area.date-area {
  padding-left: 21px;
}
.form-input-area {
  width: 100%;
}
form.booking-form.car-form {
  margin-top: 65px;
}
.form-input-area button {
  padding: 20px 20px;
}
.banner-content.car-page {
  width: 69%;
}
.car-banner-img {
  position: absolute;
  right: -32px;
  bottom: -35px;
  z-index: 9999;
  width: 40%;
}

.car-banner-img img {
  width: 96%;
}
.car-img.car-replace-trav img {
  position: absolute;
  right: -44px;
  top: 324px;
  z-index: -9;
  width: 350px;
}
.car-img.car-replace-trav {
  margin-top: 0;
}
.car-inspire {
  background-image: url(../assets/images/inspire-car.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - -164px);
  background-position: center;
  padding: 260px 0;
  margin-top: -4px;
  position: relative;
  left: -1px;
}
.car-servc-sec {
  padding-top: 50px;
}
button.list-btn {
  background: #2c3282;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
}
.car-list-para {
  color: #121;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
img.userimg-list {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  margin-right: 10px;
}
h3.list-user {
  color: #121;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 3px;
}

h5.list-sm {
  color: #121;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.overview-box.car-details-view {
  margin-right: 30px;
}
.contact-line {
  padding: 10px 0;
}

.contact-line h2 {
  color: #000;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 9px;
}

.contact-line p {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.75;
  margin-bottom: 7px;
}
.img-pro img {
  width: 100%;
  border-radius: 10px;
}

.ticket-Booking {
  opacity: 0;
  visibility: hidden;
}
.ticket-Booking.active {
  opacity: 1;
  visibility: visible;
}
.address-contact-show {
  padding: 13px 0;
}

.address-contact-show h4 {
  color: #0f0f0f;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}

.address-contact-show p {
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.75;
}
.ticket-popup {
  width: 474px;
  padding: 38px;
}
.ticket-popup button.view-place {
  font-size: 18px;
}
.ticket-popup h2.thanks-hd {
  font-size: 24px;
}
.red-btn button,
.card-btn {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  background: #bc1a25;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}
.bluebtn {
  display: flex;
  height: 48px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  border-radius: 4px;
  background: #2b3282;
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  margin: 0 auto;
}
.bluebtn a {
  color: white;
}
.bluebtn a:hover {
  color: white;
}
.width-mg {
  width: fit-content;
}

.width-mg button {
  margin: 0 10px;
}
.positon-box-popup.thanks {
  width: 474px;
}
.positon-box-popup button.view-place {
  font-size: 14px;
}
section.flight-banner.banner {
  overflow: hidden;
}
section.flight-banner.banner h1.primary-hd {
  font-size: 72px;
}
/* Car Main Page End */

.arrow-btns {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
  width: 105%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab-area {
  position: relative;
}

.buttonsilder-shap {
  background: #7939fe;
  padding: 10px 10px;
  color: #fff;
  border: none;
  position: relative;
}

button.rightshap:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7939fe;
  z-index: -9;
  clip-path: polygon(75% 0%, 95% 51%, 75% 100%, 0% 100%, 0 46%, 0% 0%);
}
button.leftshap::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #7939fe;
  z-index: -9;
  clip-path: polygon(100% 0, 100% 51%, 100% 100%, 40% 100%, 13% 52%, 37% 0);
}

/* About Page  Start*/

.aboutinspire-sec {
  background-image: url(../assets/images/about-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  background-position: center;
  padding: 0 0;
  margin-top: -4px;
  position: relative;
  left: -1px;
  overflow: hidden;
}

.text-inspire {
  position: absolute;
  top: 0px;
  transition: 1.6s;
  opacity: 0;
  transform: scale(0.5);
}
.inspire-sec.active .text-inspire {
  position: absolute;
  transition: 1.6s;
  top: -40px;
  opacity: 1;
  transform: scale(1.1);
}
.text-inspire img {
  width: 100%;
}
section.about-sec {
  padding: 0 0;
  margin-top: -140px;
}
.about-hd {
  color: #bc1a25;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-family: "ExtraBold";
  margin-bottom: 30px;
}
p.about-para {
  color: #000;
  text-align: center;
  font-family: "Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}
.icon-service {
  transition: 0.5s;
}
.icon-service:hover .srvc-textBox {
  background-color: #bc1a25;
}
.icon-service:hover .srvc-textBox h1,
.icon-service:hover .srvc-textBox h4 {
  color: #fff;
}

.icon-service:hover {
  transition: 0.5s;
}
.srvc-textBox {
  background: #faf5f2;
  width: 300px;
  height: 200px;
  border-radius: 10px;
  position: relative;
  top: -70px;
  z-index: -99;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  transition: 0.5s;
}

.srvc-textBox h1 {
  color: #bc1a25;
  text-align: center;
  font-family: "ExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.5s;
}
.srvc-textBox h4 {
  color: #2c3180;
  text-align: center;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transition: 0.5s;
}
.icon-service {
  text-align: center;
}
section.mission-banner {
  background: url("../assets/images/mission-banner.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0;
}
h1.mission-hd {
  color: #2b3282;
  font-family: "ExtraBold";
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  margin-bottom: 30px;
}

p.para-statement {
  color: #000;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  margin-bottom: 28px;
}
.mission-statement-img {
  width: 100%;
  position: relative;
  top: 33px;
}

/* About Page END */
/* Client Reviews Start */

.reviews-sec {
  background-image: url(../assets/images/review-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  background-position: center;
  padding: 0 0;
  margin-top: -4px;
  position: relative;
  left: -1px;
  overflow: hidden;
}

.text-inspire {
  position: absolute;
  top: 0px;
  transition: 1.6s;
  opacity: 0;
  transform: scale(0.5);
}
.inspire-sec.active .text-inspire {
  position: absolute;
  transition: 1.6s;
  top: -40px;
  opacity: 1;
  transform: scale(1.1);
}
.text-inspire img {
  width: 100%;
}
section.about-sec {
  padding: 0 0;
  margin-top: -140px;
}
.about-hd {
  color: #bc1a25;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-family: "ExtraBold";
  margin-bottom: 15px;
}

.reviews-box {
  background-color: #fff;
  text-align: center;
  box-shadow: 2px 1px 11px #8888886b;
  padding: 50px 80px;
  border-radius: 13px;
  margin: 10px;
  position: relative;
}
.reviews-box img {
  margin: 0 auto 20px auto;
}
.testio-main p {
  font-size: 20px;
  margin-top: 0;
}

.testio-main h5 {
  font-size: 24px;
  color: #000;
  font-family: "Regular";
  margin-top: 50px;
  position: relative;
  z-index: 999;
}

.testio-main .test-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, 30%);
}
.revirwsPage .mob-app-section {
  padding: 290px 0 110px 0;
  margin-top: 0;
}
.reviews-button {
  width: fit-content;
  margin: 0 auto;
  padding: 45px 0;
}

button.morebtn-testionials {
  padding: 19px 45px;
  border-radius: 10px;
  background: #2b3282;
  color: #fff;
  font-family: "Regular";
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
  border: 2px solid #2b3282;
}

button.morebtn-testionials:hover {
  background: transparent;
  color: #2b3282;
}
/* Client Reviews End */

/* Contact Us Page Start */

.contact-banner {
  background-image: url(../assets/images/contactbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  background-position: center;
  padding: 0 0;
  margin-top: -4px;
  position: relative;
  left: -1px;
  overflow: hidden;
}

section.icon-contact {
  padding: 30px 0 20px;
}

h1.contact-hd {
  color: #bc1a25;
  text-align: center;
  font-family: Qanelas;
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 30px;
}
.icon-contact-box {
  width: 320px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 0;
  margin: 0 auto 50px auto;
}

.icon-con {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b3282;
  font-size: 55px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.contact-text h4 {
  color: #bc1a25;
  text-align: center;
  font-family: "ExtraBold";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 7px;
}

.link-con {
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-form {
  background: url(../assets/images/Contact-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.contact-field {
  width: 100%;
  padding: 20px 24px;
  color: #8d8d8d;
  font-family: "Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 25px;
  outline: none;
  border: navajowhite;
  resize: none;
}
textarea.contact-field {
  height: 60px;
}
button.contactbtn-submit {
  width: 100%;
  border-radius: 16px;
  background: #bc1a25;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #bc1a25;
  padding: 20px 0;
  font-size: 19px;
  transition: 0.4s;
  font-family: "Regular";
  color: #fff;
}

button.contactbtn-submit:hover {
  background: transparent;
  color: #bc1a25;
}

/* Contact Us Page end */

/* Offer Page Start */

.offer-sec {
  background-image: url(../assets/images/offerbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  background-position: center;
  padding: 0 0;
  margin-top: -4px;
  position: relative;
  left: -1px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.offerbg-shap {
  position: relative;
}
svg.shap-banner {
  max-width: 751px;
  max-height: 468.38px;
}
.offer-text {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}

.fiftyper h1 {
  color: #fff;
  text-align: center;
  font-family: "ExtraBold";
  font-size: 298px;
  font-style: normal;
  font-weight: 800;
  line-height: 190px;
}

.off-dv h3 {
  transform: rotate(4.385deg);
  color: #fff;
  text-align: center;
  font-family: "ExtraBold";
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.getupto {
  width: fit-content;
  margin: 0 auto;
  top: -70px;
  position: relative;
  padding: 25.21px 74.304px;
  border-radius: 21.23px;
  background: #bc1a25;
}
.mobile-menu button.closedbtn {
  display: none;
}
.mobile-menu.active button.closedbtn {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #fff;
  background: #ffffff52;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 25px;
}
.getupto h5 {
  color: #fff;
  text-align: center;
  font-family: Qanelas Soft;
  font-size: 47.767px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.off-dv {
  float: right;
  margin-right: 33px;
}

.fiftyper {
  margin-top: -16px;
}

.flight-sec.active.oder-page:before,
.flight-sec.active.oder-page:after {
  width: 50%;
  height: 410px;
}
.airtickets {
  display: flex;
  align-items: flex-end;
  padding-top: 140px;
}
.airtext-teckets h4 {
  color: #fff;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 31px;
}

.airtext-teckets h1 {
  color: #fff;
  font-family: "ExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 65px;
}

.airtext-teckets {
  position: relative;
  left: -50px;
  width: 380px;
  bottom: 40px;
}
.airtext-image img {
  width: 124%;
  position: relative;
  right: 96px;
  bottom: -1px;
}
.acccom {
  display: flex;
  align-items: flex-start;
  z-index: 9;
  justify-content: end;
}
.accom-image img {
  position: relative;
  width: 159%;
  top: 50px;
}

.accom-teckets {
  margin-top: 40px;
  width: 280px;
  float: right;
}

.accom-teckets h4 {
  color: #fff;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.accom-teckets h1 {
  color: #fff;
  font-family: "ExtraBold";
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
}
.offerPage section.mob-app-section {
  margin-top: 0;
}
ul.tabs-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}

ul.tabs-btn li {
  padding: 10px 20px;
  text-align: center;
  margin: 3px 20px;
  border-radius: 10px;
  background: #dfdfdf;
  color: #2b3282;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
section.tabs-offer {
  padding: 20px 0 90px;
}
ul.tabs-btn .btn-tabs.active {
  background: #2b3282;
  color: #fff;
}
button.offeroff-btn {
  border-radius: 4px;
  background: #2b3282;
  padding: 8px 16px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.flex-rightbox {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.left-img-listing img {
  object-fit: cover;
}
.left-img-listing {
  width: 704px;
  height: 248px;
  border-radius: 10px;
}
.float-end.detailprice .cart-tax {
  float: unset;
}

.reviews-box-popop {
  display: none;
  opacity: 0;
}
.reviews-box-popop.active {
  opacity: 1;
  display: block;
}
.reviewoverly {
  position: fixed;
  display: BLOCK;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 53%);
  z-index: 2;
  cursor: pointer;
}
.review-popupbox {
  position: FIXED;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 12px;
  background: #f1f1f1;
  box-shadow: 0px 0px 62px 0px rgb(0 0 0 / 29%);
  padding: 64px;
  width: 1132px;
}

.review-field {
  width: 100%;
  border-radius: 2px;
  background: #fff;
  padding: 10px;
  color: #000;
  outline: none;
  margin-bottom: 14px;
  margin-top: 20px;
  border: none;
}

.review-textarea {
  resize: none;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  padding: 10px;
  color: #000;
  outline: none;
  margin-bottom: 14px;
  margin-top: 0;
  border: none;
  height: 250px;
}
h2.addreview-hd {
  color: #000;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
button.plublish-review-btn {
  padding: 15px 16px;
  border-radius: 4px;
  background: #1486b8;
  width: 100%;
  border: none;
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.detailprice .parice-list-card {
  float: unset;
  display: flow;
}
.img-flight-logo {
  width: 80px;
  height: 50px;
}

.img-flight-logo img {
  width: 80px;
  height: 50px;
  object-fit: contain;
}
.img-pro img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.left-img-listing img {
  width: 256px;
  height: 201px;
  object-fit: contain;
  background: #f5f6ff;
}

.left-img-listing.offer img.img-fluid {
  width: 100%;
  height: 100%;
}
.car-details section.mob-app-section {
  margin-top: 10px;
}
/* Offer Page End */

/* Flight Ticket Start */
.flight-ticket section.mob-app-section {
  margin-top: 10px !important;
}
.grey-left-ticket {
  display: grid;
  align-content: space-evenly;
  padding: 32px;
  background: #edefff;
  height: 380px;
}

.grid-img {
  display: grid;
  width: fit-content;
  justify-content: center;
  align-items: center;
}

.ticket-box h1 {
  color: #000;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 34px;
}

.ticket-box p {
  color: #000;
  font-size: 24px;
  font-style: "ExtraBold";
  font-weight: 800;
  line-height: 34px;
  opacity: 0.6;
}
.bluebg-banner {
  background: #2b3282;
  padding: 20px 40px;
}
.username h1 {
  color: #fff;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.userimg img {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.username {
  margin-left: 20px;
}
.username h4 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.departname h1 {
  color: #fff;
  text-align: right;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.iconfligt {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #edefff;
  margin-right: 10px;
}

.info-flight {
  padding: 20px 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 275px;
}

.infoinnertext h4 {
  color: #000;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.infoinnertext p {
  color: #000;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.flightname h1 {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
}

.flightname p {
  color: #121;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.flightname {
  position: relative;
  top: -50px;
}
.cboxinfo-flight {
  overflow: hidden;
  box-shadow: 1px 1px 10px 0 #0000001a;
}
section.ticket-info {
  padding: 25px 0 50px 0;
}
.w-content {
  width: fit-content;
}
button.blue-returnbtn {
  padding: 17px 31px;
  background: #2b3282;
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  border: none;
}
section.returnbtm {
  padding-bottom: 50px;
}
h1.lg-hd-dis {
  color: #121;
  font-family: "ExtraBold";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

h4.sm-hd-tick {
  color: #121;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px;
}

.payment-dis ul li {
  list-style: disc;
  margin-bottom: 12px;
  color: #121;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.payment-dis ul {
  margin-left: 30px;
}

.contactus ul li {
  margin-bottom: 8px;
}

li.list-tick {
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #121;
}

section.ticket-dicription {
  padding: 30px 0 13px;
}
.ticket-thanks-info {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #e4e4e4;
  background: #fff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.15);
  width: 474px;
  padding: 64px;
}
.ticket-thanks-info h2.thanks-hd {
  font-size: 24px;
  margin-bottom: 40px;
}

.ticket-thanks-info a.clickhere {
  border-bottom: 1px solid;
}
.ticket-thanks {
  opacity: 0;
  display: none;
  position: relative;
  z-index: 9999999999;
}
.ticket-thanks.active {
  display: block;
  opacity: 1;
}
.grid-img svg {
  width: 100%;
  margin: 8px 0;
}
/* Flight Ticket End */

/* Sign Up Page */

.singup.sec-pd {
  padding: 60px 0;
}
.sign-hd {
  font-size: 25px;
  font-family: "ExtraBold";
}
.sign-hd {
  font-size: 45px;
  font-family: "ExtraBold";
  color: #2c3282;
}
.btn-form-sign {
  border: navajowhite;
  background: #2c3282;
  padding: 10px 40px;
  color: #fff;
  font-family: "Roboto";
}

a.white.forget-btn {
  margin-left: 20px;
}
.car-inspire .para-sec {
  font-size: 21px;
  margin-top: 9px;
  margin-bottom: 20px;
}
h1.mission-hd {
  font-size: 50px;
}

.popup-share {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 1px 1px 20px 0 #000000a6;
  border-radius: 10px;
  visibility: hidden;
}
.popup-share.active {
  visibility: visible;
}
.share-buttons-container {
  padding: 60px 40px;
}

.share-list a img {
  width: 100%;
  margin: 0;
}
.share-list {
  display: flex;
  flex-direction: row;
}

.share-list a {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  padding: 7px;
  margin: 10px;
  cursor: pointer;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    filter: invert(100%);
  }
}

a.fb-h {
  background: #3b5998;
}
a.tw-h {
  background: #00acee;
}
a.li-h {
  background: #0077b5;
}
a.re-h {
  background: #ff5700;
}
a.pi-h {
  background: #c8232c;
}
button.close-share {
  float: right;
  margin: 10px 10px;
  background: transparent;
  border: none;
}

button.reviews-close {
  position: absolute;
  top: 40px;
  right: 40px;
  background: transparent;
  border: none;
  font-size: 22px;
}
.start-flex {
  margin-bottom: 0px;
}

.start-flex button span {
  font-size: 28px;
  color: #000;
}
.start-flex button {
  border: none;
  background: transparent;
}

.rating {
  --dir: right;
  --fill: #bc1a25;
  --fillbg: rgb(0 0 0 / 15%);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 3rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
  cursor: pointer;
}
[dir="rtl"] .rating {
  --dir: left;
}
.rating::-moz-range-track {
  background: linear-gradient(
    to var(--dir),
    var(--fill) 0 var(--x),
    var(--fillbg) 0 var(--x)
  );
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-webkit-slider-runnable-track {
  background: linear-gradient(
    to var(--dir),
    var(--fill) 0 var(--x),
    var(--fillbg) 0 var(--x)
  );
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}
.password-area {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 0 20px 0 0;
}

.password-area input {
  background-color: transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.password-area .showPassword {
  background-color: transparent;
  border: transparent;
}
.rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}
.rating,
.rating-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
  background: transparent;
}
.rating-label {
  margin-block-end: 1rem;
}

/* NO JS */
.rating--nojs::-moz-range-track {
  background: var(--fillbg);
}
.rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}
.rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}
[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
  box-shadow: var(--w) 0 0 var(--w) var(--fill);
}

/*sign*/

@import url("https://fonts.googleapis.com/css?family=Proxima Nova:400,800");

.sign-h1 {
  font-weight: bold;
  font-size: 40px;
  margin: 0;
}
.sign-p-pop {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  margin: 20px 0 30px;
  width: 200px;
}

.pop-sign-span {
  font-size: 20px;
  font-family: 500;
  padding-bottom: 20px;
  color: #2b3281;
}
.forget-link-pop {
  text-decoration: none;
  color: #2b3182;
  font-size: 16px;
  padding: 15px 0;
  background-color: transparent;
  border: none;
}
.social {
  color: #333;
  font-size: 22px;
  text-decoration: none;
  margin: 15px 0;
}

.pop-sign-btn {
  border: 1px solid #2b3282;
  background-color: #2b3282;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 17px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  margin-top: 20px;
}
button.ghost {
  background-color: transparent;
  border-color: #ffffff;
  margin: 0;
}

.sign-pop-form {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 50px;
  height: 100%;
  text-align: center;
}
.sign-input {
  background-color: transparent;
  border: 1px solid #2b318282;
  padding: 12px 15px;
  outline: none;
  margin: 8px 0;
  width: 100%;
  border-radius: 3px;
  color: #d7d9e7;
}

#container {
  background-color: #fff;
  border-radius: 60px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: relative;
  overflow: hidden;
  width: 950px;
  max-width: 100%;
  min-height: 480px;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 0;
  width: 50%;
  opacity: 0;
  z-index: 1;
}

img.scanimg {
  max-width: 220px;
}

.container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {
  0%,
  49.99% {
    opacity: 0;
    z-index: 1;
  }

  50%,
  100% {
    opacity: 1;
    z-index: 5;
  }
}

.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  background: #2b3282;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  color: #ffffff;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #dddddd;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  border: 1px solid #2b3182;
  color: #2b3281;
}

.sign-in-pop-back {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 999999999999999999999999999999999999999999;
}

.sign-area {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resetpass-pop {
  background-color: rgb(255, 255, 255);
  padding: 100px 50px;
  z-index: 99999999999999999999;
  position: absolute;
  width: 950px;
  display: none;
  top: 50%;
  border-radius: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resetpass-pop.active {
  display: block;
}
.reset-hd h2 {
  font-size: 55px;
  text-align: center;
  font-weight: 600;
  color: #2b3182;
}
.reset-hd p {
  text-align: center;
  padding: 10px;
  color: #2b3182;
  font-size: 17px;
}
.reset-input {
  display: flex;
  justify-content: center;
}
.reset-input input {
  padding: 15px;
  margin: 10px;
  width: 90%;
  border: 1px solid #9599c1;
  color: #9599c1;
  outline: none;
}
.reser-btn-pop {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}
.reser-btn-pop button {
  padding: 17px 0px;
  border: none;
  background: #2b3182;
  color: white;
  width: 200px;
}
.resetpass-email-pop {
  background-color: rgb(255, 255, 255);
  padding: 100px 50px;
  z-index: 99999999999999999999;
  position: absolute;
  width: 950px;
  display: none;
  top: 50%;
  border-radius: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resetpass-email-pop.active {
  display: block;
}
.back-reset-pop {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 0;
}
.back-reset-pop button {
  background-color: transparent;
  border: none;
  color: #2b3182;
  display: flex;
  gap: 10px;
}

.success-full-reset {
  background-color: rgb(255, 255, 255);
  padding: 100px 50px;
  z-index: 99999999999999999999;
  position: absolute;
  width: 950px;
  display: none;
  top: 50%;
  border-radius: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.success-full-reset.active {
  display: block;
}
.password-update-check-pop i {
  font-size: 70px;
  justify-content: center;
  display: flex;
  background-color: #16ff25;
  width: 100px;
  height: 100px;
  align-items: center;
  border-radius: 50%;
  color: white;
}
.password-update-check-pop {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.shine-img img {
  width: 100px;
  height: 60px;
}
.filter-date {
  display: flex;
  justify-content: space-around;
  gap: 5px;
}
.profile-dropdown ul li.drp-link {
  width: 100%;
  border-radius: 0;
}
.profile-dropdown ul li.drp-link:hover a,
.profile-dropdown ul li.drp-link:hover button {
  color: #fff !important;
}
.profile-dropdown ul {
  padding: 0 !important;
}
img.user-pro-img.img-fluid {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid black;
  object-fit: cover;
  object-position: center;
}
button.btn.user-pro-btn.btn-secondary.dropdown-toggle {
  background: none;
  border: transparent;
  padding: 0;
}
.dropdown-menu.user-pro-drop li a {
  padding: 0;
}
.dropdown-menu.user-pro-drop li {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--poppins);
  transition: 0.5s;
  color: black;
}
.set-flex-inputs {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: start;
  gap: 12px;
}

.inputs-fields-column {
  width: 100%;
  max-width: 285px;
}

body .form-input-area.date-area.responsive-tab {
  margin: 0;
  width: 100%;
}
/*Search Fields*/

.inputs-fields-column {
  position: relative;
}
.searchlist {
  position: absolute;
  background: white;
  width: 100%;
  z-index: 99;
  left: 0;
  padding: 10px 10px;
  border: 1px solid #00000059;
  box-shadow: 1px 1px 10px #0000001f;
  border-radius: 10px;
}

.layerlist {
  background: #c1c1c14d;
  padding: 8px 10px;
  list-style: none;
  font-size: 14px;
}
li.layerlist i {
  display: none;
}
.layerlist p {
  font-family: "Regular" !important;
  color: black !important;
}
.searchlist {
  display: none;
}
.searchlist.active {
  display: block;
  height: 206px;
  overflow: auto;
}

/* / contact-details / */

.contact-inputs input {
  width: 50%;
  padding: 20px 24px;
  color: #8d8d8d;
  font-family: "Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 25px;
  outline: none;
  border: navajowhite;
  resize: none;
}
.contact-inputs input:focus {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.intl-tel-input,
.iti {
  width: 100%;
}
.iti__selected-flag {
  border-radius: 15px;
  font-family: "Roboto";
}
ul#iti-0__country-listbox {
  font-family: "Roboto";
}
.radio-contact-area input {
  border: none;
  box-shadow: none;
  width: auto;
}
.contact-inputs.radio-contact {
  display: flex;
  gap: 10px;
  align-items: center;
}
.radio-contact-area {
  padding: 18px 36px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-family: "Roboto";
}
.radio-contact-area input {
  margin: 0;
  width: 25px;
}

.passenger-title h1 {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
}

.passenger-title p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  color: #c1c1c1;
}

.date-birth {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dob-set {
  display: flex;
  width: 50%;
  gap: 10px;
}
.dob-set input {
  padding: 20px 24px;
  color: #8d8d8d;
  font-family: "Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 25px;
  outline: none;
  border: navajowhite;
  resize: none;
  width: 100px;
}
.dob-set select {
  padding: 20px 24px;
  color: #8d8d8d;
  font-family: "Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  margin-bottom: 25px;
  outline: none;
  border: navajowhite;
  resize: none;
  width: 100%;
}
.date-birth p {
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}
.dob-set .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.dob-set input:focus {
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.domastice-slider .slide-area img {
  width: 100%;
}
.weekend-break .slide-area img {
  width: 100%;
}
.translategoogle.mobile {
  display: none;
}
.mobile-menu.active .translategoogle.mobile {
  display: block;
}
.translategoogle {
  display: flex;
  justify-content: end;
  align-items: center;
}
.head-search-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.centerlogo-header {
  display: flex;
  justify-content: center;
}
/* .logo {
  max-width: 250px;
  width: 100%;
} */

.secondary-hd {
  font-size: 53px;
  color: #fff;
  font-weight: 400;
  font-family: "ExtraBold";
  margin-bottom: 20px;
  text-align: center;
}

/* Form Area */

.stv-radio-tabs-wrapper {
  /* clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #428bca;
  padding: 0 10px;
  position: relative; */
}
.radio-tab-label {
  padding: 1rem 2rem;
  background-color: #00000078;
  color: #fff;
  cursor: pointer;
}
.radio-tab:checked + .radio-tab-label {
  background-color: #7939fe;
  color: #fff;
}
.flight-form {
  background-color: #7939fe47;
  padding: 15px 18px;
}

/* .flight-form-wrapper {
  background-color: #8b8b8b;
  padding: 20px 20px;
} */

.flex-area-form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}

.search-fields input,
.search-fields select,
.search-fields p,
.search-fields span {
  font-size: 15px;
}
.dropdown-area-adult.active {
  display: block;
  z-index: 2;
}

.dropdown-area-adult {
  position: absolute;
  left: 0;
  top: 70px;
  background: white;
  padding: 17px 20px;
  border-radius: 10px;
  display: none;
  width: 370px;
  border: 1px solid black;
  /* overflow-y: scroll; */
  /* height: 220px; */
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  height: 38px !important;
  user-select: none;
  -webkit-user-select: none;
  align-items: center !important;
}

.search-fields {
  /* max-width: 322px; */
  width: 100%;
  background: white;
  border-radius: 5px;
  position: relative;
  height: 60px;
  border: 1px solid #000000 !important;
}

.form-row-area {
  margin-top: 50px;
}
.data-list li {
  padding: 10px;
}
.select2-container {
  width: 100% !important;
}

.mright {
  margin-right: 8px;
}

.flex-area-form input {
  color: #000 !important;
}

.search-fields label {
  margin-bottom: 0;
  padding: 4px 9px;
  font-size: 15px;
  font-family: "ExtraBold";
  font-weight: 800;
  line-height: 25px;
  color: #979dad;
}

.search-fields input {
  width: 100%;
  padding: 0px 12px;
  border-radius: 4px;
  border: none;
  text-transform: capitalize;
  outline: none;
}
.search-fields input::placeholder{
  text-transform: uppercase;
}

.search-fields input,
.search-fields select,
.search-fields p,
.search-fields span {
  font-size: 15px;
}

.search-fields select option {
  font-size: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 36px !important;
}

.search-btn button {
  padding: 14px 39px;
  border-radius: 6px;
  border: 2px solid #7939fe;
  background: #7939fe;
  color: #fff;
  font-size: 20px;
  transition: 1s;
}

.search-btn button:hover {
  background-color: #fff;
  border-color: #7939fe;
  color: #7939fe;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #05203c !important;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none !important;
}

.select2-results__option[aria-selected] {
  text-transform: uppercase;
}

.flight-search h2 {
  font-size: 45px;
  color: white;
  margin-bottom: 30px;
  line-height: 1.5;
}

.traveller-fields {
  height: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 7px;
}

.set-cabin-text {
  padding: 0 10px;
  gap: 5px;
}

.inner-text-trvel h4 {
  font-size: 21px;
  color: #05203c;
  font-weight: 500;
  line-height: 1.5;
}

.inner-text-trvel h3 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 13px;
  color: black;
}

.dropdown-area-adult p {
  font-size: 15px;
  padding: 0;
  line-height: 1.2;
}

.adult-fields, .child-area {
  margin-top: 11px;
}

.dropdown-area-adult p {
  font-size: 15px;
  padding: 0;
  line-height: 1.2;
}

.increment-btns {
  padding: 0 10px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border: none;
  background: #05203c;
  color: white;
}


.increment-input {
  width: 30px !important;
  text-align: center;
  border: 1px solid !important;
  padding: 4px 0 !important;
}

/* .flight-sec-content .form-input-area.date-area {
  border-left: 1px solid #00000026;
  padding-left: 27px;
  padding-right: 0;
} */

.data-list {
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #fff;
  transform: translateY(100%);
  z-index: 50;
  border-radius: 0.5rem;
  list-style: none !important;
  box-shadow: 5px 7px 9px 1px #00000026;
  padding: 0 !important;
  margin: 0 !important;
  width: 400px;
  max-height: 284px;
  overflow-y: auto;
}

.data-list-item:hover {
  background: #00000024;
}
.data-list li {
  padding: 10px;
}
.data-list-item {
  border-top: 1px solid #00000026;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-fields .data-list-item span {
  line-height: 1.2;
}
