@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&display=swap");
* {
  font-family: "Work Sans", serif;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-size: 16px;
  background-color: #F5F5F5;
}
body.no_scroll {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
  line-height: 1;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1.common_h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  h1.common_h1 {
    font-size: 28px;
  }
}

h2.common_h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  h2.common_h2 {
    font-size: 28px;
  }
}

h3.common_h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  h3.common_h3 {
    font-size: 24px;
  }
}

h4.common_h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  h4.common_h4 {
    font-size: 22px;
  }
}

h5.common_h5 {
  font-size: 20px;
  font-weight: 700;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  h5.common_h5 {
    font-size: 18px;
  }
}

h6.common_h6 {
  font-size: 20px;
  font-weight: 700;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  h6.common_h6 {
    font-size: 16px;
  }
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

input,
select,
textarea {
  outline: none;
  font-size: 16px;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.white {
  color: #FFFFFF !important;
}

.bigspacing {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .bigspacing {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .bigspacing {
    padding: 50px 0;
  }
}

.mediumspacing {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .mediumspacing {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .mediumspacing {
    padding: 30px 0;
  }
}

.smallspacing {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .smallspacing {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .smallspacing {
    padding: 20px 0;
  }
}

.tinyspacing {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .tinyspacing {
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .tinyspacing {
    padding: 10px 0;
  }
}

.thin {
  font-weight: 300;
}

.light {
  font-weight: 400;
}

.regular {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.pcolor {
  color: #2b1c79;
}

.primarybg {
  background-color: #2b1c79;
}

.whitebg {
  background-color: #FFFFFF;
}

.softbg {
  background-color: #f8fcfd;
}

.hidden {
  display: none !important;
}

.penone {
  pointer-events: none;
}

.box-shadow-2 {
  box-shadow: 9px 11px 10px rgba(4, 36, 198, 0.06);
}

.container-full {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}
.container-closed {
  width: 100%;
  max-width: clamp(767px, 85vw, 1320px);
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .container-closed {
    width: 100%;
    padding: 0 10px;
  }
}
.container-closed-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.centeredBox {
  display: flex;
  justify-content: center;
}

.common_heading_box {
  text-align: center;
  margin-bottom: 40px;
}
.common_heading_box p {
  line-height: 1.36;
}
@media only screen and (max-width: 480px) {
  .common_heading_box {
    margin-bottom: 30px;
  }
  .common_heading_box p {
    line-height: 1.2;
  }
}

.content {
  margin-top: -100px;
}
.content.content_boxed {
  margin-top: 0;
}

.slider-container {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.box-minmax {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #2b1c79;
}
.box-minmax span:first-child {
  margin-left: 0;
}

.range-slider {
  margin-top: 0;
  position: relative;
}
.range-slider-price {
  font-size: 12px;
}
.range-slider-price span {
  font-weight: 700;
  color: #2b1c79;
}

.rs-range {
  width: 100%;
  margin-top: 15px;
  -webkit-appearance: none;
  background: #ccc;
  height: 1px;
  outline: none;
  transition: background 0.3s ease-in-out;
}
.rs-range:focus {
  outline: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-radius: 1px;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  border: 1px solid #2b1c79;
  transition: transform 0.2s ease-in-out;
}
.rs-range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}
.rs-range::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  border: 1px solid #2b1c79;
}

.white {
  color: #FFFFFF;
}

.pd010 {
  padding: 0 10px;
}

.softbordertop {
  border-top: 1px solid #e1e1e1;
}

.rs-label {
  position: absolute;
  background: #2b1c79;
  border-radius: 4px;
  line-height: 1;
  box-sizing: border-box;
  margin-top: 0;
  margin-left: 0;
  left: attr(value);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.checkbox-list {
  overflow-y: auto;
  max-height: 350px;
}
.checkbox-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}
.checkbox-list li label {
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.checkbox-list li input[type=checkbox] {
  display: none;
}
.checkbox-list li input[type=checkbox]:checked + .custom_checkbox {
  background-color: #2b1c79;
  border-color: #2b1c79;
}
.checkbox-list li input[type=checkbox]:checked + .custom_checkbox::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(135deg);
  z-index: 99;
  margin-top: -2px;
}
.checkbox-list li .custom_checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #e1e1e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.checkbox-list li:last-child {
  margin-bottom: 0;
}

.messagebox {
  position: fixed;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 220px;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #08b6ba;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999999999;
}
.messagebox.show {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
.messagebox p {
  color: #FFFFFF;
  line-height: 1.4 !important;
  font-size: 13px !important;
  margin: 0 !important;
  font-weight: 500;
  text-align: center;
}
.messagebox.success {
  background: linear-gradient(135deg, rgb(92.2011952191, 184.2988047809, 95.922310757), #4CAF50);
}
.messagebox.warning {
  background: linear-gradient(135deg, rgb(255, 155.5158730159, 91.5), #FF8C42);
}
.messagebox.failure {
  background: linear-gradient(135deg, rgb(221.4232283465, 68.0590551181, 58.0767716535), #D93025);
}
@media only screen and (max-width: 480px) {
  .messagebox {
    min-width: 180px;
    max-width: 260px;
    padding: 8px 12px;
  }
  .messagebox p {
    font-size: 11px;
    line-height: 1.3;
  }
}

.messagepopbox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  border-radius: 4px;
  margin-bottom: 8px;
}
.messagepopbox.hidden {
  display: none;
}
.messagepopbox p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: #FFFFFF;
  line-height: 1.4 !important;
  font-size: 13px !important;
  margin: 0 !important;
  font-weight: 500;
}
.messagepopbox.success {
  background: linear-gradient(135deg, rgb(92.2011952191, 184.2988047809, 95.922310757), #4CAF50);
}
.messagepopbox.warning {
  background: linear-gradient(135deg, rgb(255, 155.5158730159, 91.5), #FF8C42);
}
.messagepopbox.failure {
  background: linear-gradient(135deg, rgb(221.4232283465, 68.0590551181, 58.0767716535), #D93025);
}
@media only screen and (max-width: 480px) {
  .messagepopbox {
    min-width: 180px;
    max-width: 260px;
    padding: 8px 12px;
  }
  .messagepopbox p {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

.upper {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.makeflex {
  display: flex;
}

.flexcolumn {
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .mobflexcolumn {
    flex-direction: column;
  }
  .hidemob {
    display: none;
  }
}
.spacebetween {
  justify-content: space-between;
}

.justifycenter {
  justify-content: center;
}

.justifyend {
  justify-content: end;
}

.aligncenter {
  align-items: center;
}

textarea {
  resize: none;
}

.savings {
  background-color: #eaf3e6;
  color: #1d5f02;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}

.box_1_3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  .box_1_3 {
    width: 100%;
  }
}

.box_1_2 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .box_1_2 {
    width: 100%;
  }
}

.box_70 {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .box_70 {
    width: 100%;
  }
}

.box_30 {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .box_30 {
    width: 100%;
  }
}

.wid100 {
  width: 100%;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

strong {
  font-weight: 700;
}

#style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar {
  width: 2px;
  background-color: #2b1c79;
  height: 5px;
}

#style-4::-webkit-scrollbar-thumb {
  background-color: #2b1c79;
  border-radius: 0;
}

.send_to_top {
  display: none;
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  position: fixed;
  bottom: 80px;
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.send_to_top.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.send_to_top:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(-135deg);
  animation: totopmove 2s infinite;
  display: inline-flex;
}

.pagination ul {
  display: flex;
}
.pagination ul li {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  cursor: pointer;
  margin-right: 8px;
  transition: all 0.25s ease-in-out;
}
.pagination ul li:hover {
  background-color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
  color: #FFFFFF;
  border-color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
  border-color: #2b1c79;
  cursor: default;
}
.pagination ul li.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*----------------------- NEW Addon ----------------------------- */
button[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.error_msg {
  /* color: red; */
  /* font-family: Arial, sans-serif; */
  /* font-size: 16px; */
  /* border: 1px solid red; */
  /* padding: 10px; */
  /* margin-bottom: 15px; */
  margin-top: 15px;
  /* background-color: #ffe6e6; */
  /* display: none;  */
}

.hidden {
  display: none;
}

.loader {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}

/* .recharge_input {
  width: 100%;
} */
.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-top: 2px solid #999;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
}
.spinner.no_margin {
  margin: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#page_loader .loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999999;
}

.whitebg {
  background-color: #FFFFFF;
}

.common_heading_styling {
  margin-bottom: 40px;
}
.common_heading_styling h3 {
  font-size: 36px;
  font-weight: 400;
}
.common_heading_styling h3 span {
  font-weight: 800;
  color: #2b1c79;
  position: relative;
}
.common_heading_styling h3 span:before {
  content: "";
  width: 36px;
  height: 24px;
  background: url(../img/heading_icon.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  .common_heading_styling h3 {
    font-size: 28px;
  }
  .common_heading_styling h3 span:before {
    width: 30px;
    height: 16px;
    left: -8px;
    top: -6px;
  }
}

.homebg {
  background-color: #dde2f4;
}
.homebg2 {
  background-color: #e7fbfb;
}
.homebg3 {
  background-color: #e7ecfb;
}

.downloadbg {
  background-color: #00aeb3;
}

@media only screen and (max-width: 768px) {
  .no-gap-mob {
    gap: 0 !important;
  }
}
#session_expired_msg {
  color: #FF0000;
  margin-bottom: 30px;
  text-align: center;
}

.fs8 {
  font-size: 8px;
}

.fs9 {
  font-size: 9px;
}

.fs10 {
  font-size: 10px;
}

.fs11 {
  font-size: 11px;
}

.fs12 {
  font-size: 12px;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

.fs32 {
  font-size: 32px;
}

.btn {
  padding: 8px 15px;
  border: none;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .btn {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.btn-full {
  width: 100%;
  box-sizing: border-box;
}
.btn-primary {
  background-color: #2b1c79;
}
.btn-primary:hover {
  background-color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
}
.btn-tiny {
  font-size: 12px;
  padding: 4px 8px;
}
@media only screen and (max-width: 480px) {
  .btn-tiny {
    padding: 3px 6px;
    font-size: 11px;
  }
}
.btn-small {
  font-size: 14px;
  padding: 5px 10px;
}
@media only screen and (max-width: 480px) {
  .btn-small {
    padding: 4px 8px;
    font-size: 13px;
  }
}
.btn-large {
  font-size: 18px;
  padding: 10px 15px;
}
@media only screen and (max-width: 480px) {
  .btn-large {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.btn-secondary {
  background-color: #08b6ba;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: rgb(5.8969072165, 134.1546391753, 137.1030927835);
}

.add_edit_btn {
  color: #2b1c79;
}

@keyframes move {
  0% {
    right: -600px;
  }
  50% {
    right: -300px;
  }
  100% {
    right: -600px;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes totopmove {
  0%, 100% {
    transform: translateY(6px) rotate(-135deg);
  }
  50% {
    transform: translateY(-2px) rotate(-135deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.slick-slider button {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 40px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9;
  cursor: pointer;
  padding: 0;
}
.slick-slider button:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
}
.slick-slider button.slick-prev {
  left: 30px;
}
.slick-slider button.slick-prev:before {
  transform: rotate(-135deg);
  margin-left: 5px;
}
.slick-slider button.slick-next {
  right: 30px;
}
.slick-slider button.slick-next:before {
  transform: rotate(45deg);
  margin-right: 5px;
}
.slick-slider button:hover {
  background: #2b1c79;
}
.slick-slider button:hover.slick-next:before, .slick-slider button:hover.slick-prev:before {
  border-color: #FFFFFF;
}
.slick-slider button.slick-disabled {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .slick-slider button {
    width: 30px;
    height: 30px;
  }
  .slick-slider button:before {
    width: 8px;
    height: 8px;
  }
  .slick-slider button.slick-prev {
    left: 5px;
  }
  .slick-slider button.slick-prev:before {
    margin-left: 5px;
  }
  .slick-slider button.slick-next {
    right: 5px;
  }
  .slick-slider button.slick-next:before {
    margin-right: 5px;
  }
}

.input_box label {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .input_box label {
    font-size: 12px;
  }
}

.formcontrol {
  width: fit-content;
  width: -webkit-fill-available;
  padding: 10px;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 480px) {
  .formcontrol {
    font-size: 12px;
    padding: 8px;
  }
}

.largeloader {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
}
.largeloader_box {
  max-width: 300px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.largeloader_box_inner {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.largeloader_box_inner img {
  max-width: 80px;
}
.largeloader_box_inner p {
  font-weight: 500;
  margin-bottom: 10px;
}
.largeloader_box_inner p:last-child {
  margin-bottom: 0;
}

.ripple,
.ripple div {
  box-sizing: border-box;
}

.ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.ripple div {
  position: absolute;
  border: 4px solid #2b1c79;
  opacity: 1;
  border-radius: 50%;
  animation: ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

#payment-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
}
#payment-loader .loader-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  width: 750px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}
#payment-loader .loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #4285f4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto 20px auto;
}
#payment-loader .progress-bar {
  width: 100%;
  height: 8px;
  background: #eee;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px 0;
}
#payment-loader .progress {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0f9d58, #4285f4);
  transition: width 0.4s ease;
}
#payment-loader .loader-text {
  font-size: 16px;
  color: #111 !important; /* force visible */
  line-height: 1.5;
  margin-top: 10px;
  display: block;
}

.calendar {
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  display: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 9999;
}
.calendar.active {
  display: block;
}
.calendar table tr td {
  vertical-align: middle;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .calendar {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}

.ui-datepicker-header {
  height: 40px;
  line-height: 40px;
  color: #b0aead;
  margin-bottom: 10px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  width: 15px;
  height: 15px;
  text-indent: 9999px;
  border: 1px solid #b0aead;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 12px;
}

.ui-datepicker-prev {
  float: left;
  margin-left: 8px;
}

.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -35px 0px 0px 6px;
}

.ui-datepicker-next {
  float: right;
  margin-right: 8px;
}

.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -35px 0px 0px 4px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-left: 1px solid #b0aead;
  border-bottom: 1px solid #b0aead;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: #2b1c79;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 16px;
  color: #262626;
  font-weight: 600;
}

.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  padding: 4px;
}
.ui-datepicker-calendar thead {
  margin-bottom: 10px;
}
.ui-datepicker-calendar thead tr th {
  font-weight: 500;
}
.ui-datepicker-calendar thead tr th span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  color: #2b1c79;
  margin-bottom: 0;
  font-size: 13px;
}

.ui-state-default {
  display: block;
  text-decoration: none;
  color: #202124;
  line-height: 30px;
  font-size: 12px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
.ui-state-default:hover {
  background: rgb(65.0771812081, 42.3758389262, 183.1241610738);
  color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
}

.ui-datepicker-today a {
  position: relative;
}
.ui-datepicker-today a:before {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #2b1c79;
  content: "";
  display: inline-flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.ui-datepicker-today a.ui-state-active:before {
  content: none;
}

.ui-state-highlight {
  color: #2b1c79;
}

.ui-state-active {
  font-weight: 600;
  color: #FFFFFF;
  background-color: black;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  color: #dadce0;
  border: 1px solid transparent;
  cursor: default;
  pointer-events: none;
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  animation: slideDown 0.5s ease forwards;
}
@media only screen and (max-width: 1200px) {
  header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}

.header_mini {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
}
.header_mini_logo_box {
  width: 50%;
}
.header_mini_logo_box a {
  display: inline-flex;
}
.header_mini_logo_box a img {
  width: 100px;
}
.header_mini_content_box {
  width: 50%;
  display: inline-flex;
  justify-content: end;
  align-items: center;
}
.header_mini_content_box span img {
  width: 18px;
  margin-right: 4px;
}

.navigation {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.65);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  backdrop-filter: saturate(180%) blur(10px);
  z-index: 99999;
}
@media (min-width: 1200px) {
  .navigation {
    max-width: 1140px;
  }
}
.navigation .logo_box {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .navigation .logo_box {
    width: 20%;
  }
}
.navigation .logo_box a {
  display: flex;
  width: 100%;
  max-width: 150px;
}
.navigation .logo_box a img {
  width: 100%;
}
.navigation .search_box {
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .navigation .search_box {
    width: 50%;
  }
}
.navigation .search_box form {
  position: relative;
  display: flex;
  align-items: center;
}
.navigation .search_box form input {
  width: 100%;
  padding: 12px;
  padding-right: 35px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .navigation .search_box form input {
    padding: 8px;
    padding-right: 25px;
    border-radius: 4px;
  }
}
.navigation .search_box form button {
  background: none;
  border: none;
  position: absolute;
  right: 8px;
  padding: 0;
  display: inline-flex;
  cursor: pointer;
}
.navigation .search_box form button img {
  width: 18px;
}
@media only screen and (max-width: 768px) {
  .navigation .search_box form button img {
    width: 15px;
  }
}
.navigation .search_box .search_box_results {
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  transform: translateY(150px);
}
.navigation .search_box .search_box_results.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}
.navigation .search_box .search_box_results ul {
  padding: 5px;
}
.navigation .search_box .search_box_results ul li {
  display: flex;
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 12px;
  color: #262626;
  width: 100%;
}
.navigation .search_box .search_box_results ul li:last-child {
  border-bottom: none;
}
.navigation .search_box .search_box_results ul li a {
  font-size: 12px;
  color: #262626;
  width: 100%;
}
.navigation .search_box .search_box_results ul li:hover {
  background-color: #F5F5F5;
  color: #444;
}
.navigation .search_box .search_box_results ul li:hover a {
  color: #444;
}
.navigation .navigation_links {
  width: 30%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation_links {
    display: none;
  }
}
.navigation .navigation_links ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.navigation .navigation_links ul li {
  margin-right: 15px;
  padding: 10px;
  position: relative;
}
.navigation .navigation_links ul li:last-child {
  margin-right: 0;
}
.navigation .navigation_links ul li a {
  color: #262626;
  font-weight: 300;
  font-size: 18px;
}
.navigation .navigation_links ul li a:hover {
  color: #2b1c79;
}
.navigation .navigation_links ul li:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #2b1c79;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.navigation .navigation_links ul li:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2b1c79;
  bottom: 0;
  left: 0;
}
.navigation .navigation_links ul li.active a {
  font-weight: 400;
  color: #2b1c79;
}
.navigation .navigation_links ul li.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2b1c79;
  bottom: 0;
  left: 0;
}
.navigation .navigation_links ul li.active:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #2b1c79;
  bottom: 0;
  left: 0;
}
.navigation .navigation_sublinks {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation_sublinks {
    width: 25%;
  }
}
.navigation .navigation_sublinks_cart {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.navigation .navigation_sublinks_cart_inner {
  position: relative;
  margin-right: 8px;
}
.navigation .navigation_sublinks_cart_inner img {
  width: 30px;
}
.navigation .navigation_sublinks_cart_inner span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 12px;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  position: absolute;
  right: 9px;
  bottom: 9px;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation_sublinks_login {
    display: none;
  }
}
.navigation .navigation_sublinks_login.hide {
  display: none;
}
.navigation .navigation_sublinks_login ul {
  display: flex;
  justify-content: end;
  align-items: center;
}
.navigation .navigation_sublinks_login ul li {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation_sublinks_login ul li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .navigation .navigation_sublinks_login ul li {
    margin-right: 8px;
  }
}
.navigation .navigation_sublinks_login ul li:last-child {
  margin-right: 0;
}
.navigation .navigation_sublinks_loggedin {
  display: none;
  position: relative;
}
.navigation .navigation_sublinks_loggedin.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation_sublinks_loggedin {
    display: none !important;
  }
}
.navigation .navigation_sublinks_loggedin a {
  display: flex;
  position: relative;
  align-items: center;
}
.navigation .navigation_sublinks_loggedin a span {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #2b1c79;
  padding-right: 10px;
}
.navigation .navigation_sublinks_loggedin a span img {
  max-width: 25px;
  margin-right: 5px;
}
.navigation .navigation_sublinks_loggedin a span span.user_name {
  font-size: 16px;
  color: #2b1c79;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 120px;
  display: block;
}
.navigation .navigation_sublinks_loggedin a:after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-flex;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  margin-top: -4px;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small {
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 5px;
  right: 0;
  margin-top: 0;
  display: flex;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  align-items: end;
  transition: all 0.25s ease-in-out;
  transform: translateY(100px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-width: 120px;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(25px);
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li:last-child {
  border-bottom: none;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li a {
  font-size: 14px;
  color: #262626;
  padding: 5px 8px;
  width: 100%;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li a img {
  width: 15px;
  margin-right: 4px;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li a:hover {
  background-color: #08b6ba;
  color: #FFFFFF;
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li a:hover img {
  filter: invert(1);
}
.navigation .navigation_sublinks_loggedin ul.dropdown_small li a:after {
  content: none;
}
.navigation .navigation_sublinks_loggedin span.user_box {
  display: flex;
}
.navigation .navigation_sublinks_loggedin span.user_box img {
  max-width: 35px;
}
.navigation .navigation_sublinks_loggedin .header_dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: all 0.35s ease-in-out;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  position: absolute;
  right: 0;
  min-width: 180px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.navigation .navigation_sublinks_loggedin .header_dropdown_inner {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.navigation .navigation_sublinks_loggedin .header_dropdown_inner span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
}
.navigation .navigation_sublinks_loggedin .header_dropdown_inner span img {
  max-width: 30px;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li {
  border-bottom: 1px solid #e1e1e1;
  transition: all 0.25s ease-in-out;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li a {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 15px;
  color: #262626;
  overflow: hidden;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li a:after {
  content: none;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li a img {
  max-width: 18px;
  margin-right: 4px;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li:hover {
  background: #f4f7fb;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li:last-child {
  border-bottom: none;
}
.navigation .navigation_sublinks_loggedin .header_dropdown ul li:last-child a {
  color: #e63946;
}
.navigation .navigation_sublinks_loggedin:hover .header_dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  .navigation {
    padding: 10px;
    margin-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

.navigation_sublinks_cart_box {
  display: flex;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: all 0.25s ease-in-out;
  transform: translateX(100%);
}
.navigation_sublinks_cart_box_inner {
  position: absolute;
  width: 300px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) -9px 0px 15px 8px;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation_sublinks_cart_box_inner a.close_cart_box {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 30px;
  background-color: #2b1c79;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.2s ease;
}
.navigation_sublinks_cart_box_inner a.close_cart_box svg {
  stroke: #FFFFFF;
}
.navigation_sublinks_cart_box_inner a.close_cart_box:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.navigation_sublinks_cart_box_inner a.close_cart_box:hover svg {
  transform: scale(1.05);
}
.navigation_sublinks_cart_box_inner_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #F5F5F5;
  border-bottom: 1px solid #e1e1e1;
}
.navigation_sublinks_cart_box_inner_heading_left {
  font-size: 20px;
  font-weight: 500;
}
.navigation_sublinks_cart_box_inner_heading_right {
  font-size: 20px;
  cursor: pointer;
  font-weight: 300;
  line-height: 1;
}
.navigation_sublinks_cart_box_inner_top {
  flex-grow: 1;
  padding: 8px;
}
.navigation_sublinks_cart_box_inner_top .cart_box {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-bottom: 8px;
}
.navigation_sublinks_cart_box_inner_top .cart_box:last-child {
  margin-bottom: 0;
}
.navigation_sublinks_cart_box_inner_top .cart_box_image {
  width: 20%;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content {
  width: 80%;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner_left {
  width: 30%;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner_left p {
  font-size: 12px;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner_right {
  width: 70%;
  display: flex;
  justify-content: end;
  gap: 5px;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner_right p {
  font-weight: 300;
  font-size: 12px;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner_right p.cart_price {
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: end;
  text-decoration: line-through;
}
.navigation_sublinks_cart_box_inner_top .cart_box_content_inner_right p.cart_discount_price {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: end;
}
.navigation_sublinks_cart_box_inner_bottom {
  padding: 8px;
  border-top: 1px solid #f5f5f5;
}
.navigation_sublinks_cart_box_inner_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.navigation_sublinks_cart_box_inner_bottom_inner h5 {
  font-size: 15px;
  font-weight: 400;
}
.navigation_sublinks_cart_box_inner_bottom_inner h3 {
  font-size: 18px;
  font-weight: 600;
}
.navigation_sublinks_cart_box.active {
  transform: translateX(0);
}

.mobile_header_menu {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 9px 0px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translateX(-350px);
  transition: all 0.35s ease-in-out;
}
.mobile_header_menu.show {
  transform: translateX(0);
}
.mobile_header_menu a.close_mobile_menu {
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.2s ease;
}
.mobile_header_menu a.close_mobile_menu:hover {
  background-color: #f8f8f8;
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 6px 16px;
}
.mobile_header_menu a.close_mobile_menu:hover svg {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.mobile_header_menu_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  height: 100%;
  padding: 10px;
  flex-direction: column;
}
.mobile_header_menu_box_user {
  width: 100%;
  padding: 8px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile_header_menu_box_user_top {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.mobile_header_menu_box_user_top img {
  width: 25px;
  border: 1px solid #262626;
  border-radius: 30px;
}
.mobile_header_menu_box_user_top p {
  margin-left: 5px;
}
.mobile_header_menu_box_user_bottom {
  display: flex;
  align-items: center;
}
.mobile_header_menu_box_user_bottom img {
  width: 20px;
  margin-right: 5px;
}
.mobile_header_menu_box_user_bottom span {
  font-weight: 300;
  font-size: 14px;
}
.mobile_header_menu_box_list {
  width: 100%;
}
.mobile_header_menu_box_list ul {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
}
.mobile_header_menu_box_list ul li {
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
}
.mobile_header_menu_box_list ul li:last-child {
  margin-bottom: 0;
}
.mobile_header_menu_box_list ul li a {
  font-size: 16px;
  color: #262626;
  padding: 8px;
  display: flex;
}
.mobile_header_menu_box_list ul li a span {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.mobile_header_menu_box_list ul li a span img {
  width: 100%;
}
.mobile_header_menu_box_list ul li.active a {
  color: #FFFFFF;
  background-color: #2b1c79;
  border-radius: 5px;
}
.mobile_header_menu_box_list ul li.active a span img {
  filter: invert(1);
}
#show_mobile_menu {
  display: none;
}
#show_mobile_menu span {
  width: 20px;
  height: 2px;
  background-color: #2b1c79;
  display: flex;
  position: relative;
}
#show_mobile_menu span:before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #2b1c79;
  display: inline-flex;
  position: absolute;
  top: -6px;
}
#show_mobile_menu span:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #2b1c79;
  display: inline-flex;
  position: absolute;
  top: 6px;
}
#show_mobile_menu.toggle span {
  background-color: transparent;
}
#show_mobile_menu.toggle span:before {
  top: 50%;
  transform: rotate(45deg);
}
#show_mobile_menu.toggle span:after {
  top: 50%;
  transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
  #show_mobile_menu {
    display: flex;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 80px;
}
.swiper-slide {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.swiper-slide-box-content {
  width: 50%;
}
.swiper-slide-box-content h1 {
  text-align: left;
  font-size: 32px;
  color: #2b1c79;
  margin-bottom: 15px;
}
.swiper-slide-box-content p {
  text-align: left;
  color: #262626;
  font-size: 18px;
  margin-bottom: 20px;
}
.swiper-slide-box-image {
  width: 50%;
  display: flex;
  justify-content: center;
}
.swiper-button-prev {
  color: #2b1c79;
}
.swiper-button-next {
  color: #2b1c79;
}

.banner {
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.banner_container {
  margin-top: 130px;
}
@media only screen and (max-width: 768px) {
  .banner_container {
    padding: 0 10px;
  }
}
.banner_home_slider {
  position: relative;
}
.banner_home_slider .slick-slide {
  margin: 0 10px;
  border-radius: 10px;
}
.banner_home_slider .slick-list {
  margin: 0 -10px;
}
.banner_home_slidebox {
  border-radius: 15px;
}
.banner_home_slidebox a {
  border-radius: 15px;
}
.banner_home_slidebox_inner {
  border-radius: 15px;
}
.banner_home_slidebox_inner img {
  width: 100%;
  border-radius: 15px;
}
@media only screen and (max-width: 480px) {
  .banner_home_slidebox_inner img {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .banner {
    margin-bottom: 20px;
  }
}

.giftcardsbox {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  padding-top: 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (max-width: 768px) {
  .giftcardsbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
}
.giftcardsbox-content {
  width: 60%;
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .giftcardsbox-content {
    width: 100%;
    padding: 15px;
  }
}
.giftcardsbox-content p {
  margin-bottom: 10px;
  line-height: 1.32;
}
.giftcardsbox-image {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .giftcardsbox-image {
    width: 100%;
  }
}

.home_category_row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .home_category_row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 499px) {
  .home_category_row {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 399px) {
  .home_category_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.home_category_box_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.home_category_box_inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  border: 1px solid #caf5f6;
  background: #D0FEFF;
  background: -webkit-linear-gradient(180deg, rgb(208, 254, 255) 0%, rgb(242, 255, 255) 100%);
  background: -moz-linear-gradient(180deg, rgb(208, 254, 255) 0%, rgb(242, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(208, 254, 255) 0%, rgb(242, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D0FEFF", endColorstr="#F2FFFF", GradientType=1);
}
.home_category_box_inner span img {
  object-fit: contain;
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
}
.home_category_box_inner p {
  text-align: center;
  color: #262626;
}
.home_category_box:hover .home_category_box_inner span img {
  transform: scale(1);
}
.home_category_slidebox_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.home_category_slidebox_inner span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  border-radius: 10px;
  border: 1px solid #caf5f6;
  background: #D0FEFF;
  background: -webkit-linear-gradient(180deg, rgb(208, 254, 255) 0%, rgb(242, 255, 255) 100%);
  background: -moz-linear-gradient(180deg, rgb(208, 254, 255) 0%, rgb(242, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(208, 254, 255) 0%, rgb(242, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D0FEFF", endColorstr="#F2FFFF", GradientType=1);
}
@media only screen and (max-width: 768px) {
  .home_category_slidebox_inner span {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 475px) {
  .home_category_slidebox_inner span {
    width: 90px;
    height: 90px;
  }
}
.home_category_slidebox_inner span img {
  object-fit: contain;
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
}
.home_category_slidebox_inner p {
  text-align: center;
  color: #262626;
}
@media only screen and (max-width: 768px) {
  .home_category_slidebox_inner p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 475px) {
  .home_category_slidebox_inner p {
    font-size: 12px;
  }
}

.home_giftcards_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .home_giftcards_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .home_giftcards_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.home_giftcards_box {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 768px) {
  .home_giftcards_box {
    border-radius: 15px;
  }
}
.home_giftcards_box_inner {
  background: #FFFFFF;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .home_giftcards_box_inner {
    border-radius: 15px;
  }
}
.home_giftcards_box_inner_image {
  padding: 15px;
  display: flex;
}
.home_giftcards_box_inner_image img {
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .home_giftcards_box_inner_image {
    padding: 10px;
  }
}
.home_giftcards_box_inner_content_logo {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
.home_giftcards_box_inner_content_logo img {
  max-width: 100px;
}
@media only screen and (max-width: 768px) {
  .home_giftcards_box_inner_content_logo {
    padding-bottom: 8px;
  }
  .home_giftcards_box_inner_content_logo img {
    max-width: 75px;
  }
}
.home_giftcards_box_inner_content_data h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .home_giftcards_box_inner_content_data h4 {
    padding: 0 10px;
    font-size: 16px;
  }
}
.home_giftcards_box_inner_content_data p {
  text-align: center;
  padding: 15px;
  font-size: 16px;
  background-color: #B0E0E6;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .home_giftcards_box_inner_content_data p {
    padding: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .home_giftcards_box_inner_content_data h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 450px) {
  .home_giftcards_box_inner_content_data h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .home_giftcards_box_inner_content_data p {
    font-size: 14px;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 450px) {
  .home_giftcards_box_inner_content_data p {
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .home_giftcards_box_inner_image {
    padding: 10px;
  }
}
.home_giftcards_box_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.29);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
}
.home_giftcards_box:hover .home_giftcards_box_overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.discount_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.discount_box_left {
  width: 60%;
}
.discount_box_left_inner h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.discount_box_left_inner h3 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .discount_box_left_inner h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 475px) {
  .discount_box_left_inner h3 {
    font-size: 36px;
  }
}
.discount_box_left_inner ul.discount_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 50px;
}
.discount_box_left_inner ul.discount_tabs li {
  padding: 5px 8px;
  border-radius: 15px;
  background-color: #FFFFFF;
  min-width: 80px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.discount_box_left_inner ul.discount_tabs li:hover {
  background-color: #08b6ba;
  color: #FFFFFF;
}
.discount_box_left_inner ul.discount_tabs li.active {
  background-color: #08b6ba;
  color: #FFFFFF;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .discount_box_left_inner ul.discount_tabs li {
    padding: 4px 8px;
    border-radius: 10px;
    min-width: 60px;
    text-align: center;
    font-size: 14px;
  }
}
@media only screen and (max-width: 425px) {
  .discount_box_left_inner ul.discount_tabs li {
    padding: 3px 5px;
    border-radius: 10px;
    min-width: 50px;
    text-align: center;
    font-size: 13px;
  }
}
.discount_box_left_inner .discount_tabBox_row {
  display: none;
}
.discount_box_left_inner .discount_tabBox_row.active {
  display: block;
}
.discount_box_left_inner .discount_tabBox_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .discount_box_left_inner .discount_tabBox_box {
    gap: 15px;
  }
}
.discount_box_left_inner .discount_tabBox_box_inner {
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.25s ease-in-out;
}
.discount_box_left_inner .discount_tabBox_box_inner_image {
  width: 100%;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.discount_box_left_inner .discount_tabBox_box_inner_image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0;
  height: 250px;
  object-fit: contain;
}
.discount_box_left_inner .discount_tabBox_box_inner_content {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.discount_box_left_inner .discount_tabBox_box_inner_content p {
  font-size: 14px;
  text-align: center;
  color: #262626;
  padding: 10px;
  background-color: #B0E0E6;
  font-weight: 600;
  overflow: hidden;
}
.discount_box_left_inner .discount_tabBox_box_inner:hover {
  transform: translateY(-2px);
}
.discount_box_left_inner .discount_tabBox_box_inner:hover {
  transform: translateY(-2px);
}
@media only screen and (max-width: 499px) {
  .discount_box_left_inner .discount_tabBox_box {
    grid-template-columns: repeat(2, 1fr);
  }
  .discount_box_left_inner .discount_tabBox_box_inner {
    padding: 8px;
    border-radius: 8px;
  }
  .discount_box_left_inner .discount_tabBox_box_inner img {
    border-radius: 8px;
    margin-bottom: 0;
  }
}
.discount_box_right {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .discount_box {
    flex-direction: column;
  }
  .discount_box_left {
    width: 100%;
  }
  .discount_box_right {
    width: 100%;
  }
}

.giftcards_large_tabs {
  display: flex;
  justify-content: end;
}
.giftcards_large_tabs ul.discount_tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.giftcards_large_tabs ul.discount_tabs li {
  padding: 5px 8px;
  border-radius: 15px;
  background-color: #FFFFFF;
  min-width: 80px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 475px) {
  .giftcards_large_tabs ul.discount_tabs li {
    padding: 4px 6px;
    min-width: 70px;
    font-size: 13px;
  }
}
.giftcards_large_tabs ul.discount_tabs li:hover {
  background-color: #08b6ba;
  color: #FFFFFF;
}
.giftcards_large_tabs ul.discount_tabs li.active {
  background-color: #08b6ba;
  color: #FFFFFF;
  cursor: default;
}
.giftcards_large_tabs ul.discount_tabs li.view_more_btn {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.giftcards_large_tabs ul.discount_tabs li.view_more_btn:hover {
  background-color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
}
.giftcards_large_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.giftcards_large_content_left {
  width: 25%;
  height: inherit;
}
.giftcards_large_content_left_inner {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  height: 100%;
}
.giftcards_large_content_left_inner.orange {
  background-color: #f05822;
  background-image: url(../img/giftcards_inner/bg_1.webp);
  background-repeat: no-repeat;
  background-position: bottom;
}
.giftcards_large_content_left_inner.purple {
  background-color: #2b1c79;
  background-image: url(../img/giftcards_inner/bg_2.webp);
  background-repeat: no-repeat;
  background-position: bottom;
}
.giftcards_large_content_left_inner.blue {
  background-color: #2275e0;
  background-image: url(../img/giftcards_inner/bg_3.webp);
  background-repeat: no-repeat;
  background-position: bottom;
}
.giftcards_large_content_left_inner_box {
  padding-top: 25px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.giftcards_large_content_left_inner_box h4 {
  font-size: 32px;
  color: #FFFFFF;
}
.giftcards_large_content_left_inner_box h3 {
  font-size: 40px;
  color: #FFFFFF;
}
.giftcards_large_content_left_inner_box img {
  max-width: 80px;
  margin-bottom: 40px;
}
.giftcards_large_content_left_inner img {
  width: 100%;
}
.giftcards_large_content_right {
  width: 75%;
}
.giftcards_large_content_right .giftcard_large_mainBox {
  display: none;
}
.giftcards_large_content_right .giftcard_large_mainBox.active {
  display: block;
}
.giftcards_large_content_right .giftcard_large_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .giftcards_large_content_right .giftcard_large_row {
    gap: 15px;
  }
}
@media only screen and (max-width: 499px) {
  .giftcards_large_content_right .giftcard_large_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.giftcards_large_content_right .giftcard_large_box {
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.giftcards_large_content_right .giftcard_large_box:hover {
  transform: translateY(-2px);
}
.giftcards_large_content_right .giftcard_large_box_inner {
  border-radius: 10px;
}
.giftcards_large_content_right .giftcard_large_box_inner_image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.giftcards_large_content_right .giftcard_large_box_inner_image img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.giftcards_large_content_right .giftcard_large_box_inner_content {
  position: relative;
  padding-top: 50px;
}
@media only screen and (max-width: 475px) {
  .giftcards_large_content_right .giftcard_large_box_inner_content {
    padding-top: 8px;
  }
}
.giftcards_large_content_right .giftcard_large_box_inner_content span {
  padding: 8px 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 60%;
}
.giftcards_large_content_right .giftcard_large_box_inner_content span img {
  width: 80px;
}
.giftcards_large_content_right .giftcard_large_box_inner_content h5 {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
  color: #262626;
  padding: 0 15px;
}
@media only screen and (max-width: 475px) {
  .giftcards_large_content_right .giftcard_large_box_inner_content h5 {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0 8px;
  }
}
.giftcards_large_content_right .giftcard_large_box_inner_content p {
  font-size: 16px;
  text-align: center;
  color: #262626;
  padding: 15px;
  background-color: #B0E0E6;
  font-weight: 600;
}
@media only screen and (max-width: 475px) {
  .giftcards_large_content_right .giftcard_large_box_inner_content p {
    font-size: 13px;
    padding: 8px;
  }
}
.giftcards_large_content_reverse {
  flex-direction: row-reverse;
}
.giftcards_large_content_reverse .giftcards_large_content_left_inner_box {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .giftcards_large_content {
    flex-direction: column;
  }
  .giftcards_large_content_left {
    width: 100%;
    display: none;
  }
  .giftcards_large_content_right {
    width: 100%;
  }
}

.home_trending_products_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .home_trending_products_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 399px) {
  .home_trending_products_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.home_trending_products_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.home_trending_products_box_inner {
  background-color: #FFFFFF;
  border: 1px solid #ebf1f1;
  border-radius: 15px;
  padding: 10px;
}
.home_trending_products_box_inner_image {
  text-align: center;
}
.home_trending_products_box_inner_content h4 {
  font-weight: 500;
  text-align: center;
  line-height: 1.32;
  margin-bottom: 15px;
}
.home_trending_products_box_inner_content_box {
  padding: 10px;
  background-color: #f4f4f4;
}
.home_trending_products_box_inner_content_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_trending_products_box_inner_content_box ul li {
  width: 50%;
  text-align: center;
}
.home_trending_products_box_inner_content_box ul li:first-child {
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .home_trending_products_box_inner_content_box ul li:first-child {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .home_trending_products_box_inner_content_box ul li:first-child {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home_trending_products_box_inner_content_box ul li:last-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .home_trending_products_box_inner_content_box ul li:last-child {
    font-size: 13px;
  }
}
.home_trending_products_box_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #1cd4d8;
  left: 0;
  top: 0;
  border-radius: 10px;
  display: flex;
  align-items: end;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.25s ease-in-out;
}
.home_trending_products_box_overlay_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #1cd4d8;
}
.home_trending_products_box_overlay_box a {
  text-transform: uppercase;
  font-weight: 600;
  color: #262626;
}
.home_trending_products_box:hover .home_trending_products_box_overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
}

.hiw_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 768px) {
  .hiw_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 399px) {
  .hiw_row {
    gap: 10px;
  }
}
.hiw_box {
  text-align: center;
  padding: 0 15px;
}
.hiw_box_inner {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.hiw_box_inner span.hiw_icon {
  width: 60px;
  height: 60px;
  background: url(../img/giftcards_works.webp) no-repeat;
  background-size: cover;
  display: inline-flex;
}
.hiw_box_inner span.hiw_icon1 {
  background-position-x: -9px;
}
.hiw_box_inner span.hiw_icon2 {
  background-position-x: -88px;
}
.hiw_box_inner span.hiw_icon3 {
  background-position-x: -165px;
}
.hiw_box h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}
.hiw_box p {
  line-height: 1.36;
}
@media only screen and (max-width: 768px) {
  .hiw_box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 475px) {
  .hiw_box h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hiw_box p {
    font-size: 14px;
  }
}

.how_it_works {
  position: relative;
  padding-bottom: 140px;
}
.how_it_works:before {
  content: "";
  width: 120px;
  height: 60px;
  background: url(../img/bg_icon_4.webp) no-repeat;
  background-size: cover;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.how_it_works:after {
  content: "";
  height: 130px;
  width: 70px;
  background: url(../img/bg_icon_5.webp) no-repeat;
  background-size: cover;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
}

#trending {
  position: relative;
}
#trending:before {
  content: "";
  width: 300px;
  height: 150px;
  background: url(../img/trending.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -45px;
}
@media only screen and (max-width: 991px) {
  #trending:before {
    content: none;
  }
}

.downloadbg {
  position: relative;
}
.downloadbg:before {
  content: "";
  width: 200px;
  height: 100px;
  background: url(../img/download_bg_icon.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
.downloadbg:after {
  content: "";
  width: 100px;
  height: 160px;
  background: url(../img/download_bg_icon_right.webp) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .downloadbg:after, .downloadbg:before {
    content: none;
  }
}

.download_box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.download_box_left {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download_box_left_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download_box_left_inner h4 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.download_box_left_inner p {
  margin-bottom: 15px;
}
.download_box_left_inner ul {
  display: flex;
  gap: 15px;
}
.download_box_left_inner ul li a img {
  max-width: 120px;
}
@media only screen and (max-width: 599px) {
  .download_box_left_inner h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .download_box_left_inner p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.download_box_right {
  width: 40%;
}
.download_box_right.download_app_image {
  position: relative;
  margin-top: -70px;
}
.download_box_right.download_app_image.download_app_image_flat {
  margin-top: auto;
  padding-top: 50px;
}
@media only screen and (max-width: 599px) {
  .download_box_right.download_app_image.download_app_image_flat {
    padding-top: 0;
  }
}
.download_box_right img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .download_box {
    flex-direction: column;
    padding-top: 20px;
  }
  .download_box_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .download_box_right {
    width: 100%;
  }
  .download_box_right.download_app_image {
    position: relative;
    margin-top: 0;
  }
  .download_box_right.download_app_image div {
    display: flex;
    justify-content: center;
  }
  .download_box_right.download_app_image div img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 599px) {
  .download_box_right.download_app_image div img {
    max-width: 50%;
  }
}

.recharge_container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .recharge_container {
    flex-wrap: wrap;
  }
}
.recharge_box {
  width: calc(16.6666666667% - 15px);
  display: flex;
  justify-content: center;
}
.recharge_box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 140px;
  height: 140px;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.recharge_box a:before {
  content: "";
  width: 150px;
  height: 150px;
  background-color: #2b1c79;
  transform: scale(0);
  position: absolute;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  border-radius: 10px;
}
.recharge_box a img {
  max-width: 50px;
  margin-bottom: 10px;
}
.recharge_box a p {
  color: #262626;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.recharge_box:hover a:before {
  content: "";
  width: 140px;
  height: 140px;
  background-color: #2b1c79;
  transform: scale(1);
  position: absolute;
  opacity: 1;
  z-index: -1;
}
.recharge_box:hover a img {
  filter: invert(1);
}
.recharge_box:hover a p {
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .recharge_box {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 480px) {
  .recharge_box {
    width: 50%;
  }
}

.products {
  display: flex;
  justify-content: space-between;
}
.products_slider .slick-slide {
  margin: 0 10px;
}
.products_slider .slick-list {
  margin: 0 -10px;
}
.products_box {
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.products_box_image {
  position: relative;
}
.products_box_image a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.products_box_image a img {
  transform: scale(0.85);
  transition: all 0.25s ease-in-out;
}
.products_box_image a span.discount_tag {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 10px;
  padding: 5px;
  background-color: #03C03C;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.products_box_image a:hover img {
  transform: scale(1);
}
.products_box_content h3 {
  color: #262626;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
}
.products_box_content_inner {
  display: flex;
  justify-content: space-between;
}
.products_box_content_inner span {
  width: 50%;
  text-align: center;
  padding: 5px;
}
.products_box_content_inner span.points {
  width: 70%;
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  justify-content: center;
  position: relative;
}
.products_box_content_inner span.points:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/points.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  margin-right: 4px;
}
.products_box_content_inner span.points:after {
  content: "";
  width: 1px;
  display: inline-flex;
  position: absolute;
  right: 0;
  background-color: #e8eaed;
  height: 60%;
}
.products_box_content_inner span.price {
  width: 30%;
  font-weight: 600;
  color: #2b1c79;
  font-size: 14px;
}
.products_box_content_button {
  display: flex;
}
.products_box a {
  width: 100%;
}

.affiliate_row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .affiliate_row {
    flex-wrap: wrap;
  }
}
.affiliate_box {
  width: calc(20% - 15px);
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .affiliate_box {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .affiliate_box {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.affiliate_box_inner_image img {
  transform: scale(0.85);
  transition: all 0.25s ease-in-out;
}
.affiliate_box_inner_image:hover img {
  transform: scale(1);
}
.affiliate_box_inner_content {
  text-align: center;
}
.affiliate_box_inner_content h3 {
  color: #262626;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
.affiliate_box_inner_content p {
  font-weight: 300;
  margin-bottom: 10px;
}
.affiliate_box_inner_content a {
  margin-bottom: 15px;
}
.affiliate_box_inner:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.affiliate_box_overlay {
  display: flex;
  position: absolute;
  transform: translateY(400px);
  padding: 10px;
  background-color: #2b1c79;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
}
.affiliate_box_overlay p {
  color: #FFFFFF;
  line-height: 1.24;
  text-align: center;
  font-weight: 300;
}
.affiliate_box:hover .affiliate_box_overlay {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.giftcards_row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .giftcards_row {
    flex-wrap: wrap;
  }
}
.giftcards_box {
  width: calc(20% - 15px);
  background-color: #FFFFFF;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .giftcards_box {
    width: calc(50% - 15px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .giftcards_box {
    width: calc(50% - 8px);
    margin-bottom: 8px;
  }
}
.giftcards_box_image {
  margin-bottom: 10px;
  overflow: hidden;
}
.giftcards_box_image a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.giftcards_box_image a img {
  transition: all 0.25s ease-in-out;
}
.giftcards_box_image:hover a img {
  transform: scale(1.05);
}
.giftcards_box_content {
  text-align: center;
}
.giftcards_box_content h3 {
  color: #2b1c79;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
.giftcards_box_content p {
  font-weight: 300;
  margin-bottom: 5px;
}
.giftcards_box_content a {
  margin-bottom: 15px;
}
.giftcards_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.giftcards2_row {
  display: flex;
  justify-content: space-between;
}
.giftcards2_box {
  width: calc(20% - 15px);
  border: 1px solid #e8eaed;
  border-radius: 5px;
  overflow: hidden;
}
.giftcards2_box_inner {
  height: 250px;
}
.giftcards2_box_inner a {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.giftcards2_box_inner a span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
.giftcards2_box_inner a span img {
  width: 100px;
  height: 60px;
  border-radius: 5px;
}
.giftcards2_box_inner a h3 {
  color: #262626;
}
.giftcards2_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.privilege_box {
  display: flex;
  justify-content: center;
  padding: 60px;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid #e8eaed;
  background-color: #08b6ba;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .privilege_box {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .privilege_box {
    padding: 20px;
  }
}
.privilege_box:after {
  content: "";
  width: 350px;
  height: 350px;
  background-image: url(../img/marketplace.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .privilege_box:after {
    content: none;
  }
}
.privilege_box_inner {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .privilege_box_inner {
    width: 100%;
  }
}
.privilege_box_inner h3 {
  line-height: 1.18;
}
.privilege_box_inner p {
  font-weight: 300;
  line-height: 1.28;
}

.exclusive_row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .exclusive_row {
    flex-wrap: wrap;
  }
}
.exclusive_box {
  width: calc(16.6666666667% - 15px);
  background-color: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .exclusive_box {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .exclusive_box {
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
}
.exclusive_box_inner {
  padding: 10px;
  padding-bottom: 25px;
}
.exclusive_box_inner h4 {
  margin-bottom: 8px;
  font-size: 22px;
  color: #2b1c79;
  font-weight: 600;
}
.exclusive_box_inner p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 1.32;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.exclusive_box_inner span img {
  position: relative;
  width: 150px;
  right: -40px;
  bottom: -30px;
  transform: scale(0.85);
  transition: all 0.25s ease-in-out;
}
.exclusive_box_inner span:before {
  content: "";
  width: 200px;
  height: 200px;
  border: 10px solid rgb(28.2818791946, 18.4161073826, 79.5838926174);
  display: inline-flex;
  position: absolute;
  bottom: -50px;
  right: -40px;
  background-color: transparent;
  border-radius: 200px;
  opacity: 0.15;
}
.exclusive_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.exclusive_box:hover span img {
  transform: scale(1);
}

.large_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 480px) {
  .large_box {
    height: auto;
  }
}
.large_box.flights::before {
  content: "";
  width: 300px;
  height: 150px;
  display: inline-flex;
  background-image: url(../img/airplane-flying.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 20px;
  bottom: 10px;
  transform: scale(0.9);
  z-index: 1;
  transition: all 0.25s ease-in-out;
  animation: MoveUpDown 2s ease-in-out infinite;
}
@media only screen and (max-width: 480px) {
  .large_box.flights::before {
    width: 150px;
    height: 90px;
  }
}
.large_box.flights:after {
  width: 200px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(54, 116, 181, 0.3) 0, rgba(54, 116, 181, 0.3) 50%, rgba(54, 116, 181, 0.3) 100%);
  content: "";
  filter: blur(70px);
  height: 200px;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .large_box.flights:after {
    content: none;
  }
}
.large_box.flights:hover:before {
  transform: scale(1);
}
.large_box.hotels::before {
  content: "";
  width: 200px;
  height: 150px;
  display: inline-flex;
  background-image: url(../img/flat-hotel.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  right: 20px;
  bottom: 10px;
  transform: scale(0.9);
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .large_box.hotels::before {
    width: 130px;
    height: 100px;
    right: 0;
    bottom: 6px;
    transform: scale(1);
  }
}
.large_box.hotels:after {
  width: 200px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(54, 116, 181, 0.3) 0, rgba(54, 116, 181, 0.3) 50%, rgba(54, 116, 181, 0.3) 100%);
  content: "";
  filter: blur(70px);
  height: 200px;
  position: absolute;
  transform: rotate(-146.42deg);
  z-index: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .large_box.hotels:after {
    content: none;
  }
}
.large_box.hotels:hover:before {
  transform: scale(1);
}
.large_box h3 {
  color: #2b1c79;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.24;
}
@media only screen and (max-width: 480px) {
  .large_box h3 {
    font-size: 24px;
    line-height: 1;
  }
}
.large_box p {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .large_box p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.travel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .travel {
    flex-direction: column;
  }
}
.travel_left {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .travel_left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .travel_left_box ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}
.travel_left_box ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .travel_left_box ul li {
    margin-bottom: 0;
    width: 100%;
  }
}
.travel_left_box ul li a {
  display: flex;
  align-items: center;
  color: #262626;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  background-color: #FFFFFF;
}
.travel_left_box ul li a img {
  margin-right: 8px;
  width: 40px;
  filter: grayscale(100%);
}
@media only screen and (max-width: 480px) {
  .travel_left_box ul li a {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 8px;
  }
  .travel_left_box ul li a img {
    width: 30px;
    margin-right: 5px;
  }
}
.travel_left_box ul li:last-child {
  margin-bottom: 0;
}
.travel_left_box ul li:hover a {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.travel_left_box ul li.active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.travel_left_box ul li.active a {
  font-weight: 500;
}
.travel_left_box ul li.active a img {
  filter: grayscale(0%);
}
.travel_left_box ul li.active:hover a {
  background-color: rgba(0, 0, 0, 0.1);
}
.travel_right {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .travel_right {
    width: 100%;
  }
}
.travel_right_box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.travel_right_box_inner_content_box {
  display: none;
}
.travel_right_box_inner_content_box.active {
  display: block;
}
.travel_right_box_inner_content_box_heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_heading {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_heading {
    padding: 8px;
  }
}
.travel_right_box_inner_content_box_heading_left h2 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 1;
  color: #2b1c79;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_heading_left h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_heading_left h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.travel_right_box_inner_content_box_heading_left p {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_heading_left p {
    font-size: 14px;
  }
}
.travel_right_box_inner_content_box_heading_right video {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_heading_right video {
    width: 50px;
    height: 50px;
  }
}
.travel_right_box_inner_content_box_data {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data {
    padding: 10px;
    background-color: #FFFFFF;
  }
}
.travel_right_box_inner_content_box_data_top {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top {
    flex-direction: column;
    gap: 10px;
  }
}
.travel_right_box_inner_content_box_data_top_left {
  width: calc(25% - 10px);
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top_left {
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_top_left ul {
  display: inline-flex;
}
.travel_right_box_inner_content_box_data_top_left ul li {
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 8px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top_left ul li {
    font-size: 14px;
  }
}
.travel_right_box_inner_content_box_data_top_left ul li:last-child {
  margin-right: 0;
}
.travel_right_box_inner_content_box_data_top_left ul li:hover {
  background-color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
  color: #FFFFFF;
}
.travel_right_box_inner_content_box_data_top_left ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.travel_right_box_inner_content_box_data_top_left ul li.active:hover {
  background-color: #2b1c79;
  color: #FFFFFF;
}
@media only screen and (max-width: 500px) {
  .travel_right_box_inner_content_box_data_top_left ul {
    display: flex;
    padding: 5px;
    background-color: #f3f3f3;
    border-radius: 50px;
    column-gap: 8px;
  }
  .travel_right_box_inner_content_box_data_top_left ul li {
    width: 50%;
    text-align: center;
    margin: 0;
  }
}
.travel_right_box_inner_content_box_data_top_right {
  width: calc(75% - 10px);
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top_right {
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_top_right .traveller_info {
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top_right .traveller_info {
    width: 100%;
    font-size: 16px;
    background-color: #F5F5F5;
  }
}
@media only screen and (max-width: 500px) {
  .travel_right_box_inner_content_box_data_top_right .traveller_info {
    font-size: 14px;
  }
}
@media only screen and (max-width: 399px) {
  .travel_right_box_inner_content_box_data_top_right .traveller_info {
    font-size: 12px;
  }
}
.travel_right_box_inner_content_box_data_top_right .traveller_info:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../img/user.png) no-repeat;
  background-size: contain;
  margin-right: 4px;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  display: inline-flex;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: all 0.25s ease-in-out;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info.selected:after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select {
  display: none;
  padding: 10px;
  position: absolute;
  background-color: #FFF;
  z-index: 99;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top_right .traveller_info_select {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -8px 8px;
  }
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select.active {
  display: block;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_content {
  width: 40%;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_content h5 {
  margin-bottom: 2px;
  color: #262626;
  line-height: 1;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_content span {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.75);
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_minus {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_minus:before {
  content: "-";
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  color: #262626;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_minus.active {
  border-color: #2b1c79;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_plus {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_plus:before {
  content: "+";
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 20px;
  color: #262626;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_plus.active {
  border-color: #2b1c79;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box_buttons_value {
  font-size: 18px;
  color: #2b1c79;
  line-height: 1;
  margin: 0 10px;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_select_box:hover {
  background-color: #f5f5f5;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_class {
  margin-top: 15px;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_class ul {
  display: flex;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_class ul li {
  padding: 8px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_class ul li:last-child {
  margin-right: 0;
}
.travel_right_box_inner_content_box_data_top_right .traveller_info_class ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
  border-color: #2b1c79;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_top_right .traveller_info_class ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .travel_right_box_inner_content_box_data_top_right .traveller_info_class ul li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.travel_right_box_inner_content_box_data_middle {
  display: flex;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_middle {
    flex-direction: column;
  }
}
.travel_right_box_inner_content_box_data_middle_left {
  width: 60%;
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_middle_left {
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL, .travel_right_box_inner_content_box_data_middle_left_boxR {
  width: 50%;
  cursor: pointer;
  border-right: 1px solid #e1e1e1;
  position: relative;
  max-width: 315px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_middle_left_boxL, .travel_right_box_inner_content_box_data_middle_left_boxR {
    border-bottom: 1px solid #e1e1e1;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source {
  max-width: 300px;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source {
    padding: 8px;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box {
  overflow: hidden;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box p, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box p {
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box p, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box p {
    font-size: 10px;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box h4, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box h4 {
  font-size: 28px;
  margin-bottom: 5px;
  color: #2b1c79;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box h4, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box h4 {
    font-size: 22px;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box h5, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box h5 {
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_box h5, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_box h5 {
    font-size: 12px;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list {
  position: absolute;
  top: 25px;
  background-color: #FFFFFF;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  left: 0;
  width: -webkit-fill-available;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  z-index: 99;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list {
    top: 20px;
  }
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list.show, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list.show {
  display: block;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list_search, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list_search {
  overflow: hidden;
  margin-bottom: 5px;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list_search input, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list_search input {
  padding: 4px;
  font-size: 12px;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list ul li, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list ul li {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list ul li span, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list ul li span {
  font-weight: 500;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list ul li:last-child, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source_list ul li:hover, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source_list ul li:hover {
  background-color: #F5F5F5;
}
.travel_right_box_inner_content_box_data_middle_left_boxL .flight_booking_source:hover, .travel_right_box_inner_content_box_data_middle_left_boxR .flight_booking_source:hover {
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_middle_left_boxR {
    border-right: none;
  }
}
.travel_right_box_inner_content_box_data_middle_right {
  width: 40%;
  display: flex;
  align-items: start;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_middle_right {
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection {
  padding: 10px;
  width: 50%;
  cursor: pointer;
  border-right: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  position: relative;
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection:last-child {
  border-right: 0;
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box {
  overflow: hidden;
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box p {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 2px;
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box h5 {
  font-size: 22px;
  margin-bottom: 4px;
  color: #2b1c79;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box h5 {
    font-size: 20px;
  }
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box h6 {
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box h6 {
    font-size: 13px;
  }
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box .return_trip_box {
  display: none;
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box .return_trip_box.active {
  display: block;
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box .return_trip_confirm p {
  font-size: 16px;
  line-height: 1.28;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_middle_right .flight_date_selection_box .return_trip_confirm p {
    font-size: 14px;
  }
}
.travel_right_box_inner_content_box_data_middle_right .flight_date_selection:hover {
  background-color: #f5f5f5;
}
.travel_right_box_inner_content_box_data_bottom_box {
  display: flex;
  justify-content: end;
}
.travel_right_box_inner_content_box_data_hotels_box {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_hotels_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
.travel_right_box_inner_content_box_data_hotels_box_inner {
  padding: 10px;
  overflow: hidden;
  border-right: 1px solid #e1e1e1;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) {
  width: 35%;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) {
    grid-column: span 2;
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select {
  position: relative;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list {
  position: absolute;
  top: 15px;
  background-color: #FFFFFF;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  left: 0;
  width: -webkit-fill-available;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list.show {
  display: block;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list_search {
  overflow: hidden;
  margin-bottom: 5px;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list ul li {
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 2px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list ul li span {
  font-weight: 500;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(1) .hotel_select_list ul li:hover {
  background-color: #F5F5F5;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(2) {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(2) {
    grid-column: span 1;
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(3) {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(3) {
    grid-column: span 1;
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) {
  width: 25%;
  border-right: 0;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) {
    grid-column: span 2;
    width: 100%;
  }
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select {
  position: relative;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_inner {
  cursor: pointer;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list {
  position: absolute;
  top: 15px;
  background-color: #FFFFFF;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  left: 0;
  width: -webkit-fill-available;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list.show {
  display: block;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  align-items: center;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_content {
  width: 40%;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_content h5 {
  margin-bottom: 2px;
  color: #262626;
  line-height: 1;
  font-size: 13px;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_content span {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.75);
  display: flex;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_minus {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_minus:before {
  content: "-";
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  color: #262626;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_minus.active {
  border-color: #2b1c79;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_plus {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_plus:before {
  content: "+";
  display: block;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  color: #262626;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_plus.active {
  border-color: #2b1c79;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box_buttons_value {
  font-size: 16px;
  color: #2b1c79;
  line-height: 1;
  margin: 0 8px;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:nth-child(4) .rooms_select_list_box:hover {
  background-color: #f5f5f5;
}
.travel_right_box_inner_content_box_data_hotels_box_inner p {
  font-size: 12px;
  font-weight: 300;
}
.travel_right_box_inner_content_box_data_hotels_box_inner h4 {
  font-size: 28px;
  margin-bottom: 0;
  color: #2b1c79;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.travel_right_box_inner_content_box_data_hotels_box_inner h5 {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2b1c79;
  line-height: 1;
}
.travel_right_box_inner_content_box_data_hotels_box_inner h5 span {
  font-size: 28px;
  font-weight: 700;
}
.travel_right_box_inner_content_box_data_hotels_box_inner span {
  font-weight: 300;
  font-size: 14px;
}
.travel_right_box_inner_content_box_data_hotels_box_inner:hover {
  background-color: #f5f5f5;
}
.travel_right_box_inner_content_box_data_buses_box {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_buses_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    border: none;
    border-radius: 0;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner {
  padding: 10px;
  overflow: hidden;
  border-right: 1px solid #e1e1e1;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_buses_box_inner {
    border: none;
    margin-bottom: 10px;
  }
  .travel_right_box_inner_content_box_data_buses_box_inner:last-child {
    margin-bottom: 0;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner:nth-child(1) {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_buses_box_inner:nth-child(1) {
    width: 100%;
    grid-column: span 3;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner:nth-child(2) {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_buses_box_inner:nth-child(2) {
    width: 100%;
    grid-column: span 3;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner:nth-child(3) {
  width: 20%;
  border-right: 0;
}
@media only screen and (max-width: 768px) {
  .travel_right_box_inner_content_box_data_buses_box_inner:nth-child(3) {
    width: 100%;
    grid-column: span 3;
    background-color: #f5f5f5;
    border-radius: 5px;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner p {
  font-size: 12px;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_buses_box_inner p {
    margin-bottom: 2px;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner h4 {
  font-size: 28px;
  margin-bottom: 0;
  color: #2b1c79;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .travel_right_box_inner_content_box_data_buses_box_inner h4 {
    font-size: 24px;
  }
}
.travel_right_box_inner_content_box_data_buses_box_inner h5 {
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2b1c79;
  line-height: 1;
}
.travel_right_box_inner_content_box_data_buses_box_inner h5 span {
  font-size: 28px;
  font-weight: 700;
}
.travel_right_box_inner_content_box_data_buses_box_inner span {
  font-weight: 300;
  font-size: 14px;
}
.travel_right_box_inner_content_box_data_buses_box_inner:hover {
  background-color: #f5f5f5;
}

.flights_filter_box_inner {
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .flights_filter_box_inner {
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .flights_filter_box_inner {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.flights_filter_box_inner_trip {
  width: calc(10% - 8px);
  position: relative;
}
.flights_filter_box_inner_trip_inner {
  padding: 8px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.flights_filter_box_inner_trip_inner:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.flights_filter_box_inner_trip_inner.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.flights_filter_box_inner_trip ul {
  position: absolute;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.flights_filter_box_inner_trip ul li {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.flights_filter_box_inner_trip ul li:hover {
  background-color: #f5f5f5;
}
.flights_filter_box_inner_plan {
  width: calc(35% - 8px);
  display: flex;
  justify-content: space-between;
}
.flights_filter_box_inner_plan_origin, .flights_filter_box_inner_plan_destination {
  width: 48%;
  position: relative;
}
.flights_filter_box_inner_plan_origin_box, .flights_filter_box_inner_plan_destination_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.flights_filter_box_inner_plan_origin_box:before, .flights_filter_box_inner_plan_destination_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.flights_filter_box_inner_plan_origin_box.active:before, .flights_filter_box_inner_plan_destination_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.flights_filter_box_inner_plan_origin_underbox, .flights_filter_box_inner_plan_destination_underbox {
  display: none;
  padding: 2px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  max-width: 250px;
}
.flights_filter_box_inner_plan_origin_underbox ul li, .flights_filter_box_inner_plan_destination_underbox ul li {
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.flights_filter_box_inner_plan_origin_underbox ul li:hover, .flights_filter_box_inner_plan_destination_underbox ul li:hover {
  background-color: #f5f5f5;
}
.flights_filter_box_inner_plan_switcher {
  width: 4%;
}
.flights_filter_box_inner_date {
  width: calc(30% - 8px);
  display: flex;
  justify-content: space-between;
}
.flights_filter_box_inner_date_return, .flights_filter_box_inner_date_onward {
  width: 49%;
}
.flights_filter_box_inner_date_return_box, .flights_filter_box_inner_date_onward_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.flights_filter_box_inner_date_return_calendar, .flights_filter_box_inner_date_onward_calendar {
  display: none;
}
.flights_filter_box_inner_traveller {
  width: calc(15% - 8px);
  position: relative;
}
.flights_filter_box_inner_traveller_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.flights_filter_box_inner_traveller_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.flights_filter_box_inner_traveller_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.flights_filter_box_inner_traveller_onwardbox {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.flights_filter_box_inner_traveller_onwardbox.active {
  display: block;
}
.flights_filter_box_inner_traveller_onwardbox_inner {
  padding: 5px;
}
.flights_filter_box_inner_traveller_onwardbox_inner h5 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select:last-child {
  margin-bottom: 0;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_left {
  width: 65%;
  font-size: 11px;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus:before {
  content: "-";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus.active {
  border-color: #2b1c79;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus:before {
  content: "+";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus.active {
  border-color: #2b1c79;
}
.flights_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_value {
  font-size: 13px;
  color: #2b1c79;
  line-height: 1;
  margin: 0 5px;
}
.flights_filter_box_inner_traveller_onwardbox_inner_btns {
  display: flex;
  justify-content: end;
  padding: 5px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 8px;
}
.flights_filter_box_inner_button {
  width: calc(10% - 8px);
  display: flex;
  justify-content: end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flights_filter_box {
    display: none;
  }
  .flights_filter_box.show {
    display: block;
  }
  .flights_filter_box_inner {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    background-color: #FFF;
    z-index: 999;
    border: none;
    border-radius: 0;
    flex-direction: column;
    gap: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 15px;
  }
  .flights_filter_box_inner_trip {
    width: 100%;
  }
  .flights_filter_box_inner_plan {
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }
  .flights_filter_box_inner_plan_origin, .flights_filter_box_inner_plan_destination {
    width: 100%;
  }
  .flights_filter_box_inner_date {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .flights_filter_box_inner_date_onward, .flights_filter_box_inner_date_return {
    width: 100%;
  }
  .flights_filter_box_inner_traveller {
    width: 100%;
  }
  .flights_filter_box_inner_traveller_onwardbox {
    position: relative;
  }
  .flights_filter_box_inner_button {
    width: 100%;
  }
  .flights_filter_box_inner_button a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
  }
}
.flights_details {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .flights_details {
    flex-direction: column;
  }
}
.flights_details_filter {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .flights_details_filter {
    width: 100%;
  }
}
.flights_details_filter_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .flights_details_filter_inner {
    padding: 10px;
  }
}
.flights_details_filter_inner_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.flights_details_filter_inner_heading h5 {
  font-size: 14px;
  font-weight: 400;
}
.flights_details_filter_inner_heading h5 span {
  font-weight: 700;
  color: #2b1c79;
}
.flights_details_filter_inner_heading a {
  font-size: 12px;
  font-weight: 500;
  color: #08b6ba;
}
.flights_details_filter_inner_body {
  margin-bottom: 20px;
}
.flights_details_filter_inner_body_sort {
  margin-bottom: 15px;
}
.flights_details_filter_inner_body_sort h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.flights_details_filter_inner_body_sort h5:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  position: absolute;
  right: 5px;
  transform: rotate(135deg);
  transition: all 0.25s ease-in-out;
}
.flights_details_filter_inner_body_sort h5.active:before {
  transform: rotate(-45deg);
}
.flights_details_filter_inner_body_sort_box {
  display: none;
}
.flights_details_filter_inner_body_sort_box.active {
  display: block;
}
.flights_details_filter_inner_body_sort:last-child {
  margin-bottom: 0;
}
.flights_details_filter_inner_bottom ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.flights_details_filter_inner_bottom ul li {
  display: inline-flex;
  margin-right: 8px;
}
.flights_details_filter_inner_bottom ul li:last-child {
  margin-right: 0;
}
.flights_details_content {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .flights_details_content {
    width: 100%;
    margin-top: 20px;
  }
}
.flights_details_content .flights_mobilebox {
  margin-bottom: 15px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .flights_details_content .flights_mobilebox {
    display: block;
  }
}
.flights_details_content .flights_mobilebox_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  gap: 8px;
  padding: 8px;
  border-radius: 50px;
  border: 1px solid #E5E4E2;
}
.flights_details_content .flights_mobilebox_inner_left {
  width: 8%;
}
.flights_details_content .flights_mobilebox_inner_left a {
  display: flex;
}
.flights_details_content .flights_mobilebox_inner_left a img {
  width: 100%;
  transform: rotate(180deg) scale(0.8);
}
.flights_details_content .flights_mobilebox_inner_middle {
  width: 86%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.flights_details_content .flights_mobilebox_inner_middle_top ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flights_details_content .flights_mobilebox_inner_middle_top ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.flights_details_content .flights_mobilebox_inner_middle_top ul li span {
  font-weight: 500;
}
.flights_details_content .flights_mobilebox_inner_middle_top ul li img {
  width: 20px;
}
.flights_details_content .flights_mobilebox_inner_middle_bottom ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flights_details_content .flights_mobilebox_inner_middle_bottom ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.flights_details_content .flights_mobilebox_inner_middle_bottom ul li span {
  font-weight: 500;
}
.flights_details_content .flights_mobilebox_inner_middle_bottom ul li:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 5px;
}
.flights_details_content .flights_mobilebox_inner_middle_bottom ul li:nth-child(2) img {
  width: 15px;
}
.flights_details_content .flights_mobilebox_inner_right {
  width: 8%;
}
.flights_details_content .flights_mobilebox_inner_right a {
  display: flex;
}
.flights_details_content .flights_mobilebox_inner_right a img {
  width: 100%;
  transform: scale(0.75);
}
.flights_details_content_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner {
    padding: 10px;
  }
}
.flights_details_content_inner_heading {
  margin-bottom: 15px;
}
.flights_details_content_inner_heading h2 {
  font-weight: 400;
}
.flights_details_content_inner_heading h2 span {
  color: #2b1c79;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_heading {
    margin-bottom: 10px;
  }
  .flights_details_content_inner_heading h2 {
    font-size: 18px;
  }
}
.flights_details_content_inner_results_box {
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box {
    margin-bottom: 10px;
  }
}
.flights_details_content_inner_results_box:last-child {
  margin-bottom: 0;
}
.flights_details_content_inner_results_box_inner_box {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_box {
    padding: 8px;
    gap: 5px;
  }
}
.flights_details_content_inner_results_box_inner_box_left {
  display: flex;
  align-items: center;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_box_left {
    width: 100%;
  }
}
.flights_details_content_inner_results_box_inner_box_left_flight {
  width: 40%;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_box_left_flight {
    width: 35%;
  }
}
.flights_details_content_inner_results_box_inner_box_left_flight .flight_info {
  display: flex;
  margin-bottom: 5px;
}
.flights_details_content_inner_results_box_inner_box_left_flight .flight_info_logo {
  margin-right: 8px;
  display: inline-flex;
  width: 30px;
  height: 30px;
}
.flights_details_content_inner_results_box_inner_box_left_flight .flight_info_logo img {
  width: 100%;
  max-width: 30px;
}
@media only screen and (max-width: 399px) {
  .flights_details_content_inner_results_box_inner_box_left_flight .flight_info_logo {
    width: 25px;
    height: 25px;
  }
}
.flights_details_content_inner_results_box_inner_box_left_flight .flight_info_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flights_details_content_inner_results_box_inner_box_left_flight .flight_info_details h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.flights_details_content_inner_results_box_inner_box_left_flight .flight_info_details span {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
}
.flights_details_content_inner_results_box_inner_box_left_departure {
  width: 20%;
  display: flex;
  justify-content: center;
}
.flights_details_content_inner_results_box_inner_box_left_departure p {
  font-size: 18px;
}
.flights_details_content_inner_results_box_inner_box_left_duration {
  width: 20%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_box_left_duration {
    width: 25%;
  }
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner p:last-child {
  margin-top: 5px;
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner span {
  width: 50px;
  height: 2px;
  background-color: #e1e1e1;
  position: relative;
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner span.onestop:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  border-radius: 5px;
  background-color: #2b1c79;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner span.twostop:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  border-radius: 5px;
  background-color: #2b1c79;
  position: absolute;
  left: 33.3333333333%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.flights_details_content_inner_results_box_inner_box_left_duration_inner span.twostop:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  border-radius: 5px;
  background-color: #2b1c79;
  position: absolute;
  left: 66.6666666667%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.flights_details_content_inner_results_box_inner_box_left_arrival {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flights_details_content_inner_results_box_inner_box_left_arrival p {
  font-size: 18px;
  line-height: 1;
}
.flights_details_content_inner_results_box_inner_box_left_arrival span {
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  color: #FF0800;
}
.flights_details_content_inner_results_box_inner_box_right {
  display: flex;
  align-items: center;
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_box_right {
    width: 100%;
  }
}
.flights_details_content_inner_results_box_inner_box_right_price {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flights_details_content_inner_results_box_inner_box_right_price h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}
.flights_details_content_inner_results_box_inner_box_right_price span {
  font-size: 10px;
  font-weight: 500;
  color: #262626;
  background-color: #FFBF00;
  padding: 4px 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_box_right_price {
    flex-direction: row;
  }
  .flights_details_content_inner_results_box_inner_box_right_price h4 {
    margin-bottom: 0;
    font-size: 18px;
    margin-right: 4px;
  }
}
.flights_details_content_inner_results_box_inner_box_right_button {
  width: 50%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.flights_details_content_inner_results_box_inner_box_right_button .flight_details_link {
  display: inline-flex;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_box_right_button .flight_details_link {
    margin-top: 5px;
  }
}
.flights_details_content_inner_results_box_inner_box_right_button .flight_details_link a {
  color: #08b6ba;
  font-size: 13px;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_box_right_button .flight_details_link a {
    font-size: 12px;
  }
}
.flights_details_content_inner_results_box_inner_box:hover {
  background-color: #f5f5f5;
}
.flights_details_content_inner_results_box_inner_boxed {
  margin-top: 8px;
  display: none;
  width: 98%;
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_boxed {
    width: 100%;
    margin-left: 0;
  }
}
.flights_details_content_inner_results_box_inner_boxed.active {
  display: block;
}
.flights_details_content_inner_results_box_inner_boxed_box {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.flights_details_content_inner_results_box_inner_boxed_box_top {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_boxed_box_top {
    justify-content: space-between;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_top h5 {
  font-size: 16px;
}
.flights_details_content_inner_results_box_inner_boxed_box_top span {
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_boxed_box_top {
    padding: 8px;
    display: flex;
    align-items: center;
  }
  .flights_details_content_inner_results_box_inner_boxed_box_top h5 {
    font-size: 14px;
    margin-right: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxed_box_top span {
    font-size: 10px;
    background-color: color-mix(in srgb, #2b1c79 80%, #FFFFFF 20%);
    color: #FFFFFF;
    padding: 3px 5px;
    border-radius: 10px;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_body {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body {
    flex-direction: column;
    gap: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body {
    padding: 8px;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight {
  display: flex;
  flex-direction: column;
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body_flight {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight_box {
  display: flex;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight_box_logo {
  margin-right: 4px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight_box_logo img {
  width: 30px;
}
@media only screen and (max-width: 420px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body_flight_box_logo img {
    width: 20px;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight_box_details span {
  font-size: 10px;
  display: flex;
  margin-bottom: 4px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight_box_details span:last-child {
  margin-bottom: 0;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_flight p {
  font-size: 12px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info {
  width: 85%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body_info {
    width: 100%;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_departure {
  width: 40%;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_departure h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_departure h4 span {
  font-weight: 700;
  font-size: 18px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_departure p {
  font-size: 12px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_departure span {
  font-size: 10px;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body_info_departure span {
    line-height: 1.24;
    display: inline-flex;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_duration {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_duration img {
  width: 20px;
  margin-bottom: 5px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_duration p {
  font-size: 14px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_arrival {
  width: 40%;
  text-align: right;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_arrival h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_arrival h4 span {
  font-weight: 700;
  font-size: 18px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_arrival p {
  font-size: 12px;
}
.flights_details_content_inner_results_box_inner_boxed_box_body_info_arrival span {
  font-size: 10px;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_boxed_box_body_info_arrival span {
    line-height: 1.24;
    display: inline-flex;
  }
}
.flights_details_content_inner_results_box_inner_boxed_box_bottom {
  display: flex;
  padding: 10px;
}
.flights_details_content_inner_results_box_inner_boxed_box_bottom ul {
  display: inline-flex;
}
.flights_details_content_inner_results_box_inner_boxed_box_bottom ul li {
  font-size: 12px;
  margin-right: 10px;
}
.flights_details_content_inner_results_box_inner_boxed_box_bottom ul li:last-child {
  margin-right: 0;
}
.flights_details_content_inner_results_box_inner_boxed_box_bottom ul li span {
  padding: 2px 5px;
  background-color: #2b1c79;
  color: #FFFFFF;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .flights_details_content_inner_results_box_inner_boxed_box_bottom {
    padding: 8px;
  }
  .flights_details_content_inner_results_box_inner_boxed_box_bottom ul {
    flex-direction: column;
    gap: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxed_box_bottom ul li {
    font-size: 10px;
    margin-right: 0;
  }
  .flights_details_content_inner_results_box_inner_boxed_box_bottom ul li span {
    padding: 0;
    background-color: transparent;
    color: #2b1c79;
    border-radius: 0;
    font-weight: 600;
  }
}
.flights_details_content_inner_results_box_inner_boxed_layover {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  align-items: center;
  position: relative;
}
.flights_details_content_inner_results_box_inner_boxed_layover_inner {
  display: inline-flex;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #e1e1e1;
  color: #121212;
  border-radius: 4px;
  align-items: center;
  position: relative;
}
.flights_details_content_inner_results_box_inner_boxed_layover_inner:before, .flights_details_content_inner_results_box_inner_boxed_layover_inner:after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #e1e1e1;
  display: inline-flex;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .flights_details_content_inner_results_box_inner_boxed_layover_inner:before, .flights_details_content_inner_results_box_inner_boxed_layover_inner:after {
    content: none;
  }
}
.flights_details_content_inner_results_box_inner_boxed_layover_inner:before {
  left: -200px;
}
.flights_details_content_inner_results_box_inner_boxed_layover_inner:after {
  right: -200px;
}
.flights_details_content_inner_results_box_inner_boxed_layover_inner span {
  display: inline-flex;
  width: 15px;
  margin-right: 4px;
}
.flights_details_content_inner_results_box_inner_boxed_layover_inner span img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flights_details {
    flex-direction: column;
  }
  .flights_details_filter {
    width: 100%;
    display: none;
  }
  .flights_details_filter.show {
    display: block;
  }
  .flights_details_filter_inner {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -8px 29px 0px;
    border: none;
    z-index: 999;
  }
  .flights_details_content {
    width: 100%;
  }
  .flights_details_content_inner {
    padding: 10px;
  }
  .flights_details_content_inner_heading {
    margin-bottom: 10px;
  }
  .flights_details_content_inner_heading h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .flights_details_content_inner_heading h2 span {
    font-weight: 600;
  }
  .flights_details_content_inner_results_box_inner_boxedd {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner {
    padding: 10px;
    flex-direction: column;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_left {
    width: 100%;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_left_top {
    margin-bottom: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_left_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span {
    font-size: 12px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_left_bottom_tracking {
    margin: 0;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_middle {
    width: 100%;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right {
    width: 100%;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box {
    gap: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_top {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: row;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_top h4 {
    margin-bottom: 0;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p {
    margin: 0;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a {
    margin: 0;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.select_seats {
    margin: 0;
    padding: 3px 8px;
    font-size: 12px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.view_ {
    font-size: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd .boarding {
    padding: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd .boarding_seat h4 {
    font-size: 18px;
  }
  .flights_details_content_inner_results_box_inner_boxedd .boarding_seat_box {
    flex-direction: column;
    gap: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left {
    width: 100%;
  }
  .flights_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right {
    width: 100%;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed {
    padding: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabs ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent {
    padding: 0;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner h4 {
    font-size: 18px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner {
    border-radius: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top {
    padding: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span {
    font-size: 12px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span img {
    width: 20px;
    margin-right: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right {
    font-size: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span {
    padding: 2px 4px;
    font-size: 10px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom {
    padding: 0 5px 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom p {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.18;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul li {
    font-size: 12px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box {
    gap: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box_inner img {
    border-radius: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table thead th {
    padding: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tbody tr td {
    padding: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tfoot tr td {
    font-size: 8px;
    padding: 5px;
    line-height: 1.24;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box {
    gap: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner, .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner {
    padding: 5px;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box, .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box {
    padding: 0;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box span, .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box span {
    font-size: 12px;
    font-weight: 600;
  }
  .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box p, .flights_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box p {
    font-size: 10px;
    font-weight: 400;
  }
}
.flights_briefs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  height: 100vh;
  z-index: 999999;
  display: none;
}
.flights_briefs.show {
  display: block;
}
.flights_briefs_box {
  box-shadow: rgba(33, 35, 38, 0.1) -12px 0px 15px 0px;
  right: 0%;
  position: absolute;
  width: 800px;
  overflow-y: auto;
  background-color: #FFFFFF;
  height: 100%;
}
.flights_briefs_box_inner_box {
  position: relative;
}
.flights_briefs_box_inner_box_head {
  padding: 10px;
}
.flights_briefs_box_inner_box_body_tab {
  display: flex;
}
.flights_briefs_box_inner_box_body_tab ul {
  display: inline-flex;
  width: 100%;
}
.flights_briefs_box_inner_box_body_tab ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.flights_briefs_box_inner_box_body_tab_content_inner {
  padding: 10px;
  display: none;
}
.flights_briefs_box_inner_box_body_tab_content_inner.active {
  display: flex;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head {
  width: 100%;
  border-radius: 5px;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box {
  display: flex;
  padding: 10px;
  background-color: #f5f5f5;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box_left {
  max-width: 80px;
  margin-right: 8px;
  border-right: 1px solid #e1e1e1;
  padding-right: 8px;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box_left img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 0;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box_left span {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box_right h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.flights_briefs_box_inner_box_body_tab_content_inner_head_box_right p {
  font-size: 14px;
  font-weight: 400;
}
.flights_briefs_box_inner_box_bottom {
  padding: 10px;
}
.flights_briefs_box_inner_box_bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flights_briefs_box_inner_box_bottom_box_left {
  width: 50%;
}
.flights_briefs_box_inner_box_bottom_box_right {
  width: 50%;
  display: flex;
  justify-content: end;
}

.hotels_sorting_box {
  padding: 15px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_sorting_box_left {
  width: 80%;
}
.hotels_sorting_box_left_inner {
  margin-left: 8px;
}
.hotels_sorting_box_left_inner ul {
  display: flex;
}
.hotels_sorting_box_left_inner ul li {
  padding: 5px 10px;
  background-color: #e1e1e1;
  color: #262626;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
}
.hotels_sorting_box_left_inner ul li:last-child {
  margin-right: 0;
}
.hotels_sorting_box_left_inner ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.hotels_sorting_box_right {
  width: 20%;
}
.hotels_sorting_box_right .hotel_search_form {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hotels_sorting_box {
    padding: 10px;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .hotels_sorting_box_left {
    width: 100%;
  }
  .hotels_sorting_box_left div:first-child {
    display: none;
  }
  .hotels_sorting_box_left_inner {
    margin: 0;
    width: 100%;
  }
  .hotels_sorting_box_left_inner ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .hotels_sorting_box_left_inner ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  .hotels_sorting_box_right {
    width: 100%;
  }
}
.hotels_filter_box {
  display: none;
}
.hotels_filter_box.show {
  display: block;
}
.hotels_filter_box_inner {
  display: flex;
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.hotels_filter_box_inner_trip {
  width: calc(10% - 8px);
  position: relative;
}
.hotels_filter_box_inner_trip_inner {
  padding: 8px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hotels_filter_box_inner_trip_inner:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.hotels_filter_box_inner_trip_inner.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.hotels_filter_box_inner_trip ul {
  position: absolute;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_filter_box_inner_trip ul li {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.hotels_filter_box_inner_trip ul li:hover {
  background-color: #f5f5f5;
}
.hotels_filter_box_inner_plan {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
.hotels_filter_box_inner_plan_origin, .hotels_filter_box_inner_plan_destination {
  width: 100%;
  position: relative;
}
.hotels_filter_box_inner_plan_origin_box, .hotels_filter_box_inner_plan_destination_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hotels_filter_box_inner_plan_origin_box:before, .hotels_filter_box_inner_plan_destination_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.hotels_filter_box_inner_plan_origin_box.active:before, .hotels_filter_box_inner_plan_destination_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.hotels_filter_box_inner_plan_origin_underbox, .hotels_filter_box_inner_plan_destination_underbox {
  display: none;
  padding: 2px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  max-width: 250px;
}
.hotels_filter_box_inner_plan_origin_underbox ul li, .hotels_filter_box_inner_plan_destination_underbox ul li {
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hotels_filter_box_inner_plan_origin_underbox ul li:hover, .hotels_filter_box_inner_plan_destination_underbox ul li:hover {
  background-color: #f5f5f5;
}
.hotels_filter_box_inner_plan_switcher {
  width: 4%;
}
.hotels_filter_box_inner_date {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.hotels_filter_box_inner_date_return, .hotels_filter_box_inner_date_onward {
  width: 49%;
}
.hotels_filter_box_inner_date_return_box, .hotels_filter_box_inner_date_onward_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.hotels_filter_box_inner_date_return_calendar, .hotels_filter_box_inner_date_onward_calendar {
  display: none;
}
.hotels_filter_box_inner_traveller {
  width: 20%;
  position: relative;
}
.hotels_filter_box_inner_traveller_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hotels_filter_box_inner_traveller_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.hotels_filter_box_inner_traveller_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.hotels_filter_box_inner_traveller_onwardbox {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.hotels_filter_box_inner_traveller_onwardbox.active {
  display: block;
}
.hotels_filter_box_inner_traveller_onwardbox_inner {
  padding: 5px;
}
.hotels_filter_box_inner_traveller_onwardbox_inner h5 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select:last-child {
  margin-bottom: 0;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_left {
  width: 65%;
  font-size: 11px;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus:before {
  content: "-";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus.active {
  border-color: #2b1c79;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus:before {
  content: "+";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus.active {
  border-color: #2b1c79;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_value {
  font-size: 13px;
  color: #2b1c79;
  line-height: 1;
  margin: 0 5px;
}
.hotels_filter_box_inner_traveller_onwardbox_inner_btns {
  display: flex;
  justify-content: end;
  padding: 5px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 8px;
}
.hotels_filter_box_inner_button {
  width: 10%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hotels_filter_box_inner {
    margin-top: 15px;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .hotels_filter_box {
    display: none;
  }
  .hotels_filter_box.show {
    display: block;
  }
  .hotels_filter_box_inner {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    background-color: #FFF;
    z-index: 999;
    border: none;
    border-radius: 0;
    flex-direction: column;
    gap: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 15px;
  }
  .hotels_filter_box_inner_trip {
    width: 100%;
  }
  .hotels_filter_box_inner_plan {
    width: 100%;
    flex-direction: column;
    gap: 5px;
  }
  .hotels_filter_box_inner_plan_origin, .hotels_filter_box_inner_plan_destination {
    width: 100%;
  }
  .hotels_filter_box_inner_date {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .hotels_filter_box_inner_date_onward, .hotels_filter_box_inner_date_return {
    width: 100%;
  }
  .hotels_filter_box_inner_traveller {
    width: 100%;
  }
  .hotels_filter_box_inner_traveller_onwardbox {
    position: relative;
  }
  .hotels_filter_box_inner_button {
    width: 100%;
  }
  .hotels_filter_box_inner_button a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0;
  }
}
.hotels_details {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
.hotels_details_filter {
  width: 20%;
}
.hotels_details_filter_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hotels_details_filter_inner_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.hotels_details_filter_inner_heading h5 {
  font-size: 14px;
  font-weight: 400;
}
.hotels_details_filter_inner_heading h5 span {
  font-weight: 700;
  color: #2b1c79;
}
.hotels_details_filter_inner_heading a {
  font-size: 12px;
  font-weight: 500;
  color: #08b6ba;
}
.hotels_details_filter_inner_body {
  margin-bottom: 20px;
}
.hotels_details_filter_inner_body_sort {
  margin-bottom: 15px;
}
.hotels_details_filter_inner_body_sort h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hotels_details_filter_inner_body_sort h5:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  position: absolute;
  right: 5px;
  transform: rotate(135deg);
  transition: all 0.25s ease-in-out;
}
.hotels_details_filter_inner_body_sort h5.active:before {
  transform: rotate(-45deg);
}
.hotels_details_filter_inner_body_sort_box {
  display: none;
}
.hotels_details_filter_inner_body_sort_box.active {
  display: block;
}
.hotels_details_filter_inner_body_sort:last-child {
  margin-bottom: 0;
}
.hotels_details_filter_inner_bottom ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.hotels_details_filter_inner_bottom ul li {
  display: inline-flex;
  margin-right: 8px;
}
.hotels_details_filter_inner_bottom ul li:last-child {
  margin-right: 0;
}
.hotels_details_content {
  width: 80%;
}
.hotels_details_content .hotels_mobilebox {
  margin-bottom: 15px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .hotels_details_content .hotels_mobilebox {
    display: block;
  }
}
.hotels_details_content .hotels_mobilebox_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  gap: 8px;
  padding: 8px;
  border-radius: 50px;
  border: 1px solid #E5E4E2;
}
.hotels_details_content .hotels_mobilebox_inner_left {
  width: 8%;
}
.hotels_details_content .hotels_mobilebox_inner_left a {
  display: flex;
}
.hotels_details_content .hotels_mobilebox_inner_left a img {
  width: 100%;
  transform: rotate(180deg) scale(0.8);
}
.hotels_details_content .hotels_mobilebox_inner_middle {
  width: 86%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.hotels_details_content .hotels_mobilebox_inner_middle_top h4 {
  font-size: 20px;
  font-weight: 500;
}
.hotels_details_content .hotels_mobilebox_inner_middle_bottom ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hotels_details_content .hotels_mobilebox_inner_middle_bottom ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.hotels_details_content .hotels_mobilebox_inner_middle_bottom ul li span {
  font-weight: 500;
}
.hotels_details_content .hotels_mobilebox_inner_middle_bottom ul li:nth-child(3) {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hotels_details_content .hotels_mobilebox_inner_middle_bottom ul li:nth-child(3) img {
  width: 15px;
}
.hotels_details_content .hotels_mobilebox_inner_right {
  width: 8%;
}
.hotels_details_content .hotels_mobilebox_inner_right a {
  display: flex;
}
.hotels_details_content .hotels_mobilebox_inner_right a img {
  width: 100%;
  transform: scale(0.75);
}
.hotels_details_content_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.hotels_details_content_inner_heading {
  margin-bottom: 15px;
}
.hotels_details_content_inner_heading h2 {
  font-weight: 300;
}
.hotels_details_content_inner_heading h2 span {
  font-weight: 600;
  color: #2b1c79;
}
.hotels_details_content_inner_results_box {
  margin-bottom: 15px;
}
.hotels_details_content_inner_results_box:last-child {
  margin-bottom: 0;
}
.hotels_details_content_inner_results_box_inner_box {
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  display: flex;
}
.hotels_details_content_inner_results_box_inner_box_left {
  width: 75%;
  display: flex;
}
.hotels_details_content_inner_results_box_inner_box_left_image {
  width: 40%;
}
.hotels_details_content_inner_results_box_inner_box_left_image_top {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.hotels_details_content_inner_results_box_inner_box_left_image_top img {
  border-radius: 8px;
}
.hotels_details_content_inner_results_box_inner_box_left_image_bottom ul {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.hotels_details_content_inner_results_box_inner_box_left_image_bottom ul li {
  width: 25%;
  display: inline-flex;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.hotels_details_content_inner_results_box_inner_box_left_image_bottom ul li img {
  width: 100%;
  border-radius: 4px;
  filter: brightness(0.75);
  transition: all 0.25s ease-in-out;
}
.hotels_details_content_inner_results_box_inner_box_left_image_bottom ul li:hover img {
  filter: brightness(1);
}
.hotels_details_content_inner_results_box_inner_box_left_image_bottom ul li:last-child img {
  filter: blur(4px) brightness(0.75);
}
.hotels_details_content_inner_results_box_inner_box_left_image_bottom ul li:last-child span {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  align-items: center;
  color: #FFFFFF;
  font-weight: 400;
}
.hotels_details_content_inner_results_box_inner_box_left_content {
  width: 60%;
  border-right: 1px solid #d4d4d4;
  padding-right: 10px;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top h2 {
  font-size: 24px;
  color: #2b1c79;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top span ul {
  display: flex;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top span ul li {
  width: 15px;
  height: 15px;
  margin-right: 2px;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top span ul li:last-child {
  margin-right: 0;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top span ul li.star {
  background: url(../img/star.png) no-repeat;
  background-size: contain;
}
.hotels_details_content_inner_results_box_inner_box_left_content_top span ul li.notstar {
  background: url(../img/star-empty.png) no-repeat;
  background-size: contain;
}
.hotels_details_content_inner_results_box_inner_box_left_content_topbelow h5 {
  font-weight: 600;
  color: #2b1c79;
}
.hotels_details_content_inner_results_box_inner_box_left_content_topbelow span {
  font-weight: 400;
  color: #262626;
  padding-left: 5px;
  border-left: 1px solid #262626;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middle ul {
  display: flex;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middle ul li {
  display: flex;
  font-size: 12px;
  margin-right: 8px;
  align-items: center;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middle ul li span {
  margin-right: 4px;
  display: inline-flex;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middle ul li span img {
  width: 15px;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middlebottom ul {
  display: flex;
  flex-direction: column;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middlebottom ul li {
  display: flex;
  font-size: 14px;
  position: relative;
  margin-bottom: 4px;
  align-items: center;
  padding-left: 20px;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middlebottom ul li:last-child {
  margin-bottom: 0;
}
.hotels_details_content_inner_results_box_inner_box_left_content_middlebottom ul li:before {
  content: "";
  width: 4px;
  height: 10px;
  border-right: 1px solid #03C03C;
  border-bottom: 1px solid #03C03C;
  display: inline-flex;
  position: absolute;
  left: 4px;
  transform: rotate(45deg);
}
.hotels_details_content_inner_results_box_inner_box_right {
  width: 25%;
  display: flex;
}
.hotels_details_content_inner_results_box_inner_box_right_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.hotels_details_content_inner_results_box_inner_box_right_box_top {
  text-align: right;
}
.hotels_details_content_inner_results_box_inner_box_right_box_top h4 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.hotels_details_content_inner_results_box_inner_box_right_box_top h4 span {
  padding: 4px 6px;
  background-color: #2b1c79;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400;
  display: inline-flex;
  margin-left: 5px;
}
.hotels_details_content_inner_results_box_inner_box_right_box_top span {
  font-size: 14px;
  font-weight: 400;
}
.hotels_details_content_inner_results_box_inner_box_right_box_middle {
  text-align: right;
}
.hotels_details_content_inner_results_box_inner_box_right_box_middle h2 {
  color: #2b1c79;
  font-size: 32px;
  margin-bottom: 10px;
}
.hotels_details_content_inner_results_box_inner_box_right_box_middle p {
  padding: 4px;
  border: 1px solid #08b6ba;
  background-color: rgb(5.8969072165, 134.1546391753, 137.1030927835);
  color: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  cursor: default;
  pointer-events: none;
}
.hotels_details_content_inner_results_box_inner_box_flight {
  width: 25%;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_info {
  display: flex;
  margin-bottom: 5px;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_info_logo {
  margin-right: 8px;
  display: inline-flex;
  width: 30px;
  height: 30px;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_info_logo img {
  width: 100%;
  max-width: 30px;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_info_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_info_details h6 {
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_info_details span {
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_details_link {
  display: inline-flex;
}
.hotels_details_content_inner_results_box_inner_box_flight .flight_details_link a {
  color: #08b6ba;
  font-size: 12px;
  font-weight: 500;
}
.hotels_details_content_inner_results_box_inner_box_departure {
  width: 10%;
  display: flex;
  justify-content: center;
}
.hotels_details_content_inner_results_box_inner_box_departure p {
  font-size: 18px;
}
.hotels_details_content_inner_results_box_inner_box_duration {
  width: 15%;
  display: flex;
  justify-content: center;
}
.hotels_details_content_inner_results_box_inner_box_duration_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hotels_details_content_inner_results_box_inner_box_duration_inner p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1;
}
.hotels_details_content_inner_results_box_inner_box_duration_inner p:last-child {
  margin-top: 5px;
}
.hotels_details_content_inner_results_box_inner_box_duration_inner span {
  width: 50px;
  height: 2px;
  background-color: #e1e1e1;
  position: relative;
}
.hotels_details_content_inner_results_box_inner_box_duration_inner span.onestop:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  border-radius: 5px;
  background-color: #2b1c79;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hotels_details_content_inner_results_box_inner_box_duration_inner span.twostop:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  border-radius: 5px;
  background-color: #2b1c79;
  position: absolute;
  left: 33.3333333333%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hotels_details_content_inner_results_box_inner_box_duration_inner span.twostop:after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-flex;
  border-radius: 5px;
  background-color: #2b1c79;
  position: absolute;
  left: 66.6666666667%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hotels_details_content_inner_results_box_inner_box_arrival {
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotels_details_content_inner_results_box_inner_box_arrival p {
  font-size: 18px;
  line-height: 1;
}
.hotels_details_content_inner_results_box_inner_box_arrival span {
  margin-left: 5px;
  font-size: 12px;
  line-height: 1;
  color: #FF0800;
}
.hotels_details_content_inner_results_box_inner_box_price {
  width: 20%;
  display: flex;
  align-items: end;
  flex-direction: column;
}
.hotels_details_content_inner_results_box_inner_box_price h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 8px;
}
.hotels_details_content_inner_results_box_inner_box_price span {
  font-size: 10px;
  font-weight: 500;
  color: #262626;
  background-color: #FFBF00;
  padding: 4px 10px;
  border-radius: 10px;
}
.hotels_details_content_inner_results_box_inner_box_button {
  width: 20%;
  display: flex;
  justify-content: end;
}
.hotels_details_content_inner_results_box_inner_box:hover {
  background-color: #f5f5f5;
}
.hotels_details_content_inner_results_box_inner_boxed {
  margin-top: 8px;
  display: none;
  width: 98%;
  margin-left: 2%;
}
.hotels_details_content_inner_results_box_inner_boxed.active {
  display: block;
}
.hotels_details_content_inner_results_box_inner_boxed_box {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_top {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.hotels_details_content_inner_results_box_inner_boxed_box_top h5 {
  font-size: 16px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_top span {
  font-size: 13px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight {
  display: flex;
  flex-direction: column;
  width: 15%;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight_box {
  display: flex;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight_box_logo {
  margin-right: 4px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight_box_logo img {
  width: 30px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight_box_details span {
  font-size: 10px;
  display: flex;
  margin-bottom: 4px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight_box_details span:last-child {
  margin-bottom: 0;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_flight p {
  font-size: 12px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_departure {
  width: 35%;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_departure h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_departure h4 span {
  font-weight: 700;
  font-size: 18px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_departure p {
  font-size: 12px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_departure span {
  font-size: 10px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_duration {
  width: 15%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_duration img {
  width: 20px;
  margin-bottom: 5px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_duration p {
  font-size: 14px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_arrival {
  width: 35%;
  text-align: right;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_arrival h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_arrival h4 span {
  font-weight: 700;
  font-size: 18px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_arrival p {
  font-size: 12px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_body_arrival span {
  font-size: 10px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_bottom {
  display: flex;
  padding: 10px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_bottom ul {
  display: inline-flex;
}
.hotels_details_content_inner_results_box_inner_boxed_box_bottom ul li {
  font-size: 12px;
  margin-right: 10px;
}
.hotels_details_content_inner_results_box_inner_boxed_box_bottom ul li:last-child {
  margin-right: 0;
}
.hotels_details_content_inner_results_box_inner_boxed_box_bottom ul li span {
  padding: 2px 5px;
  background-color: #2b1c79;
  color: #FFFFFF;
  border-radius: 4px;
}
.hotels_details_content_inner_results_box_inner_boxed_layover {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  align-items: center;
  position: relative;
}
.hotels_details_content_inner_results_box_inner_boxed_layover_inner {
  display: inline-flex;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #e1e1e1;
  color: #121212;
  border-radius: 4px;
  align-items: center;
  position: relative;
}
.hotels_details_content_inner_results_box_inner_boxed_layover_inner:before, .hotels_details_content_inner_results_box_inner_boxed_layover_inner:after {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #e1e1e1;
  display: inline-flex;
  position: absolute;
}
.hotels_details_content_inner_results_box_inner_boxed_layover_inner:before {
  left: -200px;
}
.hotels_details_content_inner_results_box_inner_boxed_layover_inner:after {
  right: -200px;
}
.hotels_details_content_inner_results_box_inner_boxed_layover_inner span {
  display: inline-flex;
  width: 15px;
  margin-right: 4px;
}
.hotels_details_content_inner_results_box_inner_boxed_layover_inner span img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hotels_details {
    flex-direction: column;
  }
  .hotels_details_filter {
    width: 100%;
  }
  .hotels_details_filter_inner {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -8px 29px 0px;
    border: none;
    z-index: 999;
  }
  .hotels_details_content {
    width: 100%;
  }
  .hotels_details_content_inner {
    padding: 10px;
  }
  .hotels_details_content_inner_heading {
    margin-bottom: 10px;
  }
  .hotels_details_content_inner_heading h2 {
    font-size: 20px;
  }
  .hotels_details_content_inner_results_box {
    margin-bottom: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box {
    padding: 10px;
    border-radius: 10px;
    flex-direction: column;
  }
  .hotels_details_content_inner_results_box_inner_box_left {
    width: 100%;
    flex-direction: column;
  }
  .hotels_details_content_inner_results_box_inner_box_left_image {
    width: 100%;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content {
    width: 100%;
    margin-bottom: 10px;
    border-right: none;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content h2 {
    font-size: 18px;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content span ul li {
    width: 10px;
    height: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content_top {
    margin-bottom: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content_topbelow {
    margin-bottom: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content_topbelow h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 399px) {
  .hotels_details_content_inner_results_box_inner_box_left_content_topbelow h5 {
    font-size: 12px;
    font-weight: 500;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content_topbelow h5 span {
    font-size: 12px;
    font-weight: 300;
  }
}
@media only screen and (max-width: 768px) {
  .hotels_details_content_inner_results_box_inner_box_left_content_middle {
    margin-bottom: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content_middlebottom ul li {
    font-size: 13px;
  }
  .hotels_details_content_inner_results_box_inner_box_left_content_middlebottom ul li:before {
    width: 3px;
    height: 8px;
  }
  .hotels_details_content_inner_results_box_inner_box_right {
    width: 100%;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box {
    display: grid;
    row-gap: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_top {
    grid-column: span 1;
    display: flex;
    align-items: center;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_top h4 {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_top h4 span {
    font-weight: 300;
    font-size: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_top span {
    font-size: 12px;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_middle {
    grid-column: span 1;
    display: flex;
    align-items: center;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_middle h2 {
    margin-bottom: 0;
    font-size: 24px;
    margin-right: 4px;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_middle p {
    padding: 3px;
    font-size: 10px;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_bottom {
    grid-column: span 2;
  }
  .hotels_details_content_inner_results_box_inner_box_right_box_bottom a {
    width: 100%;
  }
}
.hotels_briefs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  height: 100vh;
  z-index: 999999;
  display: none;
}
.hotels_briefs.show {
  display: block;
}
.hotels_briefs_box {
  box-shadow: rgba(33, 35, 38, 0.1) -12px 0px 15px 0px;
  right: 0%;
  position: absolute;
  width: 800px;
  overflow-y: auto;
  background-color: #FFFFFF;
  height: 100%;
}
.hotels_briefs_box_inner_box {
  position: relative;
}
.hotels_briefs_box_inner_box_head {
  padding: 10px;
}
.hotels_briefs_box_inner_box_body_tab {
  display: flex;
}
.hotels_briefs_box_inner_box_body_tab ul {
  display: inline-flex;
  width: 100%;
}
.hotels_briefs_box_inner_box_body_tab ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.hotels_briefs_box_inner_box_body_tab_content_inner {
  padding: 10px;
  display: none;
}
.hotels_briefs_box_inner_box_body_tab_content_inner.active {
  display: flex;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head {
  width: 100%;
  border-radius: 5px;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box {
  display: flex;
  padding: 10px;
  background-color: #f5f5f5;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box_left {
  max-width: 80px;
  margin-right: 8px;
  border-right: 1px solid #e1e1e1;
  padding-right: 8px;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box_left img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 0;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box_left span {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box_right h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.hotels_briefs_box_inner_box_body_tab_content_inner_head_box_right p {
  font-size: 14px;
  font-weight: 400;
}
.hotels_briefs_box_inner_box_bottom {
  padding: 10px;
}
.hotels_briefs_box_inner_box_bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotels_briefs_box_inner_box_bottom_box_left {
  width: 50%;
}
.hotels_briefs_box_inner_box_bottom_box_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.hotels_review_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}
.hotels_review_box_left {
  width: 70%;
}
.hotels_review_box_left_inner {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_review_box_left_inner_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.hotels_review_box_left_inner_top_title h4 {
  font-size: 28px;
  font-weight: 700;
}
.hotels_review_box_left_inner_top_ratings p {
  font-size: 13px;
  margin-bottom: 5px;
}
.hotels_review_box_left_inner_top_ratings p span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #08b6ba;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.hotels_review_box_left_inner_top_ratings ul {
  display: flex;
  justify-content: end;
}
.hotels_review_box_left_inner_top_ratings ul li {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.hotels_review_box_left_inner_top_ratings ul li:last-child {
  margin-right: 0;
}
.hotels_review_box_left_inner_top_ratings ul li.star {
  background: url(../img/star.png) no-repeat;
  background-size: contain;
}
.hotels_review_box_left_inner_top_ratings ul li.notstar {
  background: url(../img/star-empty.png) no-repeat;
  background-size: contain;
}
.hotels_review_box_left_inner_middle_image {
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
.hotels_review_box_left_inner_middle_image img {
  border-radius: 15px;
}
.hotels_review_box_left_inner_middle_image a {
  position: absolute;
  left: 10px;
  bottom: 15px;
  padding: 8px;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #262626;
  display: inline-flex;
  border-radius: 10px;
}
.hotels_review_box_left_inner_middle_description {
  margin-bottom: 15px;
}
.hotels_review_box_left_inner_middle_description p {
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotels_review_box_left_inner_middle_description a {
  color: #262626;
}
.hotels_review_box_left_inner_bottom h4 {
  font-size: 24px;
  color: #262626;
  margin-bottom: 10px;
}
.hotels_review_box_left_inner_bottom ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 8px;
}
.hotels_review_box_left_inner_bottom ul li {
  width: 22%;
  padding: 8px;
  background-color: #FFFFFF;
  color: #262626;
  font-size: 13px;
  margin-bottom: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
}
.hotels_review_box_left_rooms {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_review_box_left_rooms h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.hotels_review_box_left_rooms_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 15px;
}
.hotels_review_box_left_rooms_box:last-child {
  margin-bottom: 0;
}
.hotels_review_box_left_rooms_box_left {
  width: 25%;
}
.hotels_review_box_left_rooms_box_left_box_image img {
  border-radius: 10px;
}
.hotels_review_box_left_rooms_box_right {
  width: 75%;
}
.hotels_review_box_left_rooms_box_right_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.hotels_review_box_left_rooms_box_right_box_left {
  width: 75%;
  border-right: 1px solid #e1e1e1;
}
.hotels_review_box_left_rooms_box_right_box_left h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.hotels_review_box_left_rooms_box_right_box_left p {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.32;
}
.hotels_review_box_left_rooms_box_right_box_left ul {
  padding-left: 20px;
}
.hotels_review_box_left_rooms_box_right_box_left ul li {
  font-size: 13px;
  position: relative;
  display: flex;
  align-items: center;
}
.hotels_review_box_left_rooms_box_right_box_left ul li:before {
  content: "";
  width: 3px;
  height: 8px;
  border-bottom: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
  transform: rotate(45deg);
  display: inline-flex;
  position: absolute;
  left: -15px;
}
.hotels_review_box_left_rooms_box_right_box_right {
  width: 25%;
  text-align: right;
}
.hotels_review_box_left_rooms_box_right_box_right_top h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.hotels_review_box_left_rooms_box_right_box_right_top span {
  padding: 4px;
  background-color: #FFBF00;
  color: #262626;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-flex;
  pointer-events: none;
}
.hotels_review_box_left_location {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_review_box_left_location_box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 10px;
}
.hotels_review_box_left_location_box_map {
  border-radius: 10px;
}
.hotels_review_box_left_location_box_map iframe {
  border-radius: 10px;
}
.hotels_review_box_right {
  width: 30%;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_review_box_right.sticky {
  position: sticky;
  top: 70px;
}
.hotels_review_box_right_top h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hotels_review_box_right_top p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.hotels_review_box_right_top ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.hotels_review_box_right_top ul li {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.hotels_review_box_right_top ul li:last-child {
  margin-bottom: 0;
}
.hotels_review_box_right_top ul li:before {
  content: "";
  width: 5px;
  height: 12px;
  border-bottom: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
  transform: rotate(45deg);
  display: inline-flex;
  position: absolute;
  left: -20px;
}
.hotels_review_box_right_bottom span {
  font-weight: 300;
  display: flex;
  margin-bottom: 8px;
}
.hotels_review_box_right_bottom h4 {
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.hotels_review_box_right_bottom h4 span {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .hotels_review_box {
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .hotels_review_box_left {
    width: 100%;
  }
  .hotels_review_box_left_inner {
    padding: 10px;
    margin-bottom: 15px;
  }
  .hotels_review_box_left_inner_top {
    flex-direction: column;
    row-gap: 8px;
  }
  .hotels_review_box_left_inner_top_title {
    width: 100%;
  }
  .hotels_review_box_left_inner_top_title h4 {
    font-size: 24px;
  }
  .hotels_review_box_left_inner_top_ratings {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .hotels_review_box_left_inner_top_ratings p {
    margin: 0;
    margin-right: 5px;
  }
  .hotels_review_box_left_inner_top_ratings p span {
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
  }
  .hotels_review_box_left_inner_top_ratings ul li {
    width: 12px;
    height: 12px;
  }
  .hotels_review_box_left_inner_middle_image a {
    bottom: 10px;
    padding: 4px 8px;
    font-size: 12px;
    background-color: color-mix(in srgb, #FFFFFF 100%, transparent 40%);
  }
  .hotels_review_box_left_inner_middle_description {
    margin-bottom: 10px;
  }
  .hotels_review_box_left_inner_middle_description p, .hotels_review_box_left_inner_middle_description a {
    font-size: 12px;
  }
  .hotels_review_box_left_inner_bottom h4 {
    font-size: 20px;
  }
  .hotels_review_box_left_inner_bottom ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  .hotels_review_box_left_inner_bottom ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .hotels_review_box_left_inner_bottom ul li {
    width: 100%;
    font-size: 12px;
    margin: 0;
    padding: 4px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) and (max-width: 399px) {
  .hotels_review_box_left_inner_bottom ul li {
    font-size: 10px;
    padding: 3px;
  }
}
@media only screen and (max-width: 768px) {
  .hotels_review_box_left_rooms {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
  }
  .hotels_review_box_left_rooms h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .hotels_review_box_left_rooms_box {
    flex-direction: column;
    gap: 10px;
  }
  .hotels_review_box_left_rooms_box_left {
    width: 100%;
  }
  .hotels_review_box_left_rooms_box_right {
    width: 100%;
  }
  .hotels_review_box_left_rooms_box_right_box {
    flex-direction: column;
    gap: 10px;
  }
  .hotels_review_box_left_rooms_box_right_box_left {
    width: 100%;
    border: none;
  }
  .hotels_review_box_left_rooms_box_right_box_left p {
    font-size: 14px;
    font-weight: 300;
  }
  .hotels_review_box_left_rooms_box_right_box_left ul li {
    margin-bottom: 2px;
  }
  .hotels_review_box_left_rooms_box_right_box_left ul li:last-child {
    margin-bottom: 0;
  }
  .hotels_review_box_left_rooms_box_right_box_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .hotels_review_box_left_rooms_box_right_box_right_top {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .hotels_review_box_left_rooms_box_right_box_right_top h3 {
    font-size: 24px;
    margin-right: 8px;
    margin-bottom: 0;
  }
  .hotels_review_box_left_rooms_box_right_box_right_top span {
    font-size: 12px;
    border-radius: 15px;
    padding: 4px 10px;
    margin-bottom: 0;
  }
  .hotels_review_box_left_rooms_box_right_box_right_bottom a {
    width: 100%;
  }
  .hotels_review_box_left_location {
    padding: 10px;
  }
  .hotels_review_box_left_location_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .hotels_review_box_left_location_box_map iframe {
    max-height: 200px;
  }
  .hotels_review_box_right {
    width: 100%;
    padding: 10px;
  }
  .hotels_review_box #hotel_selected_box {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 99;
  }
  .hotels_review_box #hotel_selected_box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .hotels_review_box #hotel_selected_box p {
    display: none;
  }
  .hotels_review_box #hotel_selected_box ul {
    display: none;
  }
  .hotels_review_box #hotel_selected_box .hotels_review_box_right_bottom {
    display: flex;
    justify-content: space-between;
  }
  .hotels_review_box #hotel_selected_box .hotels_review_box_right_bottom span {
    display: none;
  }
  .hotels_review_box #hotel_selected_box .hotels_review_box_right_bottom h4 {
    margin-bottom: 0;
    color: #2b1c79;
  }
  .hotels_review_box #hotel_selected_box .hotels_review_box_right_bottom h4 span {
    display: inline-flex;
    font-size: 14px;
    color: #262626;
  }
}
.hotels_property_rules_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.hotels_property_rules_box_heading {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.hotels_property_rules_box_heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.hotels_property_rules_box_heading p {
  font-size: 16px;
  font-weight: 500;
}
.hotels_property_rules_box_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.hotels_property_rules_box_content_options {
  width: 15%;
}
.hotels_property_rules_box_content_options ul li {
  padding: 8px;
  font-size: 13px;
  text-align: left;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.hotels_property_rules_box_content_options ul li:last-child {
  margin-bottom: 0;
}
.hotels_property_rules_box_content_options ul li.show {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.hotels_property_rules_box_content_rules {
  width: 85%;
}
.hotels_property_rules_box_content_rules_box {
  display: none;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.hotels_property_rules_box_content_rules_box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hotels_property_rules_box_content_rules_box ul {
  padding-left: 20px;
}
.hotels_property_rules_box_content_rules_box ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.hotels_property_rules_box_content_rules_box ul li:last-child {
  margin-bottom: 0;
}
.hotels_property_rules_box_content_rules_box.show {
  display: block;
}
@media only screen and (max-width: 768px) {
  .hotels_property_rules_box {
    padding: 10px;
  }
  .hotels_property_rules_box_heading {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .hotels_property_rules_box_heading h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .hotels_property_rules_box_heading p {
    font-size: 14px;
    font-weight: 400;
  }
  .hotels_property_rules_box_content {
    gap: 10px;
    flex-direction: column;
  }
  .hotels_property_rules_box_content_options {
    width: 100%;
  }
  .hotels_property_rules_box_content_options ul {
    overflow-x: auto;
    white-space: nowrap;
    gap: 8px;
    display: flex;
  }
  .hotels_property_rules_box_content_options ul li {
    padding: 5px 8px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 5px;
  }
  .hotels_property_rules_box_content_rules {
    width: 100%;
  }
  .hotels_property_rules_box_content_rules_box {
    padding: 10px;
  }
  .hotels_property_rules_box_content_rules_box h4 {
    font-size: 16px;
    font-weight: 400;
  }
  .hotels_property_rules_box_content_rules_box ul li {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.hotels_access {
  display: none;
}
.hotels_access.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-top: 0;
  display: block;
}
.hotels_access_box {
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  background: color-mix(in srgb, #08b6ba 100%, transparent);
}
.hotels_access_box ul {
  display: flex;
}
.hotels_access_box ul li {
  padding: 8px 15px;
  background-color: #f5f5f5;
  color: #262626;
  margin-right: 10px;
  border-radius: 20px;
  cursor: pointer;
}
.hotels_access_box ul li:last-child {
  margin-right: 0;
}
.hotels_access_box ul li.active {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .hotels_access_box {
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .hotels_access_box ul {
    display: flex;
    gap: 5px;
  }
  .hotels_access_box ul li {
    width: 25%;
    margin: 0;
    text-align: center;
    font-size: 11px;
    padding: 4px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 399px) {
  .hotels_access_box ul li {
    font-size: 10px;
  }
}

.bus_sorting_box {
  padding: 15px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_sorting_box_left {
  width: 80%;
}
.bus_sorting_box_left_inner {
  margin-left: 8px;
}
.bus_sorting_box_left_inner ul {
  display: flex;
}
.bus_sorting_box_left_inner ul li {
  padding: 5px 10px;
  background-color: #e1e1e1;
  color: #262626;
  border-radius: 20px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
}
.bus_sorting_box_left_inner ul li:last-child {
  margin-right: 0;
}
.bus_sorting_box_left_inner ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.bus_sorting_box_right {
  width: 20%;
}
.bus_sorting_box_right .hotel_search_form {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bus_sorting_box {
    padding: 10px;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .bus_sorting_box_left {
    width: 100%;
  }
  .bus_sorting_box_left div:first-child {
    display: none;
  }
  .bus_sorting_box_left_inner {
    margin: 0;
    width: 100%;
  }
  .bus_sorting_box_left_inner ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .bus_sorting_box_left_inner ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  .bus_sorting_box_right {
    width: 100%;
  }
}
.bus_filter_box_inner {
  display: flex;
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.bus_filter_box_inner_trip {
  width: calc(10% - 8px);
  position: relative;
}
.bus_filter_box_inner_trip_inner {
  padding: 8px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bus_filter_box_inner_trip_inner:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.bus_filter_box_inner_trip_inner.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.bus_filter_box_inner_trip ul {
  position: absolute;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_filter_box_inner_trip ul li {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.bus_filter_box_inner_trip ul li:hover {
  background-color: #f5f5f5;
}
.bus_filter_box_inner_plan {
  width: 40%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bus_filter_box_inner_plan_origin, .bus_filter_box_inner_plan_destination {
  width: 100%;
  position: relative;
}
.bus_filter_box_inner_plan_origin_box, .bus_filter_box_inner_plan_destination_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bus_filter_box_inner_plan_origin_box:before, .bus_filter_box_inner_plan_destination_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.bus_filter_box_inner_plan_origin_box.active:before, .bus_filter_box_inner_plan_destination_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.bus_filter_box_inner_plan_origin_underbox, .bus_filter_box_inner_plan_destination_underbox {
  display: none;
  padding: 2px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  width: 100%;
  max-width: 250px;
}
.bus_filter_box_inner_plan_origin_underbox ul li, .bus_filter_box_inner_plan_destination_underbox ul li {
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bus_filter_box_inner_plan_origin_underbox ul li:hover, .bus_filter_box_inner_plan_destination_underbox ul li:hover {
  background-color: #f5f5f5;
}
.bus_filter_box_inner_plan_switcher {
  width: 4%;
}
.bus_filter_box_inner_date {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.bus_filter_box_inner_date_return, .bus_filter_box_inner_date_onward {
  width: 49%;
}
.bus_filter_box_inner_date_return_box, .bus_filter_box_inner_date_onward_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.bus_filter_box_inner_date_return_calendar, .bus_filter_box_inner_date_onward_calendar {
  display: none;
}
.bus_filter_box_inner_traveller {
  width: 20%;
  position: relative;
}
.bus_filter_box_inner_traveller_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bus_filter_box_inner_traveller_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.bus_filter_box_inner_traveller_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.bus_filter_box_inner_traveller_onwardbox {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.bus_filter_box_inner_traveller_onwardbox.active {
  display: block;
}
.bus_filter_box_inner_traveller_onwardbox_inner {
  padding: 5px;
}
.bus_filter_box_inner_traveller_onwardbox_inner h5 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select:last-child {
  margin-bottom: 0;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_left {
  width: 65%;
  font-size: 11px;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus:before {
  content: "-";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus.active {
  border-color: #2b1c79;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus:before {
  content: "+";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus.active {
  border-color: #2b1c79;
}
.bus_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_value {
  font-size: 13px;
  color: #2b1c79;
  line-height: 1;
  margin: 0 5px;
}
.bus_filter_box_inner_traveller_onwardbox_inner_btns {
  display: flex;
  justify-content: end;
  padding: 5px 0 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 8px;
}
.bus_filter_box_inner_button {
  width: 10%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .bus_filter_box_inner {
    position: fixed;
    width: 100%;
    left: 0;
    height: auto;
    bottom: 0;
    z-index: 999;
    margin: 0;
    border-radius: 0;
    flex-direction: column;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -8px 24px;
    border: none;
    display: none;
  }
  .bus_filter_box_inner.active {
    display: block;
  }
  .bus_filter_box_inner_plan {
    width: 100%;
    flex-direction: column;
  }
  .bus_filter_box_inner_plan_origin_underbox, .bus_filter_box_inner_plan_destination_underbox {
    max-width: 100%;
    z-index: 999;
    position: relative;
    max-height: 100px;
    overflow-y: auto;
  }
  .bus_filter_box_inner_date {
    width: 100%;
  }
  .bus_filter_box_inner_traveller {
    width: 100%;
  }
  .bus_filter_box_inner_traveller_onwardbox {
    position: relative;
  }
  .bus_filter_box_inner_button {
    width: 100%;
  }
  .bus_filter_box_inner_button a {
    width: 100%;
  }
}
.bus_details {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
.bus_details_filter {
  width: 20%;
}
.bus_details_filter_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bus_details_filter_inner_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.bus_details_filter_inner_heading h5 {
  font-size: 14px;
  font-weight: 400;
}
.bus_details_filter_inner_heading h5 span {
  font-weight: 700;
  color: #2b1c79;
}
.bus_details_filter_inner_heading a {
  font-size: 12px;
  font-weight: 500;
  color: #08b6ba;
}
.bus_details_filter_inner_body {
  margin-bottom: 20px;
}
.bus_details_filter_inner_body_sort {
  margin-bottom: 15px;
}
.bus_details_filter_inner_body_sort h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bus_details_filter_inner_body_sort h5:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  position: absolute;
  right: 5px;
  transform: rotate(135deg);
  transition: all 0.25s ease-in-out;
}
.bus_details_filter_inner_body_sort h5.active:before {
  transform: rotate(-45deg);
}
.bus_details_filter_inner_body_sort_box {
  display: none;
}
.bus_details_filter_inner_body_sort_box.active {
  display: block;
}
.bus_details_filter_inner_body_sort:last-child {
  margin-bottom: 0;
}
.bus_details_filter_inner_bottom ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.bus_details_filter_inner_bottom ul li {
  display: inline-flex;
  margin-right: 8px;
}
.bus_details_filter_inner_bottom ul li:last-child {
  margin-right: 0;
}
.bus_details_content {
  width: 80%;
}
.bus_details_content_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.bus_details_content_inner_heading {
  margin-bottom: 15px;
}
.bus_details_content_inner_heading h2 {
  font-weight: 600;
}
.bus_details_content_inner_heading h2 span {
  color: #2b1c79;
}
.bus_details_content_inner_results_box {
  margin-bottom: 15px;
}
.bus_details_content_inner_results_box:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd {
  border: 1px solid #e1e1e1;
  border-radius: 15px;
  margin-bottom: 15px;
}
.bus_details_content_inner_results_box_inner_boxedd:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd_inner {
  padding: 15px;
  display: flex;
  gap: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left {
  width: 25%;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_top {
  margin-bottom: 20px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_top h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_top p {
  font-size: 12px;
  font-weight: 300;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings {
  display: flex;
  flex-direction: column;
  width: 50px;
  overflow: hidden;
  border-radius: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span {
  font-size: 14px;
  width: 50px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span:first-child {
  background-color: #2b1c79;
  color: #FFFFFF;
  font-weight: 500;
  border: 1px solid #2b1c79;
  border-bottom: none;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span:last-child {
  font-size: 13px;
  color: #262626;
  font-weight: 400;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings {
    width: 40px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span {
    width: 40px;
    font-size: 11px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span:last-child {
    font-size: 11px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_tracking {
  display: flex;
  align-items: center;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_tracking span {
  font-size: 11px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_tracking span img {
  width: 18px;
  margin-right: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_departure {
  width: 40%;
  text-align: left;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_departure h5 {
  font-size: 24px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_departure span {
  font-size: 14px;
  font-weight: 300;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_duration {
  width: 20%;
  display: flex;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_duration span {
  font-size: 12px;
  position: relative;
  padding: 4px 8px;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-weight: 300;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_duration span:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #2b1c79;
  display: inline-flex;
  position: absolute;
  left: -10px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_duration span:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #2b1c79;
  display: inline-flex;
  position: absolute;
  right: -10px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_arrival {
  width: 40%;
  text-align: right;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_arrival h5 {
  font-size: 24px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_middle_box_arrival span {
  font-size: 14px;
  font-weight: 300;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right {
  width: 25%;
  display: flex;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_top {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 15px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_top h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_top span {
  padding: 4px 6px;
  background-color: #FFBF00;
  color: #262626;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 400;
  display: inline-flex;
  margin-left: 5px;
  pointer-events: none;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (max-width: 420px) {
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p {
    font-size: 12px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p span {
  color: #262626;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p span.below5 {
  color: #ff2c2c;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p span.below15 {
  color: #FF8C42;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.select_seats {
  margin-bottom: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.view_ {
  font-size: 12px;
  color: #2b1c79;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  pointer-events: all;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.view_:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
  display: inline-flex;
  transform: rotate(135deg);
  margin-left: 5px;
  margin-top: -4px;
  transition: all 0.25s ease-in-out;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.view_.active:after {
  transform: rotate(315deg);
  margin-top: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_middle {
  text-align: right;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_middle h2 {
  color: #2b1c79;
  font-size: 32px;
  margin-bottom: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_inner_right_box_middle p {
  padding: 4px;
  border: 1px solid #08b6ba;
  background-color: rgb(5.8969072165, 134.1546391753, 137.1030927835);
  color: #FFFFFF;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  cursor: default;
  pointer-events: none;
}
.bus_details_content_inner_results_box_inner_boxedd_inner:hover {
  background-color: #f5f5f5;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box_left {
  width: 25%;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box_left span {
  font-size: 11px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box_left span img {
  width: 20px;
  margin-right: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box_right {
  width: 75%;
  display: flex;
  justify-content: end;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box_right a {
  color: #2b1c79;
  font-weight: 400;
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.bus_details_content_inner_results_box_inner_boxedd_bottom_box_right a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
  display: inline-flex;
  transform: rotate(135deg);
  margin-left: 5px;
  margin-top: -4px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed {
  display: none;
  padding: 15px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed.active {
  display: block;
  border-top: 1px solid #e1e1e1;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabs ul {
  display: flex;
  background-color: #F5F5F5;
  border-radius: 30px;
  margin-bottom: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabs ul li {
  padding: 8px;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabs ul li.active {
  font-weight: 500;
  background-color: #2b1c79;
  color: #FFFFFF;
  cursor: default;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent {
  padding: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box {
  display: none;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box.active {
  display: block;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner {
    width: 100%;
  }
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span img {
  width: 25px;
  margin-right: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right {
  width: 50%;
  display: flex;
  justify-content: end;
  font-size: 12px;
  align-items: center;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span {
  padding: 4px 8px;
  color: #FFFFFF;
  border-radius: 4px;
  margin-right: 4px;
  font-weight: 400;
  display: inline-flex;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span.good {
  background-color: #50C878;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span.bad {
  background-color: #ff2c2c;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span.fair {
  background-color: #FF8C42;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom {
  padding: 0 10px 10px;
  max-height: 80px;
  overflow-y: auto;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom p {
  font-size: 13px;
  font-weight: 400;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list {
  margin-bottom: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box_inner {
  width: 100%;
  overflow: hidden;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box_inner img {
  width: 100%;
  border-radius: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table {
  border-spacing: 0;
  width: 100%;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table thead th {
  font-weight: 600;
  padding: 0;
  text-align: left;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-bottom: none;
  padding: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table thead th:last-child {
  border-right: 1px solid #e1e1e1;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tbody tr td {
  text-align: left;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-bottom: none;
  padding: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tbody tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tbody tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tfoot tr td {
  font-size: 11px;
  color: red;
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box:before {
  background-color: #f5f5f5;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box span {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-flex;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box p:last-child {
  font-weight: 400;
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: auto;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box:before {
  background-color: #f5f5f5;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box span {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-flex;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box p:last-child {
  font-weight: 400;
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding {
  padding: 15px;
  border-top: 1px solid #e1e1e1;
  display: none;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding.active {
  display: block;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat h4 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner_heading {
  margin-bottom: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner_heading h5 {
  font-weight: 600;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner_heading h5:before {
  content: "1";
  width: 20px;
  height: 20px;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box {
  width: calc(50% - 5px);
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box {
  border: 1px solid #e1e1e1;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed {
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  cursor: pointer;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed:last-child {
  border-bottom: none;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed span {
  width: 15px;
  height: 15px;
  border: 1px solid #e1e1e1;
  display: inline-flex;
  position: absolute;
  left: 8px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed span:before {
  width: 3px;
  height: 7px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(45deg);
  content: "";
  display: inline-flex;
  margin-top: -2px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed h6 {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 600;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed p {
  font-size: 11px;
  margin-bottom: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed p:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed.active {
  background-color: #F5F5F5;
  cursor: default;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed.active span {
  background-color: #2b1c79;
  border-color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed {
    padding: 5px;
    padding-left: 25px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left_inner .boarding_point_box_inner_box_boxed span {
    left: 5px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_heading {
  margin-bottom: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_heading h5 {
  font-weight: 600;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_heading h5:before {
  content: "2";
  width: 20px;
  height: 20px;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 10px;
  margin-right: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left {
  width: 50%;
  overflow: hidden;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_head {
  padding: 10px;
  background-color: #2b1c79;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_head h4 {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_head h4:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/wheel.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: 15px;
  filter: invert(1);
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_head {
    padding: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_head h4 {
    font-size: 12px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_head h4:after {
    width: 12px;
    height: 12px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  border-top: none;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left {
  display: flex;
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat:after {
  content: "";
  width: 30px;
  height: 15px;
  display: inline-flex;
  position: absolute;
  border: 3px solid #e1e1e1;
  border-top: none;
  bottom: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat.booked:after {
  border-color: #707070;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat.selected:after {
  border-color: #165a16;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat.ladies {
  border-color: #E52B50;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat.ladies:after {
  border-color: #E52B50;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat {
    width: 25px;
    height: 25px;
    font-size: 6px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat:after {
    width: 25px;
    height: 12px;
    border-width: 2px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.sleeper {
  width: 30px;
  height: 72px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.sleeper:after {
  content: "";
  width: calc(100% - 8px);
  height: 4px;
  display: inline-flex;
  position: absolute;
  background-color: #e1e1e1;
  top: 5px;
  border-radius: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.sleeper.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.sleeper.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.sleeper.ladies {
  border-color: #E52B50;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_left_box ul li span.seat_details {
  display: none;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right {
  display: flex;
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat:after {
  content: "";
  width: 30px;
  height: 15px;
  display: inline-flex;
  position: absolute;
  border: 3px solid #e1e1e1;
  border-top: none;
  bottom: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat.booked:after {
  border-color: #707070;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat.selected:after {
  border-color: #165a16;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat.ladies {
  border-color: #E52B50;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat.ladies:after {
  border-color: #E52B50;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat {
    width: 25px;
    height: 25px;
    font-size: 6px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat:after {
    width: 25px;
    height: 12px;
    border-width: 2px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.sleeper {
  width: 30px;
  height: 72px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.sleeper:after {
  content: "";
  width: calc(100% - 8px);
  height: 4px;
  display: inline-flex;
  position: absolute;
  background-color: #e1e1e1;
  top: 5px;
  border-radius: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.sleeper.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.sleeper.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.sleeper.ladies {
  border-color: #E52B50;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box_right_box ul li span.seat_details {
  display: none;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_left .bus_seating_body_box {
    padding: 5px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right {
  width: 50%;
  overflow: hidden;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_head {
  padding: 10px;
  background-color: #2b1c79;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_head h4 {
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_head {
    padding: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_head h4 {
    font-size: 12px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  border-top: none;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box {
    padding: 5px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left {
  display: flex;
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat:after {
  content: "";
  width: 30px;
  height: 15px;
  display: inline-flex;
  position: absolute;
  border: 3px solid #e1e1e1;
  border-top: none;
  bottom: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat.booked:after {
  border-color: #707070;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat.selected:after {
  border-color: #165a16;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat.ladies {
  border-color: #E52B50;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat.ladies:after {
  border-color: #E52B50;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat {
    width: 25px;
    height: 25px;
    font-size: 6px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat:after {
    width: 25px;
    height: 12px;
    border-width: 2px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper {
  width: 30px;
  height: 72px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper:after {
  content: "";
  width: calc(100% - 8px);
  height: 4px;
  display: inline-flex;
  position: absolute;
  background-color: #e1e1e1;
  top: 5px;
  border-radius: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper.ladies {
  border-color: #E52B50;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper {
    width: 25px;
    height: 60px;
    font-size: 6px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.sleeper:after {
    height: 3px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_left_box ul li span.seat_details {
  display: none;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right {
  display: flex;
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box {
  width: 50%;
  display: flex;
  justify-content: center;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li:last-child {
  margin-bottom: 0;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat {
  width: 30px;
  height: 30px;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat:after {
  content: "";
  width: 30px;
  height: 15px;
  display: inline-flex;
  position: absolute;
  border: 3px solid #e1e1e1;
  border-top: none;
  bottom: -2px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 9;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat.booked:after {
  border-color: #707070;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat.selected:after {
  border-color: #165a16;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat.ladies {
  border-color: #E52B50;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat.ladies:after {
  border-color: #E52B50;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat {
    width: 25px;
    height: 25px;
    font-size: 6px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat:after {
    width: 25px;
    height: 12px;
    border-width: 2px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper {
  width: 30px;
  height: 72px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: inline-flex;
  font-size: 7px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper:after {
  content: "";
  width: calc(100% - 8px);
  height: 4px;
  display: inline-flex;
  position: absolute;
  background-color: #e1e1e1;
  top: 5px;
  border-radius: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper.booked {
  background-color: #979797;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper.selected {
  background-color: #228B22;
  border-color: #228B22;
  color: #FFFFFF;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper.ladies {
  border-color: #E52B50;
}
@media only screen and (max-width: 480px) {
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper {
    width: 25px;
    height: 60px;
    font-size: 6px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.sleeper:after {
    height: 3px;
  }
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_box_boxed_right .bus_seating_body_box_right_box ul li span.seat_details {
  display: none;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details {
  display: flex;
  justify-content: space-between;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_left {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_left span {
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-flex;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_left h5 {
  font-weight: 600;
  font-size: 16px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right {
  width: 50%;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
  display: flex;
  justify-content: end;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right a {
  font-size: 13px;
  font-weight: 400;
  color: #2b1c79;
  display: flex;
  line-height: 1;
  justify-content: end;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right_box {
  padding: 8px;
  border: 1px solid #e1e1e1;
  margin-top: 10px;
  border-radius: 8px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right_box h5 {
  font-weight: 500;
  margin-bottom: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right_box_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right_box_inner span {
  font-size: 13px;
  font-weight: 400;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right_box_inner:last-child {
  margin-bottom: 0;
  padding-top: 5px;
  border-top: 1px solid #f5f5f5;
  margin-top: 5px;
}
.bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right_inner_bottom .bus_seat_selection_details_right_box_inner:last-child span {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .bus_details {
    flex-direction: column;
  }
  .bus_details_filter {
    width: 100%;
  }
  .bus_details_filter_inner {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -8px 29px 0px;
    border: none;
    z-index: 999;
  }
  .bus_details_content {
    width: 100%;
  }
  .bus_details_content_inner {
    padding: 10px;
  }
  .bus_details_content_inner_heading {
    margin-bottom: 10px;
  }
  .bus_details_content_inner_heading h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .bus_details_content_inner_heading h2 span {
    font-weight: 600;
  }
  .bus_details_content_inner_results_box_inner_boxedd {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner {
    padding: 10px;
    flex-direction: column;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left {
    width: 100%;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_top {
    margin-bottom: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span {
    font-size: 12px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_left_bottom_tracking {
    margin: 0;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_middle {
    width: 100%;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right {
    width: 100%;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box {
    gap: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_top {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: row;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_top h4 {
    margin-bottom: 0;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p {
    margin: 0;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a {
    margin: 0;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.select_seats {
    margin: 0;
    padding: 3px 8px;
    font-size: 12px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.view_ {
    font-size: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding {
    padding: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat h4 {
    font-size: 18px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box {
    flex-direction: column;
    gap: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left {
    width: 100%;
  }
  .bus_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right {
    width: 100%;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed {
    padding: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabs ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent {
    padding: 0;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner h4 {
    font-size: 18px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner {
    border-radius: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top {
    padding: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span {
    font-size: 12px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span img {
    width: 20px;
    margin-right: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right {
    font-size: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span {
    padding: 2px 4px;
    font-size: 10px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom {
    padding: 0 5px 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom p {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.18;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul li {
    font-size: 12px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box {
    gap: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box_inner img {
    border-radius: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table thead th {
    padding: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tbody tr td {
    padding: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tfoot tr td {
    font-size: 8px;
    padding: 5px;
    line-height: 1.24;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box {
    gap: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner, .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner {
    padding: 5px;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box, .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box {
    padding: 0;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box span, .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box span {
    font-size: 12px;
    font-weight: 600;
  }
  .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box p, .bus_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box p {
    font-size: 10px;
    font-weight: 400;
  }
}
.bus_briefs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  height: 100vh;
  z-index: 999999;
  display: none;
}
.bus_briefs.show {
  display: block;
}
.bus_briefs_box {
  box-shadow: rgba(33, 35, 38, 0.1) -12px 0px 15px 0px;
  right: 0%;
  position: absolute;
  width: 800px;
  overflow-y: auto;
  background-color: #FFFFFF;
  height: 100%;
}
.bus_briefs_box_inner_box {
  position: relative;
}
.bus_briefs_box_inner_box_head {
  padding: 10px;
}
.bus_briefs_box_inner_box_body_tab {
  display: flex;
}
.bus_briefs_box_inner_box_body_tab ul {
  display: inline-flex;
  width: 100%;
}
.bus_briefs_box_inner_box_body_tab ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.bus_briefs_box_inner_box_body_tab_content_inner {
  padding: 10px;
  display: none;
}
.bus_briefs_box_inner_box_body_tab_content_inner.active {
  display: flex;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head {
  width: 100%;
  border-radius: 5px;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box {
  display: flex;
  padding: 10px;
  background-color: #f5f5f5;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box_left {
  max-width: 80px;
  margin-right: 8px;
  border-right: 1px solid #e1e1e1;
  padding-right: 8px;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box_left img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 0;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box_left span {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box_right h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.bus_briefs_box_inner_box_body_tab_content_inner_head_box_right p {
  font-size: 14px;
  font-weight: 400;
}
.bus_briefs_box_inner_box_bottom {
  padding: 10px;
}
.bus_briefs_box_inner_box_bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bus_briefs_box_inner_box_bottom_box_left {
  width: 50%;
}
.bus_briefs_box_inner_box_bottom_box_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.bus_review_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 40px;
}
.bus_review_box_left {
  width: 70%;
}
.bus_review_box_left_inner {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_review_box_left_inner_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bus_review_box_left_inner_top_title h4 {
  font-size: 28px;
  font-weight: 700;
}
.bus_review_box_left_inner_top_ratings p {
  font-size: 13px;
  margin-bottom: 5px;
}
.bus_review_box_left_inner_top_ratings p span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #08b6ba;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
}
.bus_review_box_left_inner_top_ratings ul {
  display: flex;
  justify-content: end;
}
.bus_review_box_left_inner_top_ratings ul li {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.bus_review_box_left_inner_top_ratings ul li:last-child {
  margin-right: 0;
}
.bus_review_box_left_inner_top_ratings ul li.star {
  background: url(../img/star.png) no-repeat;
  background-size: contain;
}
.bus_review_box_left_inner_top_ratings ul li.notstar {
  background: url(../img/star-empty.png) no-repeat;
  background-size: contain;
}
.bus_review_box_left_inner_middle_image {
  position: relative;
  margin-bottom: 10px;
  display: flex;
}
.bus_review_box_left_inner_middle_image img {
  border-radius: 15px;
}
.bus_review_box_left_inner_middle_image a {
  position: absolute;
  left: 10px;
  bottom: 15px;
  padding: 8px;
  font-size: 14px;
  background-color: #FFFFFF;
  color: #262626;
  display: inline-flex;
  border-radius: 10px;
}
.bus_review_box_left_inner_middle_description {
  margin-bottom: 15px;
}
.bus_review_box_left_inner_middle_description p {
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bus_review_box_left_inner_middle_description a {
  color: #262626;
}
.bus_review_box_left_inner_bottom h4 {
  font-size: 24px;
  color: #262626;
  margin-bottom: 10px;
}
.bus_review_box_left_inner_bottom ul {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 8px;
}
.bus_review_box_left_inner_bottom ul li {
  width: 22%;
  padding: 8px;
  background-color: #FFFFFF;
  color: #262626;
  font-size: 13px;
  margin-bottom: 8px;
  border: 1px solid #e1e1e1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
}
.bus_review_box_left_rooms {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_review_box_left_rooms h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.bus_review_box_left_rooms_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 15px;
}
.bus_review_box_left_rooms_box:last-child {
  margin-bottom: 0;
}
.bus_review_box_left_rooms_box_left {
  width: 25%;
}
.bus_review_box_left_rooms_box_left_box_image img {
  border-radius: 10px;
}
.bus_review_box_left_rooms_box_right {
  width: 75%;
}
.bus_review_box_left_rooms_box_right_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bus_review_box_left_rooms_box_right_box_left {
  width: 75%;
  border-right: 1px solid #e1e1e1;
}
.bus_review_box_left_rooms_box_right_box_left h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.bus_review_box_left_rooms_box_right_box_left p {
  font-weight: 400;
  margin-bottom: 10px;
}
.bus_review_box_left_rooms_box_right_box_left ul {
  padding-left: 20px;
}
.bus_review_box_left_rooms_box_right_box_left ul li {
  font-size: 13px;
  position: relative;
}
.bus_review_box_left_rooms_box_right_box_left ul li:before {
  content: "";
  width: 3px;
  height: 8px;
  border-bottom: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
  transform: rotate(45deg);
  display: inline-flex;
  position: absolute;
  left: -15px;
}
.bus_review_box_left_rooms_box_right_box_right {
  width: 25%;
  text-align: right;
}
.bus_review_box_left_rooms_box_right_box_right h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.bus_review_box_left_rooms_box_right_box_right span {
  padding: 4px;
  background-color: #FFBF00;
  color: #262626;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-flex;
  pointer-events: none;
}
.bus_review_box_left_location {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_review_box_left_location_box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 10px;
}
.bus_review_box_left_location_box_map {
  border-radius: 10px;
}
.bus_review_box_left_location_box_map iframe {
  border-radius: 10px;
}
.bus_review_box_right {
  width: 30%;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_review_box_right.sticky {
  position: sticky;
  top: 70px;
}
.bus_review_box_right_top h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bus_review_box_right_top p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.bus_review_box_right_top ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.bus_review_box_right_top ul li {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  position: relative;
}
.bus_review_box_right_top ul li:last-child {
  margin-bottom: 0;
}
.bus_review_box_right_top ul li:before {
  content: "";
  width: 5px;
  height: 12px;
  border-bottom: 1px solid #2b1c79;
  border-right: 1px solid #2b1c79;
  transform: rotate(45deg);
  display: inline-flex;
  position: absolute;
  left: -20px;
}
.bus_review_box_right_bottom span {
  font-weight: 300;
  display: flex;
  margin-bottom: 8px;
}
.bus_review_box_right_bottom h4 {
  font-weight: 700;
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.bus_review_box_right_bottom h4 span {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 10px;
}
.bus_property_rules_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.bus_property_rules_box_heading {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.bus_property_rules_box_heading h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
}
.bus_property_rules_box_heading p {
  font-size: 16px;
  font-weight: 500;
}
.bus_property_rules_box_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}
.bus_property_rules_box_content_options {
  width: 15%;
}
.bus_property_rules_box_content_options ul li {
  padding: 8px;
  font-size: 13px;
  text-align: left;
  background-color: #F5F5F5;
  border-radius: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.bus_property_rules_box_content_options ul li:last-child {
  margin-bottom: 0;
}
.bus_property_rules_box_content_options ul li.show {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.bus_property_rules_box_content_rules {
  width: 85%;
}
.bus_property_rules_box_content_rules_box {
  display: none;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.bus_property_rules_box_content_rules_box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bus_property_rules_box_content_rules_box ul {
  padding-left: 20px;
}
.bus_property_rules_box_content_rules_box ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}
.bus_property_rules_box_content_rules_box ul li:last-child {
  margin-bottom: 0;
}
.bus_property_rules_box_content_rules_box.show {
  display: block;
}
.bus_access {
  display: none;
}
.bus_access.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-top: 0;
  display: block;
}
.bus_access_box {
  padding: 10px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  background: color-mix(in srgb, #08b6ba 100%, transparent);
}
.bus_access_box ul {
  display: flex;
}
.bus_access_box ul li {
  padding: 8px 15px;
  background-color: #f5f5f5;
  color: #262626;
  margin-right: 10px;
  border-radius: 20px;
  cursor: pointer;
}
.bus_access_box ul li:last-child {
  margin-right: 0;
}
.bus_access_box ul li.active {
  font-weight: 600;
}

.products_banner_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  background: rgb(173, 200, 229);
  background: -moz-linear-gradient(180deg, rgb(173, 200, 229) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(173, 200, 229) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgb(173, 200, 229) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#adc8e5",endColorstr="#ffffff",GradientType=1);
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .products_banner_box {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .products_banner_box {
    margin-bottom: 30px;
  }
}
.products_banner_box_left {
  width: 70%;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .products_banner_box_left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.products_banner_box_left h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #2b1c79;
  line-height: 1.18;
}
@media only screen and (max-width: 768px) {
  .products_banner_box_left h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.products_banner_box_left h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.24;
}
@media only screen and (max-width: 480px) {
  .products_banner_box_left h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.products_banner_box_right {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .products_banner_box_right {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .products_banner_box_right {
    display: flex;
    justify-content: center;
  }
  .products_banner_box_right img {
    width: 70%;
  }
}
.products_header_heading {
  margin-bottom: 25px;
}
.products_header_heading h2 {
  font-size: 28px;
  text-align: center;
  color: #2b1c79;
  font-weight: 500;
  color: #262626;
}
.products_header_heading h2 span {
  font-weight: 600;
  color: #2b1c79;
}
.products_header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 8px 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .products_header_box {
    padding: 5px 10px;
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .products_header_box {
    flex-direction: column;
  }
}
.products_header_box_left {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .products_header_box_left {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .products_header_box_left {
    width: 100%;
  }
}
.products_header_box_left ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .products_header_box_left ul {
    overflow-x: auto;
  }
}
.products_header_box_left ul li {
  padding: 8px 15px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .products_header_box_left ul li {
    padding: 5px 10px;
    font-size: 14px;
  }
}
.products_header_box_left ul li.active {
  cursor: default;
  background-color: rgb(216.4771812081, 211.0258389262, 244.8241610738);
  border-radius: 20px;
}
.products_header_box_right {
  width: 20%;
  display: flex;
  gap: 5px;
}
@media only screen and (max-width: 768px) {
  .products_header_box_right {
    width: 25%;
  }
}
@media only screen and (max-width: 480px) {
  .products_header_box_right {
    width: 100%;
  }
}
.products_header_box_right_filters {
  width: 50%;
}
.products_header_box_right_filters a {
  display: flex;
  align-items: center;
  color: #262626;
  font-weight: 500;
  border: 1px solid #262626;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 50px;
  background-color: #FFFFFF;
}
.products_header_box_right_filters a img {
  width: 18px;
  margin-right: 4px;
}
@media only screen and (max-width: 480px) {
  .products_header_box_right_filters a {
    font-size: 13px;
  }
  .products_header_box_right_filters a img {
    width: 15px;
  }
}
.products_header_box_right_sort {
  width: 50%;
  position: relative;
}
.products_header_box_right_sort a {
  display: flex;
  align-items: center;
  color: #262626;
  font-weight: 500;
  border: 1px solid #262626;
  justify-content: start;
  padding: 5px 10px;
  border-radius: 50px;
  position: relative;
  background-color: #FFFFFF;
}
.products_header_box_right_sort a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1px solid #262626;
  border-bottom: 1px solid #262626;
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  margin-top: -4px;
}
@media only screen and (max-width: 480px) {
  .products_header_box_right_sort a {
    font-size: 13px;
  }
}
.products_header_box_right_sort_inner {
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 99;
  right: 0;
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.25s ease-in-out;
  border: 1px solid #e8eaed;
}
.products_header_box_right_sort_inner ul li {
  font-size: 13px;
  cursor: pointer;
  padding: 5px 8px;
  font-weight: 400;
  border-bottom: 1px solid #e8eaed;
}
.products_header_box_right_sort_inner ul li:last-child {
  border-bottom: none;
}
.products_header_box_right_sort_inner ul li:hover {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.products_header_box_right_sort:hover .products_header_box_right_sort_inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.products_inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .products_inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .products_inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .products_inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }
}
.products_inner_box {
  border-radius: 10px;
  background-color: #FFFFFF;
}
.products_inner_box_image {
  position: relative;
}
.products_inner_box_image img {
  transform: scale(0.9);
  transition: all 0.25s ease-in-out;
}
.products_inner_box_image span.offer_tag {
  padding: 3px 4px;
  font-size: 10px;
  font-weight: 400;
  border-radius: 0px;
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-flex;
  background-color: red;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.products_inner_box_content h5 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .products_inner_box_content h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.products_inner_box_content_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products_inner_box_content_inner_points {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  border-right: 1px solid;
  border-color: rgb(222.45, 222.45, 222.45);
  padding: 5px;
  font-size: 12px;
  align-self: stretch;
}
.products_inner_box_content_inner_points img {
  width: 12px;
  margin-right: 3px;
}
.products_inner_box_content_inner_value {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #2b1c79;
}
.products_inner_box_content_inner_value span.discounted_price {
  font-size: 13px;
  font-weight: 300;
  position: relative;
  margin-right: 8px;
  color: #262626;
}
.products_inner_box_content_inner_value span.discounted_price::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgb(146.5, 146.5, 146.5);
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 0%;
}
@media only screen and (max-width: 480px) {
  .products_inner_box_content_inner_points {
    width: 60%;
    padding: 2px;
  }
  .products_inner_box_content_inner_value {
    width: 40%;
    padding: 2px;
    font-size: 16px;
  }
}
.products_inner_box:hover .products_inner_box_image img {
  transform: scale(1);
}
.products_filter {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  backdrop-filter: blur(2px);
}
.products_filter_box {
  width: 500px;
  top: 0;
  right: 0;
  position: absolute;
  max-width: 500px;
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
  transform: translateX(500px);
  transition: all 5s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .products_filter_box {
    width: 100%;
    border-radius: 0;
  }
}
.products_filter_box_inner {
  padding: 15px;
  position: relative;
}
.products_filter_box_inner_heading {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.products_filter_box_inner_heading h4 {
  font-size: 24px;
  font-weight: 600;
}
.products_filter_box_inner_heading a.close_filter_box {
  width: 15px;
  height: 15px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: 0;
}
.products_filter_box_inner_box {
  overflow-x: auto;
  height: 100vh;
}
.products_filter_box_inner_box .select_filters_inner {
  padding: 10px 0;
  border-bottom: 1px solid #e8eaed;
}
.products_filter_box_inner_box .select_filters_inner:last-child {
  border-bottom: none;
}
.products_filter_box_inner_box .select_filters_inner h5 {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.products_filter_box_inner_box .select_filters_inner h5:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  display: inline-flex;
  transform: rotate(45deg);
  position: absolute;
  right: 5px;
  transition: all 0.25s ease-in-out;
}
.products_filter_box_inner_box .select_filters_inner h5.active:before {
  transform: rotate(225deg);
}
.products_filter_box_inner_box .select_filters_inner_box {
  display: none;
  padding-left: 5px;
  margin-top: 10px;
}
.products_filter_box_inner_box .select_filters_inner_box.active {
  display: block;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list {
  overflow-y: auto;
  max-height: 350px;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li label {
  cursor: pointer;
  font-size: 12px;
  width: 100%;
  display: flex;
  align-items: center;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li input[type=checkbox] {
  display: none;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li input[type=checkbox]:checked + .custom_checkbox {
  background-color: #2b1c79;
  border-color: #2b1c79;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li input[type=checkbox]:checked + .custom_checkbox::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 4px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(135deg);
  z-index: 99;
  margin-top: -2px;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li .custom_checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #e1e1e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.products_filter_box_inner_box .select_filters_inner_box ul.checkbox-list li:last-child {
  margin-bottom: 0;
}
.products_filter.active {
  display: block;
}
.products_filter.active .products_filter_box {
  opacity: 1;
  transform: translateX(0);
}

.trending_products {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .trending_products {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .trending_products {
    padding: 10px;
  }
}
.trending_products_heading {
  text-align: center;
  margin-bottom: 30px;
}
.trending_products_heading h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2b1c79;
}
.trending_products_heading p {
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .trending_products_heading {
    margin-bottom: 20px;
  }
  .trending_products_heading h3 {
    font-size: 28px;
  }
  .trending_products_heading p {
    font-size: 14px;
    line-height: 1.32;
  }
}
.trending_products_slider .slick-slide {
  margin: 0 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 480px) {
  .trending_products_slider .slick-slide {
    margin: 0 5px;
  }
}
.trending_products_slider .slick-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 480px) {
  .trending_products_slider .slick-list {
    margin: 0 -5px;
  }
}
.trending_products_slider button.slick-prev {
  left: -35px;
}
.trending_products_slider button.slick-next {
  right: -35px;
}
.trending_products_slideBox {
  border: 1px solid #e8eaed;
  border-radius: 8px;
}
.trending_products_slideBox_image {
  overflow: hidden;
}
.trending_products_slideBox_image img {
  transform: scale(0.85);
  transition: all 0.25s ease-in-out;
}
.trending_products_slideBox_content h4 {
  color: #262626;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.trending_products_slideBox_content_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trending_products_slideBox_content_details_left {
  width: 50%;
  padding: 5px;
  font-size: 13px;
  font-weight: 400;
  color: #262626;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.trending_products_slideBox_content_details_left img {
  width: 12px;
  margin-right: 4px;
}
.trending_products_slideBox_content_details_left:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e8eaed;
  display: inline-flex;
  position: absolute;
  right: 0;
}
.trending_products_slideBox_content_details_right {
  width: 50%;
  text-align: center;
  padding: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  .trending_products_slideBox_content_details_left {
    width: 60%;
    font-size: 12px;
    padding: 2px;
  }
  .trending_products_slideBox_content_details_left img {
    width: 10px;
  }
  .trending_products_slideBox_content_details_right {
    width: 40%;
    font-size: 15px;
    padding: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .trending_products_slideBox_content h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.trending_products_slideBox:hover .trending_products_slideBox_image img {
  transform: scale(1);
}

.filter_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 0;
  padding: 15px;
  background-color: #f5f5f5;
}
.filter_buttons_left {
  width: 50%;
}
.filter_buttons_right {
  width: 50%;
}

.product_details {
  max-width: 1200px;
  margin: 0 auto;
}
.product_details_box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
  align-items: start;
}
.product_details_box_left {
  width: 50%;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product_details_box_left img {
  border-radius: 10px;
}
.product_details_box_right {
  width: 50%;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.product_details_box_right_inner h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2b1c79;
  line-height: 1.18;
}
.product_details_box_right_inner_ratings {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product_details_box_right_inner_ratings ul {
  display: flex;
  margin-right: 8px;
}
.product_details_box_right_inner_ratings ul li {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
.product_details_box_right_inner_ratings ul li.star {
  background: url(../img/star.png) no-repeat;
  background-size: contain;
}
.product_details_box_right_inner_ratings ul li.notstar {
  background: url(../img/star-empty.png) no-repeat;
  background-size: contain;
}
.product_details_box_right_inner_ratings p.ratings {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 14px;
}
.product_details_box_right_inner p {
  margin-bottom: 15px;
}
.product_details_box_right_inner p span {
  line-height: 1.32;
}
.product_details_box_right_inner p span.short_description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 300;
}
.product_details_box_right_inner p a {
  color: #2b1c79;
  font-size: 14px;
}
.product_details_box_right_inner h4 {
  font-size: 28px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.product_details_box_right_inner h4 span {
  padding: 5px 10px;
  margin-left: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product_details_box_right_inner h4 span img {
  width: 15px;
  margin-right: 4px;
}
.product_details_box_right_inner h4 span:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  display: inline-flex;
}
.product_details_box_right_inner .select_product_quantity {
  display: flex;
  margin-bottom: 15px;
}
.product_details_box_right_inner .select_product_quantity li:nth-child(1), .product_details_box_right_inner .select_product_quantity li:nth-child(3) {
  width: 30px;
  height: 30px;
  border: 1px solid #e8eaed;
  border-radius: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_details_box_right_inner .select_product_quantity li:nth-child(1):hover, .product_details_box_right_inner .select_product_quantity li:nth-child(3):hover {
  background-color: #2b1c79;
  color: #FFFFFF;
  border-color: #2b1c79;
}
.product_details_box_right_inner .select_product_quantity li:nth-child(1).disabled {
  opacity: 0.5;
  pointer-events: none;
}
.product_details_box_right_inner .select_product_quantity li:nth-child(2) {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #2b1c79;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .product_details_box {
    flex-direction: column;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
  }
  .product_details_box_left {
    width: 100%;
    padding: 0;
    background-color: none;
    box-shadow: none;
  }
  .product_details_box_right {
    width: 100%;
    padding: 0;
    background-color: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 480px) {
  .product_details_box_right_inner h2 {
    font-size: 20px;
  }
  .product_details_box_right_inner h4 {
    font-size: 24px;
  }
  .product_details_box_right_inner h4 span {
    letter-spacing: 0;
  }
  .product_details_box_right_inner h4 span img {
    width: 12px;
  }
  .product_details_box_right_inner p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product_details_box_right_inner p a {
    font-size: 12px;
    font-weight: 500;
  }
  .product_details_box_right_inner_ratings ul li {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }
  .product_details_box_right_inner_ratings p.ratings {
    font-size: 12px;
  }
}
.product_details_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.product_details_btns_left {
  width: 50%;
}
.product_details_btns_left a {
  padding: 10px;
  background-color: #08b6ba;
  color: #FFFFFF;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.product_details_btns_right {
  width: 50%;
}
.product_details_btns_right a {
  padding: 10px;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: flex;
  border-radius: 20px;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.product_checkout {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.product_checkout_list {
  width: 70%;
  background-color: #FFFFFF;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
}
.product_checkout_list h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.product_checkout_list h4 span {
  font-weight: 400;
  font-size: 16px;
  margin-left: 5px;
}
.product_checkout_list_box_boxed {
  display: flex;
  gap: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed {
    flex-direction: column;
  }
}
.product_checkout_list_box_boxed:last-child {
  margin-bottom: 0;
}
.product_checkout_list_box_boxed_image {
  width: 20%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_image {
    width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_image {
    width: 100%;
  }
}
.product_checkout_list_box_boxed_image img {
  border-radius: 5px;
}
.product_checkout_list_box_boxed_image span.discount_tag {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 7px;
  padding: 4px;
  background-color: #03C03C;
  color: #FFFFFF;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_image span.discount_tag {
    top: 12px;
    font-size: 10px;
  }
}
.product_checkout_list_box_boxed_content {
  width: 80%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content {
    width: 50%;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
  }
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.product_checkout_list_box_boxed_content_title {
  width: 45%;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_title {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_content_title {
    grid-column: 1/-1;
  }
}
.product_checkout_list_box_boxed_content_title h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_title h3 {
    font-size: 20px;
    line-height: 1.18;
  }
}
.product_checkout_list_box_boxed_content_quantity {
  width: 20%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_quantity {
    width: 100%;
    justify-content: start;
  }
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_content_quantity {
    grid-column: 1/2;
  }
}
.product_checkout_list_box_boxed_content_quantity ul {
  display: flex;
  margin: 0;
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.product_checkout_list_box_boxed_content_quantity ul li:nth-child(1), .product_checkout_list_box_boxed_content_quantity ul li:nth-child(3) {
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_quantity ul li:nth-child(1), .product_checkout_list_box_boxed_content_quantity ul li:nth-child(3) {
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    line-height: 20px;
  }
}
.product_checkout_list_box_boxed_content_quantity ul li:nth-child(1):hover, .product_checkout_list_box_boxed_content_quantity ul li:nth-child(3):hover {
  background-color: #e8eaed;
  color: #262626;
  border-color: #e8eaed;
}
.product_checkout_list_box_boxed_content_quantity ul li:nth-child(2) span {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #2b1c79;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_quantity ul li:nth-child(2) span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }
}
.product_checkout_list_box_boxed_content_price {
  width: 25%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_price {
    width: 100%;
    justify-content: start;
  }
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_content_price {
    grid-column: 2/3;
    justify-content: end;
  }
}
.product_checkout_list_box_boxed_content_price .cart_price_info {
  display: flex;
  align-items: center;
  margin: 0;
}
.product_checkout_list_box_boxed_content_price .cart_price_info h6 {
  font-size: 16px;
  text-decoration: line-through;
  font-weight: 400;
  color: #9aa0a6;
  margin-right: 5px;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_price .cart_price_info h6 {
    font-size: 14px;
  }
}
.product_checkout_list_box_boxed_content_price .cart_price_info h4 {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_price .cart_price_info h4 {
    font-size: 16px;
  }
}
.product_checkout_list_box_boxed_content_price .cart_price_info h4 span {
  padding-left: 8px;
  margin-left: 8px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.product_checkout_list_box_boxed_content_price .cart_price_info h4 span:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  display: inline-flex;
}
.product_checkout_list_box_boxed_content_price .cart_price_info h4 span img {
  width: 15px;
  margin-right: 4px;
}
.product_checkout_list_box_boxed_content_buttons {
  width: 10%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .product_checkout_list_box_boxed_content_buttons {
    width: 100%;
    justify-content: start;
  }
}
@media only screen and (max-width: 375px) {
  .product_checkout_list_box_boxed_content_buttons {
    grid-column: 1/-1;
    justify-content: end;
  }
}
.product_checkout_list_box_boxed_content_buttons a {
  display: flex;
  transition: all 0.2s ease-in-out;
}
.product_checkout_list_box_boxed_content_buttons a img {
  width: 15px;
  height: 15px;
}
.product_checkout_list_box_boxed_content_buttons a:hover {
  transform: scale(1.05);
}
.product_checkout_list_box_boxed_content .cart_btns {
  display: flex;
  gap: 10px;
}
.product_checkout_list_box_boxed_content .cart_btns a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #262626;
  padding: 4px 8px;
  border-radius: 15px;
  border: 1px solid;
}
.product_checkout_list_box_boxed_content .cart_btns a img {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.product_checkout_list_box_boxed_content .cart_btns a.remove_to_cart_btn {
  background-color: #FFFFFF;
  color: #262626;
  border-color: #e1e1e1;
}
.product_checkout_list_box_boxed_content .cart_btns a.update_to_cart_btn {
  background-color: #2b1c79;
  color: #FFFFFF;
  border-color: #2b1c79;
}
.product_checkout_list_box_boxed_content .cart_btns a.update_to_cart_btn img {
  filter: invert(1);
}
.product_checkout_summary {
  width: 30%;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 10px;
}
.product_checkout_summary.sticky {
  position: sticky;
  top: 15px;
}
.product_checkout_summary_box h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .product_checkout_summary_box h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.product_checkout_summary_box .checkout_details_table {
  display: block;
  margin-bottom: 10px;
}
.product_checkout_summary_box .checkout_details_table_tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.product_checkout_summary_box .checkout_details_table_tr:last-child {
  border-bottom: 0;
}
.product_checkout_summary_box .checkout_details_table_td {
  padding: 4px 0;
}
.product_checkout_summary_box .checkout_details_table_td span.savings {
  background-color: #eaf3e6;
  color: #1d5f02;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
@media only screen and (max-width: 480px) {
  .product_checkout_summary_box .checkout_details_table_td {
    font-size: 14px;
  }
}
.product_checkout_summary_box .checkout_details_table_td:nth-child(1) {
  width: 70%;
}
.product_checkout_summary_box .checkout_details_table_td:nth-child(2) {
  width: 30%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .product_checkout {
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
  }
  .product_checkout_list {
    width: 100%;
  }
  .product_checkout_summary {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .product_checkout {
    gap: 10px;
  }
  .product_checkout_list h4 {
    font-size: 20px;
  }
  .product_checkout_list_box_boxed_content ul li:nth-child(1), .product_checkout_list_box_boxed_content ul li:nth-child(3) {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .product_checkout_list_box_boxed_content ul li:nth-child(2) {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
  }
}

.category_banner {
  margin-top: 20px;
}
.category_banner picture {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .category_banner picture {
    justify-content: center;
  }
}
.category_banner picture img {
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .category_banner picture img {
    border-radius: 10px;
  }
}
.category_banner_inner {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .category_banner_inner {
    left: auto;
    text-align: center;
  }
}
.category_banner_inner h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  margin-bottom: 15px;
}
@media only screen and (max-width: 475px) {
  .category_banner_inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.category_banner_inner h2 span.gc_category {
  color: #2b1c79;
  font-weight: 600;
}
.category_banner_inner h2 span.gc_below {
  display: flex;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .category_banner_inner h2 span.gc_below {
    font-size: 24px;
    justify-content: center;
  }
}
.giftcards_sorting_box {
  padding: 15px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 768px) {
  .giftcards_sorting_box {
    padding: 10px;
    flex-direction: column;
  }
}
.giftcards_sorting_box_left {
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .giftcards_sorting_box_left {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .giftcards_sorting_box_left {
    width: 100%;
  }
}
.giftcards_sorting_box_left_inner {
  margin-left: 8px;
}
.giftcards_sorting_box_left_inner ul {
  display: flex;
}
.giftcards_sorting_box_left_inner ul li {
  padding: 4px 8px;
  background-color: #e1e1e1;
  color: #262626;
  border-radius: 20px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 13px;
}
.giftcards_sorting_box_left_inner ul li:last-child {
  margin-right: 0;
}
.giftcards_sorting_box_left_inner ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.giftcards_sorting_box_left_inner ul li:hover {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.giftcards_sorting_box_left_inner ul li:hover.active {
  cursor: default;
}
.giftcards_sorting_box_right {
  width: 20%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .giftcards_sorting_box_right {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .giftcards_sorting_box_right {
    width: 100%;
  }
}
.giftcards_sorting_box_right .hotel_search_form {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .giftcards_sorting_box {
    padding: 10px;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  .giftcards_sorting_box_left {
    width: 100%;
  }
  .giftcards_sorting_box_left div:first-child {
    display: none;
  }
  .giftcards_sorting_box_left_inner {
    margin: 0;
    width: 100%;
  }
  .giftcards_sorting_box_left_inner ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .giftcards_sorting_box_left_inner ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
  }
  .giftcards_sorting_box_right {
    width: 100%;
  }
}
.giftcards_sorting .giftcards_sort_filter_box {
  display: none;
}
@media only screen and (max-width: 768px) {
  .giftcards_sorting .giftcards_sort_filter_box {
    display: flex;
    padding: 8px;
    background-color: #FFFFFF;
    border-radius: 8px;
  }
}
.giftcards_sorting .giftcards_sort_filter_box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.giftcards_sorting .giftcards_sort_filter_box ul li {
  border: 1px solid #e1e1e1;
  padding: 4px;
  border-radius: 25px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.giftcards_sorting .giftcards_sort_filter_box ul li img {
  width: 20px;
}
.giftcards_filter_box_inner {
  display: flex;
  background-color: #FFFFFF;
  padding: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.giftcards_filter_box_inner_trip {
  width: calc(10% - 8px);
  position: relative;
}
.giftcards_filter_box_inner_trip_inner {
  padding: 8px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.giftcards_filter_box_inner_trip_inner:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.giftcards_filter_box_inner_trip_inner.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.giftcards_filter_box_inner_trip ul {
  position: absolute;
  display: none;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.giftcards_filter_box_inner_trip ul li {
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}
.giftcards_filter_box_inner_trip ul li:hover {
  background-color: #f5f5f5;
}
.giftcards_filter_box_inner_plan {
  width: 20%;
  display: flex;
  justify-content: space-between;
}
.giftcards_filter_box_inner_plan_origin, .giftcards_filter_box_inner_plan_destination {
  width: 100%;
  position: relative;
}
.giftcards_filter_box_inner_plan_origin_box, .giftcards_filter_box_inner_plan_destination_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.giftcards_filter_box_inner_plan_origin_box:before, .giftcards_filter_box_inner_plan_destination_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.giftcards_filter_box_inner_plan_origin_box.active:before, .giftcards_filter_box_inner_plan_destination_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.giftcards_filter_box_inner_plan_origin_underbox, .giftcards_filter_box_inner_plan_destination_underbox {
  display: none;
  padding: 2px;
  position: absolute;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 4px;
  max-width: 250px;
}
.giftcards_filter_box_inner_plan_origin_underbox ul li, .giftcards_filter_box_inner_plan_destination_underbox ul li {
  padding: 2px 5px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.giftcards_filter_box_inner_plan_origin_underbox ul li:hover, .giftcards_filter_box_inner_plan_destination_underbox ul li:hover {
  background-color: #f5f5f5;
}
.giftcards_filter_box_inner_plan_switcher {
  width: 4%;
}
.giftcards_filter_box_inner_date {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.giftcards_filter_box_inner_date_return, .giftcards_filter_box_inner_date_onward {
  width: 49%;
}
.giftcards_filter_box_inner_date_return_box, .giftcards_filter_box_inner_date_onward_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.giftcards_filter_box_inner_date_return_calendar, .giftcards_filter_box_inner_date_onward_calendar {
  display: none;
}
.giftcards_filter_box_inner_traveller {
  width: 20%;
  position: relative;
}
.giftcards_filter_box_inner_traveller_box {
  padding: 8px;
  font-size: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.giftcards_filter_box_inner_traveller_box:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 7px;
  transform: rotate(135deg);
  margin-top: -5px;
  transition: all 0.15s ease-in-out;
}
.giftcards_filter_box_inner_traveller_box.active:before {
  transform: rotate(315deg);
  margin-top: 0;
}
.giftcards_filter_box_inner_traveller_onwardbox {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}
.giftcards_filter_box_inner_traveller_onwardbox.active {
  display: block;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner {
  padding: 5px;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner h5 {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select:last-child {
  margin-bottom: 0;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_left {
  width: 65%;
  font-size: 11px;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: end;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus:before {
  content: "-";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_minus.active {
  border-color: #2b1c79;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus:before {
  content: "+";
  display: block;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  color: #262626;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_plus.active {
  border-color: #2b1c79;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_box .traveller_select_right_value {
  font-size: 13px;
  color: #2b1c79;
  line-height: 1;
  margin: 0 5px;
}
.giftcards_filter_box_inner_traveller_onwardbox_inner_btns {
  display: flex;
  justify-content: end;
  padding: 5px 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 8px;
}
.giftcards_filter_box_inner_button {
  width: 10%;
  display: flex;
  align-items: center;
}
.giftcards_details {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .giftcards_details {
    flex-direction: column;
    gap: 10px;
  }
}
.giftcards_details_filter {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .giftcards_details_filter {
    width: 100%;
  }
}
.giftcards_details_filter_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .giftcards_details_filter_inner {
    padding: 10px;
  }
}
.giftcards_details_filter_inner_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.giftcards_details_filter_inner_heading h5 {
  font-size: 14px;
  font-weight: 400;
}
.giftcards_details_filter_inner_heading h5 span {
  font-weight: 700;
  color: #2b1c79;
}
.giftcards_details_filter_inner_heading a {
  font-size: 12px;
  font-weight: 500;
  color: #08b6ba;
}
.giftcards_details_filter_inner_body {
  margin-bottom: 20px;
}
.giftcards_details_filter_inner_body_sort {
  margin-bottom: 15px;
}
.giftcards_details_filter_inner_body_sort h5 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.giftcards_details_filter_inner_body_sort h5:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  position: absolute;
  right: 5px;
  transform: rotate(135deg);
  transition: all 0.25s ease-in-out;
}
.giftcards_details_filter_inner_body_sort h5.active:before {
  transform: rotate(-45deg);
}
.giftcards_details_filter_inner_body_sort_box {
  display: none;
}
.giftcards_details_filter_inner_body_sort_box.active {
  display: block;
}
.giftcards_details_filter_inner_body_sort_box ul.data_range {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.giftcards_details_filter_inner_body_sort_box ul.data_range li {
  padding: 5px 10px;
  background-color: #e1e1e1;
  color: #262626;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.giftcards_details_filter_inner_body_sort_box ul.data_range li.active {
  background-color: #08b6ba;
  color: #FFFFFF;
  cursor: default;
}
.giftcards_details_filter_inner_body_sort:last-child {
  margin-bottom: 0;
}
.giftcards_details_filter_inner_bottom ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
.giftcards_details_filter_inner_bottom ul li {
  display: inline-flex;
  margin-right: 8px;
}
.giftcards_details_filter_inner_bottom ul li:last-child {
  margin-right: 0;
}
.giftcards_details_content {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .giftcards_details_content {
    width: 100%;
  }
}
.giftcards_details_content_inner {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .giftcards_details_content_inner {
    padding: 10px;
  }
}
.giftcards_details_content_inner_row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .giftcards_details_content_inner_row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .giftcards_details_content_inner_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
@media only screen and (max-width: 360px) {
  .giftcards_details_content_inner_row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
  }
}
.giftcards_details_content_inner_row.full_row {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.giftcards_details_content_inner_box {
  position: relative;
  overflow: hidden;
}
.giftcards_details_content_inner_box:nth-child(4n+4) {
  margin-right: 0;
}
.giftcards_details_content_inner_box_boxx {
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-in-out;
  background-color: #FFFFFF;
  position: relative;
}
.giftcards_details_content_inner_box_boxx_image {
  overflow: hidden;
}
.giftcards_details_content_inner_box_boxx_image img {
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 140px;
}
.giftcards_details_content_inner_box_boxx_content {
  padding: 10px;
}
.giftcards_details_content_inner_box_boxx_content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 420px) {
  .giftcards_details_content_inner_box_boxx_content {
    padding: 5px;
  }
  .giftcards_details_content_inner_box_boxx_content h5 {
    font-size: 14px;
    font-weight: 500;
  }
}
.giftcards_details_content_inner_box_boxx span.discount_tag {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 10px;
  padding: 5px;
  background-color: #03C03C;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.giftcards_details_content_inner_box .giftcards_details_content_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 0.25s ease-in-out;
  backdrop-filter: blur(2px);
}
.giftcards_details_content_inner_box:hover .giftcards_details_content_overlay {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.giftcards_details_content_inner .nogiftcards {
  background: #FFFFFF;
  text-align: center;
}
.giftcards_details_content_inner .nogiftcards img {
  margin-bottom: 15px;
}
.giftcards_details_content_inner .nogiftcards h1 {
  color: #2b1c79;
  margin-bottom: 15px;
  font-weight: 600;
}
.giftcards_details_content_inner .nogiftcards p {
  color: #262626;
  line-height: 1.6;
}
@media only screen and (max-width: 475px) {
  .giftcards_details_content_inner .nogiftcards img {
    max-width: 150px;
  }
  .giftcards_details_content_inner .nogiftcards h1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .giftcards_details_content_inner .nogiftcards p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .giftcards_details {
    flex-direction: column;
  }
  .giftcards_details_filter {
    width: 100%;
  }
  .giftcards_details_filter_inner {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -8px 29px 0px;
    border: none;
    z-index: 999;
    display: none;
  }
  .giftcards_details_filter_inner.active {
    display: block;
  }
  .giftcards_details_content {
    width: 100%;
  }
  .giftcards_details_content_inner {
    padding: 10px;
  }
  .giftcards_details_content_inner_heading {
    margin-bottom: 10px;
  }
  .giftcards_details_content_inner_heading h2 {
    font-size: 20px;
    font-weight: 400;
  }
  .giftcards_details_content_inner_heading h2 span {
    font-weight: 600;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner {
    padding: 10px;
    flex-direction: column;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_left {
    width: 100%;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_left_top {
    margin-bottom: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_left_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_left_bottom_ratings span {
    font-size: 12px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_left_bottom_tracking {
    margin: 0;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_middle {
    width: 100%;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right {
    width: 100%;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box {
    gap: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_top {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: row;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_top h4 {
    margin-bottom: 0;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom p {
    margin: 0;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a {
    margin: 0;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.select_seats {
    margin: 0;
    padding: 3px 8px;
    font-size: 12px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_inner_right_box_bottom a.view_ {
    font-size: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd .boarding {
    padding: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd .boarding_seat h4 {
    font-size: 18px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd .boarding_seat_box {
    flex-direction: column;
    gap: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd .boarding_seat_box_left {
    width: 100%;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd .boarding_seat_box_right {
    width: 100%;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed {
    padding: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabs ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent {
    padding: 0;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner h4 {
    font-size: 18px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner {
    border-radius: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top {
    padding: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span {
    font-size: 12px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_left span img {
    width: 20px;
    margin-right: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right {
    font-size: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_top_right span {
    padding: 2px 4px;
    font-size: 10px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom {
    padding: 0 5px 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_user_reviews_box_inner_bottom p {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.18;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .amenties_list ul li {
    font-size: 12px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box {
    gap: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .bus_photo_box_inner img {
    border-radius: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table thead th {
    padding: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tbody tr td {
    padding: 5px;
    font-size: 11px;
    font-weight: 500;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .policy_table table tfoot tr td {
    font-size: 8px;
    padding: 5px;
    line-height: 1.24;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box {
    gap: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner, .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner {
    padding: 5px;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box, .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box {
    padding: 0;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box span, .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box span {
    font-size: 12px;
    font-weight: 600;
  }
  .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_left_inner_box p, .giftcards_details_content_inner_results_box_inner_boxedd_detailed_tabcontent_box_inner .boarding_box_right_inner_box p {
    font-size: 10px;
    font-weight: 400;
  }
}
.giftcards_briefs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  height: 100vh;
  z-index: 999999;
  display: none;
}
.giftcards_briefs.show {
  display: block;
}
.giftcards_briefs_box {
  box-shadow: rgba(33, 35, 38, 0.1) -12px 0px 15px 0px;
  right: 0%;
  position: absolute;
  width: 800px;
  overflow-y: auto;
  background-color: #FFFFFF;
  height: 100%;
}
.giftcards_briefs_box_inner_box {
  position: relative;
}
.giftcards_briefs_box_inner_box_head {
  padding: 10px;
}
.giftcards_briefs_box_inner_box_body_tab {
  display: flex;
}
.giftcards_briefs_box_inner_box_body_tab ul {
  display: inline-flex;
  width: 100%;
}
.giftcards_briefs_box_inner_box_body_tab ul li {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner {
  padding: 10px;
  display: none;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner.active {
  display: flex;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head {
  width: 100%;
  border-radius: 5px;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box {
  display: flex;
  padding: 10px;
  background-color: #f5f5f5;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box_left {
  max-width: 80px;
  margin-right: 8px;
  border-right: 1px solid #e1e1e1;
  padding-right: 8px;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box_left img {
  max-width: 30px;
  width: 100%;
  margin-bottom: 0;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box_left span {
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 1;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box_right h5 {
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
.giftcards_briefs_box_inner_box_body_tab_content_inner_head_box_right p {
  font-size: 14px;
  font-weight: 400;
}
.giftcards_briefs_box_inner_box_bottom {
  padding: 10px;
}
.giftcards_briefs_box_inner_box_bottom_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.giftcards_briefs_box_inner_box_bottom_box_left {
  width: 50%;
}
.giftcards_briefs_box_inner_box_bottom_box_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.giftcards_single_box {
  display: flex;
  gap: 15px;
}
.giftcards_single_box_content {
  width: 100%;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.giftcards_single_box_content_upper {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.giftcards_single_box_content_upper_left {
  width: 40%;
  position: relative;
}
.giftcards_single_box_content_upper_left img {
  width: 100%;
  border-radius: 15px;
}
.giftcards_single_box_content_upper_left span.discount_tag {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 10px;
  padding: 5px;
  background-color: #03C03C;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.giftcards_single_box_content_upper_right {
  width: 60%;
}
.giftcards_single_box_content_upper_right_box {
  padding-right: 15px;
}
.giftcards_single_box_content_upper_right_box h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 600;
}
.giftcards_single_box_content_upper_right_box span {
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
.giftcards_single_box_content_upper_right_box ul.voucher_value {
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  display: grid;
  margin-bottom: 15px;
}
@media only screen and (min-width: 399px) and (max-width: 1200px) {
  .giftcards_single_box_content_upper_right_box ul.voucher_value {
    grid-template-columns: repeat(4, 1fr);
  }
}
.giftcards_single_box_content_upper_right_box ul.voucher_value li {
  padding: 8px 10px;
  border-radius: 30px;
  border: 1px solid #262626;
  background-color: #FFFFFF;
  color: #262626;
  min-width: 55px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: mobile) {
  .giftcards_single_box_content_upper_right_box ul.voucher_value li {
    padding: 5px 10px;
    min-width: 40px;
    font-size: 14px;
  }
}
.giftcards_single_box_content_upper_right_box ul.voucher_value li:hover {
  background-color: rgb(125.1677852349, 106.7953020134, 220.7046979866);
  color: #FFFFFF;
  border-color: rgb(125.1677852349, 106.7953020134, 220.7046979866);
}
.giftcards_single_box_content_upper_right_box ul.voucher_value li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
  border-color: #2b1c79;
}
.giftcards_single_box_content_upper_right_box .select_quantity {
  margin-bottom: 15px;
}
.giftcards_single_box_content_upper_right_box .select_quantity select {
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 5px;
}
.giftcards_single_box_content_upper_right_box .selected_value {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.giftcards_single_box_content_upper_right_box .selected_value_left {
  margin-right: 5px;
}
.giftcards_single_box_content_upper_right_box .selected_value_left h3 {
  color: #262626;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.giftcards_single_box_content_upper_right_box .selected_value_left h3 span#selected_value {
  font-size: 24px;
  text-decoration: line-through;
  font-weight: 400;
  color: #9aa0a6;
  margin-right: 5px;
  margin-bottom: 0;
}
.giftcards_single_box_content_upper_right_box .selected_value_left h3 span#discount_value {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.giftcards_single_box_content_upper_right_box .selected_value_right {
  display: flex;
  align-items: center;
}
.giftcards_single_box_content_upper_right_box .selected_value_right span {
  margin-bottom: 0;
}
.giftcards_single_box_content_upper_right_box .selected_value_right span:first-child {
  margin-right: 3px;
}
.giftcards_single_box_content_upper_right_box .giftcard_btns {
  display: flex;
  gap: 10px;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .giftcards_single_box_content_upper_right_box .giftcard_btns {
    width: 100%;
  }
}
.giftcards_single_box_content_upper_right_box .giftcard_btns div {
  width: 50%;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox h4 {
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px;
  background-color: #f5f5f5;
  font-weight: 400;
  border: 1px solid #e1e1e1;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox h4:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  display: inline-flex;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: all 0.25s ease-in-out;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox h4:hover {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox h4:hover:after {
  border-color: #FFFFFF;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox h4.show {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox h4.show:after {
  border-color: #FFFFFF;
  transform: rotate(225deg);
  margin-top: 4px;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox_inner {
  padding: 8px;
  background-color: #FFFFFF;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #e1e1e1;
  border-top: none;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox_inner ul li {
  font-size: 13px;
  text-align: left;
  margin-bottom: 6px;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox_inner ul li:last-child {
  margin-bottom: 0;
}
.giftcards_single_box_content_upper_right_box .gc_tncbox_inner.active {
  display: block;
}
.giftcards_single_box_content_lower_box_tabs ul {
  display: flex;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 15px;
}
.giftcards_single_box_content_lower_box_tabs ul li {
  padding: 8px 15px;
  cursor: pointer;
}
.giftcards_single_box_content_lower_box_tabs ul li.active {
  background-color: #2b1c79;
  border-radius: 20px;
  color: #FFFFFF;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box {
  display: none;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box p {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.48;
  font-size: 14px;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box ul {
  padding-left: 20px;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box ul li {
  margin-bottom: 5px;
  list-style: disc;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box ul li:last-child {
  margin-bottom: 0;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box ul ol,
.giftcards_single_box_content_lower_box_tabcontent_inner_box ul ul {
  padding-left: 0;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box ol {
  padding-left: 20px;
}
.giftcards_single_box_content_lower_box_tabcontent_inner_box.active {
  display: block;
}
.giftcards_single_box_buttons {
  width: 20%;
}
.giftcards_single_box_buttons #gc_buy_btns {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.giftcards_single_box_buttons #gc_buy_btns.sticky {
  position: sticky;
  top: 20px;
}
@media only screen and (max-width: 768px) {
  .giftcards_single_box {
    flex-direction: column;
  }
  .giftcards_single_box_content {
    width: 100%;
    padding: 10px;
  }
  .giftcards_single_box_content_upper {
    flex-direction: column;
    gap: 10px;
  }
  .giftcards_single_box_content_upper_left {
    width: 100%;
  }
  .giftcards_single_box_content_upper_right {
    width: 100%;
  }
  .giftcards_single_box_content_upper_right_box {
    padding: 0;
  }
  .giftcards_single_box_content_upper_right_box h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .giftcards_single_box_content_upper_right_box span {
    font-size: 12px;
  }
  .giftcards_single_box_content_upper_right_box ul.voucher_value li {
    padding: 4px 8px;
    min-width: 40px;
    font-size: 13px;
  }
  .giftcards_single_box_content_upper_right_box .select_quantity {
    margin-bottom: 10px;
  }
  .giftcards_single_box_content_upper_right_box .select_quantity select {
    padding: 4px 8px;
    font-size: 12px;
    padding-left: 4px;
  }
  .giftcards_single_box_content_upper_right_box .selected_value_left h3 {
    font-size: 28px;
  }
  .giftcards_single_box_content_lower_box_tabs {
    overflow-x: auto;
  }
  .giftcards_single_box_content_lower_box_tabs ul {
    margin-bottom: 10px;
  }
  .giftcards_single_box_content_lower_box_tabs ul li {
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
  }
  .giftcards_single_box_content_lower_box_tabcontent_inner_box h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
  }
  .giftcards_single_box_content_lower_box_tabcontent_inner_box p {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .giftcards_single_box_content_lower_box_tabcontent_inner_box ul li {
    font-size: 13px;
    line-height: 1.32;
  }
  .giftcards_single_box_buttons #gc_buy_btns.sticky {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 10px;
    background-color: #FFF;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -12px 15px 4px;
    top: auto;
  }
}
@media only screen and (max-width: 480px) {
  .giftcards_single_box_content {
    padding: 10px;
  }
  .giftcards_single_box_content_upper {
    flex-direction: column;
    gap: 10px;
  }
  .giftcards_single_box_content_upper_left {
    width: 100%;
  }
  .giftcards_single_box_content_upper_right {
    width: 100%;
  }
  .giftcards_single_box_content_upper_right_box {
    padding: 0;
  }
  .giftcards_single_box_content_upper_right_box h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .giftcards_single_box_content_upper_right_box span {
    font-size: 12px;
  }
  .giftcards_single_box_content_upper_right_box ul.voucher_value {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }
  .giftcards_single_box_content_upper_right_box ul.voucher_value li {
    padding: 4px 8px;
    min-width: 40px;
    font-size: 13px;
  }
  .giftcards_single_box_content_upper_right_box .select_quantity {
    margin-bottom: 10px;
  }
  .giftcards_single_box_content_upper_right_box .select_quantity select {
    padding: 4px 8px;
    font-size: 12px;
    padding-left: 4px;
  }
  .giftcards_single_box_content_upper_right_box .selected_value_left h3 {
    font-size: 28px;
  }
  .giftcards_single_box_content_lower_box_tabs {
    overflow-x: auto;
  }
  .giftcards_single_box_content_lower_box_tabs ul {
    margin-bottom: 10px;
  }
  .giftcards_single_box_content_lower_box_tabs ul li {
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
  }
  .giftcards_single_box_content_lower_box_tabcontent_inner_box h4 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
  }
  .giftcards_single_box_content_lower_box_tabcontent_inner_box p {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .giftcards_single_box_content_lower_box_tabcontent_inner_box ul li {
    font-size: 13px;
    line-height: 1.32;
  }
  .giftcards_single_box_buttons {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #sorting_box {
    position: fixed;
    width: 100%;
    height: auto;
    padding: 10px;
    left: 0;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px -8px 29px 0px;
    border: none;
    z-index: 999;
    display: none;
    background-color: #FFFFFF;
  }
  #sorting_box.active {
    display: block;
  }
}
#close_filter,
#close_sorter {
  display: none;
}

@media only screen and (max-width: 768px) {
  #close_filter,
  #close_sorter {
    position: absolute;
    left: 50%;
    padding: 4px 8px;
    background-color: #FFFFFF;
    border-radius: 30px;
    top: -30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #262626;
    font-size: 12px;
    transform: translateX(-50%);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  #close_filter img,
  #close_sorter img {
    width: 12px;
  }
}
.giftcard_details_new {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .giftcard_details_new {
    flex-direction: column-reverse;
  }
}
.giftcard_details_new_left {
  width: 70%;
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media only screen and (max-width: 992px) {
  .giftcard_details_new_left {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
}
.giftcard_details_new_left_box_banner {
  margin-bottom: 15px;
}
.giftcard_details_new_left_box_banner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.giftcard_details_new_left_box_content_tabs {
  background-color: #f4f8f8;
  padding: 15px;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .giftcard_details_new_left_box_content_tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
  }
}
.giftcard_details_new_left_box_content_tabs ul {
  display: flex;
  gap: 8px;
}
.giftcard_details_new_left_box_content_tabs ul li {
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .giftcard_details_new_left_box_content_tabs ul li {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.giftcard_details_new_left_box_content_tabs ul li.active {
  font-weight: 500;
  border-color: #08b6ba;
  border-radius: 4px;
}
.giftcard_details_new_left_box_content_tabContent_box {
  display: none;
  padding: 15px;
}
.giftcard_details_new_left_box_content_tabContent_box h3 {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 10px;
}
.giftcard_details_new_left_box_content_tabContent_box p {
  line-height: 1.36;
}
.giftcard_details_new_left_box_content_tabContent_box ol {
  padding-left: 0;
}
.giftcard_details_new_left_box_content_tabContent_box.active {
  display: block;
}
.giftcard_details_new_right {
  width: 30%;
}
@media only screen and (max-width: 992px) {
  .giftcard_details_new_right {
    width: 100%;
  }
}
.giftcard_details_new_right_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .giftcard_details_new_right_box {
    padding: 10px;
    border-radius: 10px;
  }
}
.giftcard_details_new_right_box_image {
  margin-bottom: 10px;
  position: relative;
}
.giftcard_details_new_right_box_image span.discount_tag {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 10px;
  padding: 5px;
  background-color: #03C03C;
  color: #FFFFFF;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.giftcard_details_new_right_box_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.giftcard_details_new_right_box_data {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.giftcard_details_new_right_box_data h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.giftcard_details_new_right_box_data p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #828282;
}
.giftcard_details_new_right_box_select {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .giftcard_details_new_right_box_select {
    margin-bottom: 15px;
  }
}
.giftcard_details_new_right_box_select_voucher {
  margin-bottom: 10px;
}
.giftcard_details_new_right_box_select_voucher p {
  font-size: 14px;
  margin-bottom: 8px;
}
.giftcard_details_new_right_box_select_voucher ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.giftcard_details_new_right_box_select_voucher ul li {
  background-color: #f6f6f6;
  color: #747474;
  padding: 5px 8px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
.giftcard_details_new_right_box_select_voucher ul li:hover {
  background-color: #e6e6e6;
}
.giftcard_details_new_right_box_select_voucher ul li.active {
  background-color: #08b6ba;
  color: #FFFFFF;
}
.giftcard_details_new_right_box_select_quantity {
  margin-bottom: 10px;
}
.giftcard_details_new_right_box_select_quantity p {
  font-size: 14px;
  margin-bottom: 8px;
}
.giftcard_details_new_right_box_select_quantity select {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.giftcard_details_new_right_box_select_price h3 {
  display: flex;
  align-items: center;
  gap: 5px;
}
.giftcard_details_new_right_box_select_price h3 span#selected_value_new {
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
  color: #898989;
}
@media only screen and (max-width: 475px) {
  .giftcard_details_new_right_box_select_price h3 span#selected_value_new {
    font-size: 20px;
  }
}
.giftcard_details_new_right_box_select_price h3 span#discount_value_new {
  font-size: 32px;
  color: #2b1c79;
}
@media only screen and (max-width: 475px) {
  .giftcard_details_new_right_box_select_price h3 span#discount_value_new {
    font-size: 28px;
  }
}
.giftcard_details_new_right_box_btns_box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.review_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review_box_left {
  width: 50%;
}
.review_box_left h3 {
  color: #2b1c79;
  font-size: 28px;
}
.review_box_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.review_box_right ul {
  display: inline-flex;
}
.review_box_right ul li {
  margin-right: 15px;
}
.review_box_right ul li:last-child {
  margin-right: 0;
}
.review_box_right ul li a {
  color: #2b1c79;
  padding: 5px;
  position: relative;
}
.review_box_right ul li a.active::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2b1c79;
  display: inline-flex;
  bottom: 0;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .review_box {
    padding: 10px;
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .review_box_left {
    width: 100%;
  }
  .review_box_left h3 {
    font-size: 24px;
    text-align: center;
  }
  .review_box_right {
    width: 100%;
    justify-content: center;
  }
}

#review.sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
}
#review.sticky .review_box {
  margin-top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.flightInfo {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
}
.flightInfo_review {
  width: 75%;
}
.flightInfo_review_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.flightInfo_review_box_inner {
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.flightInfo_review_box_inner_head_box {
  padding: 10px;
  background-color: #FFFFFF;
}
.flightInfo_review_box_inner_head_box_top {
  display: flex;
  margin-bottom: 10px;
}
.flightInfo_review_box_inner_head_box_top h4 {
  font-size: 22px;
}
.flightInfo_review_box_inner_head_box_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flightInfo_review_box_inner_head_box_bottom_left {
  width: 50%;
  display: flex;
  align-items: center;
}
.flightInfo_review_box_inner_head_box_bottom_left .flight_date {
  padding: 8px;
  display: inline-flex;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.flightInfo_review_box_inner_head_box_bottom_left .flight_duration {
  font-size: 14px;
}
.flightInfo_review_box_inner_head_box_bottom_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.flightInfo_review_box_inner_head_box_bottom_right a {
  font-size: 14px;
  color: #2b1c79;
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_box {
    padding: 8px;
  }
  .flightInfo_review_box_inner_head_box_top h4 {
    font-size: 24px;
  }
  .flightInfo_review_box_inner_head_box_bottom {
    flex-direction: row;
    gap: 5px;
  }
  .flightInfo_review_box_inner_head_box_bottom_left {
    width: 70%;
  }
  .flightInfo_review_box_inner_head_box_bottom_left .flight_date {
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
  }
  .flightInfo_review_box_inner_head_box_bottom_left .flight_duration {
    font-size: 12px;
  }
  .flightInfo_review_box_inner_head_box_bottom_right {
    width: 30%;
    justify-content: end;
  }
  .flightInfo_review_box_inner_head_box_bottom_right a {
    font-size: 10px;
    padding: 4px 10px;
    background-color: #08b6ba;
    border-radius: 15px;
    color: #FFFFFF;
    font-weight: 300;
    display: inline-flex;
  }
}
@media only screen and (max-width: 480px) {
  .flightInfo_review_box_inner_head_box_top h4 {
    font-size: 18px;
  }
}
.flightInfo_review_box_inner_head_boxed {
  padding: 10px;
  background-color: #FFFFFF;
}
.flightInfo_review_box_inner_head_boxed_box {
  padding: 8px;
  background-color: #f5f5f5;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_left {
  width: 70%;
  display: flex;
  align-items: center;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_left .current_flight_info {
  display: flex;
  align-items: center;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_left .current_flight_info img {
  margin-right: 5px;
  border-radius: 4px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_left .current_flight_info span {
  margin-right: 5px;
  font-size: 14px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_left .current_flight_info span:last-child {
  margin-right: 0;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_left .current_flight_type {
  font-size: 10px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
  padding: 4px 8px;
  border-radius: 15px;
  font-weight: 500;
  background-color: #2b1c79;
  color: #FFFFFF;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_right {
  width: 30%;
  display: flex;
  justify-content: end;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_right .flight_info_type {
  font-weight: 400;
  font-size: 14px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_head_right .flight_info_type span {
  color: #2b1c79;
  font-weight: 700;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box {
  padding: 10px;
  background-color: #e1e1e1;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_time {
  width: 8%;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_circle {
  width: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_circle span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #121212;
  display: inline-flex;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_airport {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_time {
    width: 15%;
    font-size: 14px;
    text-align: center;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_circle {
    display: none;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_top .review_flight_info_airport {
    width: 85%;
    font-size: 14px;
  }
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body .review_flight_info_duration {
  margin-left: 15%;
  font-size: 14px;
  position: relative;
  padding: 10px 0;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body .review_flight_info_duration:before {
  width: 1px;
  height: 100%;
  content: "";
  display: inline-flex;
  position: absolute;
  left: -64%;
  border-left: 1px dashed #111111;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body {
    justify-content: center;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body .review_flight_info {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body .review_flight_info_duration {
    margin: 0;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding: 2px 5px;
    padding-left: 20px;
    font-size: 12px;
    border-radius: 2px;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_body .review_flight_info_duration:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/clock.png) no-repeat;
    background-size: contain;
    display: inline-flex;
    position: absolute;
    border: none;
    left: 5px;
    top: auto;
  }
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom {
  display: flex;
  align-items: center;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_time {
  width: 8%;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_circle {
  width: 7%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_circle span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #121212;
  display: inline-flex;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_airport {
  width: 85%;
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_time {
    width: 15%;
    font-size: 14px;
    text-align: center;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_circle {
    display: none;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box_bottom .review_flight_info_airport {
    width: 85%;
    font-size: 14px;
  }
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom {
  display: flex;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details {
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details:last-child {
  margin-right: 0;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details img {
  width: 18px;
  margin-right: 5px;
}
.flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details_inner {
  font-size: 13px;
}
@media only screen and (max-width: 480px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom {
    flex-direction: column;
    gap: 4px;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details {
    margin: 0;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details img {
    width: 15px;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_bottom .baggage_details_inner {
    font-size: 11px;
  }
}
.flightInfo_review_box_inner_head_boxed_layover_inner {
  padding: 15px 0 15px calc(15% + 18px);
  position: relative;
}
.flightInfo_review_box_inner_head_boxed_layover_inner h5 {
  color: #2b1c79;
  font-size: 16px;
  margin-bottom: 5px;
}
.flightInfo_review_box_inner_head_boxed_layover_inner p {
  font-size: 14px;
}
.flightInfo_review_box_inner_head_boxed_layover_inner:before {
  width: 1px;
  height: 100%;
  content: "";
  display: inline-flex;
  position: absolute;
  border-left: 1px dashed #111111;
  top: 0;
  margin-left: -33px;
}
@media only screen and (max-width: 480px) {
  .flightInfo_review_box_inner_head_boxed_layover_inner h5 {
    font-size: 14px;
  }
  .flightInfo_review_box_inner_head_boxed_layover_inner p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_boxed {
    padding: 8px;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_head {
    flex-direction: column;
    gap: 5px;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_head_left {
    width: 100%;
    justify-content: space-between;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_head_right {
    width: 100%;
    justify-content: end;
  }
}
@media only screen and (max-width: 768px) and (max-width: 420px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_head_right .flight_info_type {
    font-size: 12px;
  }
  .flightInfo_review_box_inner_head_boxed_box_inner_box_head_right .flight_info_type span {
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner_head_boxed_box_inner_box_body_inner_box {
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .flightInfo_review_box_inner {
    border: none;
    box-shadow: none;
  }
  .flightInfo_review_box_inner_head_box {
    padding: 0;
    margin-bottom: 10px;
  }
  .flightInfo_review_box_inner_head_boxed {
    padding: 0;
  }
}
.flightInfo_review_box_traveller {
  margin-bottom: 15px;
}
.flightInfo_review_box_traveller_box {
  padding: 10px;
  border: 1px solid #e1e1e1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #FFFFFF;
}
.flightInfo_review_box_traveller_box_inner h3 {
  margin-bottom: 15px;
}
.flightInfo_review_box_bottom {
  display: flex;
  justify-content: end;
}
.flightInfo_fare {
  width: 25%;
}
.flightInfo_fare_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.flightInfo_fare_box.sticky {
  position: sticky;
  top: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flightInfo_fare_box.sticky {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 99;
  }
}
.flightInfo_fare_box h4 {
  font-size: 22px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.flightInfo_fare_box h4:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-top: 1px solid #262626;
  border-right: 1px solid #262626;
  transform: rotate(135deg);
  position: absolute;
  right: 8px;
  transition: all 0.25s ease-in-out;
}
.flightInfo_fare_box h4.active:before {
  transform: rotate(315deg);
}
@media only screen and (max-width: 480px) {
  .flightInfo_fare_box h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .flightInfo_fare_box h4:before {
    width: 8px;
    height: 8px;
  }
}
.flightInfo_fare_box_price {
  display: none;
  border-bottom: 1px solid #e1e1e1;
}
.flightInfo_fare_box_price.active {
  display: block;
}
.flightInfo_fare_box_price_base {
  margin-bottom: 15px;
}
.flightInfo_fare_box_price_base_inner {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.flightInfo_fare_box_price_base_inner:last-child {
  margin-bottom: 0;
}
.flightInfo_fare_box_price_base_inner span:last-child {
  font-size: 18px;
}
.flightInfo_fare_box_price_base_inner:before {
  content: "";
  background: url(../img/plus.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  left: 0;
}
.flightInfo_fare_box_price_base_inner.open span:last-child {
  display: none;
}
.flightInfo_fare_box_price_base_inner.open:before {
  background: url(../img/minus.png) no-repeat;
  background-size: contain;
}
.flightInfo_fare_box_price_base_deep {
  padding-left: 20px;
  display: none;
}
.flightInfo_fare_box_price_base_deep.active {
  display: block;
}
.flightInfo_fare_box_price_base_deep p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.flightInfo_fare_box_price_base_deep p span:last-child {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .flightInfo_fare_box_price_base {
    margin-bottom: 8px;
  }
  .flightInfo_fare_box_price_base_inner {
    margin-bottom: 5px;
  }
  .flightInfo_fare_box_price_base_inner span {
    font-size: 13px;
  }
  .flightInfo_fare_box_price_base_inner span:last-child {
    font-size: 14px;
  }
  .flightInfo_fare_box_price_base_deep p {
    font-size: 12px;
  }
  .flightInfo_fare_box_price_base_deep p span:last-child {
    font-size: 13px;
  }
}
.flightInfo_fare_box_total {
  padding-top: 10px;
  margin-bottom: 10px;
}
.flightInfo_fare_box_total_inner {
  display: flex;
  justify-content: space-between;
}
.flightInfo_fare_box_total_inner span {
  font-size: 20px;
}
.flightInfo_fare_box_total_inner span:last-child {
  color: #2b1c79;
}
@media only screen and (max-width: 480px) {
  .flightInfo_fare_box_total {
    padding-top: 8px;
  }
  .flightInfo_fare_box_total_inner span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .flightInfo {
    flex-direction: column;
  }
  .flightInfo_review {
    width: 100%;
  }
  .flightInfo_review_box {
    padding: 10px;
  }
  .flightInfo_fare {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .flightInfo_review_box {
    padding: 8px;
  }
}

.traveller_form_box {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.traveller_form_box_header {
  background-color: #2b1c79;
  padding: 10px;
}
.traveller_form_box_header h4 {
  font-size: 18px;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}
.traveller_form_box_header h4:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  transition: all 0.25s ease-in-out;
  margin-top: -5px;
}
.traveller_form_box_header h4.rotateit:after {
  transform: rotate(315deg);
  margin-top: 5px;
}
.traveller_form_box_form {
  display: none;
  padding: 10px;
}
.traveller_form_box_form.show {
  display: block;
}

.review {
  position: relative;
  display: flex;
  width: 100%;
}
.review_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .review_box {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
.review_box_left {
  width: 50%;
}
.review_box_left h3 {
  color: #2b1c79;
  font-size: 28px;
}
.review_box_right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.review_box_right ul {
  display: inline-flex;
}
.review_box_right ul.two_section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.review_box_right ul li {
  margin-right: 15px;
}
.review_box_right ul li:last-child {
  margin-right: 0;
}
.review_box_right ul li a {
  color: #2b1c79;
  padding: 5px;
  position: relative;
}
.review_box_right ul li a.active::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2b1c79;
  display: inline-flex;
  bottom: 0;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 480px) {
  .review_box_right ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
  }
  .review_box_right ul li {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .review_box_right ul li a {
    font-size: 12px;
    padding: 0;
  }
  .review_box_right ul li a.active:before {
    bottom: -2px;
  }
}
@media only screen and (max-width: 480px) {
  .review_box {
    padding: 10px;
    margin-top: 15px;
    flex-direction: column;
    gap: 10px;
  }
  .review_box_left {
    width: 100%;
  }
  .review_box_left h3 {
    font-size: 24px;
    text-align: center;
  }
  .review_box_right {
    width: 100%;
    justify-content: center;
  }
}

#review.sticky {
  position: fixed;
  top: 0;
  margin-top: 0;
  max-width: 1280px;
  z-index: 9999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 14px 7px;
}
@media only screen and (max-width: 768px) {
  #review.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    margin: 0;
    max-width: 1280px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 12px 15px 0px;
    left: 0;
  }
}
#review.sticky .review_box {
  margin-top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #review.sticky {
    padding: 8px;
  }
  #review.sticky .review_box_right ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
  }
  #review.sticky .review_box_right ul.two_section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #review.sticky .review_box_right ul li {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #review.sticky .review_box_right ul li a {
    font-size: 12px;
    padding: 0;
  }
  #review.sticky .review_box_right ul li a.active:before {
    bottom: -2px;
  }
}

.busInfo {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 15px;
}
.busInfo_review {
  width: 75%;
}
.busInfo_review_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.busInfo_review_box_inner {
  margin-bottom: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.busInfo_review_box_inner_head_box {
  padding: 10px;
  background-color: #FFFFFF;
}
.busInfo_review_box_inner_head_box_top {
  display: flex;
  margin-bottom: 15px;
}
.busInfo_review_box_inner_head_box_top h4 {
  font-size: 22px;
  display: flex;
  align-items: center;
}
.busInfo_review_box_inner_head_box_top h4 span.bus_date {
  padding: 8px;
  display: inline-flex;
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  border-radius: 5px;
}
.busInfo_review_box_inner_head_box_bottom {
  background-color: #F0F8FF;
  border-radius: 10px;
}
.busInfo_review_box_inner_head_box_bottom_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.busInfo_review_box_inner_head_box_bottom_top_left {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.busInfo_review_box_inner_head_box_bottom_top_left h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 500;
}
.busInfo_review_box_inner_head_box_bottom_top_left p {
  font-weight: 300;
  font-size: 13px;
}
.busInfo_review_box_inner_head_box_bottom_top_right {
  width: 20%;
  display: flex;
  justify-content: end;
}
.busInfo_review_box_inner_head_box_bottom_top_right a {
  font-size: 14px;
  color: #2b1c79;
  font-weight: 500;
}
.busInfo_review_box_inner_head_box_bottom_bottom {
  padding: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #B9D9EB;
}
.busInfo_review_box_inner_head_box_bottom_bottom span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.busInfo_review_box_inner_head_box_bottom_bottom ul {
  display: flex;
}
.busInfo_review_box_inner_head_box_bottom_bottom ul li {
  display: inline-flex;
  padding: 5px 8px;
  font-weight: 500;
  background-color: #89CFF0;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 14px;
}
.busInfo_review_box_inner_head_box_bottom_bottom ul li:last-child {
  margin-right: 0;
}
.busInfo_review_box_inner_head_boxed {
  padding: 10px;
  background-color: #FFFFFF;
}
.busInfo_review_box_inner_head_boxed_box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.busInfo_review_box_inner_head_boxed_box_left {
  width: 50%;
  padding: 15px;
  background-color: #F0F8FF;
  border-radius: 10px;
}
.busInfo_review_box_inner_head_boxed_box_left h6 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.busInfo_review_box_inner_head_boxed_box_left h6 span {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-right: 4px;
}
.busInfo_review_box_inner_head_boxed_box_left h6 span img {
  width: 12px;
}
.busInfo_review_box_inner_head_boxed_box_left span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #2b1c79;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.busInfo_review_box_inner_head_boxed_box_left h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.busInfo_review_box_inner_head_boxed_box_left p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.32;
}
.busInfo_review_box_inner_head_boxed_box_right {
  width: 50%;
  padding: 15px;
  background-color: #F0F8FF;
  border-radius: 10px;
}
.busInfo_review_box_inner_head_boxed_box_right h6 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.busInfo_review_box_inner_head_boxed_box_right h6 span {
  background: transparent;
  padding: 0;
  margin: 0;
  margin-right: 4px;
}
.busInfo_review_box_inner_head_boxed_box_right h6 span img {
  width: 12px;
}
.busInfo_review_box_inner_head_boxed_box_right span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #2b1c79;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 8px;
}
.busInfo_review_box_inner_head_boxed_box_right h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}
.busInfo_review_box_inner_head_boxed_box_right p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.32;
}
.busInfo_review_box_inner_head_boxed_layover_inner {
  padding: 15px 0 15px calc(15% + 18px);
  position: relative;
}
.busInfo_review_box_inner_head_boxed_layover_inner h5 {
  color: #2b1c79;
  font-size: 16px;
  margin-bottom: 5px;
}
.busInfo_review_box_inner_head_boxed_layover_inner p {
  font-size: 14px;
}
.busInfo_review_box_inner_head_boxed_layover_inner:before {
  width: 1px;
  height: 100%;
  content: "";
  display: inline-flex;
  position: absolute;
  border-left: 1px dashed #111111;
  top: 0;
  margin-left: -33px;
}
.busInfo_review_box_traveller {
  margin-bottom: 15px;
}
.busInfo_review_box_traveller:last-child {
  margin-bottom: 0;
}
.busInfo_review_box_traveller_box {
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #FFFFFF;
}
.busInfo_review_box_traveller_box_inner h3 {
  margin-bottom: 15px;
  font-weight: 600;
}
.busInfo_review_box_bottom {
  display: flex;
  justify-content: end;
}
.busInfo_fare {
  width: 25%;
}
.busInfo_fare_box {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.busInfo_fare_box.sticky {
  position: sticky;
  top: 70px;
  margin-bottom: 0;
}
.busInfo_fare_box h4 {
  font-size: 22px;
  margin-bottom: 15px;
}
.busInfo_fare_box_base {
  margin-bottom: 15px;
}
.busInfo_fare_box_base_inner {
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.busInfo_fare_box_base_inner:last-child {
  margin-bottom: 0;
}
.busInfo_fare_box_base_inner span:last-child {
  font-size: 18px;
}
.busInfo_fare_box_base_inner:before {
  content: "";
  background: url(../img/plus.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  left: 0;
}
.busInfo_fare_box_base_inner.open span:last-child {
  display: none;
}
.busInfo_fare_box_base_inner.open:before {
  background: url(../img/minus.png) no-repeat;
  background-size: contain;
}
.busInfo_fare_box_base_deep {
  padding-left: 20px;
  display: none;
}
.busInfo_fare_box_base_deep.active {
  display: block;
}
.busInfo_fare_box_base_deep p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}
.busInfo_fare_box_base_deep p span:last-child {
  font-size: 14px;
}
.busInfo_fare_box_total {
  padding-top: 10px;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.busInfo_fare_box_total_inner {
  display: flex;
  justify-content: space-between;
}
.busInfo_fare_box_total_inner span {
  font-size: 20px;
}
.busInfo_fare_box_total_inner span:last-child {
  color: #2b1c79;
}
@media only screen and (max-width: 768px) {
  .busInfo_fare_box {
    padding: 10px;
  }
  .busInfo_fare_box h4 {
    font-size: 20px;
  }
  .busInfo_fare_box_base {
    margin-bottom: 10px;
  }
  .busInfo_fare_box.sticky {
    position: fixed;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 999;
    box-shadow: rgba(149, 157, 165, 0.2) 0px -8px 15px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .busInfo_fare_box {
    padding: 8px;
  }
  .busInfo_fare_box h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .busInfo_fare_box_base {
    margin-bottom: 8px;
  }
  .busInfo_fare_box_base_inner {
    padding-left: 15px;
    margin-bottom: 5px;
  }
  .busInfo_fare_box_base_inner:before {
    width: 10px;
    height: 10px;
  }
  .busInfo_fare_box_base_inner span:nth-child(1) {
    font-size: 13px;
  }
  .busInfo_fare_box_base_inner span:nth-child(2) {
    font-size: 15px;
  }
  .busInfo_fare_box_base_deep {
    padding-left: 15px;
  }
  .busInfo_fare_box_base_deep p {
    font-size: 11px;
  }
  .busInfo_fare_box_base_deep p span:last-child {
    font-size: 13px;
  }
  .busInfo_fare_box_total_inner span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .busInfo {
    flex-direction: column;
  }
  .busInfo_review {
    width: 100%;
  }
  .busInfo_review_box {
    padding: 10px;
  }
  .busInfo_review_box_inner {
    box-shadow: none;
    margin-bottom: 15px;
  }
  .busInfo_review_box_inner_head_box {
    padding: 0;
    margin-bottom: 10px;
    background-color: transparent;
  }
  .busInfo_review_box_inner_head_box_top {
    margin-bottom: 10px;
  }
  .busInfo_review_box_inner_head_box_top h4 {
    justify-content: space-between;
    font-size: 20px;
    width: 100%;
  }
  .busInfo_review_box_inner_head_box_top h4 span.bus_date {
    font-size: 12px;
    padding: 5px;
  }
  .busInfo_review_box_inner_head_box_bottom_top {
    flex-direction: column;
    padding: 8px;
  }
  .busInfo_review_box_inner_head_box_bottom_top_left {
    width: 100%;
  }
  .busInfo_review_box_inner_head_box_bottom_top_right {
    width: 100%;
  }
  .busInfo_review_box_inner_head_box_bottom_bottom {
    padding: 8px;
  }
  .busInfo_review_box_inner_head_box_bottom_bottom ul li {
    padding: 3px 6px;
    font-weight: 400;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
  }
  .busInfo_review_box_inner_head_boxed {
    padding: 0;
  }
  .busInfo_review_box_inner_head_boxed_box {
    gap: 10px;
  }
  .busInfo_review_box_inner_head_boxed_box_left, .busInfo_review_box_inner_head_boxed_box_right {
    padding: 10px;
  }
  .busInfo_review_box_inner_head_boxed_box_left h4, .busInfo_review_box_inner_head_boxed_box_right h4 {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .busInfo_review_box_inner_head_boxed_box_left h6, .busInfo_review_box_inner_head_boxed_box_right h6 {
    font-size: 12px;
    font-weight: 400;
  }
  .busInfo_review_box_inner_head_boxed_box_left h6 span img, .busInfo_review_box_inner_head_boxed_box_right h6 span img {
    width: 10px;
  }
  .busInfo_review_box_inner_head_boxed_box_left p, .busInfo_review_box_inner_head_boxed_box_right p {
    font-size: 11px;
  }
  .busInfo_review_box_inner_head_boxed_box_left span, .busInfo_review_box_inner_head_boxed_box_right span {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 8px;
    font-weight: 400;
  }
  .busInfo_review_box_traveller_box {
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .busInfo_review_box_traveller_box_inner h3 {
    margin-bottom: 10px;
  }
  .busInfo_fare {
    width: 100%;
  }
}

.bus_traveller_form_box {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.bus_traveller_form_box_header {
  padding: 10px;
}
.bus_traveller_form_box_header h4 {
  font-size: 16px;
  color: #262626;
  position: relative;
  display: flex;
  align-items: center;
}
.bus_traveller_form_box_header h4 span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #2b1c79;
  margin-left: 10px;
  border-radius: 15px;
  font-size: 12px;
  color: #FFFFFF;
}
.bus_traveller_form_box_form {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .bus_traveller_form_box_header {
    padding: 8px;
  }
}

.contact_form_box_header {
  background-color: #2b1c79;
  padding: 10px;
}
.contact_form_box_header h4 {
  font-size: 18px;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
}
.contact_form_box_header h4 span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-left: 10px;
  border-radius: 15px;
  font-size: 14px;
}

.switch-field {
  display: flex;
  overflow: hidden;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  line-height: 1;
  text-align: center;
  padding: 10px;
  margin-right: 0;
  border: 1px solid #e1e1e1;
  transition: all 0.1s ease-in-out;
  width: 50%;
  border-right: 0;
}
.switch-field label:hover {
  cursor: pointer;
}
.switch-field label:last-child {
  border-right: 1px solid #e1e1e1;
}
.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
@media only screen and (max-width: 480px) {
  .switch-field label {
    font-size: 12px;
    padding: 8px;
  }
}

.switch-field input:checked + label {
  background-color: #2b1c79;
  box-shadow: none;
  color: #FFFFFF;
}

.checkout {
  margin-top: 50px;
}
.checkout_box {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 40px;
}
.checkout_box_payment {
  width: 75%;
}
.checkout_box_payment_inner_top {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.checkout_box_payment_inner_top_left {
  width: 70%;
}
.checkout_box_payment_inner_top_left h2 {
  font-weight: 600;
  color: #2b1c79;
}
.checkout_box_payment_inner_top_right {
  width: 30%;
  display: flex;
  justify-content: end;
}
.checkout_box_payment_inner_top_right h4 {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.checkout_box_payment_inner_top_right h4 span {
  font-size: 24px;
  font-weight: 700;
  color: #03C03C;
  margin-right: 4px;
}
.checkout_box_payment_inner_bottom .payment_options {
  display: flex;
  gap: 15px;
}
.checkout_box_payment_inner_bottom .payment_options_tabs {
  width: 25%;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 10px;
  gap: 5px;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li:last-child {
  margin-bottom: 0;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(1) {
  width: 15%;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(1) img {
  width: 100%;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(2) {
  width: 85%;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(2) h6 {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 475px) {
  .checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(2) h6 {
    font-size: 13px;
  }
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(2) p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.24;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li.active {
  background-color: #2b1c79;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.checkout_box_payment_inner_bottom .payment_options_tabs ul li.active span:last-child h6 {
  color: #FFFFFF;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent {
  width: 75%;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box {
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner {
  display: none;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header {
  padding: 10px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header h4 {
  font-size: 24px;
  color: #2b1c79;
  display: flex;
  align-items: center;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header h4 img {
  width: 30px;
  margin-right: 4px;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body {
  padding: 20px;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list {
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  max-height: 250px;
  overflow-x: auto;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li {
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 475px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li {
    font-size: 14px;
  }
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li.hidden {
  display: none;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li span {
  width: 15px;
  height: 15px;
  border: 2px solid #e1e1e1;
  border-radius: 15px;
  position: absolute;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li span:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-flex;
  background-color: #2b1c79;
  position: absolute;
  border-radius: 10px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li span.active {
  border-color: #2b1c79;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li span.active:before {
  transform: scale(1);
  opacity: 1;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li:hover {
  background-color: #f5f5f5;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li:hover span {
  border-color: #2b1c79;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box .bank-list li.active {
  background-color: #e1e1e1;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_bottom {
  padding: 10px;
}
.checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner.active {
  display: block;
}
.checkout_box_payment_inner .redeem_card {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
}
.checkout_box_payment_inner .redeem_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 15px;
}
.checkout_box_payment_inner .redeem_card_header_left h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2b1c79;
  margin: 0;
}
.checkout_box_payment_inner .redeem_card_header_right h5 {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.checkout_box_payment_inner .redeem_card_header_right h5 span.points {
  font-size: 20px;
  font-weight: 700;
  color: #16a34a;
  margin-right: 4px;
}
.checkout_box_payment_inner .redeem_card_body {
  font-size: 15px;
  color: #444;
  padding: 15px;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 10px;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row span {
  color: #262626;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row strong {
  font-weight: 600;
  color: #262626;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row.highlight {
  background: #f9f9ff;
  padding: 10px 12px;
  border-radius: 8px;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row-left h4 {
  font-weight: 400;
  color: #262626;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row-right h5 {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-row-right h5 span {
  font-size: 18px;
  font-weight: 600;
  margin-right: 4px;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-checkbox input {
  display: none;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-checkbox .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #2b1c79;
  border-radius: 4px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-checkbox input:checked + .checkmark {
  background: #2b1c79;
  border-color: #2b1c79;
}
.checkout_box_payment_inner .redeem_card_body_inner .redeem-checkbox input:checked + .checkmark::after {
  display: block;
}
.checkout_box_payment_inner .redeem_card_footer {
  display: flex;
  justify-content: end;
  padding: 15px;
  padding-top: 0;
}
.checkout_box_details {
  width: 25%;
}
.checkout_box_details_box {
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.checkout_box_details_box_header {
  padding: 12px;
  background-color: #2b1c79;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.checkout_box_details_box_inner_header {
  padding: 12px;
  background-color: #2b1c79;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.checkout_box_details .payment_items {
  margin-top: 15px;
}
.checkout_box_details .payment_items_inner {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.checkout_box_details .payment_items_inner_row {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.checkout_box_details .payment_items_inner_box {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 8px;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-bottom: 8px;
}
.checkout_box_details .payment_items_inner_box:last-child {
  margin-bottom: 0;
}
.checkout_box_details .payment_items_inner_box_image {
  width: 20%;
}
.checkout_box_details .payment_items_inner_box_content {
  width: 80%;
}
.checkout_box_details .payment_items_inner_box_content h5 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
}
.checkout_box_details .payment_items_inner_box_content_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.checkout_box_details .payment_items_inner_box_content_inner_left {
  width: 30%;
}
.checkout_box_details .payment_items_inner_box_content_inner_left p {
  font-size: 12px;
}
.checkout_box_details .payment_items_inner_box_content_inner_right {
  width: 70%;
  display: flex;
  justify-content: end;
  gap: 5px;
}
.checkout_box_details .payment_items_inner_box_content_inner_right p {
  font-weight: 300;
  font-size: 12px;
}
.checkout_box_details .payment_items_inner_box_content_inner_right p.payment_items_inner_box_discount_price {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  justify-content: end;
}
.checkout_box_details .payment_items_inner_box_content_inner_right p.cart_price {
  font-weight: 400;
  font-size: 13px;
  display: flex;
  justify-content: end;
  text-decoration: line-through;
}
.checkout_box_details_bus_box {
  border-radius: 15px;
}
.checkout_box_details_bus_box_head {
  padding: 12px;
  background-color: #2b1c79;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout_box_details_bus_box_head h6 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.checkout_box_details_bus_box_head span {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.checkout_box_details_bus_box_body_inner {
  background-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.checkout_box_details_bus_box_body_inner_box {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.checkout_box_details_bus_box_body_inner_box.with_column {
  flex-direction: column;
}
.checkout_box_details_bus_box_body_inner_box_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_bus_box_body_inner_box_left img {
  width: 100%;
  max-width: 20px;
}
.checkout_box_details_bus_box_body_inner_box_right {
  width: 90%;
}
.checkout_box_details_bus_box_body_inner_box_right h5 {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.checkout_box_details_bus_box_body_inner_box_right span {
  font-size: 12px;
  font-weight: 300;
}
.checkout_box_details_bus_box_body_inner_box_inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.checkout_box_details_bus_box_body_inner_box_inner_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_bus_box_body_inner_box_inner_left img {
  width: 100%;
  max-width: 20px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right {
  width: 90%;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_left {
  width: 40%;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_left p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_left h5 {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 2px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_left span {
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_middle {
  width: 20%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_middle p {
  font-size: 10px;
  position: relative;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #e1e1e1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-height: 20px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_middle p:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #e1e1e1;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: -10px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_middle p:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #e1e1e1;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: -10px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_right {
  width: 40%;
  text-align: right;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_right p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 2px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_right h5 {
  font-size: 16px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 2px;
}
.checkout_box_details_bus_box_body_inner_box_inner_right .checkout_bus_trip_right span {
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.checkout_box_details_bus_box_body_inner_box .pickup_drop_box {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.checkout_box_details_bus_box_body_inner_box .pickup_drop_box_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_bus_box_body_inner_box .pickup_drop_box_left img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}
.checkout_box_details_bus_box_body_inner_box .pickup_drop_box_right {
  width: 90%;
}
.checkout_box_details_bus_box_body_inner_box .pickup_drop_box_right p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.checkout_box_details_bus_box_body_inner_box .pickup_drop_box_right span {
  font-size: 12px;
  font-weight: 300;
  display: block;
}
.checkout_box_details_bus_box_body_inner_box .seats_booked {
  display: flex;
  width: 100%;
}
.checkout_box_details_bus_box_body_inner_box .seats_booked_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_bus_box_body_inner_box .seats_booked_left img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}
.checkout_box_details_bus_box_body_inner_box .seats_booked_right {
  width: 90%;
}
.checkout_box_details_bus_box_body_inner_box .seats_booked_right p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.checkout_box_details_bus_box_body_inner_box .seats_booked_right ul li {
  font-size: 13px;
  font-weight: 400;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info {
  display: flex;
  width: 100%;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_left img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_right {
  width: 90%;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_right h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_right ul {
  padding-left: 15px;
  margin-bottom: 5px;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_right ul li {
  list-style-type: auto;
  font-size: 12px;
  font-weight: 400;
}
.checkout_box_details_bus_box_body_inner_box .bus_traveller_info_right p {
  font-size: 13px;
  font-weight: 300;
}
.checkout_box_details_hotels_box {
  border-radius: 15px;
  margin-bottom: 15px;
}
.checkout_box_details_hotels_box_head {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.checkout_box_details_hotels_box_head_image {
  position: relative;
}
.checkout_box_details_hotels_box_head_image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.checkout_box_details_hotels_box_head_image span {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 4px;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.checkout_box_details_hotels_box_head_image span ul {
  display: flex;
}
.checkout_box_details_hotels_box_head_image span ul li {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}
.checkout_box_details_hotels_box_head_image span ul li:last-child {
  margin-right: 0;
}
.checkout_box_details_hotels_box_head_image span ul li.star {
  background: url(../img/star.png) no-repeat;
  background-size: contain;
}
.checkout_box_details_hotels_box_head_image span ul li.notstar {
  background: url(../img/star-empty.png) no-repeat;
  background-size: contain;
}
.checkout_box_details_hotels_box_head_content {
  padding: 8px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #e1e1e1;
}
.checkout_box_details_hotels_box_head_content p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.checkout_box_details_hotels_box_head_content span {
  font-size: 11px;
  font-weight: 300;
  line-height: 1.32;
  display: flex;
}
.checkout_box_details_hotels_box_body_inner {
  background-color: #FFFFFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.checkout_box_details_hotels_box_body_inner_box {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.checkout_box_details_hotels_box_body_inner_box:last-child {
  border-bottom: none;
}
.checkout_box_details_hotels_box_body_inner_box.with_column {
  flex-direction: column;
}
.checkout_box_details_hotels_box_body_inner_box_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_hotels_box_body_inner_box_left img {
  width: 100%;
  max-width: 20px;
}
.checkout_box_details_hotels_box_body_inner_box_right {
  width: 90%;
}
.checkout_box_details_hotels_box_body_inner_box_right h5 {
  font-size: 16px;
  font-weight: 600;
  color: #262626;
}
.checkout_box_details_hotels_box_body_inner_box_right span {
  font-size: 12px;
  font-weight: 300;
}
.checkout_box_details_hotels_box_body_inner_box_inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.checkout_box_details_hotels_box_body_inner_box_inner_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_hotels_box_body_inner_box_inner_left img {
  width: 100%;
  max-width: 20px;
}
.checkout_box_details_hotels_box_body_inner_box_inner_right {
  width: 90%;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked {
  width: 100%;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_head {
  display: flex;
  width: 100%;
  margin-bottom: 6px;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_head_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_head_left img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_head_right {
  width: 90%;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_head_right p {
  font-size: 15px;
  font-weight: 500;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box {
  display: flex;
  margin-bottom: 8px;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box:last-child {
  margin-bottom: 0;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box_left span {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box_right {
  width: 90%;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box_right p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box_right p span {
  color: #666666;
}
.checkout_box_details_hotels_box_body_inner_box .rooms_booked_body_box_right p:last-child {
  font-weight: 300;
  font-size: 11px;
  margin-bottom: 0;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info {
  display: flex;
  width: 100%;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_left {
  width: 10%;
  display: flex;
  justify-content: center;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_left img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_right {
  width: 90%;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_right h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_right ul {
  padding-left: 15px;
  margin-bottom: 5px;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_right ul li {
  list-style-type: auto;
  font-size: 12px;
  font-weight: 400;
}
.checkout_box_details_hotels_box_body_inner_box .bus_traveller_info_right p {
  font-size: 13px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .checkout {
    margin-top: 15px;
  }
  .checkout_box {
    flex-direction: column-reverse;
  }
  .checkout_box_payment {
    width: 100%;
  }
  .checkout_box_payment_inner_top {
    padding: 10px;
  }
  .checkout_box_payment_inner_top_left h2 {
    font-size: 20px;
  }
  .checkout_box_payment_inner_top_right h4 {
    font-size: 12px;
  }
  .checkout_box_payment_inner_top_right h4 span {
    font-size: 18px;
    font-weight: 600;
  }
  .checkout_box_payment_inner_bottom .payment_options {
    flex-direction: column;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabs {
    width: 100%;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabs ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabs ul li {
    margin-bottom: 0;
    padding: 5px;
    border-radius: 5px;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(1) {
    width: 10%;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(2) {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 399px) {
  .checkout_box_payment_inner_bottom .payment_options_tabs ul li span:nth-child(2) h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent {
    width: 100%;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header {
    padding: 10px;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header h4 {
    font-size: 18px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) and (max-width: 475px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header h4 {
    font-size: 15px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header h4 img {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 475px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_header h4 img {
    width: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body {
    padding: 10px;
  }
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box h3, .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box h4 {
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) and (max-width: 475px) {
  .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box h3, .checkout_box_payment_inner_bottom .payment_options_tabcontent_box_inner .paynow_body_box h4 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout_box_details {
    width: 100%;
  }
}

.booking_traveller_left {
  width: 6%;
}
.booking_traveller_left span img {
  width: 100%;
}
.your_booking {
  gap: 5px;
}
.your_booking_left {
  width: 20%;
}
.your_booking_left img {
  width: 100%;
}
.booking_duration span {
  width: 50px;
  height: 1px;
  margin: 4px 0;
  background-color: #e1e1e1;
  position: relative;
  display: flex;
  align-items: center;
}
.booking_duration span.onestop:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-flex;
  background-color: #2b1c79;
  border-radius: 4px;
  left: 50%;
  position: absolute;
}
.booking_duration span.twostop:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-flex;
  background-color: #2b1c79;
  border-radius: 4px;
  left: 33.3333333333%;
  position: absolute;
}
.booking_duration span.twostop:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-flex;
  background-color: #2b1c79;
  border-radius: 4px;
  left: 66.6666666667%;
  position: absolute;
}

.gcbox {
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.gcbox img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scale(0.8);
  transition: all 0.25s ease-in-out;
}
.gcbox h5 {
  color: #262626;
  font-size: 16px;
  padding: 8px;
  border-top: 1px solid #e1e1e1;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.gcbox:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.gcbox:hover img {
  transform: scale(1);
}
.gcbox.active {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: default;
}
.gcbox.active h5 {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.gcbox.active:hover img {
  transform: scale(0.8);
}

.recharge_list {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  gap: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .recharge_list {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}
.recharge_list_box {
  width: 25%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .recharge_list_box {
    width: 100%;
  }
}
.recharge_list_box_image {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recharge_list_box_image img {
  height: 50px;
  transform: scale(0.9);
}
@media only screen and (max-width: 480px) {
  .recharge_list_box_image img {
    height: 35px;
  }
}
.recharge_list_box h5 {
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .recharge_list_box h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .recharge_list_box h5 {
    font-size: 14px;
    font-weight: 500;
  }
}
.recharge_list_box:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.recharge_list_box.active {
  background-color: #2b1c79;
}
.recharge_list_box.active .recharge_list_box_image img {
  filter: brightness(0) invert(1);
}
.recharge_list_box.active h5 {
  color: #FFFFFF;
}
.recharge_tabbox_inner_box {
  display: none;
}
.recharge_tabbox_inner_box.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(86deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4682247899) 17%, rgba(232, 240, 254, 0.5158438375) 50%, rgb(232, 240, 254) 100%);
  background: -webkit-linear-gradient(86deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4682247899) 17%, rgba(232, 240, 254, 0.5158438375) 50%, rgb(232, 240, 254) 100%);
  background: linear-gradient(86deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4682247899) 17%, rgba(232, 240, 254, 0.5158438375) 50%, rgb(232, 240, 254) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e8f0fe",GradientType=1);
}
@media only screen and (max-width: 768px) {
  .recharge_tabbox_inner_box.active {
    padding: 15px;
    flex-direction: column;
  }
}
.recharge_tabbox_inner_box_content {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .recharge_tabbox_inner_box_content {
    width: 100%;
  }
}
.recharge_tabbox_inner_box_content h1 {
  color: #2b1c79;
  margin-bottom: 10px;
  line-height: 1.18;
}
@media only screen and (max-width: 768px) {
  .recharge_tabbox_inner_box_content h1 {
    font-size: 24px;
  }
}
.recharge_tabbox_inner_box_content p {
  line-height: 1.28;
  font-weight: 400;
}
.recharge_tabbox_inner_box_input {
  width: 40%;
  padding: 40px;
  border: 1px solid #1a73e8;
  border-radius: 10px;
  background-color: #e8f0fe;
}
@media only screen and (max-width: 768px) {
  .recharge_tabbox_inner_box_input {
    width: 100%;
    padding: 15px;
  }
}
.recharge_tabbox_inner_box_input h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .recharge_tabbox_inner_box_input h2 {
    margin-bottom: 25px;
  }
}
.recharge_tabbox_inner_box_input .recharge_form_box {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.recharge_tabbox_inner_box_input .recharge_form_box span {
  position: relative;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 14px;
  margin-left: 15px;
  pointer-events: none;
  left: 0;
}
.recharge_tabbox_inner_box_input .recharge_form_box label {
  position: absolute;
  left: 15px;
  bottom: -20px;
  color: #ff2c2c;
  font-size: 14px;
}
.recharge_tabbox_inner_box_input .recharge_form_box a.remove_number {
  display: none;
  width: 20px;
  height: 20px;
  background-color: gray;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  right: 10px;
}
.recharge_tabbox_inner_box_input .recharge_form_box a.remove_number.active {
  display: inline-flex;
}
.recharge_tabbox_inner_box_input .recharge_form_box a.select_operator {
  display: none;
}
.recharge_tabbox_inner_box_input .recharge_form_box input {
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.recharge_tabbox_inner_box_input .recharge_form_box input:valid {
  border-color: #2b1c79;
}
.recharge_tabbox_inner_box_input .recharge_form_box input:valid + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
.recharge_tabbox_inner_box_input .recharge_form_box input:invalid {
  border-color: #e1e1e1;
}
.recharge_tabbox_inner_box_input .recharge_form_box input:focus, .recharge_tabbox_inner_box_input .recharge_form_box input:active {
  border-color: #2b1c79;
}
.recharge_tabbox_inner_box_input .recharge_form_box input:focus + span, .recharge_tabbox_inner_box_input .recharge_form_box input:active + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
.recharge_tabbox_inner_box_input .recharge_form_box_inner {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #e1e1e1;
  max-height: 150px;
  overflow-y: auto;
  z-index: 9;
}
.recharge_tabbox_inner_box_input .recharge_form_box_inner ul li {
  padding: 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.recharge_tabbox_inner_box_input .recharge_form_box_inner ul li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}
.recharge_tabbox_inner_box_input .recharge_form_box_inner.active {
  display: block;
}
.recharge_tabbox_inner_box_input .recharge_form_box_inner.withimage ul li span {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: relative;
  top: auto;
  left: auto;
  margin-left: 0;
}
.recharge_tabbox_inner_box_input .recharge_form_box_inner.withimage ul li span img {
  width: 100%;
}
.recharge_tabbox_inner_box_input .recharge_form_box.withselect:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
  transform: rotate(45deg);
  display: inline-flex;
  position: absolute;
  right: 15px;
  margin-top: -5px;
}
.recharge_tabbox_inner_box_input .recharge_form_box.withamount input {
  padding-left: 40px;
}
.recharge_tabbox_inner_box_input .recharge_form_box.withamount span {
  margin-left: 40px;
}
.recharge_tabbox_inner_box_input .recharge_form_box.withamount:before {
  content: "₹";
  position: absolute;
  left: 15px;
}

.rechangePlans {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.rechangePlans.show {
  display: flex;
}
.rechangePlans_box {
  width: 700px;
  top: 0%;
  left: 0%;
  max-width: 700px;
  background-color: #FFFFFF;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
}
.rechangePlans_box .close_rechargeBox {
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: -30px;
  top: 10px;
  filter: invert(1);
}
.rechangePlans_box_inner {
  padding: 20px;
}
.rechangePlans_box_inner_top h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
.rechangePlans_box_inner_top h4 span {
  color: #2b1c79;
  font-weight: 600;
}
.rechangePlans_box_inner_middle_planCategory {
  margin-bottom: 15px;
}
.rechangePlans_box_inner_middle_planCategory ul {
  display: flex;
  overflow-x: auto;
}
.rechangePlans_box_inner_middle_planCategory ul li {
  cursor: pointer;
  display: inline-flex;
  white-space: nowrap;
  padding: 5px;
  font-size: 14px;
}
.rechangePlans_box_inner_middle_planCategory ul li.active {
  font-weight: 500;
  background-color: #2b1c79;
  color: #FFFFFF;
}
.rechangePlans_box_inner_middle_planDetails_box {
  display: none;
}
.rechangePlans_box_inner_middle_planDetails_box.active {
  display: block;
}
.rechangePlans_box_inner_middle_planDetails_box table {
  border-spacing: 0;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th {
  padding: 4px;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th:nth-child(1) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th:nth-child(2) {
  width: 15%;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th:nth-child(3) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th:nth-child(4) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th:nth-child(5) {
  width: 35%;
}
.rechangePlans_box_inner_middle_planDetails_box table thead th:nth-child(6) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr:last-child {
  border-bottom: none;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr:hover {
  background-color: #f5f5f5;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td {
  padding: 4px;
  font-size: 13px;
  text-align: left;
  font-weight: 500;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td a {
  padding: 5px 8px;
  display: inline-flex;
  border-radius: 4px;
  border: 1px solid #2b1c79;
  color: #2b1c79;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td a:hover {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td:nth-child(1) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td:nth-child(2) {
  width: 15%;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td:nth-child(3) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td:nth-child(4) {
  width: 10%;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td:nth-child(5) {
  width: 35%;
}
.rechangePlans_box_inner_middle_planDetails_box table tbody tr td:nth-child(6) {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  .rechangePlans_box {
    width: 100%;
  }
  .rechangePlans_box .close_rechargeBox {
    width: 15px;
    height: 15px;
    right: 15px;
    top: 12px;
    filter: invert(0);
  }
  .rechangePlans_box_inner {
    padding: 0;
  }
  .rechangePlans_box_inner_top {
    padding: 10px;
    margin-bottom: 10px;
  }
  .rechangePlans_box_inner_top h4 {
    font-size: 20px;
    margin: 0;
  }
  .rechangePlans_box_inner_middle_planCategory ul li {
    font-size: 13px;
  }
  .rechangePlans_box_inner_middle_planDetails_box table thead tr th {
    font-size: 13px;
    padding: 2px;
  }
  .rechangePlans_box_inner_middle_planDetails_box table tbody tr td {
    font-size: 13px;
    padding: 2px;
  }
}

.dashboard_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box {
    flex-direction: column;
  }
}
.dashboard_box_sidebar {
  width: 20%;
  position: sticky;
  top: 15px;
  z-index: 9999;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_sidebar {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_sidebar ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.dashboard_box_sidebar ul li {
  padding: 10px;
  color: #262626;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_sidebar ul li {
    justify-content: center;
  }
}
.dashboard_box_sidebar ul li a {
  display: flex;
  align-items: center;
  color: #262626;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_sidebar ul li a {
    justify-content: center;
  }
}
.dashboard_box_sidebar ul li span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  margin-right: 8px;
}
.dashboard_box_sidebar ul li span img {
  width: 100%;
}
.dashboard_box_sidebar ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
  padding-left: 12px;
}
.dashboard_box_sidebar ul li.active span img {
  filter: invert(1);
}
.dashboard_box_content {
  width: 80%;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_content {
    width: 100%;
  }
}
.dashboard_box_content_box {
  padding: 15px;
}
.dashboard_box_content_box_inner {
  display: none;
}
.dashboard_box_content_box_inner_box_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard_box_content_box_inner_box_heading h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2b1c79;
}
.dashboard_box_content_box_inner_box_heading h3 span {
  font-weight: 400;
  color: #262626;
}
.dashboard_box_content_box_inner_box_heading .point_balance {
  padding: 10px;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
}
.dashboard_box_content_box_inner_box_heading .point_balance span {
  display: inline-flex;
  padding: 5px 8px;
  background-color: #2b1c79;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
}
.dashboard_box_content_box_inner_box_body_tabs {
  margin-bottom: 20px;
}
.dashboard_box_content_box_inner_box_body_tabs ul {
  display: flex;
}
.dashboard_box_content_box_inner_box_body_tabs ul li {
  padding: 10px 15px;
  background-color: #e1e1e1;
  color: #262626;
  margin-right: 15px;
  border-radius: 30px;
  cursor: pointer;
}
.dashboard_box_content_box_inner_box_body_tabs ul li.active {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.dashboard_box_content_box_inner_box_body_inner {
  margin-bottom: 15px;
  border-radius: 10px;
  transition: all 0.25s ease-in-out;
}
.dashboard_box_content_box_inner_box_body_inner:last-child {
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_inner:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.dashboard_box_content_box_inner_box_body_inner_head {
  padding: 10px;
  background-color: #2b1c79;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #2b1c79;
  border-bottom: none;
}
.dashboard_box_content_box_inner_box_body_inner_head h4 {
  font-weight: 400;
}
.dashboard_box_content_box_inner_box_body_inner_head a {
  color: #FFFFFF;
  font-weight: 400;
}
.dashboard_box_content_box_inner_box_body_inner_body {
  padding: 15px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #e1e1e1;
  border-top: none;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body_inner_body {
    flex-direction: column;
  }
}
.dashboard_box_content_box_inner_box_body_inner_body_left {
  width: 60%;
  border-right: 1px solid #e1e1e1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.dashboard_box_content_box_inner_box_body_inner_body_left ul li {
  margin-bottom: 8px;
}
.dashboard_box_content_box_inner_box_body_inner_body_left ul li:last-child {
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_inner_body_left ul li span {
  color: #2b1c79;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body_inner_body_left {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
  }
  .dashboard_box_content_box_inner_box_body_inner_body_left ul {
    margin-bottom: 15px;
  }
}
.dashboard_box_content_box_inner_box_body_inner_body_right {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body_inner_body_right {
    width: 100%;
  }
}
.dashboard_box_content_box_inner_box_body_inner_body_right img {
  width: 100%;
  height: auto;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box {
  gap: 15px;
  flex-wrap: wrap;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner {
  width: 28%;
  background-color: #F5f5f5;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner .primary_address {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3674B5;
  color: #FFFFFF;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  border-bottom-left-radius: 6px;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner p {
  font-size: 18px;
  line-height: 1.32;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner_head p {
  padding: 4px 8px;
  border-radius: 10px;
  background-color: rgb(28.2818791946, 18.4161073826, 79.5838926174);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  display: inline-flex;
  margin-bottom: 8px;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner_box a img {
  width: 50px;
  margin-bottom: 8px;
}
.dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner_box a p {
  color: #262626;
}
.dashboard_box_content_box_inner_box_body_box {
  display: none;
}
.dashboard_box_content_box_inner_box_body_box.active {
  display: block;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head {
  display: flex;
  width: 100%;
  border-radius: 8px;
  background-color: #2b1c79;
  text-align: center;
  margin-bottom: 10px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div {
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div:nth-child(1) {
  width: 35%;
  text-align: left;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div:nth-child(2) {
  width: 13%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div:nth-child(3) {
  width: 13%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div:nth-child(4) {
  width: 10%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div:nth-child(5) {
  width: 13%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_head div:nth-child(6) {
  width: 16%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row {
  display: flex;
  border-radius: 8px;
  background-color: #F8F8FF;
  margin-bottom: 10px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data {
  text-align: center;
  font-size: 13px;
  padding: 8px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) {
  width: 35%;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: start;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) img {
  max-width: 50px;
  margin-right: 8px;
  border-radius: 5px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span {
  font-weight: 400;
  font-size: 13px;
}
@media only screen and (max-width: 475px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span.more_items {
  background-color: #08b6ba;
  color: #FFFFFF;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 10px;
}
@media only screen and (max-width: 475px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span.more_items {
    padding: 0.2rem;
    border-radius: 0.2rem;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span.more_items {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
  }
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(2) {
  width: 13%;
  font-size: 13px;
  font-weight: 400;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(3) {
  width: 13%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(4) {
  width: 10%;
  font-size: 13px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) {
  width: 13%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span {
  font-size: 12px;
  padding: 2px 4px;
  color: #FFFFFF;
  border-radius: 4px;
  text-transform: capitalize;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span.warning, .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span.pending {
  background-color: #FF8C42;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span.success {
  background-color: #4CAF50;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span.refunded {
  background-color: #007BFF;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span.failed, .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(5) span.cancelled {
  background-color: #D93025;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(6) {
  width: 16%;
  display: flex;
  justify-content: center;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_no_order_box {
  max-width: 400px;
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  text-align: center;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_no_order_box h2 {
  font-size: 24px;
  color: #2b1c79;
  margin-bottom: 15px;
  font-weight: 600;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_no_order_box p {
  color: #262626;
  font-size: 16px;
  line-height: 1.54;
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner {
  margin-bottom: 15px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner:last-child {
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head {
  padding: 15px;
  background-color: #F7F7F7;
  border: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left {
  width: 75%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left h5 {
  font-size: 20px;
  color: #262626;
  margin-bottom: 8px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul {
  display: inline-flex;
  align-items: center;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li {
  margin-right: 8px;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 14px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:last-child {
  margin-right: 0;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:last-child span {
  padding: 3px 8px;
  background-color: #2b1c79;
  color: #FFFFFF;
  display: inline-flex;
  border-radius: 10px;
  font-weight: 400;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:first-child.upcoming {
  background-color: #FFA500;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:first-child.failed {
  background-color: #B22222;
  color: #FFFFFF;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:first-child.completed {
  background-color: #50C878;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:nth-child(2) {
  background-color: rgb(255, 255, 255);
  font-weight: 500;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_right {
  width: 25%;
  display: flex;
  justify-content: center;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body {
  padding: 15px;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 15px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left {
  width: 60%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction {
  display: flex;
  gap: 15px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left {
  width: calc(50% - 10px);
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left span {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-flex;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left p:last-child {
  font-size: 14px;
  font-weight: 300;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left p:last-child span {
  font-size: 14px;
  font-weight: 500;
  color: #2b1c79;
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right {
  width: calc(50% - 10px);
  padding: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right span {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  display: inline-flex;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right p:last-child {
  font-size: 14px;
  font-weight: 300;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right p:last-child span {
  font-size: 14px;
  font-weight: 500;
  color: #2b1c79;
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right {
  width: 40%;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_info {
  margin-bottom: 10px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_info p {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_info p img {
  margin-right: 5px;
  max-width: 20px;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_traveller p {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_traveller p img {
  margin-right: 5px;
  max-width: 20px;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_head {
  display: flex;
  width: 100%;
  border-radius: 8px;
  background-color: #2b1c79;
  text-align: center;
  margin-bottom: 10px;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_head div {
  width: 15%;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_head div:nth-child(1) {
  width: 30%;
  text-align: left;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_head div:nth-child(4) {
  width: 10%;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: background-color 0.3s ease;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row:hover {
  background-color: #f5f5f5;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row:last-child {
  margin-bottom: 0;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top {
  display: flex;
  align-items: center;
  width: 100%;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div {
  width: 15%;
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:nth-child(1) {
  width: 30%;
  text-align: left;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:nth-child(1) div {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100%;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:nth-child(1) div img {
  max-width: 25px;
  margin-right: 8px;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:nth-child(1) div span {
  color: #262626;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:nth-child(3) {
  font-weight: 300;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:nth-child(4) {
  font-weight: 600;
  width: 10%;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:last-child span {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:last-child span.order_success {
  color: #4CAF50;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:last-child span.order_failed {
  color: #D93025;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:last-child span.order_pending {
  color: #FF8C42;
}
.dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div:last-child span.order_refunded {
  background-color: #007BFF;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head {
  display: flex;
  width: 100%;
  border-radius: 8px;
  background-color: #004E89;
  text-align: center;
  margin-bottom: 10px;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head div {
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head div:nth-child(1) {
  width: 40%;
  text-align: left;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head div:nth-child(2) {
  width: 15%;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head div:nth-child(3) {
  width: 10%;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head div:nth-child(4) {
  width: 15%;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_head div:nth-child(5) {
  width: 20%;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box {
  display: flex;
  border-radius: 8px;
  background-color: #F8F8FF;
  margin-bottom: 10px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data {
  text-align: center;
  padding: 8px;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(1) {
  width: 40%;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: start;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(1) img {
  max-width: 50px;
  margin-right: 8px;
  border-radius: 5px;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(1) span {
  font-size: 13px;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(2) {
  width: 15%;
  font-size: 14px;
  font-weight: 400;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(3) {
  width: 10%;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(4) {
  width: 15%;
  font-size: 13px;
}
.dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(5) {
  width: 20%;
  display: flex;
  justify-content: center;
}
.dashboard_box_content_box_inner_box_body .rewards_summary {
  padding: 15px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary {
    padding: 10px;
    background-color: transparent;
  }
}
.dashboard_box_content_box_inner_box_body .rewards_summary h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 375px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary_row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner {
  padding: 15px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary_box_inner {
    padding: 10px;
  }
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner span.icon {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner span.icon img {
  max-width: 18px;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner h4 {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: start;
  gap: 4px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary_box_inner h4 {
    font-size: 28px;
  }
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner h4 span {
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  line-height: 1;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary_box_inner h4 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body .rewards_summary_box_inner p {
    font-size: 14px;
  }
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.available {
  background-color: #FFE2E5;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.available span.icon {
  background-color: #FA5A7D;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.redeem {
  background-color: #FFF4DE;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.redeem span.icon {
  background-color: #FF947A;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.earned {
  background-color: #DCFCE7;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.earned span.icon {
  background-color: #3CD856;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.offers {
  background-color: #F3E8FF;
}
.dashboard_box_content_box_inner_box_body .rewards_summary_box_inner.offers span.icon {
  background-color: #BF83FF;
}
.dashboard_box_content_box_inner_box_bottom .no-txn {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
.dashboard_box_content_box_inner_box_bottom .no-txn__card {
  max-width: 600px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 14px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  padding: 28px;
}
.dashboard_box_content_box_inner_box_bottom .no-txn__icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
  animation: pulse 2s infinite;
}
.dashboard_box_content_box_inner_box_bottom .no-txn__title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}
.dashboard_box_content_box_inner_box_bottom .no-txn__subtitle {
  margin: 10px auto 0;
  color: #64748b;
  font-size: 0.95rem;
  max-width: 50ch;
  line-height: 1.5;
}
.dashboard_box_content_box_inner_box_bottom .no-txn__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table {
  width: 100%;
  overflow-x: auto;
  min-height: 200px;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table {
    height: auto;
    max-height: fit-content;
  }
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  height: 250px;
  max-height: 250px;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table {
    height: auto;
    max-height: fit-content;
  }
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table thead {
  position: sticky;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #f1f5ff, #e8f0ff);
  z-index: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table thead {
    position: relative;
  }
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table thead th {
  padding: 12px;
  text-align: left;
  color: #1a3462;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #d6e0f5;
}
@media only screen and (max-width: 450px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table thead th {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table thead th {
    white-space: nowrap;
    padding: 8px;
  }
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr {
  background: #FFFFFF;
  transition: all 0.2s ease;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr:nth-child(even) {
  background: #f5f8fc;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr:hover {
  background: #eef5ff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td {
  padding: 10px 12px;
  text-align: left;
  border: 1px solid #e0e6f1;
  border-right: none;
  border-left: none;
  font-size: 14px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td {
    padding: 6px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 450px) {
  .dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td {
    font-size: 12px;
  }
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td:first-child {
  border-left: 1px solid #e0e6f1;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-weight: 500;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td:last-child {
  border-right: 1px solid #e0e6f1;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td span.earned {
  color: #28a745;
  font-weight: 600;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td span.redeemed {
  color: #dc3545;
  font-weight: 600;
}
.dashboard_box_content_box_inner_box_bottom .home_past_activity_inner_table table tbody tr td span.refunded {
  color: #007bff;
  font-weight: 600;
}
.dashboard_box_content_box_inner.active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .dashboard_box {
    gap: 15px;
    flex-direction: column;
  }
  .dashboard_box_sidebar {
    width: 100%;
    position: sticky;
    top: 10px;
  }
  .dashboard_box_sidebar ul {
    display: flex;
    gap: 10px;
    background-color: #FFFFFF;
    padding: 8px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
  .dashboard_box_sidebar ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard_box_sidebar ul li {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 8px;
    border-radius: 8px;
    margin: 0;
    justify-content: center;
    border: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 768px) and (max-width: 600px) {
  .dashboard_box_sidebar ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard_box_sidebar ul li.active {
    padding-left: 5px;
    border-color: #2b1c79;
  }
  .dashboard_box_sidebar ul li:last-child {
    display: none;
  }
  .dashboard_box_sidebar ul li span {
    width: 20px;
    height: 20px;
  }
  .dashboard_box_content {
    width: 100%;
  }
  .dashboard_box_content_box {
    padding: 10px;
  }
  .dashboard_box_content_box_inner_box_heading {
    flex-direction: column;
    gap: 10px;
  }
  .dashboard_box_content_box_inner_box_heading h3 {
    font-size: 20px;
  }
  .dashboard_box_content_box_inner_box_heading .point_balance {
    padding: 10px;
    border-radius: 30px;
    font-size: 14px;
  }
  .dashboard_box_content_box_inner_box_heading .point_balance span {
    padding: 5px 8px;
    font-size: 16px;
  }
  .dashboard_box_content_box_inner_box_body_inner_body {
    padding: 10px;
  }
  .dashboard_box_content_box_inner_box_body_inner_body ul li {
    font-size: 14px;
  }
  .dashboard_box_content_box_inner_box_body_inner_body .addresses_box {
    gap: 10px;
  }
  .dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner {
    width: 100%;
    padding: 10px;
    padding-top: 20px;
  }
  .dashboard_box_content_box_inner_box_body_inner_body .addresses_box_inner p {
    font-size: 16px;
  }
  .dashboard_box_content_box_inner_box_body_tabs ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .dashboard_box_content_box_inner_box_body_tabs ul li {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 5px;
    font-size: 14px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_head {
    padding: 4px;
    display: none;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row {
    width: 100%;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data {
    width: 100% !important;
    margin-bottom: 5px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) {
    display: flex;
    flex-direction: column;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 475px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) img {
    max-height: 130px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 475px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(1) span {
    font-size: 12px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(3) {
    font-weight: 300;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_box_body_row_data:nth-child(4) {
    font-weight: 300;
    font-size: 12px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner {
    margin-bottom: 10px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head {
    padding: 10px;
    flex-direction: column;
    gap: 10px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left {
    width: 100%;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul {
    display: flex;
    gap: 8px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li {
    font-size: 10px;
    text-align: center;
    margin-right: 0;
    padding: 4px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 399px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:nth-child(1) {
    width: 20%;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:nth-child(2) {
    width: 30%;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_left ul li:nth-child(3) {
    width: 50%;
    padding: 0;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_right {
    width: 100%;
    justify-content: end;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_head_right a {
    width: 100%;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body {
    padding: 10px;
    flex-direction: column;
    gap: 10px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left {
    width: 100%;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction {
    display: flex;
    gap: 10px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left, .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right {
    width: 50%;
    padding: 5px;
    border-radius: 5px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left span, .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right span {
    font-size: 14px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left p, .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right p {
    font-size: 12px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left p:last-child, .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right p:last-child {
    font-size: 12px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_left p:last-child span, .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right p:last-child span {
    font-size: 12px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_left .booking_transaction_right {
    width: 50%;
    padding: 5px;
    border-radius: 5px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right {
    width: 100%;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight {
    display: flex;
    gap: 8px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_info {
    margin-bottom: 0;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_info p {
    font-weight: 400;
    font-size: 13px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_info p img {
    width: 15px;
    margin-right: 4px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_traveller {
    margin-bottom: 0;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_traveller p {
    font-weight: 400;
    font-size: 13px;
  }
  .dashboard_box_content_box_inner_box_body_box .transaction_history_travel_box_inner_body_right .booking_flight_traveller p img {
    width: 15px;
    margin-right: 4px;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_head {
    display: none;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row {
    margin: 0;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top {
    width: 100%;
    padding: 5px;
    flex-direction: column;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div {
    width: 100% !important;
    padding: 0;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div div {
    justify-content: center;
    flex-direction: column;
  }
  .dashboard_box_content_box_inner_box_body_box .recharge_history_box_body_row_top div div img {
    max-width: 35px;
    margin-bottom: 4px;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_head {
    display: none;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_body_box {
    flex-direction: column;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data {
    width: 100% !important;
    padding: 0;
    margin-bottom: 5px;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(1) {
    flex-direction: column;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(1) img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }
  .dashboard_box_content_box_inner_box_body_box .product_history_box_body_box_data:nth-child(1) span {
    margin: 0 5px 5px 5px;
    text-align: center;
  }
}

.flight_transations {
  padding: 10px;
}
.flight_transations_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.flight_transations_box_left {
  width: 70%;
}
.flight_transations_box_left_head {
  padding: 8px;
  background-color: #2b1c79;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  margin-bottom: 10px;
}
.flight_transations_box_left_head_tripstatus {
  width: 60%;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 14px;
}
.flight_transations_box_left_head_tripbookingid {
  width: 40%;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  justify-content: end;
}
.flight_transations_box_left_body_box {
  background-color: #FFFFFF;
  border-radius: 5px;
  max-height: 450px;
  overflow-y: auto;
}
.flight_transations_box_left_body_box_inner {
  margin-bottom: 15px;
  background-color: #FFFFFF;
}
.flight_transations_box_left_body_box_inner:last-child {
  margin-bottom: 0;
}
.flight_transations_box_left_body_box_inner_head {
  padding: 8px;
  background-color: #f5f5f5;
  display: flex;
  margin-bottom: 10px;
}
.flight_transations_box_left_body_box_inner_head_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-right: 8px;
}
.flight_transations_box_left_body_box_inner_head_left span {
  padding: 5px;
  background-color: #2b1c79;
  color: #FFFFFF;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 12px;
}
.flight_transations_box_left_body_box_inner_head_left span:last-child {
  background-color: transparent;
  color: #262626;
}
.flight_transations_box_left_body_box_inner_head_right h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 4px;
}
.flight_transations_box_left_body_box_inner_head_right ul {
  display: flex;
}
.flight_transations_box_left_body_box_inner_head_right ul li {
  font-size: 14px;
  margin-right: 8px;
}
.flight_transations_box_left_body_box_inner_head_right ul li:last-child {
  margin-right: 0;
}
.flight_transations_box_left_body_box_inner_body_box {
  margin-bottom: 10px;
}
.flight_transations_box_left_body_box_inner_body_box:last-child {
  margin-bottom: 0;
}
.flight_transations_box_left_body_box_inner_body_box_head {
  display: flex;
  padding: 8px;
  margin-bottom: 10px;
}
.flight_transations_box_left_body_box_inner_body_box_head_left {
  width: 15%;
  display: flex;
  flex-direction: column;
}
.flight_transations_box_left_body_box_inner_body_box_head_left_top {
  display: flex;
  align-items: center;
}
.flight_transations_box_left_body_box_inner_body_box_head_left_top img {
  margin-right: 4px;
}
.flight_transations_box_left_body_box_inner_body_box_head_left_top p {
  font-size: 14px;
  font-weight: 500;
}
.flight_transations_box_left_body_box_inner_body_box_head_left_bottom span {
  font-size: 12px;
  font-weight: 500;
  flex-direction: column;
}
.flight_transations_box_left_body_box_inner_body_box_head_right {
  width: 85%;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box {
  display: flex;
  align-items: center;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_left {
  width: 40%;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_left p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_left h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_left h4 span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  line-height: 1;
  margin-left: 4px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_left span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.24;
  display: flex;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_middle {
  width: 20%;
  display: flex;
  justify-content: center;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_middle p {
  display: inline-flex;
  justify-content: center;
  background-color: #e1e1e1;
  padding: 4px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_middle p:before {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-flex;
  background-color: #e1e1e1;
  position: absolute;
  top: 50%;
  left: -20px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_middle p:after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-flex;
  background-color: #e1e1e1;
  position: absolute;
  top: 50%;
  right: -20px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_right {
  width: 40%;
  text-align: right;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_right p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_right h4 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: end;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_right h4 span {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  line-height: 1;
  margin-left: 4px;
}
.flight_transations_box_left_body_box_inner_body_box_head_right_box_right span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.24;
  display: flex;
}
.flight_transations_box_left_body_box_inner_body_box_body_table {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.flight_transations_box_left_body_box_inner_body_box_body_table table {
  width: 100%;
  border-spacing: 0;
}
.flight_transations_box_left_body_box_inner_body_box_body_table table thead {
  text-align: left;
}
.flight_transations_box_left_body_box_inner_body_box_body_table table thead th {
  font-size: 14px;
  padding: 5px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #e1e1e1;
  width: 33.3333333333%;
}
.flight_transations_box_left_body_box_inner_body_box_body_table table tbody tr td {
  font-size: 12px;
  padding: 4px;
  border-bottom: 1px solid #e1e1e1;
  width: 33.3333333333%;
}
.flight_transations_box_left_body_box_inner_body_box_body_table table tbody tr:last-child td {
  border-bottom: none;
}
.flight_transations_box_right {
  width: 30%;
}
.flight_transations_box_right_box_head {
  padding: 8px;
  background-color: #2b1c79;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.flight_transations_box_right_box_head h4 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.flight_transations_box_right_box_body {
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.flight_transations_box_right_box_body_box_inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.flight_transations_box_right_box_body_box_inner_left {
  width: 60%;
  font-size: 12px;
  padding: 8px;
  font-weight: 400;
}
.flight_transations_box_right_box_body_box_inner_right {
  width: 40%;
  font-size: 12px;
  padding: 8px;
  font-weight: 500;
  text-align: right;
}
.flight_transations_box_right_box_body_box_inner:last-child {
  border-bottom: none;
}
.flight_transations_box_right_box_body_box_inner:last-child .flight_transations_box_right_box_body_box_inner_left {
  font-size: 14px;
  font-weight: 600;
}
.flight_transations_box_right_box_body_box_inner:last-child .flight_transations_box_right_box_body_box_inner_right {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .flight_transations_box_right_box_head {
    padding: 5px;
  }
  .flight_transations_box_right_box_body_box_inner_left {
    padding: 5px;
    font-size: 11px;
  }
  .flight_transations_box_right_box_body_box_inner_right {
    padding: 5px;
    font-size: 11px;
  }
  .flight_transations_box_right_box_body_box_inner:last-child .flight_transations_box_right_box_body_box_inner_left {
    font-size: 12px;
    font-weight: 500;
  }
  .flight_transations_box_right_box_body_box_inner:last-child .flight_transations_box_right_box_body_box_inner_right {
    font-size: 12px;
    font-weight: 500;
  }
}

.giftcard_transations_box {
  max-height: 450px;
  overflow-y: auto;
}
.giftcard_transations_box_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.giftcard_transations_box_head_left {
  width: 50%;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
}
.giftcard_transations_box_head_left p {
  font-size: 14px;
}
.giftcard_transations_box_head_left span {
  padding: 4px 8px;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  color: #262626;
  font-size: 14px;
  text-transform: uppercase;
}
.giftcard_transations_box_head_left span.success {
  background-color: #4CAF50;
  color: #FFFFFF;
}
.giftcard_transations_box_head_left span.pending {
  background-color: #FF8C42;
  color: #FFFFFF;
}
.giftcard_transations_box_head_left span.refunded {
  background-color: #007BFF;
}
.giftcard_transations_box_head_left span.failed, .giftcard_transations_box_head_left span.cancelled {
  background-color: #D93025;
  color: #FFFFFF;
}
.giftcard_transations_box_head_right {
  width: 50%;
  color: #262626;
  font-size: 13px;
  text-align: right;
  font-weight: 400;
}
.giftcard_transations_box_head_right p {
  font-weight: 400;
}
.giftcard_transations_box_head_right p span {
  font-weight: 600;
  color: #262626;
}
.giftcard_transations_box_head_right p:first-child {
  margin-bottom: 4px;
}
.giftcard_transations_box_middle {
  border-bottom: 1px solid #e1e1e1;
}
.giftcard_transations_box_middle:last-child {
  border-bottom: none;
}
.giftcard_transations_box_middle_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.giftcard_transations_box_middle_box_left {
  width: 70%;
  display: flex;
  align-items: center;
}
.giftcard_transations_box_middle_box_left img {
  max-width: 100px;
  margin-right: 10px;
  border-radius: 5px;
}
.giftcard_transations_box_middle_box_left h4 {
  font-size: 16px;
  font-weight: 500;
}
.giftcard_transations_box_middle_box_right {
  width: 30%;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.giftcard_transations_box_middle_box_right_box h4 {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: end;
}
.giftcard_transations_box_middle_box_right_box h4 span {
  font-size: 20px;
  text-decoration: line-through;
  font-weight: 400;
  color: #9aa0a6;
  margin-right: 5px;
}
.giftcard_transations_box_middle_box_right p {
  font-size: 14px;
  font-weight: 400;
}
.giftcard_transations_box_middle_box_right p span {
  display: inline-flex;
  padding: 4px 8px;
  background-color: #2b1c79;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 4px;
}
.giftcard_transations_box_value_box {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 10px;
}
.giftcard_transations_box_value_box_left {
  width: 40%;
  padding: 8px;
  background-color: #dcf0ff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
}
.giftcard_transations_box_value_box_left h5 {
  color: #262626;
  margin-bottom: 5px;
  font-weight: 300;
}
.giftcard_transations_box_value_box_left p {
  font-weight: 600;
}
.giftcard_transations_box_value_box_middle {
  width: 30%;
  padding: 8px;
  background-color: #dcf0ff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
}
.giftcard_transations_box_value_box_middle h5 {
  color: #262626;
  margin-bottom: 5px;
  font-weight: 300;
}
.giftcard_transations_box_value_box_middle p {
  font-weight: 600;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.giftcard_transations_box_value_box_right {
  width: 30%;
  padding: 8px;
  background-color: #dcf0ff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 5px;
}
.giftcard_transations_box_value_box_right h5 {
  color: #262626;
  margin-bottom: 5px;
  font-weight: 300;
}
.giftcard_transations_box_value_box_right p {
  font-weight: 600;
}
.giftcard_transations_box_bottom_box {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.giftcard_transations_box_bottom_box_left {
  width: 40%;
  padding: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}
.giftcard_transations_box_bottom_box_left h5 {
  font-size: 16px;
  margin-bottom: 4px;
}
.giftcard_transations_box_bottom_box_left p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}
.giftcard_transations_box_bottom_box_left p.gc_user_email {
  font-weight: 400;
  margin-bottom: 0;
}
.giftcard_transations_box_bottom_box_right {
  width: 60%;
  padding: 4px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  border-left: none;
  background-color: #f5f5f5;
}
.giftcard_transations_box_bottom_box_right.width_full {
  width: 100%;
}
.giftcard_transations_box_bottom_box_right_box table {
  width: 100%;
  border-spacing: 0;
}
.giftcard_transations_box_bottom_box_right_box table tbody tr td {
  font-size: 14px;
  padding: 4px;
  border-bottom: 1px solid #e1e1e1;
}
.giftcard_transations_box_bottom_box_right_box table tbody tr td:last-child {
  font-weight: 600;
  text-align: right;
}
.giftcard_transations_box_bottom_box_right_box table tbody tr:last-child td {
  border-bottom: none;
}
.giftcard_transations_box_results {
  padding: 10px;
}
@media only screen and (max-width: 425px) {
  .giftcard_transations_box_results {
    padding: 8px 0 0;
  }
}
.giftcard_transations_box_results_box {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.giftcard_transations_box_results_box table {
  width: 100%;
  border-spacing: 0;
}
.giftcard_transations_box_results_box table tbody tr td {
  font-size: 14px;
  padding: 4px;
  border-bottom: 1px solid #e1e1e1;
}
.giftcard_transations_box_results_box table tbody tr td:last-child {
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 425px) {
  .giftcard_transations_box_results_box table tbody tr td {
    font-size: 13px;
    padding: 3px;
  }
}
.giftcard_transations_box_results_box table tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .giftcard_transations_box_head {
    display: flex;
    gap: 8px;
    padding: 8px;
    flex-direction: column;
  }
  .giftcard_transations_box_head_left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .giftcard_transations_box_head_left p {
    font-size: 14px;
  }
  .giftcard_transations_box_head_left p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .giftcard_transations_box_head_right {
    width: 100%;
    justify-content: space-between;
    display: flex;
  }
  .giftcard_transations_box_head_right p {
    font-size: 12px;
    margin: 0;
  }
  .giftcard_transations_box_head_right p:first-child {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 375px) {
  .giftcard_transations_box_head_right p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 350px) {
  .giftcard_transations_box_head_right p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .giftcard_transations_box_middle_box {
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .giftcard_transations_box_middle_box {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .giftcard_transations_box_middle_box_left img {
    width: 50px;
    margin-right: 5px;
    border-radius: 4px;
  }
  .giftcard_transations_box_middle_box_left h4 {
    font-size: 14px;
    font-weight: 400;
  }
  .giftcard_transations_box_middle_box_left span {
    font-size: 14px;
    font-weight: 400;
  }
  .giftcard_transations_box_middle_box_right h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .giftcard_transations_box_middle_box_right h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .giftcard_transations_box_middle_box_right h4 span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .giftcard_transations_box_middle_box_right p {
    font-size: 12px;
  }
  .giftcard_transations_box_middle_box_right p span {
    font-weight: 500;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .giftcard_transations_box_middle_box_right p {
    font-size: 10px;
  }
  .giftcard_transations_box_middle_box_right p span {
    font-size: 11px;
    border-radius: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .giftcard_transations_box_value_box {
    padding: 8px;
    flex-direction: column;
  }
  .giftcard_transations_box_value_box_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: none;
  }
  .giftcard_transations_box_value_box_left h5 {
    margin: 0;
  }
  .giftcard_transations_box_value_box_left p {
    font-weight: 500;
  }
  .giftcard_transations_box_value_box_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: none;
  }
  .giftcard_transations_box_value_box_middle h5 {
    margin: 0;
  }
  .giftcard_transations_box_value_box_middle p {
    font-weight: 500;
  }
  .giftcard_transations_box_value_box_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-shadow: none;
  }
  .giftcard_transations_box_value_box_right h5 {
    margin: 0;
  }
  .giftcard_transations_box_value_box_right p {
    font-weight: 500;
  }
  .giftcard_transations_box_bottom_box {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }
  .giftcard_transations_box_bottom_box_left {
    width: 100%;
  }
  .giftcard_transations_box_bottom_box_right {
    width: 100%;
  }
}

.order_filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .order_filters {
    flex-direction: column;
    gap: 10px;
  }
}
.order_filters_left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .order_filters_left {
    width: 100%;
  }
}
.order_filters_left input {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  width: 100%;
}
.order_filters_right {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .order_filters_right {
    width: 100%;
  }
}
.order_filters_right_inner {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.order_filters_right_inner select {
  padding: 8px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .order_filters_right_inner {
    flex-direction: column;
    gap: 8px;
  }
  .order_filters_right_inner select {
    width: 100%;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

.page-btn {
  padding: 8px 16px;
  border: none;
  background: #4a90e2;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.page-btn:hover {
  background: #357abd;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#pageInfo {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  padding: 6px 12px;
  background: #f1f1f1;
  border-radius: 6px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#ui-datepicker-div {
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  padding: 1rem;
  border: 1px solid #e3e8f2;
  animation: fadeIn 0.2s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ui-datepicker-calendar thead th {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ui-datepicker-calendar thead th span {
  color: #2b1c79;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  transition: all 0.2s ease;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  height: 2rem;
  width: 2rem;
  margin: 0 auto;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #f1f5f9;
  transform: scale(1.05);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #2b1c79;
  color: #FFFFFF;
}
.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #e0f2f1;
  color: #FFFFFF;
  font-weight: 600;
}
.ui-datepicker-header {
  position: relative;
  padding: 0;
  margin-bottom: 0.5rem;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-datepicker-header a.ui-corner-all:hover {
  background-color: #f8fafc;
  transform: translateY(-50%) scale(1.1);
}
.ui-datepicker-header a.ui-corner-all.ui-datepicker-prev {
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjQ3NDhCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjcxIDYuMjlsNC4wOS00LjA4YS43MS43MSAwIDAgMC0xLTFMMy4yIDUuOGEuNy43IDAgMCAwIDAgMWw1LjYgNS42YS43MS43MSAwIDAgMCAxLTFMNS43MSA2LjdjLjA0LS4xNC4wNC0uMjguMDEtLjQyeiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  margin-top: 0;
}
.ui-datepicker-header a.ui-corner-all.ui-datepicker-next {
  right: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNjQ3NDhCIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  margin-top: 0;
}
.ui-datepicker-header a.ui-corner-all > span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #1e293b;
  padding: 0;
  margin: 0;
}

.ui-datepicker-week-col {
  color: #64748b;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.5rem 0.25rem;
}

.ui-datepicker-calendar thead tr {
  border-bottom: 1px solid #e2e8f0;
}
.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #f1f5f9;
}
.ui-datepicker-calendar tbody tr:last-child {
  border-bottom: none;
}

@media (max-width: 480px) {
  #ui-datepicker-div {
    padding: 0.75rem;
    margin: 0.5rem;
  }
  .ui-datepicker-calendar tbody td a {
    height: 1.75rem;
    width: 1.75rem;
    font-size: 0.8125rem;
  }
}
.info_pages_header {
  max-width: 900px;
  margin: 0 auto;
}
.info_pages_header_inner {
  width: 100%;
  text-align: center;
}
.info_pages_header_inner h1 {
  font-size: 54px;
  margin-bottom: 20px;
  color: #2b1c79;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .info_pages_header_inner h1 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .info_pages_header_inner h1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.info_pages_header_inner h4 {
  font-size: 18px;
  line-height: 1.48;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .info_pages_header_inner h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.info_heading {
  display: flex;
  justify-content: center;
}
.info_row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .info_row {
    flex-direction: column;
    gap: 10px;
  }
}
.info_box {
  width: 33.3333333333%;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: all 0.25s ease-in-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.info_box img {
  max-width: 100px;
  margin-bottom: 10px;
}
.info_box h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
}
.info_box p {
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
.info_box:hover {
  transform: translateY(-7px);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 768px) {
  .info_box {
    width: 100%;
    padding: 15px;
  }
  .info_box img {
    max-width: 60px;
  }
  .info_box h4 {
    font-size: 20px;
  }
  .info_box p {
    font-size: 14px;
  }
}

.innerbg {
  background: url(../img/innerBg.webp) no-repeat;
  background-size: cover;
}

.inner_heading {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .inner_heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .inner_heading {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.inner_heading h1 {
  font-size: 40px;
  font-weight: 600;
  color: #2b1c79;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .inner_heading h1 {
    font-size: 32px;
  }
}
.inner_heading p {
  font-size: 18px;
  color: #262626;
  margin-bottom: 0;
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
  .inner_heading p {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 399px) {
  .inner_heading p {
    font-size: 14px;
  }
}

.policy_box {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .policy_box {
    padding: 15px;
  }
}
.policy_box_heading h1 {
  font-size: 32px;
  color: #2b1c79;
  margin-bottom: 15px;
  font-weight: 700;
}
.policy_box_inner {
  margin-bottom: 20px;
}
.policy_box_inner:last-child {
  margin-bottom: 0;
}
.policy_box_inner h2 {
  color: #08b6ba;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.policy_box_inner h3 {
  color: #08b6ba;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.policy_box_inner h4 {
  color: #08b6ba;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.policy_box_inner p {
  color: #262626;
  margin-bottom: 10px;
  line-height: 1.36;
  font-size: 14px;
  font-weight: 400;
}
.policy_box_inner p:last-child {
  margin-bottom: 0;
}
.policy_box_inner p br {
  display: block;
}
.policy_box_inner ul {
  padding-left: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .policy_box_inner ul {
    padding-left: 15px;
  }
}
.policy_box_inner ul:last-child {
  margin-bottom: 0;
}
.policy_box_inner ul li {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
.policy_box_inner ul li:last-child {
  margin-bottom: 0;
}
.policy_box_inner ol {
  padding-left: 25px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .policy_box_inner ol {
    padding-left: 15px;
  }
}
.policy_box_inner ol:last-child {
  margin-bottom: 0;
}
.policy_box_inner ol li {
  list-style-type: disc;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 6px;
}
.policy_box_inner ol li:last-child {
  margin-bottom: 0;
}
.policy_box_inner a {
  color: #08b6ba;
}

.coming-soon {
  max-width: 450px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.coming-soon-card {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.coming-soon-card h2 {
  margin-bottom: 15px;
  font-weight: 600;
}
.coming-soon-card p {
  color: #262626;
  margin-bottom: 15px;
  line-height: 1.36;
}

.empty_cart {
  max-width: 450px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.empty_cart_card h2 {
  margin-bottom: 15px;
  font-weight: 600;
}
.empty_cart_card p {
  color: #262626;
  margin-bottom: 15px;
  line-height: 1.36;
}
@media only screen and (max-width: 768px) {
  .empty_cart_card h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .empty_cart_card p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.common_page {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .common_page {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .common_page {
    flex-direction: column;
  }
}
.common_page_left {
  width: 20%;
  background-color: #FFFFFF;
  border-radius: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .common_page_left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .common_page_left {
    display: none;
  }
}
.common_page_left ul {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .common_page_left ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 10px;
  }
}
.common_page_left ul li {
  color: #262626;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  border: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .common_page_left ul li {
    justify-content: center;
    margin-bottom: 0;
  }
}
.common_page_left ul li:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.common_page_left ul li:last-child {
  margin-bottom: 0;
}
.common_page_left ul li a {
  color: #262626;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .common_page_left ul li a {
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }
}
.common_page_left ul li.active {
  background-color: #2b1c79;
  border-color: #2b1c79;
}
.common_page_left ul li.active a {
  color: #FFFFFF;
  font-weight: 600;
}
.common_page_right {
  width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .common_page_right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .common_page_right {
    width: 100%;
  }
}

.footer_upper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .footer_upper {
    flex-direction: column;
    padding: 20px 15px;
  }
}
.footer_upper_box {
  width: 33.3333333333%;
}
@media only screen and (max-width: 768px) {
  .footer_upper_box {
    width: 100%;
  }
}
.footer_upper_box h4 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer_upper_box p {
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.32;
}
@media only screen and (max-width: 480px) {
  .footer_upper_box p {
    font-size: 14px;
  }
}
.footer_upper_box ul.quick_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 10px;
}
.footer_upper_box ul.quick_links li {
  margin-bottom: 5px;
}
.footer_upper_box ul.quick_links li a {
  color: #FFFFFF;
  position: relative;
  font-weight: 300;
}
.footer_upper_box ul.quick_links li a:before {
  content: "";
  width: 0%;
  height: 0.75px;
  background-color: #FFFFFF;
  display: inline-flex;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease-in-out;
}
.footer_upper_box ul.quick_links li a:hover:before {
  width: 100%;
}
.footer_upper_box ul.footer_links {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer_upper_box form {
  display: flex;
  margin-bottom: 20px;
}
.footer_upper_box form input {
  padding: 8px 15px;
  border: none;
  font-size: 16px;
}
.footer_upper_box .social ul {
  display: flex;
  justify-content: start;
}
.footer_upper_box .social ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.footer_upper_box .social ul li a {
  color: #FFFFFF;
  display: flex;
}
.footer_upper_box .social ul li a:before {
  content: none;
}
.footer_upper_box .social ul li a img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 480px) {
  .footer_upper_box .social ul li a img {
    width: 25px;
    height: 25px;
  }
}
.footer_upper_box .social ul li:hover {
  transform: translateY(-2px);
}
.footer_upper_box .social ul li:last-child {
  margin-right: 0;
}
.footer_upper_box_logo {
  margin-bottom: 10px;
  max-width: 70px;
}
.footer_below {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer_below_box {
  width: 100%;
}
.footer_below_box_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer_below_box_inner {
    flex-direction: column-reverse;
    padding: 10px 0;
  }
}
.footer_below_box_inner_left {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer_below_box_inner_left {
    width: 100%;
    text-align: center;
  }
}
.footer_below_box_inner_left p {
  font-weight: 300;
}
.footer_below_box_inner_right {
  width: 50%;
}
.footer_below_box_inner_right ul {
  display: flex;
  justify-content: end;
}
.footer_below_box_inner_right ul li {
  margin-right: 10px;
}
.footer_below_box_inner_right ul li:last-child {
  margin-right: 0;
}
.footer_below_box_inner_right ul li a {
  color: #FFFFFF;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .footer_below_box_inner_right {
    width: 100%;
    margin-bottom: 5px;
  }
  .footer_below_box_inner_right ul {
    justify-content: center;
  }
}

.social_media_box {
  display: flex;
  justify-content: end;
}
.social_media_box ul {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  background-color: #FFFFFF;
  z-index: 99;
  position: relative;
}
@media only screen and (max-width: 475px) {
  .social_media_box ul {
    gap: 10px;
    padding: 0 10px;
  }
}
.social_media_box ul li {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 475px) {
  .social_media_box ul li {
    width: 40px;
    height: 40px;
  }
}
.social_media_box ul li:hover {
  transform: translateY(-2px);
}
.social_media_box ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.social_media_box ul li a img {
  height: 20px;
}

.social_media {
  position: relative;
  padding: 30px 0;
}
.social_media:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #08b6ba;
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-flex;
}

.footer_new_links ul {
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.footer_new_links ul li a {
  color: #262626;
}
.footer_new_links ul li:hover a {
  color: #2b1c79;
}
@media only screen and (max-width: 768px) {
  .footer_new_links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .footer_new_links ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.footer_bottom_new_links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer_bottom_new_links {
    flex-direction: column;
    gap: 15px;
  }
}
.footer_bottom_new_links_left {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .footer_bottom_new_links_left {
    width: 100%;
  }
}
.footer_bottom_new_links_left ul {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.footer_bottom_new_links_left ul li a {
  color: #FFFFFF;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .footer_bottom_new_links_left ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 425px) {
  .footer_bottom_new_links_left ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.footer_bottom_new_links_right {
  width: 25%;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .footer_bottom_new_links_right {
    width: 100%;
    justify-content: start;
  }
}
.footer_bottom_new_links_right span img {
  max-width: 100px;
}

.popup {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999999;
  backdrop-filter: blur(2px);
}
.popup.active {
  display: block;
}
.popup_box {
  width: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 600px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media only screen and (max-width: 768px) {
  .popup_box {
    width: 100%;
    padding: 10px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.popup_box .close_btn {
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: -30px;
  top: -20px;
  filter: invert(1);
}
@media only screen and (max-width: 768px) {
  .popup_box .close_btn {
    left: 50%;
    top: -30px;
  }
}
.popup_box_inner {
  padding: 20px;
}
.popup_box_inner_box h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 24px;
}
.popup_box_inner .fare_table h4 {
  font-size: 24px;
  color: #2b1c79;
  margin-bottom: 10px;
  text-align: center;
}
.popup_box_inner .fare_table_box h5 {
  background-color: #2b1c79;
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.popup_box_inner .fare_table_box h5 span {
  margin-right: 6px;
  display: inline-flex;
}
.popup_box_inner .fare_table_box h5 span img {
  width: 20px;
}
.popup_box_inner .fare_table_box table {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-spacing: 0;
}
.popup_box_inner .fare_table_box table thead th {
  text-align: left;
  padding: 5px;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-right: none;
  font-size: 15px;
}
.popup_box_inner .fare_table_box table thead th:last-child {
  border-right: 1px solid #e1e1e1;
}
.popup_box_inner .fare_table_box table tbody tr td {
  text-align: left;
  padding: 5px;
  border: 1px solid #e1e1e1;
  border-right: none;
  border-bottom: none;
  font-size: 13px;
}
.popup_box_inner .fare_table_box table tbody tr td:last-child {
  border-right: 1px solid #e1e1e1;
}
.popup_box_inner .fare_table_box table tbody tr:last-child td {
  border-bottom: 1px solid #e1e1e1;
}
.popup_box_inner .confirm_box img {
  margin-bottom: 15px;
}
.popup_box_inner .confirm_box h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}
.popup_box_inner .confirm_box h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.popup_box_inner .confirm_box p {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}
.popup_box_inner .confirm_box p span {
  color: #FF8C42;
  font-weight: 500;
}
.popup_box_inner .checkout_session_box {
  text-align: center;
}
.popup_box_inner .checkout_session_box img {
  margin-bottom: 15px;
}
.popup_box_inner .checkout_session_box h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}
.popup_medium_box {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 800px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .popup_medium_box {
    width: 100%;
    padding: 10px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.popup_medium_box .close_btn {
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: -30px;
  top: -20px;
  filter: invert(1);
}
@media only screen and (max-width: 768px) {
  .popup_medium_box .close_btn {
    left: 50%;
    top: -30px;
  }
}
.popup_medium_box_inner_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  gap: 10px;
}
.popup_medium_box_inner_header h3 {
  text-align: center;
  font-size: 28px;
  color: #2b1c79;
}
.popup_medium_box_inner_header p {
  font-size: 18px;
}
.popup_medium_box_inner_body_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .popup_medium_box_inner_body_row {
    flex-direction: column;
    gap: 0;
  }
}
.popup_medium_box_inner_body_row .login_box_boxed {
  width: 50%;
}
.popup_medium_box_inner_body_row .login_box_boxed:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .popup_medium_box_inner_body_row .login_box_boxed {
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.popup_medium_box_inner_body_row .login_box_boxed.no_margin {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .popup_medium_box_inner_body_row .login_box_boxed .mob_margin {
    margin-bottom: 30px;
  }
}
.popup_medium_box_inner_body_row .login_box_boxed label.error {
  position: absolute;
  left: 15px;
  bottom: -6px;
  color: #ff2c2c;
  font-size: 13px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  padding: 2px 5px;
  line-height: 1;
}
.popup_medium_box_inner_body_row .login_box_boxed .login_box_boxed_with_number_tag {
  position: relative;
}
.popup_medium_box_inner_body_row .login_box_boxed .login_box_boxed_with_number_tag input {
  padding-left: 50px;
}
.popup_medium_box_inner_body_row .login_box_boxed .login_box_boxed_with_number_tag:before {
  content: "+91";
  position: absolute;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 2px);
  background-color: #f5f5f5;
  z-index: 0;
  border-left: 1px solid #2b1c79;
  border-right: none;
}
.popup_large_box {
  width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 1000px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.popup_large_box .close_btn {
  width: 20px;
  height: 20px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  display: inline-flex;
  position: absolute;
  right: -30px;
  top: -20px;
  filter: invert(1);
}
@media only screen and (max-width: 768px) {
  .popup_large_box {
    width: 90%;
  }
  .popup_large_box .close_btn {
    right: 0px;
    top: -30px;
  }
  .popup_large_box .flight_transations {
    padding: 8px;
  }
  .popup_large_box .flight_transations_box {
    flex-direction: column;
  }
  .popup_large_box .flight_transations_box_left {
    width: 100%;
  }
  .popup_large_box .flight_transations_box_left_head {
    padding: 8px;
    margin-bottom: 5px;
  }
  .popup_large_box .flight_transations_box_left_head_tripstatus {
    width: 50%;
  }
  .popup_large_box .flight_transations_box_left_head_tripbookingid {
    width: 50%;
    font-size: 12px;
  }
  .popup_large_box .flight_transations_box_left_body_box {
    max-height: 300px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_head {
    margin-bottom: 5px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_head_right h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head {
    padding: 0;
    flex-direction: column;
    gap: 5px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_left {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_left_top img {
    width: 18px;
    margin-right: 4px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_left_top p {
    font-weight: 400;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_right {
    width: 100%;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_right_box_middle p {
    padding: 4px;
    font-size: 10px;
    border-radius: 4px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_right_box_middle p:before {
    left: -10px;
    width: 10px;
  }
  .popup_large_box .flight_transations_box_left_body_box_inner_body_box_head_right_box_middle p:after {
    width: 10px;
    right: -10px;
  }
  .popup_large_box .flight_transations_box_right {
    width: 100%;
  }
}
.popup .login_signup {
  max-width: 700px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 700px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .popup .login_signup {
    width: 100%;
    padding: 10px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.popup .login_signup.smallBox {
  max-width: 450px;
}
@media only screen and (max-width: 768px) {
  .popup .login_signup.smallBox {
    max-width: none;
    width: 100%;
    padding: 10px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.popup .login_signup .close_btn {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #2b1c79;
  border-bottom-left-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.popup .login_signup .close_btn span {
  width: 12px;
  height: 12px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  filter: invert(1);
}
.popup .login_signup .close_btn:hover span {
  transform: scale(1.1);
}
.popup .login_signup_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .login_signup_box_left {
  width: 40%;
  padding: 0 25px;
  padding-top: 30px;
  background: #08b6ba;
  border-bottom-right-radius: 380px;
}
.popup .login_signup_box_left.login {
  background: #08b6ba;
  border-bottom-right-radius: 300px;
}
.popup .login_signup_box_left.signup {
  background: #08b6ba;
  border-bottom-right-radius: 280px;
}
.popup .login_signup_box_left h3 {
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 15px;
  line-height: 1.24;
}
.popup .login_signup_box_left h5 {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.36;
}
.popup .login_signup_box_left img {
  display: flex;
}
.popup .login_signup_box_right {
  width: 60%;
  padding: 15px;
}
.popup .login_signup_box_right_inner {
  margin-bottom: 30px;
  text-align: center;
}
.popup .login_signup_box_right_inner h3 {
  text-align: center;
  color: #2b1c79;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.popup .login_signup_box_right_inner p {
  text-align: center;
}
.popup .login_signup_box_right form.fixed_form {
  max-height: 300px;
  overflow: auto;
  margin-top: 22px;
}
@media only screen and (max-width: 475px) {
  .popup .login_signup_box_right form.fixed_form {
    max-height: 550px;
  }
}
@media only screen and (min-width: 475px) and (max-width: 768px) {
  .popup .login_signup_box_right form.fixed_form {
    max-height: 550px;
    margin-top: 0;
  }
}
.popup .login_signup_otp_box {
  padding: 25px;
}
@media only screen and (max-width: 768px) {
  .popup .login_signup_otp_box {
    padding: 20px;
  }
}
.popup .login_signup_otp_box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.popup .login_signup_otp_box p {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.24;
  text-align: center;
}
.popup .login_signup_otp_box p span {
  font-weight: 500;
}
@media only screen and (max-width: 475px) {
  .popup .login_signup_otp_box p {
    font-size: 13px;
  }
}
.popup .login_signup_otp_box .otp_form_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .login_signup_otp_box .otp_form_box #otpInputs,
.popup .login_signup_otp_box .otp_form_box #otpInputsPay,
.popup .login_signup_otp_box .otp_form_box #otpInputsReg {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .popup .login_signup_otp_box .otp_form_box #otpInputs,
  .popup .login_signup_otp_box .otp_form_box #otpInputsPay,
  .popup .login_signup_otp_box .otp_form_box #otpInputsReg {
    max-width: 300px;
  }
}
.popup .login_signup_otp_box .otp_form_box #otpInputs .otpinputbox,
.popup .login_signup_otp_box .otp_form_box #otpInputsPay .otpinputbox,
.popup .login_signup_otp_box .otp_form_box #otpInputsReg .otpinputbox {
  display: flex;
  justify-content: center;
}
.popup .login_signup_otp_box .otp_form_box #otpInputs .otpinputbox input[type=text],
.popup .login_signup_otp_box .otp_form_box #otpInputsPay .otpinputbox input[type=text],

.popup .login_signup_otp_box .otp_form_box #otpInputsReg .otpinputbox input[type=text] {
  max-width: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  text-align: center;
}
.popup .login_signup_otp_box .otp_form_box p {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.popup .login_signup_otp_box .otp_form_box p a {
  color: #2b1c79;
  font-weight: 500;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .popup .login_signup_box {
    flex-direction: column;
  }
  .popup .login_signup_box_left {
    width: 100%;
    display: none;
  }
  .popup .login_signup_box_right {
    width: 100%;
  }
  .popup .login_signup_box_inner p {
    line-height: 1.32;
  }
}

.gender_options {
  margin-bottom: 25px;
}
.gender_options p.span_value {
  margin-bottom: 10px;
  margin-left: 15px;
}
.gender_options_inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.option {
  flex: 1;
  text-align: center;
}
.option-input {
  display: none;
}
.option-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e1e1e1;
}
.option-label .text {
  font-size: 14px;
  color: #2d3436;
  transition: all 0.3s ease;
}

.option-input:checked + .option-label {
  background: #e3f2fd;
  border-color: #2b1c79;
}

.option-input:checked + .option-label .text {
  color: #2b1c79;
  font-weight: 600;
  font-size: 14px;
}

@media (max-width: 480px) {
  .gender-options {
    flex-direction: column;
  }
}
.payment_cancel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999;
  animation: fadeIn 0.3s ease-in-out;
}
.payment_cancel_content {
  background: #FFFFFF;
  padding: 30px 40px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 400px;
  width: 90%;
  animation: scaleUp 0.3s ease-in-out;
}
.payment_cancel_content img {
  margin-bottom: 10px;
}
.payment_cancel_content h3 {
  color: #262626;
  font-size: 24px;
  margin-bottom: 10px;
}
.payment_cancel_content p {
  font-size: 16px;
  color: #262626;
  margin-bottom: 20px;
}
.payment_cancel_content button {
  padding: 10px 20px;
  background: #4CAF50;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
}
.payment_cancel.hidden {
  display: none;
}

.login_box {
  max-width: 500px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: 0 auto;
}
.login_box img {
  text-align: center;
}
.login_box h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.login_box_form {
  padding: 0 30px;
}
.login_box_form.fixed_form {
  max-height: 300px;
  overflow: auto;
}
.login_box_boxed {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
}
.login_box_boxed:last-child {
  margin-bottom: 0;
}
.login_box_boxed span {
  position: relative;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 14px;
  margin-left: 15px;
  pointer-events: none;
  left: 0;
}
.login_box_boxed a.show_password {
  width: 20px;
  height: 20px;
  background: url(../img/view.png) no-repeat;
  background-size: contain;
  z-index: 999;
  display: inline-flex;
  right: 15px;
  position: absolute;
  left: auto;
  margin-left: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.login_box_boxed a.show_password.hide_password {
  background: url(../img/hide.png) no-repeat;
  background-size: contain;
}
.login_box_boxed label {
  position: absolute;
  left: 15px;
  bottom: -20px;
  color: #ff2c2c;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed label {
    font-size: 12px;
  }
}
.login_box_boxed input {
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed input {
    padding: 10px;
  }
}
.login_box_boxed input:valid {
  border-color: #2b1c79;
}
.login_box_boxed input:valid + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed input:valid + span {
    font-size: 12px;
  }
}
.login_box_boxed input:invalid {
  border-color: #e1e1e1;
}
.login_box_boxed input:focus, .login_box_boxed input:active {
  border-color: #2b1c79;
}
.login_box_boxed input:focus + span, .login_box_boxed input:active + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed input:focus + span, .login_box_boxed input:active + span {
    font-size: 12px;
  }
}
.login_box_boxed input:disabled[value]:not([value=""]) + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed input:disabled[value]:not([value=""]) + span {
    font-size: 12px;
  }
}
.login_box_boxed input[type=date]:not(:placeholder-shown) + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed input[type=date]:not(:placeholder-shown) + span {
    font-size: 12px;
  }
}
.login_box_boxed a {
  font-size: 14px;
  color: #2b1c79;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed a {
    font-size: 12px;
  }
}
.login_box_boxed select {
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed select {
    padding: 10px;
  }
}
.login_box_boxed select:valid {
  border-color: #2b1c79;
}
.login_box_boxed select:valid + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed select:valid + span {
    font-size: 12px;
  }
}
.login_box_boxed select:invalid {
  border-color: #e1e1e1;
}
.login_box_boxed select:focus, .login_box_boxed select:active {
  border-color: #2b1c79;
}
.login_box_boxed select:focus + span, .login_box_boxed select:active + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed select:focus + span, .login_box_boxed select:active + span {
    font-size: 12px;
  }
}
.login_box_boxed select:disabled[value]:not([value=""]) + span {
  font-weight: 500;
  top: -20px;
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 475px) {
  .login_box_boxed select:disabled[value]:not([value=""]) + span {
    font-size: 12px;
  }
}
.login_box_boxed .styled-checkbox {
  position: absolute;
  opacity: 0;
  display: none;
}
.login_box_boxed .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  left: auto;
  bottom: auto;
  color: #262626;
  display: flex;
  align-items: center;
}
.login_box_boxed .styled-checkbox + label a {
  color: #2b1c79;
  text-decoration: underline;
  margin: 0 5px;
}
.login_box_boxed .styled-checkbox + label:before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background-color: lightgrey;
  border-radius: 2px;
}
.login_box_boxed .styled-checkbox:hover + label:before {
  background: #2b1c79;
}
.login_box_boxed .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.login_box_boxed .styled-checkbox:checked + label:before {
  background: #2b1c79;
}
.login_box_boxed .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.login_box_boxed .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.login_box_boxed .styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .login_box_form {
    padding: 0;
  }
}

.login_box_boxed_with_number_tag {
  position: relative;
}
.login_box_boxed_with_number_tag input {
  padding-left: 50px;
}
.login_box_boxed_with_number_tag:before {
  content: "+91";
  position: absolute;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 2px);
  background-color: #f5f5f5;
  z-index: 0;
  border-left: 1px solid #2b1c79;
  border-right: none;
}
.login_box_boxed_with_number_tag.signup_tag:before {
  border-color: #e1e1e1;
  color: rgb(84, 84, 84);
}

.login_box_boxed_with_agree_tag label.error {
  position: absolute;
  left: 30px;
  bottom: -15px;
  color: #ff2c2c;
  font-size: 12px;
}
@media only screen and (max-width: 450px) {
  .login_box_boxed_with_agree_tag label.error {
    font-size: 10px;
  }
}

.fourofour_box {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.fourofour_box img {
  margin-bottom: 20px;
}
.fourofour_box h4 {
  font-size: 28px;
  margin-bottom: 10px;
}
.fourofour_box p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.32;
}

.countdownDialog {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #FFFFFF;
  z-index: 9999;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.countdownDialog.opened {
  opacity: 1;
  visibility: visible;
}
.countdownDialog__inside {
  width: 90%;
  max-width: 400px;
  background: #fff;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  position: relative;
}
.countdownDialog__header {
  padding: 25px 25px 15px;
  background: linear-gradient(135deg, #2b1c79, #08b6ba);
  color: #FFFFFF;
  position: relative;
}
.countdownDialog__icon {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.countdownDialog__icon svg {
  width: 40px;
  height: 40px;
  fill: #FFFFFF;
}
.countdownDialog__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #FFFFFF;
}
.countdownDialog__message {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.5;
  color: #FFFFFF;
}
.countdownDialog__body {
  padding: 25px;
}
.countdownDialog__timer {
  font-size: 52px;
  font-weight: 800;
  margin: 15px 0 25px;
  color: #2b1c79;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
.countdownDialog__timer::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #2b1c79, #08b6ba);
  border-radius: 2px;
}
.countdownDialog__progress {
  height: 6px;
  width: 100%;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 25px;
}
.countdownDialog__progressBar {
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #2b1c79, #08b6ba);
  border-radius: 3px;
  transform-origin: left;
  animation: progressAnimation 300s linear infinite;
}
.countdownDialog__hint {
  color: #262626;
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6;
}
.countdownDialog__footer {
  border-top: 1px solid #e9ecef;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.countdownDialog__button {
  padding: 12px 30px;
  background: transparent;
  color: #cc3300;
  border: 2px solid #cc3300;
  border-radius: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}
.countdownDialog__button:hover {
  background: #cc3300;
  color: #FFFFFF;
}

@keyframes progressAnimation {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .countdownDialog__inside {
    width: 95%;
  }
  .countdownDialog__timer {
    font-size: 42px;
  }
  .countdownDialog__title {
    font-size: 20px;
  }
}
.payment_container {
  max-width: 500px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 0 auto;
}
.payment_container_header {
  padding: 30px 20px;
  text-align: center;
}
.payment_container_header.success {
  background: linear-gradient(135deg, #4caf50, #2e7d32);
}
.payment_container_header.failed {
  background: linear-gradient(135deg, #f44336, #c62828);
}
.payment_container_header.created {
  background: linear-gradient(135deg, #f44336, #c62828);
}
.payment_container_header.pending {
  background: linear-gradient(135deg, #ff9800, #ef6c00);
}
.payment_container_header.refunded {
  background: linear-gradient(135deg, #007BFF, #b0cde9);
}
.payment_container_header i {
  font-size: 60px;
  margin-bottom: 15px;
  color: #FFFFFF;
}
.payment_container_header h1 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #FFFFFF;
}
.payment_container_header p {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.36;
}
@media only screen and (max-width: 475px) {
  .payment_container_header i {
    font-size: 40px;
  }
  .payment_container_header h1 {
    font-size: 20px;
  }
  .payment_container_header p {
    font-size: 13px;
  }
}
.payment_container_content {
  padding: 25px;
}
.payment_container_content_details {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.payment_container_content_details .detail-row {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
}
.payment_container_content_details .detail-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.payment_container_content_details .detail-row .label {
  color: #666;
  font-weight: 500;
}
.payment_container_content_details .detail-row .value {
  font-weight: 600;
  color: #333;
}
.payment_container_content_details .detail-row .card-icon {
  display: inline-block;
  background: #e0e0e0;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 8px;
}
@media only screen and (max-width: 475px) {
  .payment_container_content {
    padding: 15px;
  }
  .payment_container_content_details {
    padding: 15px;
    margin-bottom: 15px;
  }
  .payment_container_content_details .detail-row {
    padding: 10px 0;
  }
  .payment_container_content_details .detail-row .label,
  .payment_container_content_details .detail-row .value {
    font-size: 13px;
  }
}

.faq-container {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .faq-container {
    padding: 15px;
  }
}
.faq-header {
  margin-bottom: 20px;
}
.faq-header h1 {
  font-size: 32px;
  color: #2b1c79;
  text-align: left;
}
@media only screen and (max-width: 475px) {
  .faq-header h1 {
    font-size: 28px;
    line-height: 1.18;
  }
}
.faq-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #e0e6ed;
  transition: all 0.3s ease;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.faq-item.active .arrow {
  transform: rotate(-135deg);
}
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 10px;
}
.faq-question {
  padding: 15px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  gap: 8px;
  position: relative;
}
@media only screen and (max-width: 475px) {
  .faq-question {
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    line-height: 1.24;
  }
}
.faq-question span:first-child {
  width: 95%;
  line-height: 1.24;
}
.faq-question span.arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  position: absolute;
  right: 12px;
}
.faq-answer {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  background: #f8fafc;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555;
  line-height: 1.7;
}
@media only screen and (max-width: 475px) {
  .faq-answer {
    padding: 0 10px;
  }
}
.faq-answer p {
  line-height: 1.54;
  color: #555;
  font-size: 14px;
}

.contact-container {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  align-items: start;
  text-align: left;
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-form {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
}
@media (max-width: 768px) {
  .contact-form {
    padding: 15px;
  }
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  width: 100%;
  font-size: 14px;
  transition: border 0.3s;
  width: 100%;
  padding: 15px;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: #2b1c79;
  outline: none;
}
.contact-info h2 {
  margin-bottom: 15px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
}
.contact-info ul li {
  margin-bottom: 10px;
}
.contact-info ul li strong {
  color: #262626;
}
.contact-info ul li a {
  color: #2b1c79;
}
.contact-info ul li a:hover {
  text-decoration: underline;
}
.contact-info .map-container {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
  display: flex;
}
.contact-info p {
  line-height: 1.48;
}
.contact-info p a {
  color: #2b1c79;
  font-weight: 500;
}

.referral_banner {
  margin-top: -90px;
  position: relative;
  background: url(../img/banners/referral_bg_2.webp) no-repeat;
  background-size: cover;
  height: 560px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .referral_banner {
    height: auto;
  }
}
.referral_box {
  width: 50%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .referral_box {
    margin-top: 80px;
    width: 100%;
    padding: 40px 0;
  }
}
.referral_box h1 {
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.16;
}
@media only screen and (max-width: 768px) {
  .referral_box h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.referral_box h1 span {
  font-weight: 800;
  color: #08b6ba;
}
.referral_box h4 {
  font-weight: 300;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.48;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .referral_box h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.referral_box h4 span {
  font-weight: 600;
}
.referral_body_header {
  text-align: center;
  margin-bottom: 40px;
}
.referral_body_header h3 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .referral_body_header h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.referral_body_header p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.48;
}
@media only screen and (max-width: 768px) {
  .referral_body_header p {
    font-size: 16px;
  }
}
.referral_body_row {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .referral_body_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.referral_body_bottom {
  display: flex;
  justify-content: center;
}
.referral_body_box {
  text-align: center;
}
.referral_body_box_inner {
  margin-bottom: 15px;
}
.referral_body_box h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.referral_body_box p {
  line-height: 1.48;
  margin: 0;
}
.referral_maximum {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .referral_maximum {
    flex-direction: column;
    gap: 15px;
  }
}
.referral_maximum_left {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .referral_maximum_left {
    width: 100%;
  }
}
.referral_maximum_left h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .referral_maximum_left h4 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.24;
  }
}
.referral_maximum_left ul li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .referral_maximum_left ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.referral_maximum_left ul li span {
  font-weight: 600;
  display: contents;
}
.referral_maximum_left ul li:last-child {
  margin-bottom: 0;
}
.referral_maximum_left ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: inline-flex;
  position: absolute;
  left: 0;
  background-color: #262626;
}
.referral_maximum_right {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .referral_maximum_right {
    width: 100%;
  }
}
.referral_maximum_right img {
  width: 100%;
  height: auto;
}

.maximumbg {
  background: #DDE2F4;
  background: -webkit-linear-gradient(90deg, rgb(221, 226, 244) 0%, rgb(221, 226, 244) 53%, rgba(221, 226, 244, 0) 100%);
  background: -moz-linear-gradient(90deg, rgb(221, 226, 244) 0%, rgb(221, 226, 244) 53%, rgba(221, 226, 244, 0) 100%);
  background: linear-gradient(90deg, rgb(221, 226, 244) 0%, rgb(221, 226, 244) 53%, rgba(221, 226, 244, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DDE2F4", endColorstr="#DDE2F4", GradientType=1);
}

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