@import url(../css/line-awesome.min.css);
@import url(../css/daterangepicker.css);

@font-face {
	font-family: "Centra No2";
	src: url("../fonts/centra-no2-bold.eot");
	src: url("../fonts/centra-no2-bold.eot")format("embedded-opentype"), url("../fonts/centra-no2-bold.woff")format("woff"), url("../fonts/centra-no2-bold.woff2")format("woff2"), url("../fonts/centra-no2-bold.ttf")format("truetype"), url("../fonts/Centra No2 Bold.svg")format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Centra No2";
	src: url("../fonts/centra-no2-trial-light.eot");
	src: url("../fonts/centra-no2-trial-light.eot")format("embedded-opentype"), url("../fonts/centra-no2-trial-light.woff")format("woff"), url("../fonts/centra-no2-trial-light.woff2")format("woff2"), url("../fonts/centra-no2-trial-light.ttf")format("truetype"), url("../fonts/centra-no2-trial-light.svg")format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Centra No2";
	src: url("../fonts/centra-no2.eot");
	src: url("../fonts/centra-no2.eot")format("embedded-opentype"), url("../fonts/centra-no2.woff")format("woff"), url("../fonts/centra-no2.woff2")format("woff2"), url("../fonts/centra-no2.ttf")format("truetype"), url("../fonts/centra-no2.svg")format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Centra No2";
	src: url("../fonts/centra-no2-medium.eot");
	src: url("../fonts/centra-no2-medium.eot")format("embedded-opentype"), url("../fonts/centra-no2-medium.woff2")format("woff2"), url("../fonts/centra-no2-medium.woff")format("woff"), url("../fonts/centra-no2-medium.ttf")format("truetype"), url("../fonts/centra-no2-medium.svg#Centra No2 Medium")format("svg");
	font-weight: 500;
	font-style: normal;
}
.ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.ratio::before {
  display: block;
  width: 100%;
  content: "";
}
.ratio-1\:1::before {
  padding-bottom: 100%;
}
.ratio-2\:1::before {
  padding-bottom: 50%;
}
.ratio-3\:2::before {
  padding-bottom: 66.66667%;
}
.ratio-3\:4::before {
  padding-bottom: 133.33333%;
}
.ratio-4\:3::before {
  padding-bottom: 75%;
}
.ratio-4\:1::before {
  padding-bottom: 25%;
}
.ratio-5\:4::before {
  padding-bottom: 80%;
}
.ratio-8\:5::before {
  padding-bottom: 62.5%;
}
.ratio-15\:9::before {
  padding-bottom: 60%;
}
.ratio-16\:9::before {
    padding-bottom: 38.25%;
}
.ratio-64\:45::before {
  padding-bottom: 70.3125%;
}
.ratio-6\:5::before {
  padding-bottom: 83.33333%;
}
.ratio-23\:18::before {
  padding-bottom: 78.26087%;
}
.ratio-41\:35::before {
  padding-bottom: 85.36585%;
}
.ratio-41\:45::before {
  padding-bottom: 109.7561%;
}
.ratio-63\:55::before {
  padding-bottom: 87.30159%;
}
:root {
  --font-primary: "Centra No2", sans-serif;
 /* font-family: "Centra No2" "Jost", sans-serif;*/
}

:root {
  --text-4: 4px;
  --text-7: 7px;
  --text-10: 10px;
  --text-12: 12px;
  --text-13: 13px;
  --text-14: 14px;
  --text-15: 15px;
  --text-16: 16px;
  --text-18: 18px;
  --text-20: 20px;
  --text-22: 22px;
  --text-24: 24px;
  --text-25: 25px;
  --text-26: 26px;
  --text-30: 30px;
  --text-40: 40px;
  --text-50: 50px;
  --text-60: 60px;
  --text-80: 80px;
}

:root {
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-border: #dee2e6;
    --color-border-grey: #e6e6e6;
    --color-dark-1: #05203c;
    --color-dark-2: #05203c;
    --color-dark-3: #f0832c;
    --color-dark-4: #F7F8F8;
    --color-light-1: #05203c;
    --color-light-2: #f7f8f8;
    --color-light-3: #FBFCFF;
    --color-blue-1: #4bb1db;
    --color-blue-2: #E5F0FD;
    --color-green-1: #EBFCEA;
    --color-green-2: #008009;
    --color-yellow-1: #F8D448;
    --color-yellow-2: #E1C03F;
    --color-yellow-3: #FFC700;
    --color-yellow-4: #FFF8DD;
    --color-brown-1: #923E01;
    --color-purple-1: #4bb1db;
    --color-red-1: #D93025;
    --color-red-2: #F1416C;
    --color-red-3: #FFF5F8;
    --color-info-1: #CDE9F6;
    --color-info-2: #4780AA;
    --color-warning-1: #F7F3D7;
    --color-warning-2: #927238;
    --color-error-1: #ECC8C5;
    --color-error-2: #AB3331;
    --color-success-1: #DEF2D7;
    --color-success-2: #5B7052;
}


html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
}

body {
  padding: 0;
  font-family: var(--font-primary);
  width: 100%;
  background-color: white;
  color: var(--color-dark-1);
  font-size: 16px;
  line-height: 1.875;
}

select,
input:not([type="range"]),
textarea {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    font-weight:400;
    padding-left: 0 !important;
}
a:hover {
  color: #f0832c;
}
main {
  /*overflow: hidden;*/
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  font-size: 16px;
  color: var(--color-light-1);
}

button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.-md {
  padding: 14px 30px;
}

.button.-lg {
  padding: 19px 30px;
}

.button.-min-180 {
  min-width: 180px;
}

.button.-underline:hover {
  text-decoration: underline;
}

.button.-white:hover {
  border-color: var(--color-white);
  background-color: var(--color-white) !important;
  color: white !important;
}

.button.-outline-white {
  border-color: var(--color-white);
}

.button.-outline-white:hover {
  background-color: var(--color-white);
  border-color: transparent;
  color: white !important;
}

.button.-black:hover {
  border-color: var(--color-black);
  background-color: var(--color-black) !important;
  color: white !important;
}

.button.-outline-black {
  border-color: var(--color-black);
}

.button.-outline-black:hover {
  background-color: var(--color-black);
  border-color: transparent;
  color: white !important;
}

.button.-border:hover {
  border-color: var(--color-border);
  background-color: var(--color-border) !important;
  color: white !important;
}

.button.-outline-border {
  border-color: var(--color-border);
}

.button.-outline-border:hover {
  background-color: var(--color-border);
  border-color: transparent;
  color: white !important;
}

.button.-dark-1:hover {
  border-color: #4bb1db !important;
  background-color: #4bb1db !important;
  color: white !important;
}

.button.-outline-dark-1 {
  border-color: var(--color-dark-1);
}

.button.-outline-dark-1:hover {
  background-color: var(--color-dark-1);
  border-color: transparent;
  color: white !important;
}

.button.-dark-2:hover {
  border-color: var(--color-dark-2);
  background-color: var(--color-dark-2) !important;
  color: white !important;
}

.button.-outline-dark-2 {
  border-color: var(--color-dark-2);
}

.button.-outline-dark-2:hover {
  background-color: var(--color-dark-2);
  border-color: transparent;
  color: white !important;
}

.button.-dark-3:hover {
  border-color: var(--color-dark-3);
  background-color: var(--color-dark-3) !important;
  color: white !important;
}

.button.-outline-dark-3 {
  border-color: var(--color-dark-3);
}

.button.-outline-dark-3:hover {
  background-color: var(--color-dark-3);
  border-color: transparent;
  color: white !important;
}

.button.-dark-4:hover {
  border-color: var(--color-dark-4);
  background-color: var(--color-dark-4) !important;
  color: white !important;
}

.button.-outline-dark-4 {
  border-color: var(--color-dark-4);
}

.button.-outline-dark-4:hover {
  background-color: var(--color-dark-4);
  border-color: transparent;
  color: white !important;
}

.button.-light-1:hover {
  border-color: var(--color-light-1);
  background-color: var(--color-light-1) !important;
  color: white !important;
}

.button.-outline-light-1 {
  border-color: var(--color-light-1);
}

.button.-outline-light-1:hover {
  background-color: var(--color-light-1);
  border-color: transparent;
  color: white !important;
}

.button.-light-2:hover {
  border-color: var(--color-light-2);
  background-color: var(--color-light-2) !important;
  color: white !important;
}

.button.-outline-light-2 {
  border-color: var(--color-light-2);
}

.button.-outline-light-2:hover {
  background-color: var(--color-light-2);
  border-color: transparent;
  color: white !important;
}

.button.-light-3:hover {
  border-color: var(--color-light-3);
  background-color: var(--color-light-3) !important;
  color: white !important;
}

.button.-outline-light-3 {
  border-color: var(--color-light-3);
}

.button.-outline-light-3:hover {
  background-color: var(--color-light-3);
  border-color: transparent;
  color: white !important;
}

.button.-blue-1:hover {
  border-color: var(--color-blue-1);
  background-color: var(--color-blue-1) !important;
  color: white !important;
}

.button.-outline-blue-1 {
  border-color: var(--color-dark-3);
  color: var(--color-dark-3);
}

.button.-outline-blue-1:hover {
  background-color: var(--color-dark-3);
  border-color: transparent;
  color: white !important;
}

.button.-blue-2:hover {
  border-color: var(--color-blue-2);
  background-color: var(--color-blue-2) !important;
  color: white !important;
}

.button.-outline-blue-2 {
  border-color: var(--color-blue-2);
}

.button.-outline-blue-2:hover {
  background-color: var(--color-blue-2);
  border-color: transparent;
  color: white !important;
}

.button.-green-1:hover {
  border-color: var(--color-green-1);
  background-color: var(--color-green-1) !important;
  color: white !important;
}

.button.-outline-green-1 {
  border-color: var(--color-green-1);
}

.button.-outline-green-1:hover {
  background-color: var(--color-green-1);
  border-color: transparent;
  color: white !important;
}

.button.-green-2:hover {
  border-color: var(--color-green-2);
  background-color: var(--color-green-2) !important;
  color: white !important;
}

.button.-outline-green-2 {
  border-color: var(--color-green-2);
}

.button.-outline-green-2:hover {
  background-color: var(--color-green-2);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-1:hover {
  border-color: var(--color-yellow-1);
  background-color: var(--color-yellow-1) !important;
  color: white !important;
}

.button.-outline-yellow-1 {
  border-color: var(--color-yellow-1);
}

.button.-outline-yellow-1:hover {
  background-color: var(--color-yellow-1);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-2:hover {
  border-color: var(--color-yellow-2);
  background-color: var(--color-yellow-2) !important;
  color: white !important;
}

.button.-outline-yellow-2 {
  border-color: var(--color-yellow-2);
}

.button.-outline-yellow-2:hover {
  background-color: var(--color-yellow-2);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-3:hover {
  border-color: var(--color-yellow-3);
  background-color: var(--color-yellow-3) !important;
  color: white !important;
}

.button.-outline-yellow-3 {
  border-color: var(--color-yellow-3);
}

.button.-outline-yellow-3:hover {
  background-color: var(--color-yellow-3);
  border-color: transparent;
  color: white !important;
}

.button.-yellow-4:hover {
  border-color: var(--color-yellow-4);
  background-color: var(--color-yellow-4) !important;
  color: white !important;
}

.button.-outline-yellow-4 {
  border-color: var(--color-yellow-4);
}

.button.-outline-yellow-4:hover {
  background-color: var(--color-yellow-4);
  border-color: transparent;
  color: white !important;
}

.button.-brown-1:hover {
  border-color: var(--color-brown-1);
  background-color: var(--color-brown-1) !important;
  color: white !important;
}

.button.-outline-brown-1 {
  border-color: var(--color-brown-1);
}

.button.-outline-brown-1:hover {
  background-color: var(--color-brown-1);
  border-color: transparent;
  color: white !important;
}

.button.-purple-1:hover {
  border-color: var(--color-purple-1);
  background-color: var(--color-purple-1) !important;
  color: white !important;
}

.button.-outline-purple-1 {
  border-color: var(--color-purple-1);
}

.button.-outline-purple-1:hover {
  background-color: var(--color-purple-1);
  border-color: transparent;
  color: white !important;
}

.button.-red-1:hover {
  border-color: var(--color-red-1);
  background-color: var(--color-red-1) !important;
  color: white !important;
}

.button.-outline-red-1 {
  border-color: var(--color-red-1);
}

.button.-outline-red-1:hover {
  background-color: var(--color-red-1);
  border-color: transparent;
  color: white !important;
}

.button.-red-2:hover {
  border-color: var(--color-red-2);
  background-color: var(--color-red-2) !important;
  color: white !important;
}

.button.-outline-red-2 {
  border-color: var(--color-red-2);
}

.button.-outline-red-2:hover {
  background-color: var(--color-red-2);
  border-color: transparent;
  color: white !important;
}

.button.-red-3:hover {
  border-color: var(--color-red-3);
  background-color: var(--color-red-3) !important;
  color: white !important;
}

.button.-outline-red-3 {
  border-color: var(--color-red-3);
}

.button.-outline-red-3:hover {
  background-color: var(--color-red-3);
  border-color: transparent;
  color: white !important;
}

.button.-info-1:hover {
  border-color: var(--color-info-1);
  background-color: var(--color-info-1) !important;
  color: white !important;
}

.button.-outline-info-1 {
  border-color: var(--color-info-1);
}

.button.-outline-info-1:hover {
  background-color: var(--color-info-1);
  border-color: transparent;
  color: white !important;
}

.button.-info-2:hover {
  border-color: var(--color-info-2);
  background-color: var(--color-info-2) !important;
  color: white !important;
}

.button.-outline-info-2 {
  border-color: var(--color-info-2);
}

.button.-outline-info-2:hover {
  background-color: var(--color-info-2);
  border-color: transparent;
  color: white !important;
}

.button.-warning-1:hover {
  border-color: var(--color-warning-1);
  background-color: var(--color-warning-1) !important;
  color: white !important;
}

.button.-outline-warning-1 {
  border-color: var(--color-warning-1);
}

.button.-outline-warning-1:hover {
  background-color: var(--color-warning-1);
  border-color: transparent;
  color: white !important;
}

.button.-warning-2:hover {
  border-color: var(--color-warning-2);
  background-color: var(--color-warning-2) !important;
  color: white !important;
}

.button.-outline-warning-2 {
  border-color: var(--color-warning-2);
}

.button.-outline-warning-2:hover {
  background-color: var(--color-warning-2);
  border-color: transparent;
  color: white !important;
}

.button.-error-1:hover {
  border-color: var(--color-error-1);
  background-color: var(--color-error-1) !important;
  color: white !important;
}

.button.-outline-error-1 {
  border-color: var(--color-error-1);
}

.button.-outline-error-1:hover {
  background-color: var(--color-error-1);
  border-color: transparent;
  color: white !important;
}

.button.-error-2:hover {
  border-color: var(--color-error-2);
  background-color: var(--color-error-2) !important;
  color: white !important;
}

.button.-outline-error-2 {
  border-color: var(--color-error-2);
}

.button.-outline-error-2:hover {
  background-color: var(--color-error-2);
  border-color: transparent;
  color: white !important;
}

.button.-success-1:hover {
  border-color: var(--color-success-1);
  background-color: var(--color-success-1) !important;
  color: white !important;
}

.button.-outline-success-1 {
  border-color: var(--color-success-1);
}

.button.-outline-success-1:hover {
  background-color: var(--color-success-1);
  border-color: transparent;
  color: white !important;
}

.button.-success-2:hover {
  border-color: var(--color-success-2);
  background-color: var(--color-success-2) !important;
  color: white !important;
}

.button.-outline-success-2 {
  border-color: var(--color-success-2);
}

.button.-outline-success-2:hover {
  background-color: var(--color-success-2);
  border-color: transparent;
  color: white !important;
}

.button.-white:hover {
  background-color: var(--color-light-3) !important;
  color: var(--color-dark-1) !important;
}

.button.-blue-1-05:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
  color: var(--color-blue-1) !important;
}

.button.-outline-white:hover {
  background-color: white !important;
  color: var(--color-dark-1) !important;
}

.contact-form select,
.contact-form input:not([type="range"]),
.contact-form textarea {
  border-radius: 4px;
  padding: 17px 20px;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.contact-form select:focus,
.contact-form input:not([type="range"]):focus,
.contact-form textarea:focus {
  outline: none;
}

.contact-form ::-moz-placeholder {
  font-weight: 400; 
}

.contact-form ::placeholder {
  font-weight: 400; 
}

input.text-white::-moz-placeholder {
  color: white;
}

input.text-white::placeholder {
  color: white;
}



::-moz-placeholder {
  font-weight: 300; font-size:14px;
}

::placeholder {
  font-weight: 300; font-size:14px;
}

::-moz-placeholder {
  color: white;
}

::placeholder {
  color: white;
}

.form-checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
}

.form-checkbox label {
  margin: 0;
  margin-left: 9px;
  font-size: 14px;
}

.form-checkbox__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
    height: 20px;
    border: 1.5px solid rgb(100, 122, 151);
  border-radius: 4px;
  position: relative;
  top: -2px;
}

.form-checkbox__icon {
  display: none;
  position: absolute;
  font-size: 10px;
  color: white;
}

.form-checkbox input {
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-checkbox input:checked ~ .form-checkbox__mark {
  background-color: var(--color-blue-1);
  border-color: var(--color-blue-1);
}

.form-checkbox input:checked ~ .form-checkbox__mark .form-checkbox__icon {
  display: block;
}

.form-checkbox:hover input ~ .form-checkbox__mark {
  background-color: var(--color-blue-1);
}

.form-checkbox:hover input:checked ~ .form-checkbox__mark {
  background-color: var(--color-blue-1);
}

.form-radio {
  display: flex;
  align-items: center;
}

.form-radio .radio {
  cursor: pointer;
  position: relative;
  display: block;
}

.form-radio .radio__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 1px solid var(--color-dark-1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio__icon {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--color-white);
  transform-origin: center;
  opacity: 1;
  transform: scale(0.2);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.form-radio .radio input {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.form-radio .radio input:checked ~ .radio__mark {
  border-color: var(--color-blue-1);
  background-color: var(--color-blue-1);
}

.form-radio .radio input:checked ~ .radio__mark .radio__icon {
  opacity: 1;
  transform: scale(1);
}

.form-switch .switch {
  position: relative;
  width: 60px;
  height: 30px;
}

.form-switch .switch__slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
  background-color: rgba(255, 255, 255, 0.2);
  transition: .3s;
  border-radius: 30px;
  border: 1px solid var(--color-blue-1);
}

.form-switch .switch__slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 5px;
  bottom: 4px;
  background-color: var(--color-blue-1);
  border-radius: 50%;
  transition: .3s;
}

.form-switch .switch input {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-switch .switch input:checked + .switch__slider {
  background-color: var(--color-blue-1);
}

.form-switch .switch input:checked + .switch__slider::before {
  transform: translateX(29px);
  background-color: white;
}

.single-field input {
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-left: 15px !important;
    height: 50px !important;
}

.single-field.-w-410 input {
    width: 500px;
    padding-top: 10px;
    border: 1px solid #fff;
    padding-left: 15px !important;
    font-size: 20px;
}

@media (max-width: 991px) {
  .single-field.-w-410 input {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.45;
  font-weight: 600;
}

.text-4 {
  font-size: var(--text-4) !important;
}

.text-7 {
  font-size: var(--text-7) !important;
}

.text-10 {
  font-size: var(--text-10) !important;
}

.text-12 {
  font-size: var(--text-12) !important;
}

.text-13 {
  font-size: var(--text-13) !important;
}

.text-14 {
  font-size: var(--text-14) !important;
}

.text-15 {
  font-size: var(--text-15) !important;
}

.text-16 {
  font-size: var(--text-16) !important;
}

.text-18 {
  font-size: var(--text-18) !important;
}

.text-20 {
  font-size: var(--text-20) !important;
}

.text-22 {
  font-size: var(--text-22) !important;
}

.text-24 {
  font-size: var(--text-24) !important;
}

.text-25 {
  font-size: var(--text-25) !important;
}

.text-26 {
  font-size: var(--text-26) !important;
}

.text-30 {
  font-size: var(--text-30) !important;
}

.text-40 {
  font-size: var(--text-40) !important;
}

.text-50 {
  font-size: var(--text-50) !important;
}

.text-60 {
  font-size: var(--text-60) !important;
}

.text-80 {
  font-size: var(--text-80) !important;
}

@media (max-width: 1199px) {
  .xl\:text-4 {
    font-size: var(--text-4) !important;
  }
  .xl\:text-7 {
    font-size: var(--text-7) !important;
  }
  .xl\:text-10 {
    font-size: var(--text-10) !important;
  }
  .xl\:text-12 {
    font-size: var(--text-12) !important;
  }
  .xl\:text-13 {
    font-size: var(--text-13) !important;
  }
  .xl\:text-14 {
    font-size: var(--text-14) !important;
  }
  .xl\:text-15 {
    font-size: var(--text-15) !important;
  }
  .xl\:text-16 {
    font-size: var(--text-16) !important;
  }
  .xl\:text-18 {
    font-size: var(--text-18) !important;
  }
  .xl\:text-20 {
    font-size: var(--text-20) !important;
  }
  .xl\:text-22 {
    font-size: var(--text-22) !important;
  }
  .xl\:text-24 {
    font-size: var(--text-24) !important;
  }
  .xl\:text-25 {
    font-size: var(--text-25) !important;
  }
  .xl\:text-26 {
    font-size: var(--text-26) !important;
  }
  .xl\:text-30 {
    font-size: var(--text-30) !important;
  }
  .xl\:text-40 {
    font-size: var(--text-40) !important;
  }
  .xl\:text-50 {
    font-size: var(--text-50) !important;
  }
  .xl\:text-60 {
    font-size: var(--text-60) !important;
  }
  .xl\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 991px) {
  .lg\:text-4 {
    font-size: var(--text-4) !important;
  }
  .lg\:text-7 {
    font-size: var(--text-7) !important;
  }
  .lg\:text-10 {
    font-size: var(--text-10) !important;
  }
  .lg\:text-12 {
    font-size: var(--text-12) !important;
  }
  .lg\:text-13 {
    font-size: var(--text-13) !important;
  }
  .lg\:text-14 {
    font-size: var(--text-14) !important;
  }
  .lg\:text-15 {
    font-size: var(--text-15) !important;
  }
  .lg\:text-16 {
    font-size: var(--text-16) !important;
  }
  .lg\:text-18 {
    font-size: var(--text-18) !important;
  }
  .lg\:text-20 {
    font-size: var(--text-20) !important;
  }
  .lg\:text-22 {
    font-size: var(--text-22) !important;
  }
  .lg\:text-24 {
    font-size: var(--text-24) !important;
  }
  .lg\:text-25 {
    font-size: var(--text-25) !important;
  }
  .lg\:text-26 {
    font-size: var(--text-26) !important;
  }
  .lg\:text-30 {
    font-size: var(--text-30) !important;
  }
  .lg\:text-40 {
    font-size: var(--text-40) !important;
  }
  .lg\:text-50 {
    font-size: var(--text-50) !important;
  }
  .lg\:text-60 {
    font-size: var(--text-60) !important;
  }
  .lg\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 767px) {
  .md\:text-4 {
    font-size: var(--text-4) !important;
  }
  .md\:text-7 {
    font-size: var(--text-7) !important;
  }
  .md\:text-10 {
    font-size: var(--text-10) !important;
  }
  .md\:text-12 {
    font-size: var(--text-12) !important;
  }
  .md\:text-13 {
    font-size: var(--text-13) !important;
  }
  .md\:text-14 {
    font-size: var(--text-14) !important;
  }
  .md\:text-15 {
    font-size: var(--text-15) !important;
  }
  .md\:text-16 {
    font-size: var(--text-16) !important;
  }
  .md\:text-18 {
    font-size: var(--text-18) !important;
  }
  .md\:text-20 {
    font-size: var(--text-20) !important;
  }
  .md\:text-22 {
    font-size: var(--text-22) !important;
  }
  .md\:text-24 {
    font-size: var(--text-24) !important;
  }
  .md\:text-25 {
    font-size: var(--text-25) !important;
  }
  .md\:text-26 {
    font-size: var(--text-26) !important;
  }
  .md\:text-30 {
    font-size: var(--text-30) !important;
  }
  .md\:text-40 {
    font-size: var(--text-40) !important;
  }
  .md\:text-50 {
    font-size: var(--text-50) !important;
  }
  .md\:text-60 {
    font-size: var(--text-60) !important;
  }
  .md\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 575px) {
  .sm\:text-4 {
    font-size: var(--text-4) !important;
  }
  .sm\:text-7 {
    font-size: var(--text-7) !important;
  }
  .sm\:text-10 {
    font-size: var(--text-10) !important;
  }
  .sm\:text-12 {
    font-size: var(--text-12) !important;
  }
  .sm\:text-13 {
    font-size: var(--text-13) !important;
  }
  .sm\:text-14 {
    font-size: var(--text-14) !important;
  }
  .sm\:text-15 {
    font-size: var(--text-15) !important;
  }
  .sm\:text-16 {
    font-size: var(--text-16) !important;
  }
  .sm\:text-18 {
    font-size: var(--text-18) !important;
  }
  .sm\:text-20 {
    font-size: var(--text-20) !important;
  }
  .sm\:text-22 {
    font-size: var(--text-22) !important;
  }
  .sm\:text-24 {
    font-size: var(--text-24) !important;
  }
  .sm\:text-25 {
    font-size: var(--text-25) !important;
  }
  .sm\:text-26 {
    font-size: var(--text-26) !important;
  }
  .sm\:text-30 {
    font-size: var(--text-30) !important;
  }
  .sm\:text-40 {
    font-size: var(--text-40) !important;
  }
  .sm\:text-50 {
    font-size: var(--text-50) !important;
  }
  .sm\:text-60 {
    font-size: var(--text-60) !important;
  }
  .sm\:text-80 {
    font-size: var(--text-80) !important;
  }
}

@media (max-width: 479px) {
  .xs\:text-4 {
    font-size: var(--text-4) !important;
  }
  .xs\:text-7 {
    font-size: var(--text-7) !important;
  }
  .xs\:text-10 {
    font-size: var(--text-10) !important;
  }
  .xs\:text-12 {
    font-size: var(--text-12) !important;
  }
  .xs\:text-13 {
    font-size: var(--text-13) !important;
  }
  .xs\:text-14 {
    font-size: var(--text-14) !important;
  }
  .xs\:text-15 {
    font-size: var(--text-15) !important;
  }
  .xs\:text-16 {
    font-size: var(--text-16) !important;
  }
  .xs\:text-18 {
    font-size: var(--text-18) !important;
  }
  .xs\:text-20 {
    font-size: var(--text-20) !important;
  }
  .xs\:text-22 {
    font-size: var(--text-22) !important;
  }
  .xs\:text-24 {
    font-size: var(--text-24) !important;
  }
  .xs\:text-25 {
    font-size: var(--text-25) !important;
  }
  .xs\:text-26 {
    font-size: var(--text-26) !important;
  }
  .xs\:text-30 {
    font-size: var(--text-30) !important;
  }
  .xs\:text-40 {
    font-size: var(--text-40) !important;
  }
  .xs\:text-50 {
    font-size: var(--text-50) !important;
  }
  .xs\:text-60 {
    font-size: var(--text-60) !important;
  }
  .xs\:text-80 {
    font-size: var(--text-80) !important;
  }
}

.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 1199px) {
  .xl\:text-center {
    text-align: center !important;
  }
  .xl\:text-right {
    text-align: right !important;
  }
  .xl\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 991px) {
  .lg\:text-center {
    text-align: center !important;
  }
  .lg\:text-right {
    text-align: right !important;
  }
  .lg\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .md\:text-center {
    text-align: center !important;
  }
  .md\:text-right {
    text-align: right !important;
  }
  .md\:text-left {
    text-align: left !important;
  }
}

@media (max-width: 575px) {
  .sm\:text-center {
    text-align: center !important;
  }
  .sm\:text-right {
    text-align: right !important;
  }
  .sm\:text-left {
    text-align: left !important;
  }
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.sectionTitle.-md .sectionTitle__title {
    font-size: 27px;
    font-weight: 600;
}

@media (max-width: 767px) {
  .sectionTitle.-md .sectionTitle__title {
    font-size: var(--text-26);
  }
}

.sectionTitle.-lg .sectionTitle__title {
  font-size: var(--text-40);
}

.masthead.-type-1 {
  position: relative;
  padding-top: 330px;
  padding-bottom: 210px;
}

@media (max-width: 991px) {
  .masthead.-type-1 {
    padding-top: 260px;
    padding-bottom: 180px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-1 {
    padding-top: 160px;
    padding-bottom: 20px;
  }
}

.masthead.-type-1 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-1 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-1 .masthead__bg::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgb(5 16 54 / 25%) 0%, rgb(5 16 54 / 25%) 72.43%);
  opacity: 0.85;
}

.masthead.-type-2 {
  position: relative;
}

.masthead.-type-2 .mainSearch {
  position: absolute;
  bottom: 30px;
}

@media (max-width: 1199px) {
  .masthead.-type-2 .mainSearch {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}

.masthead.-type-2 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
}

@media (max-width: 1199px) {
  .masthead.-type-2 .masthead__bg {
    height: 100%;
  }
}

.masthead.-type-2 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-2 .masthead__tabs {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .masthead.-type-2 .masthead__tabs {
    padding-top: 74px;
  }
}

.masthead.-type-2 .masthead__content {
  padding-top: 120px;
}

@media (max-width: 1199px) {
  .masthead.-type-2 .masthead__content {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-2 .masthead__content {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-2 .masthead__content {
    padding-bottom: 20px;
  }
}

.masthead.-type-2 .masthead__images {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 575px) {
  .masthead.-type-2 .masthead__images {
    gap: 12px;
  }
}

.mainSearch.bg-white {
    border-radius: 12px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .25);
    padding: 20px !important;
}
.masthead.-type-2 .masthead__images img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-2 .masthead__images > *:nth-child(1) {
  grid-row: span 2;
}

.masthead.-type-3 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    height: 605px;
}

@media (max-width: 991px) {
    .masthead.-type-3 {
        padding-top: 5em;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
  .masthead.-type-3 {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

.masthead.-type-3 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-3 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-3 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(5, 16, 54, 0.5); */
  background-image:linear-gradient(to bottom, rgb(0 0 0 / 30%), rgb(0 0 0 / 1%));
}

.masthead.-type-3 .masthead__tabs {
  margin-top:20px;
}

@media (max-width: 767px) {
  .masthead.-type-3 .masthead__tabs {
    margin-top: 40px;
  }
}



.masthead.-type-3 .masthead__tabs .tabs__button {
  height:55px;
}

.masthead.-type-4 {
  position: relative;
  margin: 20px 20px 0 20px;
}

@media (max-width: 1199px) {
  .masthead.-type-4 {
    margin: 0;
  }
}

.masthead.-type-4 .masthead__content {
  position: relative;
  z-index: 1;
  padding-top: 360px;
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .masthead.-type-4 .masthead__content {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead__content {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

.masthead.-type-4 .masthead__scroll {
  position: absolute;
  z-index: 5;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead__scroll {
    display: none;
  }
}

.masthead.-type-4 .masthead__scroll .-line {
  width: 1px;
  height: 48px;
  background-color: white;
  margin-top: 3px;
}

.masthead.-type-4 .masthead-slider {
  position: relative;
  z-index: 0;
}

.masthead.-type-4 .masthead-slider .masthead__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.masthead.-type-4 .masthead-slider .masthead__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-4 .masthead-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-4 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.masthead.-type-4 .masthead-slider__nav.-prev {
  left: 40px;
}

.masthead.-type-4 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-4 .masthead-slider__nav {
    top: unset;
    bottom: 30px;
    transform: none;
  }
  .masthead.-type-4 .masthead-slider__nav.-prev {
    left: unset;
    right: calc(50% + 10px);
  }
  .masthead.-type-4 .masthead-slider__nav.-next {
    right: unset;
    left: calc(50% + 10px);
  }
}

.masthead.-type-4 .mainSearch {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .masthead.-type-4 .mainSearch {
    margin-top: 40px;
  }
}

.masthead.-type-5 {
  position: relative;
  padding-top: 260px;
  padding-bottom: 200px;
}

@media (max-width: 991px) {
  .masthead.-type-5 {
    padding-top: 220px;
    padding-bottom: 160px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-5 {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}

.masthead.-type-5 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 58%;
  z-index: -1;
}

@media (max-width: 767px) {
  .masthead.-type-5 .masthead__bg {
    width: 100%;
  }
}

.masthead.-type-5 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-5 .masthead__image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  z-index: -2;
}

.masthead.-type-5 .masthead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-5 .-line {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
}

.masthead.-type-5 .-line img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-6 {
  position: relative;
  padding-top: 360px;
  padding-bottom: 300px;
}

@media (max-width: 1199px) {
  .masthead.-type-6 {
    padding-top: 240px;
    padding-bottom: 180px;
  }
}

@media (max-width: 991px) {
  .masthead.-type-6 {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-6 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.masthead.-type-6 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.masthead.-type-6 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-6 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-7 {
  position: relative;
  padding-top: 90px;
}

@media (max-width: 991px) {
  .masthead.-type-7 {
    padding-bottom: 200px;
  }
}

.masthead.-type-7 .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.masthead.-type-7 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-7 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}

.masthead.-type-7 .masthead__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 650px;
}

@media (max-width: 991px) {
  .masthead.-type-7 .masthead__content {
    height: auto;
    width: 400px;
    max-width: 100%;
    padding-top: 100px;
    padding-bottom: 220px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-7 .masthead__content {
    padding-top: 60px;
    padding-bottom: 260px;
  }
}

.masthead.-type-7 .masthead-slider {
  overflow: hidden;
  position: relative;
  width: 1720px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 4px;
}

.masthead.-type-7 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.masthead.-type-7 .masthead-slider__nav.-prev {
  left: 40px;
}

.masthead.-type-7 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-7 .masthead-slider__nav {
    top: 52%;
  }
  .masthead.-type-7 .masthead-slider__nav.-prev {
    left: unset;
    right: 51%;
  }
  .masthead.-type-7 .masthead-slider__nav.-next {
    right: unset;
    left: 51%;
  }
}

.masthead.-type-7 .mainSearch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  z-index: 1;
}

@media (max-width: 991px) {
  .masthead.-type-7 .mainSearch {
    bottom: 0;
    width: 480px;
    max-width: calc(100% - 40px);
  }
}

.masthead.-type-8 {
  position: relative;
  padding-top: 200px;
}

@media (max-width: 991px) {
  .masthead.-type-8 {
    padding-top: 160px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-8 {
    padding-top: 120px;
  }
}

.masthead.-type-8 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: -1;
}

.masthead.-type-8 .masthead-bottom {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.masthead.-type-8 .mainSearch {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  z-index: 2;
}

@media (max-width: 991px) {
  .masthead.-type-8 .mainSearch {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    max-width: 600px;
  }
}

.masthead.-type-8 .masthead-slider {
  position: relative;
  border-radius: 16px;
  margin: 0 24px;
}

@media (max-width: 767px) {
  .masthead.-type-8 .masthead-slider {
    border-radius: 0;
    margin: 0;
  }
}

.masthead.-type-8 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.masthead.-type-8 .masthead-slider__nav.-prev {
  left: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-8 .masthead-slider__nav.-prev {
    left: 12px;
  }
}

.masthead.-type-8 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-8 .masthead-slider__nav.-next {
    right: 12px;
  }
}

.masthead.-type-9 {
  position: relative;
  z-index: 0;
}

.masthead.-type-9 .masthead__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.masthead.-type-9 .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.masthead.-type-9 .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 6, 20, 0.3);
}

.masthead.-type-9 .masthead__scroll {
  position: absolute;
  bottom: 30px;
  right: 50px;
}

@media (max-width: 1199px) {
  .masthead.-type-9 .masthead__scroll {
    display: none;
  }
}

.masthead.-type-9 .masthead__scroll .-icon {
  position: relative;
}

.masthead.-type-9 .masthead__scroll .-icon > *:nth-child(1) {
  width: 28px;
  height: 40px;
  border: 2px solid white;
  border-radius: 200px;
}

.masthead.-type-9 .masthead__scroll .-icon > *:nth-child(2) {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.masthead.-type-9 .masthead__scroll:hover .-icon > *:nth-child(2) {
  transform: translateY(16px);
}

.masthead.-type-9 .masthead-slider {
  position: relative;
  z-index: -1;
}

.masthead.-type-9 .masthead-slider .swiper-slide {
  padding-top: 385px;
  padding-bottom: 285px;
}

@media (max-width: 991px) {
  .masthead.-type-9 .masthead-slider .swiper-slide {
    padding-top: 200px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-9 .masthead-slider .swiper-slide {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}

.masthead.-type-9 .masthead-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.masthead.-type-9 .masthead-slider__nav.-prev {
  left: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-9 .masthead-slider__nav.-prev {
    left: 12px;
  }
}

.masthead.-type-9 .masthead-slider__nav.-next {
  right: 40px;
}

@media (max-width: 767px) {
  .masthead.-type-9 .masthead-slider__nav.-next {
    right: 12px;
  }
}

.masthead.-type-9 .mainSearch-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 55vw;
}

@media (max-width: 1300px) {
  .masthead.-type-9 .mainSearch-wrap {
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    width: 100%;
    background-color: transparent !important;
  }
}

@media (max-width: 991px) {
  .masthead.-type-9 .mainSearch-wrap {
    left: unset;
    transform: none;
    position: relative;
    margin-top: 50px;
  }
}

.masthead.-type-10 {
  position: relative;
  padding-top: 360px;
  padding-bottom: 205px;
  background: linear-gradient(180deg, rgba(53, 84, 209, 0.1) 0%, rgba(196, 196, 196, 0) 100%);
}

@media (max-width: 991px) {
  .masthead.-type-10 {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-10 {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.masthead.-type-10 .masthead__content {
  position: relative;
  z-index: 1;
}

.masthead.-type-10 .masthead__image {
  position: absolute;
  z-index: 0;
  display: flex;
  top: 160px;
  right: 0;
}

@media (max-width: 991px) {
  .masthead.-type-10 .masthead__image {
    top: unset;
    position: relative;
    margin-top: 30px;
  }
}

.masthead.-type-10 .container-1500 {
  margin: 0 auto;
  max-width: 1530px;
  padding: 0 15px;
}

@media (max-width: 1600px) {
  .masthead.-type-10 .container-1500 {
    max-width: 1320px;
  }
}

@media (max-width: 1399px) {
  .masthead.-type-10 .container-1500 {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  .masthead.-type-10 .container-1500 {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .masthead.-type-10 .container-1500 {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .masthead.-type-10 .container-1500 {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .masthead.-type-10 .container-1500 {
    max-width: 100%;
  }
}

.masthead.-type-10 .mainSearch .button-grid {
  grid-template-columns: 1fr 1fr auto auto auto auto;
}

@media (max-width: 991px) {
  .masthead.-type-10 .mainSearch .button-grid {
    grid-template-columns: 1fr;
  }
}

.citiesCard.-type-1 {
  position: relative;
  z-index: 0;
}

.citiesCard.-type-1 .citiesCard__image {
  border-radius: inherit;
}

.citiesCard.-type-1 .citiesCard__image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.citiesCard.-type-1 .citiesCard__content {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.citiesCard.-type-1 .citiesCard__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
  border-radius: inherit;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.citiesCard.-type-1 .citiesCard__top {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.citiesCard.-type-1 .citiesCard__bottom {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(80px);
}

.citiesCard.-type-1:hover {
  cursor: pointer;
}

.citiesCard.-type-1:hover .citiesCard__top {
  opacity: 1;
}

.citiesCard.-type-1:hover .citiesCard__bottom {
  transform: translateY(0);
}

.citiesCard.-type-1:hover .citiesCard__bg {
  opacity: 1;
}

.citiesCard.-type-2 {
  position: relative;
  z-index: 0;
}

.citiesCard.-type-2 .citiesCard__image {
  overflow: hidden;
}

.citiesCard.-type-2 .citiesCard__image img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-2:hover {
  cursor: pointer;
}

.citiesCard.-type-2:hover .citiesCard__image img {
  transform: scale(1.15);
}

.citiesCard.-type-3 {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 575px) {
  .citiesCard.-type-3 {
    width: 100%;
    padding-bottom: 100%;
  }
  .citiesCard.-type-3 > * {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.citiesCard.-type-3 .citiesCard__image {
  overflow: hidden;
  border-radius: inherit;
  width: 100%;
  height: 100%;
}

.citiesCard.-type-3 .citiesCard__image img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-3 .citiesCard__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.citiesCard.-type-3 .citiesCard__content::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 16, 54, 0.6) 0%, rgba(5, 16, 54, 0) 63.5%);
}
.citiesCard.-type-1 .citiesCard__image img {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.citiesCard.-type-3:hover .citiesCard__image img, .citiesCard.-type-1:hover .citiesCard__image img {
  transform: scale(1.1);
}

.citiesCard.-type-4 .citiesCard__image {
  overflow: hidden;
}

.citiesCard.-type-4 .citiesCard__image img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-4:hover .citiesCard__image img {
  transform: scale(1.1);
}

.citiesCard.-type-5 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.citiesCard.-type-5:hover {
  background-color: var(--color-blue-1) !important;
}

.citiesCard.-type-5:hover * {
  color: white !important;
}

.ctaCard.-type-1 {
  position: relative;
  z-index: 0;
}

.ctaCard.-type-1 .ctaCard__image {
  border-radius: inherit;
}

.ctaCard.-type-1 .ctaCard__image img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ctaCard.-type-1 .ctaCard__content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.ctaCard.-type-1 .ctaCard__content::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 16, 54, 0.7) 0%, rgba(5, 16, 54, 0) 100%);
}

.ctaCard.-type-1.-no-overlay .ctaCard__content::before {
  display: none;
}

.tabs__content {
  position: relative;
}

.tabs__pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  transition: none;
  opacity: 0;
}

.tabs__pane.is-tab-el-active {
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.tabs.-pills .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-blue-1) !important;
  background-color: rgba(53, 84, 209, 0.05);
}

.tabs.-pills-2 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills-2 .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-white) !important;
  background-color: var(--color-blue-1) !important;
}

.tabs.-pills-3 .tabs__controls .tabs__button {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-pills-3 .tabs__controls .tabs__button:hover {
  color: var(--color-dark-3) !important;
}

.tabs.-pills-3 .tabs__controls .tabs__button.is-tab-el-active {
  color: var(--color-white) !important;
  background-color: var(--color-dark-3) !important;
}

.tabs__controls {
  position: relative;
  overflow: auto;
  scroll-snap-type: x mandatory;
  white-space: nowrap;
}

.tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark .tabs__controls {
  position: relative;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.tabs.-bookmark .tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark .tabs__button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-bookmark .tabs__button:hover {
  color: var(--color-white) !important;
}
    .tabs.-bookmark .tabs__button.is-tab-el-active {
        position: relative;
        /* border: 1px solid rgba(255, 255, 255, .15); */
        /* background-color: rgba(255, 255, 255, .1);*/
    
    }
        .tabs.-bookmark .tabs__button.is-tab-el-active:before {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 0;
            border-bottom: 10px solid #ffffff;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            z-index: 9;
        }



.tabs.-bookmark-2 .tabs__controls {
  position: relative;
  overflow: auto;
  scroll-snap-type: x mandatory;
}

.tabs.-bookmark-2 .tabs__controls > div {
  scroll-snap-align: center;
}

.tabs.-bookmark-2 .tabs__button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-bookmark-2 .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-bookmark-2 .tabs__button.is-tab-el-active {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.tabs.-underline .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline .tabs__controls .tabs__button:hover {
  color: var(--color-blue-1) !important;
}

.tabs.-underline .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

.tabs.-underline-2 .tabs__controls .tabs__button {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tabs.-underline-2 .tabs__controls .tabs__button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height:1px;
  background-color:#05203c;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tabs.-underline-2 .tabs__controls .tabs__button:hover {
  color:#05203c !important;
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active {
  color:#05203c !important;
}

.tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active::after {
  opacity: 1;
}

footer.footer.-type-1 p.text-12 {
    line-height: normal;
 
}
.accordion__icon {
  position: relative;
}

.accordion__icon .icon {
  transition: all 0.2s ease-out;
}

.accordion__icon .icon:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}

.accordion__icon .icon:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.accordion__button {
  cursor: pointer;
}

.accordion.-simple .accordion__button {
  cursor: pointer;
  transition: 0.4s;
}

.accordion.-simple .accordion__button button {
  color: var(--text-dark-1);
}

.accordion.-simple .accordion__icon {
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon > *:nth-child(1) {
  position: absolute;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__icon > *:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.accordion.-simple .accordion__item.is-active .accordion__icon {
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.accordion.-simple .accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-simple .accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.accordion.-map .accordion__icon {
  transition: all 0.2s ease-out;
}

.accordion.-map .accordion__item.is-active .accordion__icon {
  background-color: var(--color-blue-1) !important;
  color: white !important;
}

.accordion.-map .accordion__item.is-active .accordion__icon > * {
  transform: none !important;
  opacity: 1 !important;
}

.accordion.-db-sidebar .accordion__button {
  cursor: pointer;
  transition: 0.4s;
}

.accordion.-db-sidebar .accordion__button button {
  color: var(--text-dark-1);
}

.accordion.-db-sidebar .accordion__icon {
  transition: all 0.2s ease-out;
}

.accordion.-db-sidebar .accordion__icon > *:nth-child(1) {
  position: absolute;
  transition: all 0.2s ease-out;
}

.accordion.-db-sidebar .accordion__icon > *:nth-child(2) {
  position: relative;
  transform: rotate(-90deg);
  opacity: 0;
  transition: all 0.2s ease-out;
}

.accordion.-db-sidebar .accordion__item.is-active .sidebar__button {
  background-color: rgba(53, 84, 209, 0.05) !important;
  color: var(--color-blue-1) !important;
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon {
  background-color: var(--color-dark-1) !important;
  color: white !important;
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon > *:nth-child(1) {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion.-db-sidebar .accordion__item.is-active .accordion__icon > *:nth-child(2) {
  transform: none;
  opacity: 1;
}

.header-margin {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .header-margin {
    margin-top: 80px;
  }
}

.header {
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 5px 0;
}

header.is-sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .header {
    height: 80px;
  }
}

.header.-fixed {
  position: absolute !important;
}

.header .is-menu-opened-hide {
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header.is-menu-opened {
  background-color: white !important;
  border-bottom: 1px solid var(--color-border);
}

.header.is-menu-opened .is-menu-opened-hide {
  opacity: 0;
  pointer-events: none;
}

.header.is-sticky {
  margin: 0 !important;
}

.header .row {
  flex-wrap: nowrap;
}

.header__container {
  width: 100%;
}

.header__container-1500 {
  max-width: 1560px;
}

.header .header-logo {
  position: relative;
}

    .header .header-logo img {
        width: 115px;
    }

@media (max-width: 767px) {
  .header .header-logo img {
    max-width: 120px;
  }
}

.header .header-logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .header-logo.is-logo-dark img:nth-child(1) {
  opacity: 0;
}

.header .header-logo.is-logo-dark img:nth-child(2) {
  opacity: 1;
}

.header.-type-2 {
  margin-top: 20px;
  transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), margin 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 1199px) {
  .header.-type-2 {
    margin-top: 0;
  }
}

.header.-type-2.is-sticky {
  margin: 0;
}

@media (max-width: 1199px) {
  .header.-type-2 .col-auto-menu {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .header.-type-5 .header__buttons > *:nth-child(1) {
    color: white !important;
    background-color: var(--color-dark-1) !important;
    border-color: var(--color-dark-1) !important;
  }
  .header.-type-5 .header__buttons > *:nth-child(1):hover {
    background-color: var(--color-blue-1) !important;
    color: white !important;
    border-color: var(--color-blue-1) !important;
  }
  .header.-type-5 .header__buttons > *:nth-child(2) {
    color: var(--color-dark-1) !important;
    border-color: var(--color-dark-1) !important;
  }
  .header.-type-5 .header__buttons > *:nth-child(2):hover {
    background-color: var(--color-blue-1) !important;
    color: white !important;
    border-color: var(--color-blue-1) !important;
  }
}

.header.-type-5.-header-5-sticky {
  background-color: white !important;
  box-shadow: 0px 10px 30px 0px #05103608;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(1) {
  color: white !important;
  background-color: var(--color-dark-1) !important;
  border-color: var(--color-dark-1) !important;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(1):hover {
  background-color: var(--color-blue-1) !important;
  color: white !important;
  border-color: var(--color-blue-1) !important;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(2) {
  color: var(--color-dark-1) !important;
  border-color: var(--color-dark-1) !important;
}

.header.-type-5.-header-5-sticky .header__buttons > *:nth-child(2):hover {
  background-color: var(--color-blue-1) !important;
  color: white !important;
  border-color: var(--color-blue-1) !important;
}

@media (max-width: 1199px) {
  .header.-type-9 .header-menu {
    top: 120px;
    height: calc(100vh - 120px);
  }
}

.header.-dashboard .header__container {
  display: flex;
  align-items: center;
}

.header.-dashboard .header__container > .row {
  width: 100%;
}

.header.-dashboard .-left-side {
  flex-shrink: 0;
  width: calc(var(--dashboard-width) - 30px);
}

@media (max-width: 991px) {
  .header.-dashboard .-left-side {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .header .header-menu .menu li {
    position: relative;
  }
  .header .header-menu .menu li a {
    cursor: pointer;
  }
  .header .header-menu .menu li:hover > .subnav {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu .menu li.-has-mega-menu:hover > .mega {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .header .header-menu .menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;     
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu__nav {
    display: flex;
  }
    .header .header-menu .menu__nav > li {
       
        padding: 0;
    }
  .header .header-menu .menu__nav > li.menu-item-has-children > a .icon {
    font-size: 7px;
  }
  .header .header-menu .menu__nav > li > .subnav::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
    width: 10px;
    height: 10px;
    background-color: white;
    transform: rotate(45deg);
  }
  .header .header-menu .menu__nav a {
    padding: 0 15px;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 100%;
    background-color: white;
    border-radius: 4px;
    color: var(--color-dark-1) !important;
    min-width: 240px;
    padding: 20px;
    box-shadow: 0px 10px 60px 0px #0510360D;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu .subnav__backBtn {
    display: none;
  }
  .header .header-menu .menu .subnav .subnav {
    top: 0;
    left: 100%;
  }
  .header .header-menu .menu .subnav > li > a {
    padding: 5px 15px;
    border-radius: 4px;
  }
  .header .header-menu .menu .subnav > li > a:hover {
    color: var(--color-blue-1);
    background-color: rgba(53, 84, 209, 0.05);
  }
  .header .header-menu .menu .mega-mobile {
    display: none;
  }
  .header .header-menu .menu .mega {
    position: absolute;
    top: 100%;
    background-color: white;
    padding: 30px;
    border-radius: 4px;
    color: var(--color-dark-1);
    width: 800px;
    box-shadow: 0px 10px 30px 0px #05103608;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu .menu .mega__content {
    display: flex;
    justify-content: space-between;
  }
  .header .header-menu .menu .mega__grid {
    display: grid;
    gap: 60px;
    grid-template-columns: auto auto auto;
  }
  .header .header-menu .menu .mega__image {
    width: 270px;
  }
  .header .header-menu .menu .mega__image img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .header-menu .menu .mega a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .header-menu .menu__backButton {
    display: none;
  }
  .header .header-menu .mobile-overlay {
    display: none;
  }
  .header .header-menu .mobile-bg {
    display: none;
  }
  .header .header-menu .mobile-back-button {
    display: none;
  }
  .header .header-menu .mobile-footer {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .header-menu {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: calc(100vh - 80px);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    pointer-events: none;
  }
  .header .header-menu.is-menu-active {
    opacity: 1;
    pointer-events: auto;
  }
  .header .header-menu.is-menu-active .-is-active {
    pointer-events: auto !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .header .header-menu .mega {
    display: none;
  }
  .header .header-menu ul {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .header .header-menu__content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .header .header-menu .mobile-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(5, 16, 54, 0.7);
    z-index: -2;
  }
  .header .header-menu .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: white;
  }
  .header .header-menu .menu {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    padding: 20px;
    padding-top: 40px;
  }
  .header .header-menu .menu ul {
    pointer-events: none;
  }
  .header .header-menu .menu li {
    overflow: hidden;
  }
  .header .header-menu .menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: 500;
    color: var(--color-dark-1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .menu a .icon {
    font-size: 8px;
    transform: rotate(-90deg);
  }
  .header .header-menu .menu a:hover {
    color: var(--color-blue-1);
  }
  .header .header-menu .menu__nav {
    display: flex;
    flex-direction: column;
  }
  .header .header-menu .menu__nav > li > a {
    font-size: 16px;
  }
  .header .header-menu .menu__nav > li > a:hover {
    background-color: rgba(53, 84, 209, 0.05) !important;
  }
  .header .header-menu .menu .subnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }
  .header .header-menu .menu .subnav li {
    padding: 0 20px;
  }
  .header .header-menu .menu .subnav a {
    height: 40px;
    font-size: 18px;
    padding: 0 20px;
    transform: translateY(100%);
  }
  .header .header-menu .menu .subnav__backBtn {
    margin-bottom: 20px;
  }
  .header .header-menu .menu .subnav__backBtn li {
    padding: 0;
  }
  .header .header-menu .menu .subnav__backBtn a {
    justify-content: flex-start;
    height: 50px;
    font-size: 20px;
    color: var(--color-blue-1);
    background-color: rgba(53, 84, 209, 0.05) !important;
  }
  .header .header-menu .menu .subnav__backBtn a .icon {
    margin-right: 12px;
    transform: rotate(90deg);
  }
}

.cardImage {
  position: relative;
  z-index: 0;
  border-radius: inherit;
}

.cardImage:hover .cardImage-slider__nav {
  opacity: 1 !important;
}

.cardImage:hover .pagination__item {
  opacity: 1 !important;
}

.cardImage__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: inherit;
}

.cardImage__content > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}

.cardImage .cardImage-slider .swiper-wrapper {
  position: relative;
  z-index: 0;
}

.cardImage .cardImage-slider__pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  color: rgba(255, 255, 255, 0.7);
}

.cardImage .cardImage-slider__pagination.-sm {
  bottom: 15px;
}

.cardImage .cardImage-slider__pagination > * + * {
  margin-left: 7px;
}

.cardImage .cardImage-slider__pagination .pagination__item {
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.75);
  opacity: 0;
}

.cardImage .cardImage-slider__pagination .pagination__item.is-active {
  transform: scale(1);
  background-color: var(--color-white);
  opacity: 1;
}

.cardImage .cardImage-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.cardImage .cardImage-slider__nav.-prev {
  left: 20px;
}

.cardImage .cardImage-slider__nav.-next {
  right: 20px;
}

.cardImage__wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
}

.cardImage__wishlist.-sm {
  top: 10px;
  right: 10px;
}

.cardImage__leftBadge {
  position: absolute;
  top: 20px;
  left: 0;
}

.footer.-dashboard {
  border-top: 1px solid var(--color-border);
}

.footer.-dashboard .footer__row {
  padding: 15px 0;
}

.mainSearch {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .mainSearch {
    width: 100%;
    border-radius: 4px !important;
  }
}

.mainSearch .button-grid {
  display: grid !important;
  grid-template-columns:1fr 200px 250px auto;
  gap: 5px;
}
/*
.mainSearch .button-grid > * + * {
  border-left: 1px solid var(--color-border);
}
*/
        @media (max-width: 991px) {
            .mainSearch .button-grid {
                grid-template-columns: 1fr;
            }

                .mainSearch .button-grid > * + * {
                    border-left: 0;
                    border-top: 1px solid var(--color-border);
                }
        }

        .mainSearch .button-item {
  border: none !important;
}

@media (max-width: 991px) {
  .mainSearch__submit {
    border-radius: 4px !important;
  }
}

.mainSearch.-col-2 .button-grid {
  grid-template-columns: 1fr 1fr min-content;
}

@media (max-width: 991px) {
  .mainSearch.-col-2 .button-grid {
    grid-template-columns: 1fr;
  }
}

.mainSearch.-col-4 .button-grid {
  grid-template-columns: auto auto 200px 200px min-content;
}

@media (max-width: 991px) {
  .mainSearch.-col-4 .button-grid {
    grid-template-columns: 1fr;
  }
}

.mainSearch.-col-3-big .button-grid {
  grid-template-columns: 1fr 0.6fr 0.6fr auto;
}

@media (max-width: 991px) {
  .mainSearch.-col-3-big .button-grid {
    grid-template-columns: 1fr;
  }
}

.mainSearch.-col-5 .button-grid {
  grid-template-columns: auto auto auto auto auto min-content;
}

@media (max-width: 991px) {
  .mainSearch.-col-5 .button-grid {
    grid-template-columns: 1fr;
  }
  .mainSearch.-col-5 .button-grid > * + * {
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }
}

.mainSearch.-w-900 {
  width: 900px;
}

@media (max-width: 991px) {
  .mainSearch.-w-900 {
    width: auto;
  }
}

.mainSearch.-w-1070 {
  width: 1070px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .mainSearch.-w-1070 {
    width: auto;
  }
}

.searchMenu-loc {
  position: relative;
}

.searchMenu-loc__field {
  position: absolute;
  margin-top: 30px;
  top: 100%;
  left: 0;
  z-index: 20;
  width: 500px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .searchMenu-loc__field {
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-loc__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-loc__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.searchMenu-loc .-link:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.searchMenu-date {
  position: relative;
}

.searchMenu-date.-left .searchMenu-date__field {
  transform: none !important;
}

.searchMenu-date.-right .searchMenu-date__field {
  left: unset;
  right: 0;
  transform: none !important;
}

.searchMenu-date__field {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 900px;
  max-width: 100vw;
  margin-top: 15px;
  box-shadow: 0px 10px 60px 0px #0510360D;
  transform: translateX(-31%);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

.arw-icon-tp {
  position: relative;
}
.arw-icon-tp:before {
  content: '';
  top: 0;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: top right;
  width: 12px;
  height: 12px;
  position: absolute;
  background: #fff;
}
.searchMenu-date__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 991px) {
  .searchMenu-date__field {
    transform: none;
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-date__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-guests {
  position: relative;
}

.searchMenu-guests__field {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 375px;
  max-width: 100vw;
  margin-top:15px;
  box-shadow: 0px 10px 60px 0px #0510360D;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .searchMenu-guests__field {
    width: auto;
    left: -20px;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .searchMenu-guests__field {
    left: -35px;
    right: -35px;
  }
}

.searchMenu-guests__field.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.featureIcon.-type-1.-hover-shadow {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.featureIcon.-type-1.-hover-shadow:hover {
  box-shadow: 0px 20px 40px 0px #05103612;
}

.testimonials-slider-2 .swiper-slide {
  opacity: 0.8;
}

.testimonials-slider-2 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.testimonials.-type-2 .testimonials__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.testimonials.-type-2 .testimonials__image > img:nth-child(2) {
  position: absolute;
  z-index: 1;
  width: 96px;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination.-dots {
  display: flex;
}

.pagination.-dots > * {
  margin: 0 5px;
}

.pagination.-dots .pagination__item {
  background-color: currentColor;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.75);
}

.pagination.-dots .pagination__item.is-active {
  background-color: var(--color-blue-1);
  transform: scale(1);
}

.arrow-left-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-left-hover:hover {
  color: var(--color-purple-1);
  transform: translateX(-5px) scale(1.25);
}

.arrow-right-hover {
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.arrow-right-hover:hover {
  color: var(--color-purple-1);
  transform: translateX(5px) scale(1.25);
}

.pagination.-buttons {
  display: flex;
  align-items: center;
}

.pagination.-buttons > * + * {
  margin-left: 40px;
}

.pagination.-buttons .pagination__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  background-color: var(--color-light-7);
  color: var(--color-purple-1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination.-buttons .pagination__button .icon {
  font-size: 12px;
}

.pagination.-buttons .pagination__button:hover {
  background-color: var(--color-purple-1);
  color: white;
}

.pagination.-buttons .pagination__count > * {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: var(--color-dark-1);
}

.pagination.-buttons .pagination__count > * + * {
  margin-left: 30px;
}

.pagination.-buttons .pagination__count a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
  background-color: var(--color-purple-1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.pagination.-buttons .pagination__count a.-count-is-active {
  color: var(--color-purple-1);
}

.pagination.-buttons .pagination__count a.-count-is-active::after {
  opacity: 1;
}

.pagination.-avatars {
  display: flex;
  align-items: center;
}

.pagination.-avatars .pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination.-avatars .pagination__item::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 92px;
  height: 92px;
  border: 2px solid var(--color-dark-1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}

.pagination.-avatars .pagination__item.is-active::before {
  opacity: 1;
}

:root {
  --dashboard-width: 300px;
}

@media (max-width: 1199px) {
  :root {
    --dashboard-width: 250px;
  }
}

.dashboard {
  display: flex;
}

@media (max-width: 991px) {
  .dashboard {
    flex-direction: column;
  }
}

.dashboard__main {
  overflow: hidden;
  width: 100%;

  will-change: padding-left;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard__main::after {
  content: "";
  display: none;
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 991px) {
  .dashboard__main {
    padding-left: 0;
  }
  .dashboard__main::after {
    display: block;
  }
}

.dashboard__content {
  width: 100%;
  padding: 60px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .dashboard__content {
    padding: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .dashboard__content {
    padding: 20px;
    padding-bottom: 0;
  }
}

.dashboard__sidebar {
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: var(--dashboard-width);
  height: calc(100% - 90px);
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 40px;
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 991px) {
  .dashboard__sidebar {
    transform: translateX(-100%);
  }
}

@media (max-width: 767px) {
  .dashboard__sidebar {
    width: 80%;
    height: calc(100% - 80px);
  }
}

@media (max-width: 991px) {
  .dashboard.-is-sidebar-open .dashboard__sidebar {
    transform: none;
  }
  .dashboard.-is-sidebar-open .dashboard__main::after {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .dashboard.-is-sidebar-open .dashboard__sidebar {
    transform: translateX(-100%);
  }
  .dashboard.-is-sidebar-open .dashboard__main {
    padding-left: 0;
  }
  .dashboard.-is-sidebar-open .dashboard__main::after {
    pointer-events: auto;
    opacity: 1;
  }
}

.sidebar.-dashboard .sidebar__item {
  border: none;
}

.sidebar.-dashboard .sidebar__button {
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 0 15px;
  height: 55px;
}

@media (max-width: 575px) {
  .sidebar.-dashboard .sidebar__button {
    height: 45px;
  }
}

.sidebar.-dashboard .sidebar__button.-is-active {
  background-color: rgba(53, 84, 209, 0.05);
  color: var(--color-blue-1) !important;
}

.scroll-bar-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-bar-1::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.dropdown {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.dropdown__button {
  height: 40px;
}

.dropdown .icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown.-is-dd-active .border-light {
  border: 2px solid var(--color-dark-1) !important;
}

.dropdown.-is-dd-active .icon {
  transform: rotate(180deg);
}

.dropdown__item {
  position: absolute;
  z-index: 500;
  pointer-events: none;
  top: 100%;
  left: 50%;
  padding: 26px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 180px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
  opacity: 0;
}

.dropdown:hover .dropdown__item {
  z-index: 20;
  transform: translateX(-50%);
  opacity: 1;
  pointer-events: auto;
}

.toggle-element {
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}

.toggle-element.-down {
  transform: translateY(20px);
}

.toggle-element.-is-el-visible {
  z-index: 25;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.toggle-element.-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left:50%;
  padding: 14px 20px;
  background-color: white;
  min-width: 160px;
  border-radius: 4px;
  font-weight: 500;
  transform: translateX(-50%);
  box-shadow: 0px 10px 35px 0px #0510361A;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.toggle-element.-dropdown-2 {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
  min-width: 120px;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateX(-50%);
}

.toggle-element.-dropdown-2 a {
  padding: 10px;
}

.toggle-element.-dropdown-2 a:hover {
  background-color: var(--color-light-2);
  color: var(--color-dark-1);
}

.poplr-destination.-type-1 .poplr-destination__image {
  overflow: hidden;
}

.poplr-destination.-type-1 .poplr-destination__image img {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*
.poplr-destination.-type-1:hover .poplr-destination__image img {
  transform: scale(1.1);
}*/

.poplr-destination.-type-2 .poplr-destination__image {
  overflow: hidden;
}

.poplr-destination.-type-2 .poplr-destination__image img {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  
}

.poplr-destination.-type-2:hover .poplr-destination__image img {
  transform: scale(1.15);
}

.poplr-destination.-type-3 {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.poplr-destination.-type-3 .poplr-destination__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.poplr-destination.-type-3 .poplr-destination__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.poplr-destination.-type-3 .poplr-destination__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 16, 54, 0) 0%, rgba(5, 16, 54, 0.7) 100%);
  padding-left: 50px;
  padding-bottom: 30px;
  padding: 20px 20px;
}

.poplr-destination.-type-3:hover .poplr-destination__image img {
  transform: scale(1.1);
}

[data-slider] > div > [data-sign] {
  background-color: unset;
  width: unset;
  height: unset;
  border-radius: unset;
  display: inline-block;
  text-align: unset;
  margin-top: 22px;
  color: black;
}

[data-slider] > div > [data-sign]:last-child {
  float: right;
}

[data-slider] > div > [data-sign] span::before {
  content: 'Min Price: $';
  display: inline-block;
}

[data-slider] > div > [data-sign]:last-child span::before {
  content: 'Max Price: $';
  display: inline-block;
}

[data-slider] > div > [data-sign] > span {
  font-size: 14px;
  line-height: 16px;
}

[data-slider] {
  position: relative;
  border-radius: 10px;
  text-align: left;
}

[data-slider] > div {
  width: 100%;
}

[data-slider] > div > [data-inverse-left] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 10px;
  background-color: var(--color-blue-2);
}

[data-slider] > div > [data-inverse-right] {
  position: absolute;
  right: 0;
  height: 5px;
  border-radius: 10px;
  background-color: var(--color-blue-2);
}

[data-slider] > div > [data-range] {
  position: absolute;
  left: 0;
  height: 5px;
  border-radius: 14px;
  background-color: var(--color-blue-1);
}

[data-slider] > div > [data-thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 17px;
  width: 17px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
  border: 2px solid var(--color-blue-1);
}

div[data-slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 17px;
  height: 17px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[data-slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 17px;
  height: 17px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

div[data-slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 17px;
  height: 17px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

div[data-slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

div[data-slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

[data-slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 5px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

div[data-slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

div[data-slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

div[data-slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

div[data-slider] > input[type=range]:focus {
  outline: none;
}

div[data-slider] > input[type=range]::-ms-tooltip {
  display: none;
}

[data-slider] > div > [data-sign] {
  display: inline-block;
  text-align: center;
  padding: 4px 16px;
  border-radius: 8px;
  margin-top: 22px;
}

[data-slider] > div > [data-sign] > span {
  font-size: 12px;
  line-height: 28px;
}

[data-slider]:hover > div > [data-sign] {
  opacity: 1;
}

.select {
  position: relative;
}

.select__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  height: 70px;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  background-color: white;
  text-align: left;
}

.select__icon {
  width: 20px;
  height: 20px;
}

.select__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid var(--color-light-8);
  background-color: white;
  padding: 20px;
  width: 100%;
  min-height: 150px;
  max-height: 300px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #DDDDDD;
  transition: all 0.2s ease;
  pointer-events: none;
  opacity: 0;
}

.select__dropdown.-is-visible {
  opacity: 1;
  pointer-events: auto;
}

.select__options {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}

.select__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.select__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

.select__options__button {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 6px 0;
  text-align: left;
  transition: all 0.15s ease;
}

.select__options__button:hover {
  cursor: pointer;
  color: var(--color-purple-1) !important;
}

.select__options__button:focus {
  color: var(--color-purple-1) !important;
}

.select__search {
  flex-shrink: 0;
  height: 50px;
  border-radius: 4px;
  background-color: #F5F5F5 !important;
  color: black;
  padding: 0 20px;
  margin-bottom: 12px;
}

.mapFilter {
  overflow: hidden;
  position: fixed;
  top: 30px;
  bottom: 70px;
  left: 30px;
  right: 30px;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

@media (max-width: 1400px) {
  .mapFilter {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 1199px) {
  .mapFilter {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
  }
}

.mapFilter.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.mapFilter__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
}

.mapFilter__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
}

@media (max-width: 575px) {
  .mapFilter__close {
    right: 50%;
    transform: translateX(50%);
  }
}

.mapFilter__grid {
  display: grid;
  gap: 0;
  grid-template-columns: 515px 1fr;
  width: 100%;
  height: 100%;
  background-color: white;
  padding-left: 340px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 991px) {
  .mapFilter__grid {
    grid-template-columns: 420px 1fr;
  }
}

@media (max-width: 767px) {
  .mapFilter__grid {
    grid-template-columns: 250px 1fr;
    padding-left: 330px;
  }
  .mapFilter__grid .ratio {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 575px) {
  .mapFilter__grid {
    grid-template-columns: 1fr;
  }
}

.mapFilter__grid.-filters-hidden {
  padding-left: 80px;
}

.mapFilter__grid.-filters-hidden .mapFilter-filter {
  transform: translateX(-255px);
}

@media (max-width: 767px) {
  .mapFilter__grid.-filters-hidden {
    padding-left: 70px;
  }
}

.mapFilter-filter {
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0px 10px 35px 0px #0510361A;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mapFilter-filter__item {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  margin-top: 20px;
}

.mapFilter-results {
  overflow-y: scroll;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 575px) {
  .mapFilter-results {
    display: none;
  }
}

.mapFilter-results__item {
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  margin-top: 20px;
}

.mapFilter-map {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mapFilter-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scroll-bar-1::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scroll-bar-1::-webkit-scrollbar-thumb {
  background-color: #e7e7e7;
  border-radius: 4px;
}

.hotelsCard.-type-1 .hotelsCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.hotelsCard.-type-1 .hotelsCard__image .cardImage__content .swiper-slide,
.hotelsCard.-type-1 .hotelsCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hotelsCard.-type-1 .hotelsCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.hotelsCard.-type-1 .hotelsCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
/*
.hotelsCard.-type-1:hover .hotelsCard__image .cardImage__content > img,
.hotelsCard.-type-1:hover .hotelsCard__image .swiper-slide {
  transform: scale(1.15);
}*/

.hotelsCard.-type-1:hover .hotelsCard__title span {
  background-size: 100% !important;
}

.tourCard.-type-1 .tourCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.tourCard.-type-1 .tourCard__image .cardImage__content .swiper-slide,
.tourCard.-type-1 .tourCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tourCard.-type-1 .tourCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.tourCard.-type-1 .tourCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.tourCard.-type-1:hover .tourCard__image .cardImage__content > img,
.tourCard.-type-1:hover .tourCard__image .swiper-slide {
  transform: scale(1.15);
}

.tourCard.-type-1:hover .tourCard__title span {
  background-size: 100% !important;
}

.activityCard.-type-1 .activityCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.activityCard.-type-1 .activityCard__image .cardImage__content .swiper-slide,
.activityCard.-type-1 .activityCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.activityCard.-type-1 .activityCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.activityCard.-type-1 .activityCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.activityCard.-type-1:hover .activityCard__image .cardImage__content > img,
.activityCard.-type-1:hover .activityCard__image .swiper-slide {
  transform: scale(1.15);
}

.activityCard.-type-1:hover .activityCard__title span {
  background-size: 100% !important;
}

.rentalCard.-type-1 .rentalCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.rentalCard.-type-1 .rentalCard__image .cardImage__content .swiper-slide,
.rentalCard.-type-1 .rentalCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rentalCard.-type-1 .rentalCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.rentalCard.-type-1 .rentalCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.rentalCard.-type-1:hover .rentalCard__image .cardImage__content > img,
.rentalCard.-type-1:hover .rentalCard__image .swiper-slide {
  transform: scale(1.15);
}

.rentalCard.-type-1:hover .rentalCard__title span {
  background-size: 100% !important;
}

.rentalCard.-type-2 .rentalCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.rentalCard.-type-2 .rentalCard__image .cardImage__content .swiper-slide,
.rentalCard.-type-2 .rentalCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rentalCard.-type-2 .rentalCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.rentalCard.-type-2 .rentalCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.rentalCard.-type-2:hover .rentalCard__image .cardImage__content > img,
.rentalCard.-type-2:hover .rentalCard__image .swiper-slide {
  transform: scale(1.15);
}

.rentalCard.-type-2:hover .rentalCard__title span {
  background-size: 100% !important;
}

.carCard.-type-1 .carCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.carCard.-type-1 .carCard__image .cardImage__content .swiper-slide,
.carCard.-type-1 .carCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.carCard.-type-1 .carCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.carCard.-type-1:hover .carCard__image .cardImage__content > img,
.carCard.-type-1:hover .carCard__image .swiper-slide {
  transform: scale(1.05);
}

.cruiseCard.-type-1 .cruiseCard__image {
  overflow: hidden;
  border-radius: 4px;
}

.cruiseCard.-type-1 .cruiseCard__image .cardImage__content .swiper-slide,
.cruiseCard.-type-1 .cruiseCard__image .cardImage__content > img {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cruiseCard.-type-1 .cruiseCard__image .swiper-slide-active {
  position: relative;
  z-index: 2;
}

.cruiseCard.-type-1 .cruiseCard__title span {
  background-image: linear-gradient(transparent 24px, black 20px);
  background-size: 0;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.cruiseCard.-type-1:hover .cruiseCard__image .cardImage__content > img,
.cruiseCard.-type-1:hover .cruiseCard__image .swiper-slide {
  transform: scale(1.15);
}

.cruiseCard.-type-1:hover .cruiseCard__title span {
  background-size: 100% !important;
}

.tourTypeCard.-type-1 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.tourTypeCard.-type-1:hover {
  background-color: var(--color-blue-1) !important;
  transform: translateY(-10px);
}

.tourTypeCard.-type-1:hover .tourTypeCard__content > * {
  color: white !important;
}

.destCard.-type-1 {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.destCard.-type-1 .destCard__image {
  overflow: hidden;
}

.destCard.-type-1 .destCard__image img {
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.destCard.-type-1:hover .destCard__image img {
  transform: scale(1.15);
}
/*
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.preloader__wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 30px;
  background-color: white;
  box-shadow: 0px 2px 24px 0px #00000014;
  animation-name: preloaderWraper;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__icon {
  position: absolute;
  animation-name: preloader;
  animation-iteration-count: infinite;
  animation-duration: 1.8s;
  animation-timing-function: ease;
}

.preloader__title {
  font-size: 47px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: 0em;
  margin-top: 16px;
}

.preloader.-is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes preloaderWraper {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}

@keyframes preloader {
  0% {
    transform: translateY(150%) scale(1);
  }
  50% {
    transform: translateY(0%) scale(1.2) rotate(20deg);
  }
  100% {
    transform: translateY(-150%) rotate(-20deg);
  }
}
*/


.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.px-28 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

@media (max-width: 1199px) {
  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xl\:pt-0 {
    padding-top: 0px !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pl-0 {
    padding-left: 0px !important;
  }
  .xl\:pr-0 {
    padding-right: 0px !important;
  }
  .xl\:mt-0 {
    margin-top: 0px !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }
  .xl\:ml-0 {
    margin-left: 0px !important;
  }
  .xl\:mr-0 {
    margin-right: 0px !important;
  }
  .xl\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .xl\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .xl\:pt-4 {
    padding-top: 4px !important;
  }
  .xl\:pb-4 {
    padding-bottom: 4px !important;
  }
  .xl\:pl-4 {
    padding-left: 4px !important;
  }
  .xl\:pr-4 {
    padding-right: 4px !important;
  }
  .xl\:mt-4 {
    margin-top: 4px !important;
  }
  .xl\:mb-4 {
    margin-bottom: 4px !important;
  }
  .xl\:ml-4 {
    margin-left: 4px !important;
  }
  .xl\:mr-4 {
    margin-right: 4px !important;
  }
  .xl\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .xl\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .xl\:pt-5 {
    padding-top: 5px !important;
  }
  .xl\:pb-5 {
    padding-bottom: 5px !important;
  }
  .xl\:pl-5 {
    padding-left: 5px !important;
  }
  .xl\:pr-5 {
    padding-right: 5px !important;
  }
  .xl\:mt-5 {
    margin-top: 5px !important;
  }
  .xl\:mb-5 {
    margin-bottom: 5px !important;
  }
  .xl\:ml-5 {
    margin-left: 5px !important;
  }
  .xl\:mr-5 {
    margin-right: 5px !important;
  }
  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .xl\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .xl\:pt-10 {
    padding-top: 10px !important;
  }
  .xl\:pb-10 {
    padding-bottom: 10px !important;
  }
  .xl\:pl-10 {
    padding-left: 10px !important;
  }
  .xl\:pr-10 {
    padding-right: 10px !important;
  }
  .xl\:mt-10 {
    margin-top: 10px !important;
  }
  .xl\:mb-10 {
    margin-bottom: 10px !important;
  }
  .xl\:ml-10 {
    margin-left: 10px !important;
  }
  .xl\:mr-10 {
    margin-right: 10px !important;
  }
  .xl\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .xl\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .xl\:pt-15 {
    padding-top: 15px !important;
  }
  .xl\:pb-15 {
    padding-bottom: 15px !important;
  }
  .xl\:pl-15 {
    padding-left: 15px !important;
  }
  .xl\:pr-15 {
    padding-right: 15px !important;
  }
  .xl\:mt-15 {
    margin-top: 15px !important;
  }
  .xl\:mb-15 {
    margin-bottom: 15px !important;
  }
  .xl\:ml-15 {
    margin-left: 15px !important;
  }
  .xl\:mr-15 {
    margin-right: 15px !important;
  }
  .xl\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xl\:pt-20 {
    padding-top: 20px !important;
  }
  .xl\:pb-20 {
    padding-bottom: 20px !important;
  }
  .xl\:pl-20 {
    padding-left: 20px !important;
  }
  .xl\:pr-20 {
    padding-right: 20px !important;
  }
  .xl\:mt-20 {
    margin-top: 20px !important;
  }
  .xl\:mb-20 {
    margin-bottom: 20px !important;
  }
  .xl\:ml-20 {
    margin-left: 20px !important;
  }
  .xl\:mr-20 {
    margin-right: 20px !important;
  }
  .xl\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .xl\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .xl\:pt-24 {
    padding-top: 24px !important;
  }
  .xl\:pb-24 {
    padding-bottom: 24px !important;
  }
  .xl\:pl-24 {
    padding-left: 24px !important;
  }
  .xl\:pr-24 {
    padding-right: 24px !important;
  }
  .xl\:mt-24 {
    margin-top: 24px !important;
  }
  .xl\:mb-24 {
    margin-bottom: 24px !important;
  }
  .xl\:ml-24 {
    margin-left: 24px !important;
  }
  .xl\:mr-24 {
    margin-right: 24px !important;
  }
  .xl\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .xl\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .xl\:pt-28 {
    padding-top: 28px !important;
  }
  .xl\:pb-28 {
    padding-bottom: 28px !important;
  }
  .xl\:pl-28 {
    padding-left: 28px !important;
  }
  .xl\:pr-28 {
    padding-right: 28px !important;
  }
  .xl\:mt-28 {
    margin-top: 28px !important;
  }
  .xl\:mb-28 {
    margin-bottom: 28px !important;
  }
  .xl\:ml-28 {
    margin-left: 28px !important;
  }
  .xl\:mr-28 {
    margin-right: 28px !important;
  }
  .xl\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .xl\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .xl\:pt-30 {
    padding-top: 30px !important;
  }
  .xl\:pb-30 {
    padding-bottom: 30px !important;
  }
  .xl\:pl-30 {
    padding-left: 30px !important;
  }
  .xl\:pr-30 {
    padding-right: 30px !important;
  }
  .xl\:mt-30 {
    margin-top: 30px !important;
  }
  .xl\:mb-30 {
    margin-bottom: 30px !important;
  }
  .xl\:ml-30 {
    margin-left: 30px !important;
  }
  .xl\:mr-30 {
    margin-right: 30px !important;
  }
  .xl\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .xl\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .xl\:pt-35 {
    padding-top: 35px !important;
  }
  .xl\:pb-35 {
    padding-bottom: 35px !important;
  }
  .xl\:pl-35 {
    padding-left: 35px !important;
  }
  .xl\:pr-35 {
    padding-right: 35px !important;
  }
  .xl\:mt-35 {
    margin-top: 35px !important;
  }
  .xl\:mb-35 {
    margin-bottom: 35px !important;
  }
  .xl\:ml-35 {
    margin-left: 35px !important;
  }
  .xl\:mr-35 {
    margin-right: 35px !important;
  }
  .xl\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .xl\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .xl\:pt-40 {
    padding-top: 40px !important;
  }
  .xl\:pb-40 {
    padding-bottom: 40px !important;
  }
  .xl\:pl-40 {
    padding-left: 40px !important;
  }
  .xl\:pr-40 {
    padding-right: 40px !important;
  }
  .xl\:mt-40 {
    margin-top: 40px !important;
  }
  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }
  .xl\:ml-40 {
    margin-left: 40px !important;
  }
  .xl\:mr-40 {
    margin-right: 40px !important;
  }
  .xl\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .xl\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .xl\:pt-45 {
    padding-top: 45px !important;
  }
  .xl\:pb-45 {
    padding-bottom: 45px !important;
  }
  .xl\:pl-45 {
    padding-left: 45px !important;
  }
  .xl\:pr-45 {
    padding-right: 45px !important;
  }
  .xl\:mt-45 {
    margin-top: 45px !important;
  }
  .xl\:mb-45 {
    margin-bottom: 45px !important;
  }
  .xl\:ml-45 {
    margin-left: 45px !important;
  }
  .xl\:mr-45 {
    margin-right: 45px !important;
  }
  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .xl\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .xl\:pt-50 {
    padding-top: 50px !important;
  }
  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }
  .xl\:pl-50 {
    padding-left: 50px !important;
  }
  .xl\:pr-50 {
    padding-right: 50px !important;
  }
  .xl\:mt-50 {
    margin-top: 50px !important;
  }
  .xl\:mb-50 {
    margin-bottom: 50px !important;
  }
  .xl\:ml-50 {
    margin-left: 50px !important;
  }
  .xl\:mr-50 {
    margin-right: 50px !important;
  }
  .xl\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .xl\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .xl\:pt-60 {
    padding-top: 60px !important;
  }
  .xl\:pb-60 {
    padding-bottom: 60px !important;
  }
  .xl\:pl-60 {
    padding-left: 60px !important;
  }
  .xl\:pr-60 {
    padding-right: 60px !important;
  }
  .xl\:mt-60 {
    margin-top: 60px !important;
  }
  .xl\:mb-60 {
    margin-bottom: 60px !important;
  }
  .xl\:ml-60 {
    margin-left: 60px !important;
  }
  .xl\:mr-60 {
    margin-right: 60px !important;
  }
  .xl\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .xl\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .xl\:pt-70 {
    padding-top: 70px !important;
  }
  .xl\:pb-70 {
    padding-bottom: 70px !important;
  }
  .xl\:pl-70 {
    padding-left: 70px !important;
  }
  .xl\:pr-70 {
    padding-right: 70px !important;
  }
  .xl\:mt-70 {
    margin-top: 70px !important;
  }
  .xl\:mb-70 {
    margin-bottom: 70px !important;
  }
  .xl\:ml-70 {
    margin-left: 70px !important;
  }
  .xl\:mr-70 {
    margin-right: 70px !important;
  }
  .xl\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .xl\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .xl\:pt-80 {
    padding-top: 80px !important;
  }
  .xl\:pb-80 {
    padding-bottom: 80px !important;
  }
  .xl\:pl-80 {
    padding-left: 80px !important;
  }
  .xl\:pr-80 {
    padding-right: 80px !important;
  }
  .xl\:mt-80 {
    margin-top: 80px !important;
  }
  .xl\:mb-80 {
    margin-bottom: 80px !important;
  }
  .xl\:ml-80 {
    margin-left: 80px !important;
  }
  .xl\:mr-80 {
    margin-right: 80px !important;
  }
  .xl\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .xl\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .xl\:pt-90 {
    padding-top: 90px !important;
  }
  .xl\:pb-90 {
    padding-bottom: 90px !important;
  }
  .xl\:pl-90 {
    padding-left: 90px !important;
  }
  .xl\:pr-90 {
    padding-right: 90px !important;
  }
  .xl\:mt-90 {
    margin-top: 90px !important;
  }
  .xl\:mb-90 {
    margin-bottom: 90px !important;
  }
  .xl\:ml-90 {
    margin-left: 90px !important;
  }
  .xl\:mr-90 {
    margin-right: 90px !important;
  }
  .xl\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .xl\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .xl\:pt-120 {
    padding-top: 120px !important;
  }
  .xl\:pb-120 {
    padding-bottom: 120px !important;
  }
  .xl\:pl-120 {
    padding-left: 120px !important;
  }
  .xl\:pr-120 {
    padding-right: 120px !important;
  }
  .xl\:mt-120 {
    margin-top: 120px !important;
  }
  .xl\:mb-120 {
    margin-bottom: 120px !important;
  }
  .xl\:ml-120 {
    margin-left: 120px !important;
  }
  .xl\:mr-120 {
    margin-right: 120px !important;
  }
}

@media (max-width: 991px) {
  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }
  .lg\:pl-0 {
    padding-left: 0px !important;
  }
  .lg\:pr-0 {
    padding-right: 0px !important;
  }
  .lg\:mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }
  .lg\:ml-0 {
    margin-left: 0px !important;
  }
  .lg\:mr-0 {
    margin-right: 0px !important;
  }
  .lg\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .lg\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .lg\:pt-4 {
    padding-top: 4px !important;
  }
  .lg\:pb-4 {
    padding-bottom: 4px !important;
  }
  .lg\:pl-4 {
    padding-left: 4px !important;
  }
  .lg\:pr-4 {
    padding-right: 4px !important;
  }
  .lg\:mt-4 {
    margin-top: 4px !important;
  }
  .lg\:mb-4 {
    margin-bottom: 4px !important;
  }
  .lg\:ml-4 {
    margin-left: 4px !important;
  }
  .lg\:mr-4 {
    margin-right: 4px !important;
  }
  .lg\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .lg\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .lg\:pt-5 {
    padding-top: 5px !important;
  }
  .lg\:pb-5 {
    padding-bottom: 5px !important;
  }
  .lg\:pl-5 {
    padding-left: 5px !important;
  }
  .lg\:pr-5 {
    padding-right: 5px !important;
  }
  .lg\:mt-5 {
    margin-top: 5px !important;
  }
  .lg\:mb-5 {
    margin-bottom: 5px !important;
  }
  .lg\:ml-5 {
    margin-left: 5px !important;
  }
  .lg\:mr-5 {
    margin-right: 5px !important;
  }
  .lg\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .lg\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .lg\:pt-10 {
    padding-top: 10px !important;
  }
  .lg\:pb-10 {
    padding-bottom: 10px !important;
  }
  .lg\:pl-10 {
    padding-left: 10px !important;
  }
  .lg\:pr-10 {
    padding-right: 10px !important;
  }
  .lg\:mt-10 {
    margin-top: 10px !important;
  }
  .lg\:mb-10 {
    margin-bottom: 10px !important;
  }
  .lg\:ml-10 {
    margin-left: 10px !important;
  }
  .lg\:mr-10 {
    margin-right: 10px !important;
  }
  .lg\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .lg\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .lg\:pt-15 {
    padding-top: 15px !important;
  }
  .lg\:pb-15 {
    padding-bottom: 15px !important;
  }
  .lg\:pl-15 {
    padding-left: 15px !important;
  }
  .lg\:pr-15 {
    padding-right: 15px !important;
  }
  .lg\:mt-15 {
    margin-top: 15px !important;
  }
  .lg\:mb-15 {
    margin-bottom: 15px !important;
  }
  .lg\:ml-15 {
    margin-left: 15px !important;
  }
  .lg\:mr-15 {
    margin-right: 15px !important;
  }
  .lg\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .lg\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .lg\:pt-20 {
    padding-top: 20px !important;
  }
  .lg\:pb-20 {
    padding-bottom: 20px !important;
  }
  .lg\:pl-20 {
    padding-left: 20px !important;
  }
  .lg\:pr-20 {
    padding-right: 20px !important;
  }
  .lg\:mt-20 {
    margin-top: 20px !important;
  }
  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }
  .lg\:ml-20 {
    margin-left: 20px !important;
  }
  .lg\:mr-20 {
    margin-right: 20px !important;
  }
  .lg\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .lg\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .lg\:pt-24 {
    padding-top: 24px !important;
  }
  .lg\:pb-24 {
    padding-bottom: 24px !important;
  }
  .lg\:pl-24 {
    padding-left: 24px !important;
  }
  .lg\:pr-24 {
    padding-right: 24px !important;
  }
  .lg\:mt-24 {
    margin-top: 24px !important;
  }
  .lg\:mb-24 {
    margin-bottom: 24px !important;
  }
  .lg\:ml-24 {
    margin-left: 24px !important;
  }
  .lg\:mr-24 {
    margin-right: 24px !important;
  }
  .lg\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .lg\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .lg\:pt-28 {
    padding-top: 28px !important;
  }
  .lg\:pb-28 {
    padding-bottom: 28px !important;
  }
  .lg\:pl-28 {
    padding-left: 28px !important;
  }
  .lg\:pr-28 {
    padding-right: 28px !important;
  }
  .lg\:mt-28 {
    margin-top: 28px !important;
  }
  .lg\:mb-28 {
    margin-bottom: 28px !important;
  }
  .lg\:ml-28 {
    margin-left: 28px !important;
  }
  .lg\:mr-28 {
    margin-right: 28px !important;
  }
  .lg\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .lg\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .lg\:pt-30 {
    padding-top: 30px !important;
  }
  .lg\:pb-30 {
    padding-bottom: 30px !important;
  }
  .lg\:pl-30 {
    padding-left: 30px !important;
  }
  .lg\:pr-30 {
    padding-right: 30px !important;
  }
  .lg\:mt-30 {
    margin-top: 30px !important;
  }
  .lg\:mb-30 {
    margin-bottom: 30px !important;
  }
  .lg\:ml-30 {
    margin-left: 30px !important;
  }
  .lg\:mr-30 {
    margin-right: 30px !important;
  }
  .lg\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .lg\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .lg\:pt-35 {
    padding-top: 35px !important;
  }
  .lg\:pb-35 {
    padding-bottom: 35px !important;
  }
  .lg\:pl-35 {
    padding-left: 35px !important;
  }
  .lg\:pr-35 {
    padding-right: 35px !important;
  }
  .lg\:mt-35 {
    margin-top: 35px !important;
  }
  .lg\:mb-35 {
    margin-bottom: 35px !important;
  }
  .lg\:ml-35 {
    margin-left: 35px !important;
  }
  .lg\:mr-35 {
    margin-right: 35px !important;
  }
  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .lg\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .lg\:pt-40 {
    padding-top: 40px !important;
  }
  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }
  .lg\:pl-40 {
    padding-left: 40px !important;
  }
  .lg\:pr-40 {
    padding-right: 40px !important;
  }
  .lg\:mt-40 {
    margin-top: 40px !important;
  }
  .lg\:mb-40 {
    margin-bottom: 40px !important;
  }
  .lg\:ml-40 {
    margin-left: 40px !important;
  }
  .lg\:mr-40 {
    margin-right: 40px !important;
  }
  .lg\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .lg\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .lg\:pt-45 {
    padding-top: 45px !important;
  }
  .lg\:pb-45 {
    padding-bottom: 45px !important;
  }
  .lg\:pl-45 {
    padding-left: 45px !important;
  }
  .lg\:pr-45 {
    padding-right: 45px !important;
  }
  .lg\:mt-45 {
    margin-top: 45px !important;
  }
  .lg\:mb-45 {
    margin-bottom: 45px !important;
  }
  .lg\:ml-45 {
    margin-left: 45px !important;
  }
  .lg\:mr-45 {
    margin-right: 45px !important;
  }
  .lg\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .lg\:pt-50 {
    padding-top: 50px !important;
  }
  .lg\:pb-50 {
    padding-bottom: 50px !important;
  }
  .lg\:pl-50 {
    padding-left: 50px !important;
  }
  .lg\:pr-50 {
    padding-right: 50px !important;
  }
  .lg\:mt-50 {
    margin-top: 50px !important;
  }
  .lg\:mb-50 {
    margin-bottom: 50px !important;
  }
  .lg\:ml-50 {
    margin-left: 50px !important;
  }
  .lg\:mr-50 {
    margin-right: 50px !important;
  }
  .lg\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .lg\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .lg\:pt-60 {
    padding-top: 60px !important;
  }
  .lg\:pb-60 {
    padding-bottom: 60px !important;
  }
  .lg\:pl-60 {
    padding-left: 60px !important;
  }
  .lg\:pr-60 {
    padding-right: 60px !important;
  }
  .lg\:mt-60 {
    margin-top: 60px !important;
  }
  .lg\:mb-60 {
    margin-bottom: 60px !important;
  }
  .lg\:ml-60 {
    margin-left: 60px !important;
  }
  .lg\:mr-60 {
    margin-right: 60px !important;
  }
  .lg\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .lg\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .lg\:pt-70 {
    padding-top: 70px !important;
  }
  .lg\:pb-70 {
    padding-bottom: 70px !important;
  }
  .lg\:pl-70 {
    padding-left: 70px !important;
  }
  .lg\:pr-70 {
    padding-right: 70px !important;
  }
  .lg\:mt-70 {
    margin-top: 70px !important;
  }
  .lg\:mb-70 {
    margin-bottom: 70px !important;
  }
  .lg\:ml-70 {
    margin-left: 70px !important;
  }
  .lg\:mr-70 {
    margin-right: 70px !important;
  }
  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .lg\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .lg\:pt-80 {
    padding-top: 80px !important;
  }
  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }
  .lg\:pl-80 {
    padding-left: 80px !important;
  }
  .lg\:pr-80 {
    padding-right: 80px !important;
  }
  .lg\:mt-80 {
    margin-top: 80px !important;
  }
  .lg\:mb-80 {
    margin-bottom: 80px !important;
  }
  .lg\:ml-80 {
    margin-left: 80px !important;
  }
  .lg\:mr-80 {
    margin-right: 80px !important;
  }
  .lg\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .lg\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .lg\:pt-90 {
    padding-top: 90px !important;
  }
  .lg\:pb-90 {
    padding-bottom: 90px !important;
  }
  .lg\:pl-90 {
    padding-left: 90px !important;
  }
  .lg\:pr-90 {
    padding-right: 90px !important;
  }
  .lg\:mt-90 {
    margin-top: 90px !important;
  }
  .lg\:mb-90 {
    margin-bottom: 90px !important;
  }
  .lg\:ml-90 {
    margin-left: 90px !important;
  }
  .lg\:mr-90 {
    margin-right: 90px !important;
  }
  .lg\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .lg\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .lg\:pt-120 {
    padding-top: 120px !important;
  }
  .lg\:pb-120 {
    padding-bottom: 120px !important;
  }
  .lg\:pl-120 {
    padding-left: 120px !important;
  }
  .lg\:pr-120 {
    padding-right: 120px !important;
  }
  .lg\:mt-120 {
    margin-top: 120px !important;
  }
  .lg\:mb-120 {
    margin-bottom: 120px !important;
  }
  .lg\:ml-120 {
    margin-left: 120px !important;
  }
  .lg\:mr-120 {
    margin-right: 120px !important;
  }
}

@media (max-width: 767px) {
  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:pt-0 {
    padding-top: 0px !important;
  }
  .md\:pb-0 {
    padding-bottom: 0px !important;
  }
  .md\:pl-0 {
    padding-left: 0px !important;
  }
  .md\:pr-0 {
    padding-right: 0px !important;
  }
  .md\:mt-0 {
    margin-top: 0px !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px !important;
  }
  .md\:ml-0 {
    margin-left: 0px !important;
  }
  .md\:mr-0 {
    margin-right: 0px !important;
  }
  .md\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .md\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .md\:pt-4 {
    padding-top: 4px !important;
  }
  .md\:pb-4 {
    padding-bottom: 4px !important;
  }
  .md\:pl-4 {
    padding-left: 4px !important;
  }
  .md\:pr-4 {
    padding-right: 4px !important;
  }
  .md\:mt-4 {
    margin-top: 4px !important;
  }
  .md\:mb-4 {
    margin-bottom: 4px !important;
  }
  .md\:ml-4 {
    margin-left: 4px !important;
  }
  .md\:mr-4 {
    margin-right: 4px !important;
  }
  .md\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .md\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .md\:pt-5 {
    padding-top: 5px !important;
  }
  .md\:pb-5 {
    padding-bottom: 5px !important;
  }
  .md\:pl-5 {
    padding-left: 5px !important;
  }
  .md\:pr-5 {
    padding-right: 5px !important;
  }
  .md\:mt-5 {
    margin-top: 5px !important;
  }
  .md\:mb-5 {
    margin-bottom: 5px !important;
  }
  .md\:ml-5 {
    margin-left: 5px !important;
  }
  .md\:mr-5 {
    margin-right: 5px !important;
  }
  .md\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .md\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md\:pt-10 {
    padding-top: 10px !important;
  }
  .md\:pb-10 {
    padding-bottom: 10px !important;
  }
  .md\:pl-10 {
    padding-left: 10px !important;
  }
  .md\:pr-10 {
    padding-right: 10px !important;
  }
  .md\:mt-10 {
    margin-top: 10px !important;
  }
  .md\:mb-10 {
    margin-bottom: 10px !important;
  }
  .md\:ml-10 {
    margin-left: 10px !important;
  }
  .md\:mr-10 {
    margin-right: 10px !important;
  }
  .md\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .md\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .md\:pt-15 {
    padding-top: 15px !important;
  }
  .md\:pb-15 {
    padding-bottom: 15px !important;
  }
  .md\:pl-15 {
    padding-left: 15px !important;
  }
  .md\:pr-15 {
    padding-right: 15px !important;
  }
  .md\:mt-15 {
    margin-top: 15px !important;
  }
  .md\:mb-15 {
    margin-bottom: 15px !important;
  }
  .md\:ml-15 {
    margin-left: 15px !important;
  }
  .md\:mr-15 {
    margin-right: 15px !important;
  }
  .md\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .md\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .md\:pt-20 {
    padding-top: 20px !important;
  }
  .md\:pb-20 {
    padding-bottom: 20px !important;
  }
  .md\:pl-20 {
    padding-left: 20px !important;
  }
  .md\:pr-20 {
    padding-right: 20px !important;
  }
  .md\:mt-20 {
    margin-top: 20px !important;
  }
  .md\:mb-20 {
    margin-bottom: 20px !important;
  }
  .md\:ml-20 {
    margin-left: 20px !important;
  }
  .md\:mr-20 {
    margin-right: 20px !important;
  }
  .md\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .md\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .md\:pt-24 {
    padding-top: 24px !important;
  }
  .md\:pb-24 {
    padding-bottom: 24px !important;
  }
  .md\:pl-24 {
    padding-left: 24px !important;
  }
  .md\:pr-24 {
    padding-right: 24px !important;
  }
  .md\:mt-24 {
    margin-top: 24px !important;
  }
  .md\:mb-24 {
    margin-bottom: 24px !important;
  }
  .md\:ml-24 {
    margin-left: 24px !important;
  }
  .md\:mr-24 {
    margin-right: 24px !important;
  }
  .md\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .md\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .md\:pt-28 {
    padding-top: 28px !important;
  }
  .md\:pb-28 {
    padding-bottom: 28px !important;
  }
  .md\:pl-28 {
    padding-left: 28px !important;
  }
  .md\:pr-28 {
    padding-right: 28px !important;
  }
  .md\:mt-28 {
    margin-top: 28px !important;
  }
  .md\:mb-28 {
    margin-bottom: 28px !important;
  }
  .md\:ml-28 {
    margin-left: 28px !important;
  }
  .md\:mr-28 {
    margin-right: 28px !important;
  }
  .md\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .md\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md\:pt-30 {
    padding-top: 30px !important;
  }
  .md\:pb-30 {
    padding-bottom: 30px !important;
  }
  .md\:pl-30 {
    padding-left: 30px !important;
  }
  .md\:pr-30 {
    padding-right: 30px !important;
  }
  .md\:mt-30 {
    margin-top: 30px !important;
  }
  .md\:mb-30 {
    margin-bottom: 30px !important;
  }
  .md\:ml-30 {
    margin-left: 30px !important;
  }
  .md\:mr-30 {
    margin-right: 30px !important;
  }
  .md\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .md\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .md\:pt-35 {
    padding-top: 35px !important;
  }
  .md\:pb-35 {
    padding-bottom: 35px !important;
  }
  .md\:pl-35 {
    padding-left: 35px !important;
  }
  .md\:pr-35 {
    padding-right: 35px !important;
  }
  .md\:mt-35 {
    margin-top: 35px !important;
  }
  .md\:mb-35 {
    margin-bottom: 35px !important;
  }
  .md\:ml-35 {
    margin-left: 35px !important;
  }
  .md\:mr-35 {
    margin-right: 35px !important;
  }
  .md\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md\:pt-40 {
    padding-top: 40px !important;
  }
  .md\:pb-40 {
    padding-bottom: 40px !important;
  }
  .md\:pl-40 {
    padding-left: 40px !important;
  }
  .md\:pr-40 {
    padding-right: 40px !important;
  }
  .md\:mt-40 {
    margin-top: 40px !important;
  }
  .md\:mb-40 {
    margin-bottom: 40px !important;
  }
  .md\:ml-40 {
    margin-left: 40px !important;
  }
  .md\:mr-40 {
    margin-right: 40px !important;
  }
  .md\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .md\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .md\:pt-45 {
    padding-top: 45px !important;
  }
  .md\:pb-45 {
    padding-bottom: 45px !important;
  }
  .md\:pl-45 {
    padding-left: 45px !important;
  }
  .md\:pr-45 {
    padding-right: 45px !important;
  }
  .md\:mt-45 {
    margin-top: 45px !important;
  }
  .md\:mb-45 {
    margin-bottom: 45px !important;
  }
  .md\:ml-45 {
    margin-left: 45px !important;
  }
  .md\:mr-45 {
    margin-right: 45px !important;
  }
  .md\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .md\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md\:pt-50 {
    padding-top: 50px !important;
  }
  .md\:pb-50 {
    padding-bottom: 50px !important;
  }
  .md\:pl-50 {
    padding-left: 50px !important;
  }
  .md\:pr-50 {
    padding-right: 50px !important;
  }
  .md\:mt-50 {
    margin-top: 50px !important;
  }
  .md\:mb-50 {
    margin-bottom: 50px !important;
  }
  .md\:ml-50 {
    margin-left: 50px !important;
  }
  .md\:mr-50 {
    margin-right: 50px !important;
  }
  .md\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .md\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md\:pt-60 {
    padding-top: 60px !important;
  }
  .md\:pb-60 {
    padding-bottom: 60px !important;
  }
  .md\:pl-60 {
    padding-left: 60px !important;
  }
  .md\:pr-60 {
    padding-right: 60px !important;
  }
  .md\:mt-60 {
    margin-top: 60px !important;
  }
  .md\:mb-60 {
    margin-bottom: 60px !important;
  }
  .md\:ml-60 {
    margin-left: 60px !important;
  }
  .md\:mr-60 {
    margin-right: 60px !important;
  }
  .md\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .md\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .md\:pt-70 {
    padding-top: 70px !important;
  }
  .md\:pb-70 {
    padding-bottom: 70px !important;
  }
  .md\:pl-70 {
    padding-left: 70px !important;
  }
  .md\:pr-70 {
    padding-right: 70px !important;
  }
  .md\:mt-70 {
    margin-top: 70px !important;
  }
  .md\:mb-70 {
    margin-bottom: 70px !important;
  }
  .md\:ml-70 {
    margin-left: 70px !important;
  }
  .md\:mr-70 {
    margin-right: 70px !important;
  }
  .md\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .md\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .md\:pt-80 {
    padding-top: 80px !important;
  }
  .md\:pb-80 {
    padding-bottom: 80px !important;
  }
  .md\:pl-80 {
    padding-left: 80px !important;
  }
  .md\:pr-80 {
    padding-right: 80px !important;
  }
  .md\:mt-80 {
    margin-top: 80px !important;
  }
  .md\:mb-80 {
    margin-bottom: 80px !important;
  }
  .md\:ml-80 {
    margin-left: 80px !important;
  }
  .md\:mr-80 {
    margin-right: 80px !important;
  }
  .md\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .md\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .md\:pt-90 {
    padding-top: 90px !important;
  }
  .md\:pb-90 {
    padding-bottom: 90px !important;
  }
  .md\:pl-90 {
    padding-left: 90px !important;
  }
  .md\:pr-90 {
    padding-right: 90px !important;
  }
  .md\:mt-90 {
    margin-top: 90px !important;
  }
  .md\:mb-90 {
    margin-bottom: 90px !important;
  }
  .md\:ml-90 {
    margin-left: 90px !important;
  }
  .md\:mr-90 {
    margin-right: 90px !important;
  }
  .md\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .md\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .md\:pt-120 {
    padding-top: 120px !important;
  }
  .md\:pb-120 {
    padding-bottom: 120px !important;
  }
  .md\:pl-120 {
    padding-left: 120px !important;
  }
  .md\:pr-120 {
    padding-right: 120px !important;
  }
  .md\:mt-120 {
    margin-top: 120px !important;
  }
  .md\:mb-120 {
    margin-bottom: 120px !important;
  }
  .md\:ml-120 {
    margin-left: 120px !important;
  }
  .md\:mr-120 {
    margin-right: 120px !important;
  }
}

@media (max-width: 575px) {
  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sm\:pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }
  .sm\:pl-0 {
    padding-left: 0px !important;
  }
  .sm\:pr-0 {
    padding-right: 0px !important;
  }
  .sm\:mt-0 {
    margin-top: 0px !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }
  .sm\:ml-0 {
    margin-left: 0px !important;
  }
  .sm\:mr-0 {
    margin-right: 0px !important;
  }
  .sm\:py-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .sm\:px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .sm\:pt-4 {
    padding-top: 4px !important;
  }
  .sm\:pb-4 {
    padding-bottom: 4px !important;
  }
  .sm\:pl-4 {
    padding-left: 4px !important;
  }
  .sm\:pr-4 {
    padding-right: 4px !important;
  }
  .sm\:mt-4 {
    margin-top: 4px !important;
  }
  .sm\:mb-4 {
    margin-bottom: 4px !important;
  }
  .sm\:ml-4 {
    margin-left: 4px !important;
  }
  .sm\:mr-4 {
    margin-right: 4px !important;
  }
  .sm\:py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sm\:px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sm\:pt-5 {
    padding-top: 5px !important;
  }
  .sm\:pb-5 {
    padding-bottom: 5px !important;
  }
  .sm\:pl-5 {
    padding-left: 5px !important;
  }
  .sm\:pr-5 {
    padding-right: 5px !important;
  }
  .sm\:mt-5 {
    margin-top: 5px !important;
  }
  .sm\:mb-5 {
    margin-bottom: 5px !important;
  }
  .sm\:ml-5 {
    margin-left: 5px !important;
  }
  .sm\:mr-5 {
    margin-right: 5px !important;
  }
  .sm\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sm\:px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sm\:pt-10 {
    padding-top: 10px !important;
  }
  .sm\:pb-10 {
    padding-bottom: 10px !important;
  }
  .sm\:pl-10 {
    padding-left: 10px !important;
  }
  .sm\:pr-10 {
    padding-right: 10px !important;
  }
  .sm\:mt-10 {
    margin-top: 10px !important;
  }
  .sm\:mb-10 {
    margin-bottom: 10px !important;
  }
  .sm\:ml-10 {
    margin-left: 10px !important;
  }
  .sm\:mr-10 {
    margin-right: 10px !important;
  }
  .sm\:py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sm\:px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sm\:pt-15 {
    padding-top: 15px !important;
  }
  .sm\:pb-15 {
    padding-bottom: 15px !important;
  }
  .sm\:pl-15 {
    padding-left: 15px !important;
  }
  .sm\:pr-15 {
    padding-right: 15px !important;
  }
  .sm\:mt-15 {
    margin-top: 15px !important;
  }
  .sm\:mb-15 {
    margin-bottom: 15px !important;
  }
  .sm\:ml-15 {
    margin-left: 15px !important;
  }
  .sm\:mr-15 {
    margin-right: 15px !important;
  }
  .sm\:py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sm\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sm\:pt-20 {
    padding-top: 20px !important;
  }
  .sm\:pb-20 {
    padding-bottom: 20px !important;
  }
  .sm\:pl-20 {
    padding-left: 20px !important;
  }
  .sm\:pr-20 {
    padding-right: 20px !important;
  }
  .sm\:mt-20 {
    margin-top: 20px !important;
  }
  .sm\:mb-20 {
    margin-bottom: 20px !important;
  }
  .sm\:ml-20 {
    margin-left: 20px !important;
  }
  .sm\:mr-20 {
    margin-right: 20px !important;
  }
  .sm\:py-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .sm\:px-24 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .sm\:pt-24 {
    padding-top: 24px !important;
  }
  .sm\:pb-24 {
    padding-bottom: 24px !important;
  }
  .sm\:pl-24 {
    padding-left: 24px !important;
  }
  .sm\:pr-24 {
    padding-right: 24px !important;
  }
  .sm\:mt-24 {
    margin-top: 24px !important;
  }
  .sm\:mb-24 {
    margin-bottom: 24px !important;
  }
  .sm\:ml-24 {
    margin-left: 24px !important;
  }
  .sm\:mr-24 {
    margin-right: 24px !important;
  }
  .sm\:py-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .sm\:px-28 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .sm\:pt-28 {
    padding-top: 28px !important;
  }
  .sm\:pb-28 {
    padding-bottom: 28px !important;
  }
  .sm\:pl-28 {
    padding-left: 28px !important;
  }
  .sm\:pr-28 {
    padding-right: 28px !important;
  }
  .sm\:mt-28 {
    margin-top: 28px !important;
  }
  .sm\:mb-28 {
    margin-bottom: 28px !important;
  }
  .sm\:ml-28 {
    margin-left: 28px !important;
  }
  .sm\:mr-28 {
    margin-right: 28px !important;
  }
  .sm\:py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sm\:px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sm\:pt-30 {
    padding-top: 30px !important;
  }
  .sm\:pb-30 {
    padding-bottom: 30px !important;
  }
  .sm\:pl-30 {
    padding-left: 30px !important;
  }
  .sm\:pr-30 {
    padding-right: 30px !important;
  }
  .sm\:mt-30 {
    margin-top: 30px !important;
  }
  .sm\:mb-30 {
    margin-bottom: 30px !important;
  }
  .sm\:ml-30 {
    margin-left: 30px !important;
  }
  .sm\:mr-30 {
    margin-right: 30px !important;
  }
  .sm\:py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sm\:px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sm\:pt-35 {
    padding-top: 35px !important;
  }
  .sm\:pb-35 {
    padding-bottom: 35px !important;
  }
  .sm\:pl-35 {
    padding-left: 35px !important;
  }
  .sm\:pr-35 {
    padding-right: 35px !important;
  }
  .sm\:mt-35 {
    margin-top: 35px !important;
  }
  .sm\:mb-35 {
    margin-bottom: 35px !important;
  }
  .sm\:ml-35 {
    margin-left: 35px !important;
  }
  .sm\:mr-35 {
    margin-right: 35px !important;
  }
  .sm\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sm\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sm\:pt-40 {
    padding-top: 40px !important;
  }
  .sm\:pb-40 {
    padding-bottom: 40px !important;
  }
  .sm\:pl-40 {
    padding-left: 40px !important;
  }
  .sm\:pr-40 {
    padding-right: 40px !important;
  }
  .sm\:mt-40 {
    margin-top: 40px !important;
  }
  .sm\:mb-40 {
    margin-bottom: 40px !important;
  }
  .sm\:ml-40 {
    margin-left: 40px !important;
  }
  .sm\:mr-40 {
    margin-right: 40px !important;
  }
  .sm\:py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sm\:px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sm\:pt-45 {
    padding-top: 45px !important;
  }
  .sm\:pb-45 {
    padding-bottom: 45px !important;
  }
  .sm\:pl-45 {
    padding-left: 45px !important;
  }
  .sm\:pr-45 {
    padding-right: 45px !important;
  }
  .sm\:mt-45 {
    margin-top: 45px !important;
  }
  .sm\:mb-45 {
    margin-bottom: 45px !important;
  }
  .sm\:ml-45 {
    margin-left: 45px !important;
  }
  .sm\:mr-45 {
    margin-right: 45px !important;
  }
  .sm\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sm\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sm\:pt-50 {
    padding-top: 50px !important;
  }
  .sm\:pb-50 {
    padding-bottom: 50px !important;
  }
  .sm\:pl-50 {
    padding-left: 50px !important;
  }
  .sm\:pr-50 {
    padding-right: 50px !important;
  }
  .sm\:mt-50 {
    margin-top: 50px !important;
  }
  .sm\:mb-50 {
    margin-bottom: 50px !important;
  }
  .sm\:ml-50 {
    margin-left: 50px !important;
  }
  .sm\:mr-50 {
    margin-right: 50px !important;
  }
  .sm\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .sm\:px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .sm\:pt-60 {
    padding-top: 60px !important;
  }
  .sm\:pb-60 {
    padding-bottom: 60px !important;
  }
  .sm\:pl-60 {
    padding-left: 60px !important;
  }
  .sm\:pr-60 {
    padding-right: 60px !important;
  }
  .sm\:mt-60 {
    margin-top: 60px !important;
  }
  .sm\:mb-60 {
    margin-bottom: 60px !important;
  }
  .sm\:ml-60 {
    margin-left: 60px !important;
  }
  .sm\:mr-60 {
    margin-right: 60px !important;
  }
  .sm\:py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .sm\:px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .sm\:pt-70 {
    padding-top: 70px !important;
  }
  .sm\:pb-70 {
    padding-bottom: 70px !important;
  }
  .sm\:pl-70 {
    padding-left: 70px !important;
  }
  .sm\:pr-70 {
    padding-right: 70px !important;
  }
  .sm\:mt-70 {
    margin-top: 70px !important;
  }
  .sm\:mb-70 {
    margin-bottom: 70px !important;
  }
  .sm\:ml-70 {
    margin-left: 70px !important;
  }
  .sm\:mr-70 {
    margin-right: 70px !important;
  }
  .sm\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .sm\:px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .sm\:pt-80 {
    padding-top: 80px !important;
  }
  .sm\:pb-80 {
    padding-bottom: 80px !important;
  }
  .sm\:pl-80 {
    padding-left: 80px !important;
  }
  .sm\:pr-80 {
    padding-right: 80px !important;
  }
  .sm\:mt-80 {
    margin-top: 80px !important;
  }
  .sm\:mb-80 {
    margin-bottom: 80px !important;
  }
  .sm\:ml-80 {
    margin-left: 80px !important;
  }
  .sm\:mr-80 {
    margin-right: 80px !important;
  }
  .sm\:py-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .sm\:px-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .sm\:pt-90 {
    padding-top: 90px !important;
  }
  .sm\:pb-90 {
    padding-bottom: 90px !important;
  }
  .sm\:pl-90 {
    padding-left: 90px !important;
  }
  .sm\:pr-90 {
    padding-right: 90px !important;
  }
  .sm\:mt-90 {
    margin-top: 90px !important;
  }
  .sm\:mb-90 {
    margin-bottom: 90px !important;
  }
  .sm\:ml-90 {
    margin-left: 90px !important;
  }
  .sm\:mr-90 {
    margin-right: 90px !important;
  }
  .sm\:py-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .sm\:px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .sm\:pt-120 {
    padding-top: 120px !important;
  }
  .sm\:pb-120 {
    padding-bottom: 120px !important;
  }
  .sm\:pl-120 {
    padding-left: 120px !important;
  }
  .sm\:pr-120 {
    padding-right: 120px !important;
  }
  .sm\:mt-120 {
    margin-top: 120px !important;
  }
  .sm\:mb-120 {
    margin-bottom: 120px !important;
  }
  .sm\:ml-120 {
    margin-left: 120px !important;
  }
  .sm\:mr-120 {
    margin-right: 120px !important;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.xl\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lg\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.md\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sm\:mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.x-gap-0 {
  margin-left: -0px;
  margin-right: -0px;
}

.x-gap-0 > * {
  padding-left: 0px;
  padding-right: 0px;
}

.y-gap-0 {
  margin-top: -0px;
  margin-bottom: -0px;
}

.y-gap-0 > * {
  padding-top: 0px;
  padding-bottom: 0px;
}

.x-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.x-gap-5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.y-gap-5 {
  margin-top: -2.5px;
  margin-bottom: -2.5px;
}

.y-gap-5 > * {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.x-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.x-gap-10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.y-gap-10 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.y-gap-10 > * {
  padding-top: 5px;
  padding-bottom: 5px;
}

.x-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.x-gap-15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.y-gap-15 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.y-gap-15 > * {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.x-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.x-gap-20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.y-gap-20 > * {
  padding-top:5px;
  padding-bottom:5px;
}

.x-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.x-gap-30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.y-gap-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}

.y-gap-30 > * {
  padding-top: 15px;
  padding-bottom: 15px;
}

.x-gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.x-gap-40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.y-gap-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.y-gap-40 > * {
  padding-top: 20px;
  padding-bottom: 20px;
}

.x-gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.x-gap-50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.y-gap-50 {
  margin-top: -25px;
  margin-bottom: -25px;
}

.y-gap-50 > * {
  padding-top: 25px;
  padding-bottom: 25px;
}

.x-gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.x-gap-60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.y-gap-60 {
  margin-top: -30px;
  margin-bottom: -30px;
}

.y-gap-60 > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

.x-gap-80 {
  margin-left: -40px;
  margin-right: -40px;
}

.x-gap-80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.y-gap-80 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.y-gap-80 > * {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .md\:x-gap-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .md\:x-gap-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:y-gap-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .md\:y-gap-0 > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:x-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .md\:x-gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .md\:y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .md\:y-gap-5 > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .md\:x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .md\:x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .md\:y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .md\:y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .md\:x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .md\:x-gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .md\:y-gap-15 {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .md\:y-gap-15 > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .md\:x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .md\:x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .md\:y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .md\:y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .md\:x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .md\:x-gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .md\:y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .md\:y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .md\:x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .md\:x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .md\:y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .md\:y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .md\:x-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .md\:x-gap-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .md\:y-gap-50 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .md\:y-gap-50 > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .md\:x-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .md\:x-gap-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .md\:y-gap-60 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .md\:y-gap-60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:x-gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .md\:x-gap-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .md\:y-gap-80 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .md\:y-gap-80 > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .sm\:x-gap-0 {
    margin-left: -0px;
    margin-right: -0px;
  }
  .sm\:x-gap-0 > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:y-gap-0 {
    margin-top: -0px;
    margin-bottom: -0px;
  }
  .sm\:y-gap-0 > * {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:x-gap-5 {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .sm\:x-gap-5 > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .sm\:y-gap-5 {
    margin-top: -2.5px;
    margin-bottom: -2.5px;
  }
  .sm\:y-gap-5 > * {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }
  .sm\:x-gap-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sm\:x-gap-10 > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sm\:y-gap-10 {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .sm\:y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .sm\:x-gap-15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .sm\:x-gap-15 > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .sm\:y-gap-15 {
    margin-top: -7.5px;
    margin-bottom: -7.5px;
  }
  .sm\:y-gap-15 > * {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
  }
  .sm\:x-gap-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sm\:x-gap-20 > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:y-gap-20 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .sm\:y-gap-20 > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:x-gap-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sm\:x-gap-30 > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sm\:y-gap-30 {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .sm\:y-gap-30 > * {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm\:x-gap-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .sm\:x-gap-40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm\:y-gap-40 {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .sm\:y-gap-40 > * {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:x-gap-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .sm\:x-gap-50 > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sm\:y-gap-50 {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .sm\:y-gap-50 > * {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sm\:x-gap-60 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .sm\:x-gap-60 > * {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:y-gap-60 {
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .sm\:y-gap-60 > * {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sm\:x-gap-80 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .sm\:x-gap-80 > * {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sm\:y-gap-80 {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .sm\:y-gap-80 > * {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.trave-pt-sm {
  padding-top: 30px;
}

.trave-pb-sm {
  padding-bottom: 30px;
}

.trave-pt-md {
  padding-top: 60px;
}

.trave-pb-md {
  padding-bottom: 60px;
}

.trave-pt-lg {
  padding-top: 70px;
}

.trave-pb-lg {
  padding-bottom: 60px;
}

.trave-pt-xl {
  padding-top: 140px;
}

.trave-pb-xl {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .trave-pt-sm {
    padding-top: 30px;
  }
  .trave-pb-sm {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .trave-pt-md {
    padding-top: 60px;
  }
  .trave-pb-md {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .trave-pt-lg {
    padding-top: 100px;
  }
  .trave-pb-lg {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .trave-pt-xl {
    padding-top: 120px;
  }
  .trave-pb-xl {
    padding-bottom: 120px;
  }
}

@media (max-width: 575px) {
  .trave-pt-sm {
    padding-top: 30px;
  }
  .trave-pb-sm {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .trave-pt-md {
    padding-top: 30px;
  }
  .trave-pb-md {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .trave-pt-lg {
    padding-top: 60px;
  }
  .trave-pb-lg {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .trave-pt-xl {
    padding-top: 60px;
  }
  .trave-pb-xl {
    padding-bottom: 60px;
  }
}

.w-1\/7 {
  width: 14.285714% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/1 {
  width: 100% !important;
}

@media (max-width: 1199px) {
  .xl\:w-1\/5 {
    width: 20% !important;
  }
  .xl\:w-1\/4 {
    width: 25% !important;
  }
  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }
  .xl\:w-1\/2 {
    width: 50% !important;
  }
  .xl\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .lg\:w-1\/5 {
    width: 20% !important;
  }
  .lg\:w-1\/4 {
    width: 25% !important;
  }
  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }
  .lg\:w-1\/2 {
    width: 50% !important;
  }
  .lg\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .md\:w-1\/5 {
    width: 20% !important;
  }
  .md\:w-1\/4 {
    width: 25% !important;
  }
  .md\:w-1\/3 {
    width: 33.333333% !important;
  }
  .md\:w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/1 {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .sm\:w-1\/5 {
    width: 20% !important;
  }
  .sm\:w-1\/4 {
    width: 25% !important;
  }
  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }
  .sm\:w-1\/2 {
    width: 50% !important;
  }
  .sm\:w-1\/1 {
    width: 100% !important;
  }
}

.flex-column {
  flex-direction: column;
}

@media (max-width: 1199px) {
  .xl\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 991px) {
  .lg\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .md\:flex-column {
    flex-direction: column !important;
  }
}

@media (max-width: 575px) {
  .sm\:flex-column {
    flex-direction: column !important;
  }
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

@media (max-width: 1199px) {
  .xl\:justify-start {
    justify-content: flex-start !important;
  }
  .xl\:justify-end {
    justify-content: flex-end !important;
  }
  .xl\:justify-center {
    justify-content: center !important;
  }
  .xl\:justify-between {
    justify-content: space-between !important;
  }
  .xl\:items-start {
    align-items: flex-start !important;
  }
  .xl\:items-end {
    align-items: flex-end !important;
  }
  .xl\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 991px) {
  .lg\:justify-start {
    justify-content: flex-start !important;
  }
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
  .lg\:justify-center {
    justify-content: center !important;
  }
  .lg\:justify-between {
    justify-content: space-between !important;
  }
  .lg\:items-start {
    align-items: flex-start !important;
  }
  .lg\:items-end {
    align-items: flex-end !important;
  }
  .lg\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 767px) {
  .md\:justify-start {
    justify-content: flex-start !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:justify-center {
    justify-content: center !important;
  }
  .md\:justify-between {
    justify-content: space-between !important;
  }
  .md\:items-start {
    align-items: flex-start !important;
  }
  .md\:items-end {
    align-items: flex-end !important;
  }
  .md\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 575px) {
  .sm\:justify-start {
    justify-content: flex-start !important;
  }
  .sm\:justify-end {
    justify-content: flex-end !important;
  }
  .sm\:justify-center {
    justify-content: center !important;
  }
  .sm\:justify-between {
    justify-content: space-between !important;
  }
  .sm\:items-start {
    align-items: flex-start !important;
  }
  .sm\:items-end {
    align-items: flex-end !important;
  }
  .sm\:items-center {
    align-items: center !important;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

@media (max-width: 1199px) {
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-3 {
    order: 3;
  }
}

@media (max-width: 991px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
}

@media (max-width: 767px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
}

@media (max-width: 575px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.bg-border {
  background-color: var(--color-border) !important;
}

.bg-dark-1 {
  background-color: var(--color-dark-1) !important;
}

.bg-dark-2 {
  background-color: var(--color-dark-2) !important;
}

.bg-dark-3 {
  background-color: var(--color-dark-3) !important;
}

.bg-dark-4 {
  background-color: var(--color-dark-4) !important;
}

.bg-light-1 {
  background-color: var(--color-light-1) !important;
}

.bg-light-2 {
  background-color: var(--color-light-2) !important;
}

.bg-light-3 {
  background-color: var(--color-light-3) !important;
}

.bg-blue-1 {
  background-color: var(--color-blue-1) !important;
}

.bg-blue-2 {
  background-color: var(--color-blue-2) !important;
}

.bg-green-1 {
  background-color: var(--color-green-1) !important;
}

.bg-green-2 {
  background-color: var(--color-green-2) !important;
}

.bg-yellow-1 {
  background-color: var(--color-yellow-1) !important;
}

.bg-yellow-2 {
  background-color: var(--color-yellow-2) !important;
}

.bg-yellow-3 {
  background-color: var(--color-yellow-3) !important;
}

.bg-yellow-4 {
  background-color: var(--color-yellow-4) !important;
}

.bg-brown-1 {
  background-color: var(--color-brown-1) !important;
}

.bg-purple-1 {
  background-color: var(--color-purple-1) !important;
}

.bg-red-1 {
  background-color: var(--color-red-1) !important;
}

.bg-red-2 {
  background-color: var(--color-red-2) !important;
}

.bg-red-3 {
  background-color: var(--color-red-3) !important;
}

.bg-info-1 {
  background-color: var(--color-info-1) !important;
}

.bg-info-2 {
  background-color: var(--color-info-2) !important;
}

.bg-warning-1 {
  background-color: var(--color-warning-1) !important;
}

.bg-warning-2 {
  background-color: var(--color-warning-2) !important;
}

.bg-error-1 {
  background-color: var(--color-error-1) !important;
}

.bg-error-2 {
  background-color: var(--color-error-2) !important;
}

.bg-success-1 {
  background-color: var(--color-success-1) !important;
}

.bg-success-2 {
  background-color: var(--color-success-2) !important;
}

.bg-blue-1-05 {
  background-color: rgba(53, 84, 209, 0.05);
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-white {
  color: var(--color-white);
}

.text-black {
  color: var(--color-black);
}

.text-border {
  color: var(--color-border);
}

.text-dark-1 {
  color: var(--color-dark-2);
}

.text-dark-2 {
  color: var(--color-dark-2);
}

.text-orange-3 {
  color: var(--color-dark-3);
}

.text-dark-4 {
  color: var(--color-dark-4);
}

.text-light-1 {
  color: var(--color-light-1);
}

.text-light-2 {
  color: var(--color-light-2);
}

.text-light-3 {
  color: var(--color-light-3);
}

.text-blue-1 {
  color: var(--color-blue-1);
}

.text-blue-2 {
  color: var(--color-blue-2);
}

.text-green-1 {
  color: var(--color-green-1);
}

.text-green-2 {
  color: var(--color-green-2);
}

.text-yellow-1 {
  color: var(--color-yellow-1);
}

.text-yellow-2 {
  color: var(--color-yellow-2);
}

.text-yellow-3 {
  color: var(--color-yellow-3);
}

.text-yellow-4 {
  color: var(--color-yellow-4);
}

.text-brown-1 {
  color: var(--color-brown-1);
}

.text-purple-1 {
  color: var(--color-purple-1);
}

.text-red-1 {
  color: var(--color-red-1);
}

.text-red-2 {
  color: var(--color-red-2);
}

.text-red-3 {
  color: var(--color-red-3);
}

.text-info-1 {
  color: var(--color-info-1);
}

.text-info-2 {
  color: var(--color-info-2);
}

.text-warning-1 {
  color: var(--color-warning-1);
}

.text-warning-2 {
  color: var(--color-warning-2);
}

.text-error-1 {
  color: var(--color-error-1);
}

.text-error-2 {
  color: var(--color-error-2);
}

.text-success-1 {
  color: var(--color-success-1);
}

.text-success-2 {
  color: var(--color-success-2);
}

.text-inherit {
  color: inherit;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (max-width: 1199px) {
  .xl\:d-none {
    display: none !important;
  }
  .xl\:d-inline-block {
    display: inline-block !important;
  }
  .xl\:d-block {
    display: block !important;
  }
  .xl\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .lg\:d-none {
    display: none !important;
  }
  .lg\:d-inline-block {
    display: inline-block !important;
  }
  .lg\:d-block {
    display: block !important;
  }
  .lg\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .md\:d-none {
    display: none !important;
  }
  .md\:d-inline-block {
    display: inline-block !important;
  }
  .md\:d-block {
    display: block !important;
  }
  .md\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .sm\:d-none {
    display: none !important;
  }
  .sm\:d-inline-block {
    display: inline-block !important;
  }
  .sm\:d-block {
    display: block !important;
  }
  .sm\:d-flex {
    display: flex !important;
  }
}

@media (max-width: 1300px) {
  .xxl\:d-none {
    display: none !important;
  }
}

.html-overflow-hidden {
  overflow: hidden !important;
}

.html-overflow-hidden body {
  overflow-y: scroll;
}

.origin-top {
  transform-origin: top !important;
}

.origin-left {
  transform-origin: left !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-normal {
  overflow: initial !important;
}

.overflow-visible {
  overflow: visible !important;
}

.pointer-events-auto {
  pointer-events: auto !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.img-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal {
  text-transform: none;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-22 {
  border-radius: 22px;
}

.rounded-100 {
  border-radius: 100px;
}

.rounded-full {
  border-radius: 100%;
}

.rounded-right-4 {
  border-radius: 0 4px 4px 0;
}

@media (max-width: 991px) {
  .lg\:border-none {
    border: none !important;
  }
}

.border-type-1 {
  border: 1px dashed var(--color-blue-1);
}

.border-top-light {
  border-top: 1px solid var(--color-border);
}

.border-left-light {
  border-left: 1px solid var(--color-border);
}

.border-bottom-light {
  border-bottom: 1px solid var(--color-border);
}

.border-white {
  border: 1px solid white;
}

.border-dark-1 {
  border: 1px solid var(--color-dark-1);
}

.border-dark-4 {
  border: 1px solid var(--color-dark-4);
}

.border-blue-1 {
  border: 1px solid var(--color-blue-1);
}

.border-white-15 {
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.border-top-white-15 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-light {
  border: 1px solid var(--color-border) !important;
}

.size-3 {
  flex-shrink: 0;
  width: 3px;
  height: 3px;
}

.size-4 {
  flex-shrink: 0;
  width: 4px;
  height: 4px;
}

.size-10 {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
}

.size-30 {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.size-38 {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
}

.size-35 {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
}

.size-40 {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.size-180 {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}

.size-140 {
  flex-shrink: 0;
  width: 140px;
  height: 140px;
}

.size-80 {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.size-50 {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.size-60 {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.size-65 {
  flex-shrink: 0;
  width: 65px;
  height: 65px;
}

.size-20 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.size-70 {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.size-100 {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
}

.size-120 {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
}

.size-250 {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
}

.size-160 {
  flex-shrink: 0;
  width: 160px;
  height: 160px;
}

.size-130 {
  flex-shrink: 0;
  width: 130px;
  height: 130px;
}

.shadow-1 {
  box-shadow: 0px 20px 40px 0px #05103612;
}

.shadow-2 {
  box-shadow: 0px 10px 35px 0px #0510361A;
}

.shadow-3 {
  box-shadow: 0px 10px 30px 0px #05103608;
}

.shadow-4 {
  box-shadow: 0px 10px 60px 0px #0510360D;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.h-full {
  height: 100% !important;
}

.h-34 {
  height: 34px !important;
}

.h-60 {
  height: 60px !important;
}
.h-65 {
  height: 70px !important;    border-radius: 8px;
}

.h-1 {
  height: 1px !important;
}

.h-68 {
  height: 68px !important;
}

.h-50 {
  height: 50px !important;
}

.h-20 {
  height: 20px !important;
}

.h-40 {
  height: 40px !important;
}

.w-48 {
  width: 48px;
}

.w-28 {
  width: 28px;
}

.w-max-300 {
  max-width: 300px;
}

.slider-scrollbar {
  width: 100%;
  border-radius: 4px;
  height: 3px;
}

.slider-scrollbar .swiper-scrollbar-drag {
  cursor: grab;
  background-color: var(--color-dark-1);
}

.slider-scrollbar .swiper-scrollbar-drag:active:hover {
  cursor: grabbing;
}

.slider-scrollbar.-light .swiper-scrollbar-drag {
  background-color: var(--color-white);
}

.pointer {
  cursor: pointer;
}

.section-bg {
  position: relative;
  z-index: 0;
}

.section-bg__item {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}

.section-bg__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-bg__item.-w-1500 {
  width: 1500px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .section-bg__item.-w-1500 {
    width: 100%;
  }
}

.section-bg__item.-w-1165 {
  width: 64vw;
}

@media (max-width: 1199px) {
  .section-bg__item.-w-1165 {
    width: 100%;
  }
}

.section-bg__item.-video-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40vw;
  height: unset;
}

@media (max-width: 1199px) {
  .section-bg__item.-video-left {
    top: unset;
    width: 100%;
    transform: none;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .section-bg__item.-video-left {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .section-bg__item.-video-left {
    max-width: 540px;
  }
}

.section-bg__item.-left {
  left: 0;
}

.section-bg__item.-right {
  right: 0;
}

.section-bg__item.-left-100 {
  left: 100px;
}

@media (max-width: 991px) {
  .section-bg__item.-left-100 {
    left: 0;
  }
}

.section-bg__item.-right-100 {
  right: 100px;
}

@media (max-width: 991px) {
  .section-bg__item.-right-100 {
    right: 0;
  }
}

.section-bg__item.-mx-20 {
  left: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .section-bg__item.-mx-20 {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  .section-bg__item.-image {
    position: relative;
    width: 100%;
  }
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.currencyMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  z-index: 1100;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.currencyMenu.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.currencyMenu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.4);
}

.currencyMenu__content {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 1070px;
  height: auto;
  transform: translateX(-50%);
}

.modalGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 991px) {
  .modalGrid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .modalGrid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}

.modalGrid__item {
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modalGrid__item > * > *:nth-child(1) {
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modalGrid__item:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.modalGrid__item:hover > * > *:nth-child(1) {
  color: var(--color-blue-1);
}

.modalGrid__item.-is-active {
  background-color: #F5F5F5;
}

.acount-trac-Menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  pointer-events: auto;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.acount-trac-Menu.is-hidden {
  pointer-events: none;
  opacity: 0;
}

.acount-trac-Menu__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 65%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.formseach-login .row.y-gap-20 {
    gap: 10px;
}
.acount-trac-Menu__content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1px 7px rgb(0 0 0 / 40%);
    position: relative;
    box-shadow: 0 1px 7px rgb(0 0 0 / 40%);
    z-index: 3;
    max-width: 510px;
    border-radius: 10px;
    padding-top: 15px;
    height: auto;
}

.relative {
  position: relative;
}

.ph-white::-moz-placeholder {
  color: var(--color-white);
}

.ph-white::placeholder {
  color: var(--color-white);
}

.absolute {
  position: absolute;
}

.bottom-0 {
  bottom: 0;
}

.flightLine {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: var(--color-border);
}

.flightLine > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid var(--color-border);
  border-radius: 100%;
}

.flightLine > *:nth-child(1) {
  left:-1px;
  background-color: var(--color-white);
}

.flightLine > *:nth-child(2) {
  right: -1px;
  background-color: var(--color-border);
}

.blog-grid-1 {
  display: grid;
  grid-template-columns: 0.66fr 0.33fr;
  grid-template-rows: 250px 250px;
  gap: 30px;
}

@media (max-width: 991px) {
  .blog-grid-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.blog-grid-1 > *:nth-child(1) {
  grid-row: span 2;
}

@media (max-width: 991px) {
  .blog-grid-1 > *:nth-child(1) {
    grid-row: unset;
  }
}

.border-center > *:nth-child(2n + 2) {
  border-left: 1px solid var(--color-light-2);
}

.border-center > *:nth-child(1n + 3) {
  border-top: 1px solid var(--color-light-2);
}

@media (max-width: 991px) {
  .border-center > *:nth-child(1n + 2) {
    border-top: 1px solid var(--color-light-2);
  }
  .border-center > * {
    border-left: 0;
  }
}

.header-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.section-slider-nav.-prev {
  left: -20px;
}

.section-slider-nav.-next {
  right: -20px;
}

@media (max-width: 767px) {
  .md\:size-full {
    width: 100%;
    height: auto;
  }
}

.sidebar__item:not(.-no-border) {
  border-top: 1px solid var(--color-border);
}

.sidebar.-mobile-filter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-top: 70px;
}

.sidebar.-mobile-filter .-icon-close {
  position: absolute;
  top: 20px;
  left: 24px;
}

@media (max-width: 767px) {
  .sidebar.-mobile-filter {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .sidebar.-mobile-filter {
    grid-template-columns: 1fr;
  }
}

.sidebar.-mobile-filter > * {
  border-top: none !important;
}

.w-250 {
  width: 250px;
  max-width: 100%;
}

.w-1 {
  width: 1px;
  max-width: 100%;
}

.w-200 {
  width: 200px;
  max-width: 100%;
}

.w-180 {
  width: 180px;
  max-width: 100%;
}

.halfMap {
  display: flex;
  width: 100%;
  min-height: calc(100vh - 90px);
  margin-top: 90px;
}

@media (max-width: 991px) {
  .halfMap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .halfMap {
    margin-top: 80px;
  }
}

.halfMap__content {
  width: 865px;
  max-width: 100%;
  flex-shrink: 0;
  padding: 30px;
  min-height: 100%;
}

@media (max-width: 1199px) {
  .halfMap__content {
    width: 660px;
  }
}

@media (max-width: 991px) {
  .halfMap__content {
    width: 100%;
    order: 2;
  }
}

@media (max-width: 767px) {
  .halfMap__content {
    padding: 20px;
  }
}

.halfMap__map {
  width: 100%;
  min-height: 100%;
}

@media (max-width: 991px) {
  .halfMap__map {
    order: 1;
  }
}

.halfMap__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galleryGrid.-type-1 {
  display: grid;
  grid-template-columns: 0.52fr 0.24fr 0.24fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .galleryGrid.-type-1 {
    grid-template-columns: 1fr;
  }
}

.galleryGrid.-type-1 > *:nth-child(1) {
  grid-row: 2 span;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 > *:nth-child(1) {
    grid-row: 1;
  }
}

.galleryGrid.-type-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .galleryGrid.-type-1 img {
    width: 100%;
  }
}

.galleryGrid.-type-2 {
  display: grid;
  grid-template-columns: 0.6fr 0.2fr 0.2fr;
  grid-template-rows: 0.4fr 0.6fr;
  gap: 10px;
}

@media (max-width: 991px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr;
  }
}

.galleryGrid.-type-2 > *:nth-child(1) {
  grid-row: 2 span;
}

.galleryGrid.-type-2 > *:nth-child(4) {
  grid-column: 2 span;
}

.galleryGrid.-type-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .galleryGrid.-type-2 img {
    width: 100%;
  }
}

.min-h-250 {
  min-height: 250px;
}

.roomGrid {
  width: 100%;
}

.roomGrid__header {
  display: grid;
  grid-template-columns: 180px 1fr 60px 170px 140px 270px;
  gap: 30px;
  background-color: var(--color-dark-3);
  color: white;
  font-weight: 500;
  padding: 15px 0;
}

@media (max-width: 1400px) {
  .roomGrid__header {
    grid-template-columns: 140px 1fr 60px 170px 140px 180px;
  }
}

@media (max-width: 1199px) {
  .roomGrid__header {
    display: none;
  }
}

.roomGrid__header > *:first-child {
  padding-left: 30px;
}

.roomGrid__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 180px auto 270px;
}

@media (max-width: 1400px) {
  .roomGrid__grid {
    grid-template-columns: 140px auto 180px;
  }
}

@media (max-width: 1199px) {
  .roomGrid__grid {
    grid-template-columns: 140px auto;
  }
  .roomGrid__grid > *:nth-child(3) {
    grid-column: 2 span;
  }
}

@media (max-width: 991px) {
  .roomGrid__grid {
    grid-template-columns: 1fr;
  }
  .roomGrid__grid > *:nth-child(1) {
    display: flex;
    align-items: center;
  }
  .roomGrid__grid > *:nth-child(1) > *:first-child {
    min-width: 200px;
    margin-right: 20px;
  }
  .roomGrid__grid > *:nth-child(2) {
    grid-column: 2 span;
  }
}

@media (max-width: 767px) {
  .roomGrid__grid > *:nth-child(1) {
    display: block;
    align-items: unset;
  }
  .roomGrid__grid > *:nth-child(1) > *:first-child {
    min-width: auto;
    width: 100%;
    margin-right: 0;
  }
}

.roomGrid__grid > * {
  padding-top: 20px;
}

.roomGrid__grid > *:nth-child(3) {
  background-color: rgba(53, 84, 209, 0.05);
  padding: 20px 30px;
}

.roomGrid__content {
  display: grid;
  grid-template-columns: 1fr 60px 170px 140px;
  gap: 30px;
}

@media (max-width: 767px) {
  .roomGrid__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.roomGrid__content:nth-child(1n + 2) {
  border-top: 1px solid var(--color-border);
}

.progressBar {
  position: relative;
}

.progressBar__bg {
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.progressBar__bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  border-radius: 4px;
}

.progressBar__bar span {
  position: absolute;
  right: 0;
  bottom: 100%;
}

.tooltip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #615E5E;
}

.tooltip__content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 11px;
  font-size: 14px;
  line-height: 1.2;
  background-color: var(--color-dark-1);
  color: white;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.tooltip__content::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: black;
  transform: rotate(45deg);
}

.tooltip.-top .tooltip__content {
  bottom: calc(100% + 6px);
  transform: translateY(8px);
}

.tooltip.-top .tooltip__content::after {
  bottom: -4px;
}

.tooltip.-bottom .tooltip__content {
    top: calc(100% + 0px);
    transform: translateY(-8px);
    width: 175px;
}

.tooltip.-bottom .tooltip__content::after {
  top: -4px;
}

.tooltip.-left .tooltip__content {
  right: calc(100% + 6px);
  transform: translateX(8px);
}

.tooltip.-left .tooltip__content::after {
  right: -4px;
}

.tooltip.-right .tooltip__content {
  left: calc(100% + 6px);
  transform: translateX(-8px);
}

.tooltip.-right .tooltip__content::after {
  left: -4px;
}

.tooltip:hover .tooltip__content {
  transform: none;
  opacity: 1;
}

.gallery__item {
  position: relative;
  display: block;
}

.gallery__item:hover .gallery__button {
  opacity: 1;
}

.gallery__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: black;
  border-radius: 100%;
  width: rem(52px);
  height: rem(52px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

.gallery__button .icon {
  color: white;
  stroke-width: 1;
  width: rem(28px);
  height: rem(28px);
}

.gallery__button.-bottom-right {
  top: unset;
  left: unset;
  transform: unset;
  bottom: rem(30px);
  right: rem(30px);
}

.form-input {
  position: relative;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}

    .form-input label {
        position: absolute;
        top: 0;
        top: 20px;
        padding: 0 15px;
        pointer-events: none;
        font-size: 14px;
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        color: rgb(5 32 60 / 60%);
    }

    .form-input textarea,
    .form-input input, .form-input select {
        border: 1px solid var(--color-border);
        border-radius: 4px;
        padding: 0 10px;
        min-height: 50px;
        padding-top: 20px;
        transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding-left: 10px !important;
    }

.form-input textarea:focus,
.form-input input:focus, .single-field input:focus {
  border:1px solid #4bb1db !important;
}.formseach-login {
  padding:3em 2em !important  ;
}

.form-input textarea:focus ~ label, .form-input textarea:valid ~ label,
.form-input input:focus ~ label, .form-input input:valid ~ label {
  transform: translateY(-12px);
  background: #fff;
  padding:0;
  margin: 0 10px;
  font-size: 12px !important;
  color: #4bb1db;
}

.sidebar.-blog > * + * {
  padding-top: 30px;
  margin-top: 30px;
}

.list-disc li {
  list-style-type: disc;
  list-style-position: inside;
}

.w-360 {
  width: 360px;
}

@media (max-width: 991px) {
  .lg\:w-full {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .sm\:w-full {
    width: 100% !important;
  }
}

.w-140 {
  width: 140px;
  max-width: 100%;
}

.w-210 {
  width: 210px;
  max-width: 100%;
}

.w-230 {
  width: 230px;
  max-width: 100%;
}

.no-page__title {
  font-size: 200px;
  font-weight: 600;
  line-height: 1.2;
}

table.table th {
  padding: 25px 40px;
  line-height: 1;
  font-weight: 500;
}

table.table th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table tbody > tr + tr {
  border-top: 1px solid var(--color-border);
}

table.table td {
  padding: 20px 40px;
  font-size: 15px;
  border-bottom: 1px solid var(--color-light-5);
}

table.table-2 th {
    font-weight: 500;
    padding: 10px 5px;
    line-height: 1.2;
    font-size: 14px;
}

table.table-2 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-2 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-2 th:nth-child(1) {
  padding-left: 0;
}

table.table-2 th:last-child {
  text-align: left;
  padding-right: 0;
}

table.table-2 tbody > tr {
  border-top: 1px dashed var(--color-border);
  vertical-align: top;
}
table.table-2 td.fw-500 {
    font-weight: 400;
}
table.table-2 td {
    padding: 5px;
    font-size: 13px;
    line-height: normal;
    padding-top: 10px;
}

table.table-2 td:nth-child(1) {
  padding-left: 0;
}

    table.table-2 td:last-child {
        text-align: left;
        padding-right: 0;
    }

.overflow-x-scroll {
  overflow-x: scroll;
}

table.table-3 th {
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-3 th {
    padding: 15px 15px;
    min-width: 100px;
  }
}

table.table-3 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-3 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-3 tbody tr {
  vertical-align: top;
}

table.table-3 tbody > tr + tr {
  border-top: 1px dashed var(--color-border);
}

table.table-3 td {
  padding: 15px 30px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-3 td {
    padding: 15px 15px;
  }
}

table.table-3.-border-bottom tbody > tr {
  border-top: none;
  border-bottom: 1px dashed var(--color-border);
}

table.table-4 th {
  font-weight: 500;
  padding: 20px 30px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-4 th {
    padding: 15px 15px;
    min-width: 100px;
  }
}

table.table-4 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-4 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-4 tbody tr {
  vertical-align: top;
}

table.table-4 tbody > tr + tr {
  border-top: 1px dashed var(--color-border);
}

table.table-4 td {
  padding: 20px 30px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-4 td {
    padding: 15px 15px;
  }
}

table.table-4.-border-bottom tbody > tr {
  border-top: none;
  border-bottom: 1px dashed var(--color-border);
}

table.table-5 {
  width: 100%;
}

table.table-5 th {
  font-weight: 500;
  padding: 20px 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-5 th {
    padding: 15px 15px;
    min-width: 100px;
  }
}

table.table-5 th:first-child {
  border-radius: 8px 0 0 8px;
}

table.table-5 th:last-child {
  border-radius: 0 8px 8px 0;
}

table.table-5 tbody tr {
  vertical-align: top;
}

table.table-5 tbody > tr {
  border-bottom: 1px solid var(--color-border);
}

table.table-5 td {
  padding: 20px 15px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 130px;
}

@media (max-width: 1199px) {
  table.table-5 td {
    padding: 15px 15px;
  }
}

.z--1 {
  z-index: -1;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.side-badge {
  position: absolute;
  top: -7px;
  left: -3px;
}

.side-badge > * {
  border: 3px solid white;
}

.map-500 {
  min-height: 500px;
  height: 500px;
}

@media (max-width: 575px) {
  .map-500 {
    min-height: 400px;
    height: 400px;
  }
}

.map-form {
  position: relative;
  margin-top: -680px;
}

@media (max-width: 991px) {
  .map-form {
    margin-top: 40px;
  }
}

.h-400 {
  height: 400px;
  min-height: 400px;
}

.table-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.table-calendar__header {
  font-size: 14px;
  font-weight: 600;
}

.table-calendar__grid {
  font-size: 15px;
}

.table-calendar__cell {
  cursor: pointer;
  position: relative;
  z-index: 0;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-calendar__cell:hover {
  background-color: var(--color-dark-3);
  color: white;
}

.table-calendar__cell.-is-in-path {
  position: relative;
  z-index: 0;
  color: var(--color-dark-1) !important;
}

.table-calendar__cell.-is-in-path::before {
  content: "";
  background-color: var(--color-light-2);
  position: absolute;
  top: 0;
  left: -16px;
  right: -16px;
  z-index: -2;
  height: 100%;
}

.table-calendar__cell.-is-active {
  position: relative;
  z-index: 2;
  background-color: var(--color-dark-3);
  color: white;
}

.table-calendar__header, .table-calendar__grid {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.table-calendar__header > *, .table-calendar__grid > * {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

@media (max-width: 767px) {
  .table-calendar__header > *, .table-calendar__grid > * {
    width: 32px;
    height: 32px;
  }
}

.desktopMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 450px;
  max-width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.desktopMenu .mobile-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: white;
}

.desktopMenu__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.desktopMenu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-color: rgba(5, 16, 54, 0.5);
}

.desktopMenu.is-menu-active {
  opacity: 1;
  pointer-events: auto;
}

.desktopMenu.is-menu-active .-is-active {
  pointer-events: auto !important;
  overflow-x: hidden;
}

.desktopMenu .menu {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

.desktopMenu .menu ul {
  pointer-events: none;
}

.desktopMenu .menu li {
  overflow: hidden;
}

.desktopMenu .menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  border-radius: 4px;
  font-weight: 500;
  color: var(--color-dark-1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.desktopMenu .menu a .icon {
  font-size: 8px;
  transform: rotate(-90deg);
}

.desktopMenu .menu a:hover {
  color: var(--color-blue-1);
}

.desktopMenu .menu__nav {
  display: flex;
  flex-direction: column;
}

.desktopMenu .menu__nav > li > a {
  font-size: 20px;
}

.desktopMenu .menu__nav > li > a:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.desktopMenu .menu .subnav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktopMenu .menu .subnav a {
  height: 40px;
  font-size: 18px;
  padding: 0 20px;
  transform: translateY(100%);
}

.desktopMenu .menu .subnav__backBtn {
  margin-bottom: 10px;
}

.desktopMenu .menu .subnav__backBtn li {
  padding: 0;
}

.desktopMenu .menu .subnav__backBtn a {
  justify-content: flex-start;
  height: 50px;
  font-size: 20px;
  color: var(--color-blue-1);
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.desktopMenu .menu .subnav__backBtn a .icon {
  margin-right: 12px;
  transform: rotate(90deg);
}

.searchMenu {
  position: relative;
}

.searchMenu__field {
  position: absolute;
  padding-top: 30px;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 500px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

.searchMenu__field.is-visible {
  pointer-events: auto;
  opacity: 1;
}

.searchMenu .-link:hover {
  background-color: rgba(53, 84, 209, 0.05) !important;
}

.h-34 {
  height: 34px;
}

.dropRating {
  position: absolute;
  top: calc(100% + 10px);
  z-index: 10;
  width: 340px;
  max-width: 100vw;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  opacity: 0;
}

.dropRating.-is-active {
  pointer-events: auto;
  opacity: 1;
}

.quote {
  position: relative;
  padding: 20px 0;
  padding-left: 75px;
  width: 740px;
  max-width: 100%;
}

.quote__line {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.quote__icon {
  position: absolute;
  top: 12px;
  left: 22px;
  z-index: -1;
}

.hotelSingleGrid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 360px;
}

@media (max-width: 767px) {
  .hotelSingleGrid {
    grid-template-columns: 1fr;
  }
}

.border-test {
  position: absolute;
  top: 0;
  bottom: 40px;
  left: 19px;
  z-index: -1;
  border-left: 2px dashed #E5F0FD;
}

.border-line-2 {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 70px;
  z-index: -1;
  border-left: 1px solid var(--color-border);
}

@media (max-width: 575px) {
  .border-line-2 {
    display: none;
  }
}

.map {
  width: 100%;
  height: 100%;
  background-color: #a3a3a3;
}

.carsSlider {
  display: grid;
  gap: 10px;
  grid-template-columns: 120px calc(100% - 130px);
}

@media (max-width: 767px) {
  .carsSlider {
    grid-template-columns: 1fr;
  }
}

.carsSlider .carsSlider-slides {
  display: flex;
  flex-direction: column;
}

.carsSlider .carsSlider-slides > * + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .carsSlider .carsSlider-slides {
    flex-direction: row;
    order: 2;
  }
  .carsSlider .carsSlider-slides > * + * {
    margin-top: 0;
    margin-left: 10px;
  }
}

.carsSlider .carsSlider-slides__item {
  border: 1px solid #DDDDDD;
}

.carsSlider .carsSlider-slides__item.-is-active {
  border: 1px solid #051036;
}

.carsSlider .carsSlider-slider {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .carsSlider .carsSlider-slider {
    order: 1;
  }
}

.carsSlider .carsSlider-slider img {
  border: 1px solid #DDDDDD;
  width: 100%;
  max-height: 510px;
}

.cruiseSlider .cruiseSlider-slides__item {
  border: 1px solid #DDDDDD;
}

.cruiseSlider .cruiseSlider-slides__item.-is-active {
  border: 1px solid #051036;
}

.cruiseSlider .cruiseSlider-slider {
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .cruiseSlider .cruiseSlider-slider {
    order: 1;
  }
}

.cruiseSlider .cruiseSlider-slider img {
  border: 1px solid #DDDDDD;
  width: 100%;
  max-height: 510px;
}

.cruiseSlider__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.cruiseSlider__nav.-prev {
  left: 20px;
}

.cruiseSlider__nav.-next {
  right: 20px;
}

@media (max-width: 767px) {
  .cruiseSlider__nav {
    top: unset;
    bottom: 30px;
    transform: none;
  }
  .cruiseSlider__nav.-prev {
    left: unset;
    right: calc(50% + 10px);
  }
  .cruiseSlider__nav.-next {
    right: unset;
    left: calc(50% + 10px);
  }
}

.w-max-120 {
  max-width: 120px;
}

.singleMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  top: 0;
  background-color: white;
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.singleMenu.-is-active {
  opacity: 1;
  pointer-events: auto;
}

.singleMenu__content {
  width: 100%;
  min-height: 80px;
  padding: 15px 0;
}

.singleMenu__links a {
  font-size: 15px;
  font-weight: 500;
}

.overflow-x-hidden {
  overflow-x: clip;
}

.-is-dd-wrap-active .-dd-button {
  border-color: var(--color-dark-1) !important;
  outline: 1px solid var(--color-dark-1) !important;
}

.-is-dd-wrap-active .-dd-button .icon {
  transform: rotate(180deg);
}

.noUi-target {
  height: 4px;
  border: none;
  outline: 1px solid rgba(0, 0, 0, 0.08);
}

.noUi-connect {
  background-color: #05203c !important;
  box-shadow: 0 !important;
}
.noUi-touch-area {
  background: #fff;
  border-radius: 50%;
}
.noUi-handle {
  border-radius: 100%;
  width: 24px !important;
  height: 24px !important;
  top: 50% !important;
  transform: translateY(-45%);
  border: 2px solid #05203c;
  box-shadow: 0 !important;
  background-color: #fff !important;
}

.noUi-handle::before {
  display: none;
}

.noUi-handle::after {
  display: none;
}

.filterPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  overflow-y: scroll;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  pointer-events: none;
}

.filterPopup.-is-active {
  opacity: 1;
  pointer-events: auto;
}

.base-tr {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.date-input {
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
}

.date-input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  background: none;
  z-index: 2;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.calendar-icon {
  position: absolute;
  top: 28px;
}

.calendar-icon.-left {
  left: 40px;
}

.calendar-icon.-right {
  right: 40px;
}

.gm-style-iw-t {
  right: unset !important;
  left: 25px;
  bottom: 20px !important;
}

.mapMarker {
  position: relative;
  z-index: 100;
}

.mapMarker:hover {
  background-color: var(--color-dark-1) !important;
  border-color: var(--color-dark-1) !important;
  color: white !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 4px;
}

.mapItem__img {
  width: 100px !important;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.mapItem__content {
  height: 100px;
}

.map-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 700px;
}

.show-more__content {
  overflow: hidden;
  max-height: 0;
  transition: .2s;
}

.show-more.-h-60 .show-more__content {
  max-height: 80px;
}

.elCalendar__slider {
  overflow: hidden;
}

.elCalendar__sliderNav {
  position: absolute;
  top: 40px;
  z-index: 10;
}

.elCalendar__sliderNav.-prev {
  left: 60px;
}

.elCalendar__sliderNav.-next {
  right: 60px;
}

@media (max-width: 767px) {
  .elCalendar__sliderNav.-prev {
    left: 54px;
  }
  .elCalendar__sliderNav.-next {
    right: 54px;
  }
}

.elCalendar__month {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.elCalendar__header {
  display: grid;
  grid-template-columns: repeat(7, min-content);
  gap: 8px;
}

.elCalendar__header__sell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .elCalendar__header__sell {
    width: 32px;
    height: 32px;
  }
}

.elCalendar__body {
  display: grid;
  grid-template-columns: repeat(7, min-content);
  gap: 8px;
}

.elCalendar__sell {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: 0.2s;
}

@media (max-width: 767px) {
  .elCalendar__sell {
    width: 32px;
    height: 32px;
  }
}

.elCalendar__sell.-dark {
  opacity: 0.4;
}

.elCalendar__sell:hover {
  background-color: rgba(0, 0, 0, 0.041);
}

.elCalendar__sell.-is-active {
  position: relative;
  color: white;
  background-color: var(--color-dark-3);
  z-index: 1;
}

.elCalendar__sell.-is-in-path {
  position: relative;
  color: var(--color-dark-1) !important;
  z-index: 0;
}

.elCalendar__sell.-is-in-path::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  right: -12px;
  height: 100%;
  background-color: rgb(255 249 244);
  z-index: -2;
}



/*new css addd*/
img.trudImage-img {
  height: 29px;
}
.txtphonrcol svg {
  height: 20px;
  width: 20px;
}
.usenema svg{     height: 12px;
  width: 12px;
  position: relative;
  top: -1px;}
.txtphonrcol span {
  position: relative;
  font-weight: 500;
}
.txtphonrcol {
  gap: 8px;
}
.usenema {
  gap: 4px;
}
a.button.usenema {
    color: #05203c;
    font-size: 13px;
    margin-left: 0;
    cursor: pointer;
    padding: 5px;
}
a.button.usenema:hover {
  color: #f0832c;
}

.usenema svg path {
  fill: #f0832c;
}
a.button.usenema:hover svg path {
  fill: #f0832c;
}
.disflx-trvs-seach- {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 0fr;
    gap: 5px;
    align-items: start !important;
}


.bs-for-bpg {
  box-shadow: 0px 0 8px 0px #0510361A;
  box-shadow: 0px 0 1px 0px rgb(5 16 54 / 50%);padding-bottom: 0 !important;
 
}



.trav-orm input[type="radio"] {
  display: none;
}


.trav-orm .radio-button-label {
  display: inline-block;
  cursor: pointer;
  background-color: rgb(243, 246, 248);
  color: #05203c;
  border-radius: 50px;
  text-align: center;
  transition: background-color 0.3s ease;
  font-weight: 500;
  padding: 3px 15px;
  border: 1px solid rgb(243, 246, 248);
}


.trav-orm  input[type="radio"]:checked + .radio-button-label {
  background-color: rgb(244 162 97 / 10%);
  border: 1px solid #f0832c;
  color: #f0832c;
}

.button.-outline-gary-1{border-color: var(--color-dark-4);}

.button.-outline-gary-1:hover {
  background-color: var(--color-dark-3);
  border-color: transparent;
  color: white !important;

}
.trav-orm .radio-button-label + .radio-button-label {
  margin-left: 10px;
}
.trav-orm {
  display: flex;
  align-items: center;
  gap: 10px;
}.width-full {
  width: 100%;
}


.text-gray-1 {
  border: 1px solid #afafaf;
}
.flyretinfo  .searchMenu-loc {
  height: 100%;
  position: relative;
  width: 260px;
}

.flyretinfo {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    gap: 0 8px;
    height: 80px;
    justify-content: center;
}

.colmd-pgnrinpt select {
  display: block;
}
.searchMenu-date {
  border: 1px solid rgb(225, 231, 238);
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid rgb(225, 231, 238);
  border-radius: 8px;
  width: 160px;   height:75px;
 
}

.searchMenu-guests {
  border:1px solid rgb(225, 231, 238);
  padding-top: 10px;
  padding-bottom: 9px;
  border: 1px solid rgb(225, 231, 238);
  border-radius: 8px; 
  width: 33%;
}


.chgeover-exg {
  width: auto;
  margin: 0 15px;
}

    .chgeover-exg button svg {
        fill: #f0832c;
        height: 24px;
        width: 24px;
        position: relative;
        top: 1px;
    }
.ltretinfo {

  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.chgeover-exg {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 36px;
  justify-content: center;
  outline: none;
  position: absolute;
  transition: transform .15s ease-out;
  width: 36px;
  z-index: 1;
}
.input-txt-fr {
    background: none;
    height: 75px;
    font-size: 16px;
    outline: none;
    overflow: hidden;
    padding: 2px 9px 2px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border: 1px solid rgb(225, 231, 238);
    border-radius: 8px;
}
.input-txt-fr.bdr-lt {
    
}
.bg-fr {
    background-color: #fff;
    border: 1px solid rgb(225, 231, 238);
    border-radius: 50%;
    height: 40px;
    position: absolute;
    right: -24px;
    width: 40px;
    top: 20px;
}

  .bg-fr-1{
  left: -24px;
  right: auto;
}
.ltretinfo{ position:relative;}

.searchMenu-date:hover, .searchMenu-guests:hover{  
 
  border-radius: 8px;}



.bs-for-bpg p.text-15 {
    line-height: normal;
    font-size: 12px !important;
    font-weight: 400;
    color: #73767f;
}
h4.pbtpct {
    padding-bottom: 3px;
}
.bs-for-bpg svg {
  width:65px;
  height: 65px;
  vertical-align: top;
}
.bs-for-bpg .d-flex {
  padding: 0;
    border-radius: 20px;
    /* border: 1px solid #aad3ef; */
    gap: 0;
    align-items: center;
    /* background: #fff;*/
}






.lftrow {
  display: flex;
  align-items: center;
  gap: 30px;
}
.chkflydt .text-14 {
  font-weight: 500;
}





.dropdown-uiibtp {
  position: relative;
  display: inline-block;
}


.dropbtn-uiibtp {
  background-color: #fff;
  color: black;
  padding: 0 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  outline: none;
  border-radius: 4px;
}

.dropbtn-uiibtp img {
  margin-right: 8px;
  width: 24px;
  height: auto;
}


.dropdown-content-uiibtp {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  top: 100%;
  left: 0;
  animation: fadeInDown 0.2s linear;
  border-radius: 4px;
}


.dropdown-content-uiibtp a {
  color: black;
  padding:8px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;    padding-bottom: 5px;
  
  font-size: 14px;
}

    .dropdown-content-uiibtp img {
        width: 16px;
        border-radius: 50px;
        height: 16px;
        margin-right: 5px;
    }


.dropdown-content-uiibtp a:hover {
  background-color: #f1f1f1;
}

.dropdown-uiibtp .show {
  display: block;
}
.dropbtn-uiibtp span, .dropbtn-uiibtp img {
  pointer-events: none;
}
.dropbtn-uiibtp span {
    font-weight: 500;
    color: var(--color-dark-1);
    font-size: 13px;
}

.dropbtn-uiibtp img {
    width: 16px;
    border-radius: 50px;
    height: 16px;
    margin-right: 5px;
}button.dropbtn-uiibtp:after{
  content: '';
  border: solid rgb(36 44 67 / 85%);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 4px;
  margin-left: 5px;
}

.trvlr-tt-info {
  border-radius: .5rem;
  box-shadow: 0 2px .75rem rgba(12, 14, 28, .08);
  padding: 20px;
  float: left;
  width: 100%;
}
button.close-btn {
  background-color: #4bb1db;
  color: #fff;
  padding: 0 10px;
  margin-top: 15px;
  border-radius: 4px;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  float: right;
}

button.close-btn:hover {
  background-color: #f0832c;
}
.trvlr-tt-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(225, 231, 238);
  padding-bottom: 10px;
}
.trvlr-tt-info .col-auto {
  padding: 0 20px;
  margin: 0;
}

.trvlr-tt-info .col-auto .text-12 {
  margin-top: 0 !important;
}


.trvlr-tt-info button.button {   width: 2rem;
  height: 2rem;
  border-radius: 50%;}

.trvlr-tt-info button.button i {
  font-size: 10px !important;
}
.bs-for-bpg p.text-15 a {
  color: #f0832c;
  font-weight:400;
}
.bs-for-bpg p.text-15 a:hover{  color:rgb(240 131 44);}

.bs-for-bpg svg path {
  fill: rgb(240 131 44);
}

.tabs.-bookmark .tabs__button svg {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 10px;
}

.tabs.-bookmark .tabs__button {
  font-size: 18px;
  font-weight: 500;
}

.tabs.-bookmark .tabs__button.is-tab-el-active svg path{  }


.linwt50noe {
  width: 55px;
}
.box-airline-info-trav {
  max-width: 380px;
  display: grid;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  top: -50px;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow:0px 3px 10px 0px rgb(5 16 54 / 5%);
}
.box-airline-info-trav .col-auto {
  padding: 0;
}
.box-airline-info-trav .col.d-flex.x-gap-40 {
  margin-bottom: 15px;
}

.box-airline-info-trav .gralyclr {
  color: #ee822c;
}


.spicaloffr {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 30px;
  background: #242c43;
}

.poplr-destination.-type-1 .poplr-destination__image {
  position: relative;
}
.prntcol {
  font-size: 12px;
  position: relative;
  top: -15px;
  color: #858585;
}
.bi-trav-col:before {
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 0;
  height: 0;
  border: 4px solid rgb(247 152 6);
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
  z-index: -1;
}

.bi-trav-col {
  position: relative;
  background-color: rgb(230 131 54);
  padding: 5px;
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
  padding-right: 15px;
  color: #fff;
  font-size: 13px;
}
.pplrdt-trav {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
 
}

.swiper-wrapper.pprl-deti-ht {
  height: 100% !important;
}
.fldtnamt {
  position: absolute;
  right: 15px;
  bottom:15px;
  color: #242c43;
  font-size: 12px;
  background-color: rgb(255 255 255 / 90%);
  padding: 0 15px;
  border-radius: 50px;
}

.fldtnamt strong {
  font-size: 20px;
  display: inline-block;

  color: #f0832c;
}
.fldtnamt span {
  
  line-height: 15px;
  padding: 5px;
  display: flex;
  align-items: end;
}
.bgfray {
    background-color: #F5F5F5;
    padding-bottom: 30px;
}
.fldtnamt {
  display: flex;
  align-items: center;
  gap: 0;
}

@media(max-width:767px){
  .fldtnamt {
    bottom: 15px;
    background-color: rgb(255 255 255 / 90%);
}

.fldtnamt strong {
    font-size: 16px;
}

.fldtnamt span {
    font-size: 11px;
    width: auto;
}
}

.infoid-col {
  background-color: #227950;
  color: #fff;
  padding: 5px;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
}
.mbapp-ttc{     background: url(../img/mobile-app.webp);
  background-size: cover;padding-bottom: 125px !important; position:relative; }


  .appstor-add img {
    position: absolute;
    top: -15em;
    right: 0;
}

.appstor-add {
    position: relative;
}
h2.lh-appst {
  line-height: 60px;
}

.mbapp-ttc:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;

    background-color: rgb(0 33 68 / 70%);
    top: 0;
}.masthead.-type-3 .masthead__tabs .tabs__button i.icon-bed.text-30.mr-10 {
  font-size: 24px !important;
}

@media(max-width:767px){

  .mbapp-ttc h2.lh-appst {
      font-size: 30px !important;
      line-height: 40px;        text-align: center;
  }
  
  .mbapp-ttc span.text-40 {
      font-size: 30px !important;        text-align: center;
  }
  
  .mbapp-ttc strong.text-30 {
      font-size: 20px !important;
  }
  
  .appstor-add img {
      position: static;
  }
  
  .mbapp-ttc .row.y-gap-30.items-center.justify-between {
      justify-content: center !important;
  }
  
  .mbapp-ttc {
      padding: 40px 0 !important;
  }
  
  section.trave-pt-md.trave-pb-lg.bgfray {
      padding-bottom: 0;
  }
  .lftrow {
    display: grid;
    gap: 10px;
}

.trav-orm .radio-button-label {
    padding: 3px 10px;
}

.trav-orm {
    margin-top: 1em;
}

.mainSearch .row.x-gap-30.justify-between.items-center.pb-30 {
    padding-bottom: 5px !important;
}

.flyretinfo {
    height: auto;
    padding: 0 !important;
    margin-top: 15px;
}

.searchMenu-date, .searchMenu-guests {
    border: 1px solid rgb(225, 231, 238) !important;
    padding: 5px 9px 10px 15px !important;
}
.mbapp-ttc p.text-white {
  text-align: center;
}

.mbapp-ttc .items-center {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0;
}
}
.mbapp-ttc .container {
  position: relative;
}
.clrbuebg {
    background-color: #f0832c;
}

    .clrbuebg button.button {
        background: #4bb1db !important;
        height: 50px !important;
    }
.socl-link-trav ul {
  display: flex;
  gap: 10px;
}

.socl-link-trav ul svg {
  height: 25px;
  width: 25px;
}
.hcw-iconti svg {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
}
.hcw-iconti svg path {
  fill: #f0832c;
}

a.text-18.fw-500.mt-5 i.las.la-envelope {
  color: #f0832c;
  font-size: 22px;
}
.iconnewsletter img {
  height: 60px;
  width: 60px;
}
.flyaddred {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.trvl-ptrncol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pntr-tavr {
    display: grid;
    gap: 5px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px rgb(5 16 54 / 5%);
    background-color: #fff;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.dtaiptrv {
 max-width: 120px;
  text-wrap: nowrap;
}
.bg-trvinfo .text-15 {
  font-size: 14px !important;
  font-weight: 400 !important;
}
footer.footer .container {
  position: relative;
}
.pntr-tavr h3 {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    color: rgb(11 37 65 / 90%);
    text-wrap: nowrap;
}

.pntr-tavr img {
  height: 42px;
  margin: 0 auto;
}

.addtctcol {
  position: relative;
  padding-left: 25px;
}


.addtctcol  i.las.la-envelope {
  top: 1px;
}
.addtctcol i.las {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  top: 5px;
}
footer.footer.-type-1 hr {
  color: #ddd;
}

@media(max-width:767px){
  .trvl-ptrncol.mb-30 {
    display: inline-block;
    width: 100%;
}

    .pntr-tavr {
        float: left;
        width: 47%;
        display: inline-block;
        margin: 5px;
    }

.pntr-tavr h3 {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    font-size: 10px;
}
}

.calendar-close-btn {
  float: right;
  margin-bottom: 15px;
  background-color: #4bb1db;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 30px;
  bottom: -5px;
}
.elCalendar.trav-calendar-el-calendar {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/*flight result start*/

.flty-rslt {
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-bottom:5px;
  position: relative;
  padding-top: 0;

}

section.flight-result-trgy {
  display: inline-block;
  width: 100%;
  padding-top: 0;    background: #f7f8f8; 
}

.flty-rslt .mainSearch {
  border-top: none;
  box-shadow: 0px 1px 5px 0px rgb(5 16 54 / 7%);
  border: 1px solid #e9e9e9;
  border-radius: 12px;

}
section.flightreswrap-trav {
  background-color: #F7F8F8 !important;
}
.flty-rslt:before {
  content: '';
  width: 100%;
  height: 75%;
  border-bottom: 1px solid #E0DFE7;
  background-color: #F3F3F3;
  position: absolute;
  left: 0;
  top: 0;    pointer-events: none;
  background: url(../img/footer-bg.png);
}
.chpstfast svg {
  width: 27px;
  height: 27px;
  margin-right: 10px;

}

.chpstfast span.text-16 {
  display: grid;
  line-height: 20px;
}
.chpstfast {
  background-color: #fff;
  margin-right: 15px;
  padding: 10px 15px;
  text-align: left;
  border-radius: 8px;
  /* box-shadow: 0px 1px 3px 0px rgb(5 16 54 / 7%); */
  border: 1px solid #fff;

  box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
}
.chpstfast.active {
  background-color: #ffffff;
  border: 1px solid #05203c;
  color: #05203c;
}
.chpstfast.activcls svg path{ fill: #05203c; }
.chpstfast.sortotp {
  font-weight: 500;
  margin: 0;
  padding:15px 10px;
}
.airlinnt {
  display: grid;
  align-items: start;
  justify-content: center;
  gap: 8px;
}

.atatkinf .fw-500 {
    font-weight: 500;
    color: #212529;
    text-wrap: nowrap;
}
.atatkinf {
  font-weight: 300; color:#666;
}
.airlinnt img.size-40 {
    margin: 0 auto;
    height: 30px;
    position: relative;
    top: 2px;
    width: auto;
}
.bsttt-trv svg {
  height: 18px;
  width: 20px;
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.atatkinf {
    display: grid;
    gap: 0;
    align-items: center;
    margin: 0 auto;
    margin-left: 0;
    font-weight: 400;
    line-height: normal;
}.atatkinf i.las.la-clock {
  margin: 0 auto;
  font-size: 16px;
  color: #808080;
  position: relative;
  top: -2px;
      padding: 0 !important;
    margin: 0 !important;
}
.flightLine.fltrlin svg {
  height: 14px;
  width: 14px;
  position: relative;
  top: -15px;
}

/*scrollbar start*/
::-webkit-scrollbar {
  width:8px; height:8px;
  border-radius: 50px;
}

/* Track */
::-webkit-scrollbar-track {
    background:#f1f1f1;
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 50px;
}

  /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #c1c1c1;
        border-radius: 50px;
    }

/*end*/



.flight-result-trgy button.mainSearch__submit {
  background-color: #4bb1db !important;
  border: 2px solid #4bb1db;
  color: #fff;
  font-size: 16px;
  padding: 0 15px !important;
}
.flight-result-trgy button.mainSearch__submit:hover {
  border-color: #f0832c;
  background-color: #f0832c !important;
  color: #fff;
}
.border-line-fly {
  display: inline-block;
  width: 100%;
  height: 1px;
  border-bottom:1px dashed #d9e8f0;
}
.bsttt-trv .tooltip {
    justify-content: start;
    align-items: start;
    margin-top: 0;
    font-size: 13px;
    font-weight: 500;
    color: #05203c;
}
.ltobr-trv {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: start;
  padding: 5px;
  border-radius: 4px;
}

.bgcltrv {
  display: flex;
  align-content: center;
  font-size: 12px;
  padding-top: 7px;
  color: #05203c;
}
    .bgcltrv .las {
        color: rgb(113, 113, 113);
        font-size: 15px !important;
        margin-top: 1px;
    }.bsttt-trv svg path {
  fill: #5e5d5d;
}
.ltobr-trv i.las.la-hourglass {
  font-size:14px;
}
.asbtrfly i.las.la-clock {
  font-size: 18px;
  background: #fff;
  padding: 3px;
  position: relative;
  top: -3px;
}

.mt-trvbrk {
  position: relative;
  top: -15px;
  background: #fff;
  width: auto;
  display: inline-block;
  padding: 5px;
}
.flightreswrap-trav .sidebar__item {
    background: #fff;
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    border: 1px solid var(--color-border);
    border: 1px solid #e6e6e6;
    border: none;
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    padding: 15px;
}
.rstlcltrv {
  border:1px solid #e6e6e6;
  border: none;
  box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
}
.col.fltbntad {
  text-align: right;
  padding: 10px 15px;
  padding-bottom:5px;
}

    .col.fltbntad a {
        color: rgb(34, 118, 227);
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }

.col.clsdef-trv {
  padding: 10px 15px;
  padding-bottom:5px;
}
.border-line-forf {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  height: 1px;
  border-bottom:1px dashed #d9e8f0;
}
.col.clsdef-trv span {
    padding: 0;
    font-size: 11px;
    color: #041b34;
    font-weight: 500;
    border-radius: 4px;
}
.col.clsdef-trv span svg {
  height: 18px;
  width: 18px;
  position: relative;
  top: -2px;
}

.col.clsdef-trv span svg path {
  fill: #05203c;
}
.rstlcltrv:hover {
  box-shadow: 0px 5px 10px 0px rgb(5 16 54 / 5%);
}

/*flight details*/
.fr-trv-info-col {
  display: grid;
  padding:0;border: 10px solid #f0f0f0;    padding-top: 10px;
}
.sidebar-flight {
    height: 100vh;
    width: 500px;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 999999;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: right 0.5s ease;
}
.sidebar-flight.fb-cls-info {
  width: auto;   right: -100%;
}
.accordion__content-flight {
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  display: inline-block;
  padding-bottom: 13em;

}

.close-sidebar {
  font-size: 40px;
  color: #05203c;
  text-decoration: none;
  padding: 0;
  line-height: normal;
  height: 40px;
}
.fligt-dt-trav-info ul {
  background-color: #F7F8F8;
  padding: 2px 10px;
  border-radius: 50px;
}
.flight-more-dt-trav #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
    background-color: rgb(0 0 0 / 65%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
#overlay.visible {
  display: block; 
}
.rtet-dt {
  justify-content: start;
  align-items: center;
  box-shadow:0px 3px 3px 0px rgb(5 16 54 / 5%);
  padding-bottom: 10px;
}

    .rtet-dt span.text-14 {
        background-color: rgb(244 162 97 / 10%);
        border: 1px solid #fff;
        color: #f0832c;
        padding: 0px 5px;
        font-weight: 500;
        border-radius: 8px;
        margin-right: 0;
        font-size: 13px !important;
    }

.rtet-dt em {
    padding: 0 !important;
    font-size: 20px;
    font-style: normal;
    margin: 0;
}

    .rtet-dt span {
        color: #808080;
        font-size: 13px;
    }
  .dtnifo-trav i {
    margin: 0 5px;
    font-size: 16px;
}
.bdrinfstcol {
    margin-bottom: 0;
}
body.body-overlay {
  overflow: hidden;
}
.altloft {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .altloft img.size-40.airlfld {
        width: auto;
        height: 16px;
        margin: 0;
        padding: 0;
        border-radius: 4px;
    }

img.size-20 {
    height: 30px;
    width: auto;
    border-radius: 4px;
}
.asbtrfly svg {
    height: 18px;
    width: 18px;
    background: #fff;
    padding: 2px;
    position: relative;
    left: 2px;
}

.asbtrfly {
  position: relative;
   margin: 20px 0;
}
b.mlmr5 {
    line-height: normal;
    display: inline-block;
    margin: 0 4px;
    margin-top: -2px;
}
.lyovr-fd {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 60px;
  border-left: 1px dashed #b3b3b3;
}
.plcolndd {
    position: relative;
    padding-left: 15px;
}
.lyovr-fd i {
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
  font-size: 18px;
  color: #f18a39
}
.linbr-dt {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 30px;
  border-left: 1px dashed #b3b3b3;
  margin-left: 100px;
  position: relative;
  top: -3px;
}

.border-light.grcloadd {
    background: white !important;
    border: 1px solid #b3b3b3 !important;
    position: relative;
    left: -9px;
}
.border-light.gylbgfd {
    background: #b3b3b3 !important;
    border-color: #b3b3b3 !important;
    position: relative;
    left: -9px;
}
.layouver-dvfr-fd {
  display: inline-block;
  width: 100%;
}

.pl30lflyov {
    padding-left: 15px;
    background: #fef6ef !important;
}.clnclstr span {
  border: 1px solid rgb(243, 243, 243);
  padding: 5px;
  font-size: 13px;
  color: #041b34;
  font-weight: 500;
  border-radius: 4px;
 }
 .space-btm-bar {
  display: inline-block;
  padding: 15px;
  width: 100%;
}
b.mlmrtext-16 {
    display: flex;
    align-items: center;
    margin-left: 15px;
    font-weight:400;
    font-size: 12px;
}

    b.mlmrtext-16 img {
        width: 10px;
        display: inline-block;
        position: relative;
        margin-right: 3px;
        top: -4px;
    }

@media screen and (max-width: 700px) {
  #sidebar-flight {
      width: 100%;
  }
}
h4.trvllercltrav {
    align-items: center;
    gap: 10px;
    text-wrap: nowrap;
    color: #7E7979;
    font-weight: 400;
}
.input-txt-fr h4 {
    text-wrap: nowrap;
    color: #7E7979;
    font-weight:400;
    margin-top: 0;
}
.input-txt-fr h4.text-15 {
    color: #7E7979 !important;
    font-weight: 400;
}
h4.trvllercltrav i.las.la-angle-down {
  font-size: 14px;
}

.ainicolg img {
  height: 16px;
  border-radius: 4px !important;
}
.sidebar-checkbox .ainicolg img {
width:30px; height:auto;}
.ainicolg {
    gap: 5px;
}
.ui-menu .ui-menu-item-wrapper::first-letter {
    font-size: 26px !important; font-weight:bold;
}












/*end*/


.bg-darkappl{ background-color:#000; background: #011122;}
.mt-colprice del.text-light-2.text-24 {
  color: #999;
}
.mainSearch__submit.button.-blue-1.py-15.px-35.h-65.col-12.rounded-4.bg-dark-3.text-white {
    padding: 20px !important;
    height: 80px !important;
}
.mainSearch__submit.button.-blue-1.py-15.px-35.h-65.col-12.rounded-4.bg-dark-3.text-white .icon-search.text-20.mr-10 {
  margin: 0 !important;
  font-size: 30px !important;
}
@media(min-width:1200px) and (max-width:1450px){
  .single-field.-w-410 input {
    width: 325px;}
    
.bgfray .text-15.fw-400 {
  font-size: 14px !important;
}

.lh-appst.text-60.text-white {
  font-size: 46px !important;
  display: grid;
  line-height: normal;
}
.lh-appst.text-60.text-white .text-40 {
  font-size: 30px !important;
}
.mbapp-ttc.section-bg.pt-80.pb-80.animated {
  padding-bottom: 50px !important;
  padding-top: 60px !important;
}

}


@media(max-width:767px){
  
  .searchMenu-guests__field {
    position: fixed;
    bottom: 0;
    left: 0;
    top: inherit;    z-index: 99;
}

.searchMenu-guests__field.-is-active:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    pointer-events: none;
   
}

.arw-icon-tp:before {
    display: none;
}

.searchMenu-guests__field .arw-icon-tp {
    position: relative;
    z-index: 99;
    border-radius: 0;
}
.flyretinfo {
  display: inline-block;
  position: relative;
}

.flyretinfo .searchMenu-loc {
  width: 100%;
  margin-bottom: 10px;
}

.bg-fr {
  display: none;
}

    .chgeover-exg {
        top: 67px;
        position: absolute;
        background: #fff;
        z-index: 49;
        width: 35px;
        height: 35px;
        border-radius: 8px;
        right: 0;
        border: 1px solid #e6e6e6;
    }

.chgeover-exg button svg {
  transform: rotate(90deg);
}.col-auto.lftrow {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.col-auto.lftrow .dropdown.trav-dropdown {
  display: none;
}
.input-txt-fr.pl-30 {
  padding-left: 15px !important;
}.disflx-trvs-seach- h4.text-15 {
  font-size: 13px !important;
  font-weight: 500;
  position: relative;
  top: 2px;
}
.col-auto.chkflydt {
  display: none;
}
}



@media(min-width:768px){

  .flty-rslt div.sidebar-flight {
    display: block;
    visibility: visible;
    position: static;
    width: 100%;
    height: auto;
    background: transparent;
}

.flty-rslt div.sidebar-flight a.close-sidebar {
    display: none;
}
.mob-txt-jornpnl, h2.mstrvbtn {
  display: none;
}

}

@media(max-width:767px){
  .flty-rslt .sidebar-flight {
    width: 100%;
    padding: 15px;
    background: transparent;
    height: auto;
}

.searchMenu-date {
  margin-bottom: 5px;
}

.mainSearch .button-item {
  margin-top: 5px;
}
.flty-rslt .sidebar-flight h2.mstrvbtn {
  width: 100%;
  background: #fff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  border-radius: 8px 8px 0 0 !important;
  font-weight: 500;
}.flty-rslt .sidebar-flight .mainSearch {
  border-radius:0 0 8px 8px !important;
}
.flty-rslt .sidebar-flight h2.mstrvbtn a.close-sidebar {
  font-size: 24px;
}
.flty-rslt:before {
  height: 100%;
}
.mob-txt-jornpnl {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.trvontbk {
  display: flex;
  align-items: center;
  gap: 15px;
}
.trvontbk a.open-sidebar {
  font-size: 22px;
        display: grid;
        position: relative;
        top: -1px;
   
}
.mob-txt-jornpnl {
  display: flex;
  align-items: start;
  gap: 10px; padding:10px; padding-bottom:5px;
}
span.tave-back {
  font-size: 20px;
}
.jrdttr {
  display: grid;
  gap: 5px;
}
.jrdttr p {
  font-size: 13px;
}}

@media(max-width:767px){
  .flight-more-dt-trav .sidebar-flight {
    width: 100%;
    padding: 0;
}
.rtet-dt.pl-20 {
    display: grid !important;
}
.rtet-dt.pl-20 span.text-14 {
  width: max-content;
  font-size: 12px !important;
}
.rtet-dt.pl-20 p {
    font-size: 12px !important;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 1px;
    line-height: normal;
    margin-top: 10px;
}.rtet-dt span {
  font-size: 12px;
}

.rtet-dt {
  margin: 0 !important;
  padding: 10px !important;
}

.rtet-dt p {
  margin-top: 4px !important;
}

.col.dtnifo-trav {
  padding-left: 10px !important;
}
.altloft {
  display: flex;
  align-items: center;
  gap: 0;
}
.accordion__content-flight .rounded-4.mt-10 {padding-bottom: 3em;}
.accordion__content-flight .rounded-4.mt-10 .px-30.pt-20 {
  padding: 10px !important;
}
.searchMenu-date__field {
  bottom: 0 !important;
  top: -15px !important;
  height: 100vh;
  border-radius: 0 !important;
}.searchMenu-date__field.-is-active .arw-icon-tp {
  border-radius: 8px 8px 0 0 !important;
  border: none !important;
}
.borbtgyl {
  display: grid !important;
  border-bottom: 1px solid #f0f1f1;
  padding-bottom: 10px;
}
.px-30.pt-20 .clsindt.mb-15 {
  margin: 0 !important;
  margin-bottom: 5px !important;
}
.accordion__content-flight .border-line-2 {
  display: block;
}
.pl30lflyov {
  padding-left: 12px;
}
.linbr-dt {
  margin-left: 78px;
}
.accordion__content-flight .rounded-4.mt-10 .px-30.pb-30 {
  padding: 10px !important;
}
}

body.fitlr-ovrdh {
  overflow: hidden;
}
#formContainerfilter-flight {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
    background-color: rgb(0 0 0 / 65%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
#formContainerfilter-flight.open {
  transform: translateY(0);
}
.popup-content {
  background: #fff;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  border-radius: 0;
  overflow-y: scroll;
  height: 100vh;
}
#closeBtnfilter-flight {
  margin-top: 20px;
}
a.button-filtrtype-flight {
    display: grid;
    width: 100%;
    gap: 0;
    line-height: normal;
    cursor: pointer;
}
a.button-filtrtype-flight span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 500;
}
a.button-filtrtype-flight span i.las.la-edit {
  font-size: 20px;
}
.flightreswrap-trav #formContainerfilter-flight .sidebar__item {
  border: 1px solid rgb(225, 231, 238);
  box-shadow: none;
}
.fltrhdmore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.fltrhdmore a#closeBtnfilter-flight {
  margin-top: 0;
  font-size: 30px;
}h2.aplyfiltrec {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0;
}
.sfrpnad {
    padding: 0;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 14px;
}
.fltrhdmore h2 {
  font-weight: 500;
  font-size: 22px;
}
@media(min-width:992px){
  div#formContainerfilter-flight {
    transform: none;
    position: static;
    background: transparent;
    padding: 0;
}
div#formContainerfilter-flight .popup-content {
    padding: 0;
    overflow: initial;
    background: transparent;
    height: auto;max-width: 100%;
}
.flightreswrap-trav #formContainerfilter-flight .sidebar__item {
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    border: none;
}
.fltrhdmore {
    display: none;
}
a#openBtnfilter-flight {
    display: none;
}

}
@media(max-width:767px){
  h2.aplyfiltrec{ display:none;}
}
.trvrtbsectabs.tabs__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
}
.trvrtbsectabs.tabs__controls .col-auto {
  width: 50%;
  text-align: center;
}
.trvrtbsectabs.tabs__controls .col-auto button.tabs__button {
  width: 100%;  font-size: 14px;  padding: 10px; font-weight:500;
}
.radio-group-trav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    gap: 10px;

}
.radio-button-trav {
  display: grid;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgb(225, 231, 238);
  font-size: 13px;
  transition: background-color 0.3s, border-color 0.3s;
  width: 47%;    justify-content: center;
  text-align: center;
}
.radio-button-trav:hover {
    background-color: rgb(243, 246, 248);
}
.radio-button-trav .icon {
  display: inline-block;
}
.radio-group-trav input[type="radio"], .radio-group-trav input[type="checkbox"] {
    display: none;
}
    .radio-group-trav input[type="radio"]:checked + .radio-button-trav, .radio-group-trav input[type="checkbox"]:checked + .radio-button-trav {
        background-color: #f0832c;
        border-color: #f7f8f8;
        color: white;
    }
        .radio-group-trav input[type="radio"]:checked + .radio-button-trav .icon, .radio-group-trav input[type="checkbox"]:checked + .radio-button-trav .icon {
            color: white;
        }
            .radio-group-trav input[type="radio"]:checked + .radio-button-trav .icon svg path, .radio-group-trav input[type="checkbox"]:checked + .radio-button-trav .icon svg path {
                fill: white;
            }
.radio-button-trav .icon svg {
    height: 25px;
    width: 25px;
    margin: 0 auto;
    display: inline-block;
    visibility: visible;
}
.tabs.-bookmark.trav-tabs {
    position: relative;
}
.radio-button-trav span.icon.entrcion svg {
    height: 20px;
}
footer.footer{ position:relative;}
    footer.footer::before {
        content: '';
        background: url(../img/footer-bg.png);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        opacity: 0.6;
        pointer-events: none;
    }
.fbmncol {
  gap: 10px;
}
.fbmncol .col-auto {
  display: flex;
  border: none;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
}
.bf-trv-col {
  width: 100%;
  border-bottom: 1px solid #d9e8f0;
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: normal;
}

.bf-trv-col h2 {
  font-size: 18px;
  color: #f0832c;
  font-weight: 400;
  position: relative;
  top: 5px;
}
._bf-trvcol ul {
  line-height: 20px;
}
.cnrbf {
  font-size: 22px;
  font-weight: 500;
  display: block;


}.btm-bf-cnt {
  width: 100%;
}.vlsbfvol {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
}
._bf-trvcol {
  display: flex;
  gap: 10px;
  align-items: start;
  margin-bottom: 15px;
}
    ._bf-trvcol i {
     
        opacity: 0.5;
    }
        ._bf-trvcol i img {
            height: 20px;
        }
._bf-trvcolif {
  display: grid;
 
}
._bf-trvc {
  font-weight: 500;
  font-size: 14px;
}

_bf-trvcolif ul li {
  font-size: 12px;
}

li._bf-trvcnl {
  font-size: 13px;
  display: block;
}

li._bf-trvcnl strong {
  font-weight: 500;
}
.fbmncol button.button {
    margin: 0 auto;
    width: 100%;
    border-radius: 100px;
    height: 40px !important;
    margin-top: 5px;
}

.button-bf-travcol.active button.button {
  background-color: #f2954b !important;  color: #fff;
  border: none;
}
@media(max-width:767px){
  .airlinnt img.size-40 {
    float: left;
    margin-right: 8px;
}
.col-sm-auto.airlinnt {
    display: inline-block;
}
.bsttt-trv {
  display: flex;
  gap: 15px;
}
.bsttt-trv svg {
  height: 27px;
  width: 21px;
  margin-right: 5px;
}
.icon-menu.text-inherit {
color: #333;}
a.d-flex.items-center.icon-user.text-inherit.text-22 {color: #333;}
}
/*passager-detls*/

.psgrn-dt-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1.5em 0;

}
.psgrn-dt-wrapper h1 {
  font-size: 24px;
  font-weight: 500;
  display: grid;
  border-left: 4px solid #f0832c;
  padding-left: 10px;
  border-radius: 4px;
}
.gbtrvm {
  display: grid;
}
.gbtrvm a {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #f0832c;
  color: #f0832c; position: relative;
}
.gbtrvm a:hover {
  background-color: #f0832c;
  color: #fff;
}
.rstlcltrv.pgfntrcol {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  display: inline-block;
  width: 100%;
}.psgnrd-mor-wpr {
  display: flex;
  width: 100%;
  align-items: start;
  justify-content: space-between;
  gap: 15px;
}
.mainSearch.reywwprcol {
  width: 100%;
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}.fltpdmr {
  margin: 0;
  margin-right: 10px;
}
.spttccln {
  gap: 10px;
}
.spttccln .text-14 {
  background-color: #FEF3ED;
  padding-left: 10px;
  color: #f0842e;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.bllpcl {
    display: flex;
    gap: 5px;
    font-size: 13px !important;
    align-items: center;
    font-weight: 500;
}
.bllpcl i.text-18 {
  color: #b1afaf;
}
.semgcol-psgr {
  display: inline-block;
  width: 100%;
  position: relative;
}
.btnmorfly {
  position: absolute;
  right: 0;
  bottom: 0;
}
.btnmorfly a {
  color: #36c;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  border-radius: 4px;
}
.btnmorfly a i{font-size:12px;position: relative;top: 1px;}
.mainSearch.reywwprcol .border-light.gylbgfd {
    background: #999999 !important;
    border-color: #999999 !important;
    position: relative;
    left: 5px;
    width: 12px;
    height: 12px;
}
.mainSearch.reywwprcol .border-light.grcloadd {
    border: 2px solid #999999 !important;
    position: relative;
    left: 8px;
    width: 12px;
    height: 12px;
}
.mainSearch.reywwprcol .border-line-2 {
    border-left: 2px dashed #bfc9cf;
    left: 6rem;
}
.pgnrlhlgdt {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 15px;
}
.spttccln {
  display: flex;
  align-items: center;
}

.spttccln span {
  position: relative;
  top: 2px;
  color: #808080;
}
.spttccln i.las.la-arrow-right {
  font-size: 14px;
}
.adltfw {
  gap: 5px;    font-weight: 500;
}

.adltfw svg {
  height: 20px;
  width: 25px;
  position: relative;
  top: -1px;
}

.gpddnw {
  background-color: #FEF3ED;
  padding: 2px 10px;
  gap: 5px;
  border-radius: 4px;
  font-size: 14px;
  padding-bottom: 0;
}

.gpddnw strong {
  line-height: normal;
  position: relative;
  top: -1px;
}


.custom_radio {
  margin: 0;
  display: flex; gap:15px;
  align-items: center;
}
.custom_radio input[type="radio"] {
  display: none;
}
.pgfntrcol {
  position: sticky;
  top: 70px;

}
.custom_radio input[type="radio"] + label {
    position: relative;
    display: flex;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--color-border);
    width: auto;
    height: 55px;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
    padding-left: 3em;
    padding-top: 2px;
    font-size: 14px;
    padding-right: 15px;
    height: 40px;
}
.custom_radio p.mficoft input[type="radio"] + label {
  width: 110px;

}

.custom_radio p {
  display: flex;
  align-items: center;
}
.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.1em #ebebeb, inset 0 0 0 1em #ffffff;
}
.custom_radio input[type="radio"] + label:hover:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #D9D9D9;
  
}
.custom_radio input[type="radio"]:checked + label:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #f0832c;
}

.colmd-pgnrinpt {
  display: flex;
  align-items: center;
  gap: 15px;
}

.colmd-pgnrinpt .form-input {
  width: 100%;
}
.dobmf {
  display: flex;
  gap: 15px;
  width: 100%;
}
.dofrfn-trv .accordion__icon i {
  color: #f0832c;
  font-size: 14px;
  padding: 0;
  background: transparent;
}
.button.text-dark-5 {
  color: #f0832c;
}
.accordion.-simple .accordion__item.dofrfn-trv.is-active .accordion__icon {
  background-color: transparent !important;

}
.dofrfn-trv .accordion__icon {
  background: transparent !important;
}

.accordion.-simple .accordion__item.dofrfn-trv.is-active .accordion__icon i {
  color: #f0832c;
}
.form-input.slebx-trav label {
  top: 10px;
  background-color: #fff;
  padding: 0 5px;
  margin: 0 10px;
  font-size: 12px !important;
  color: #73767f;
}
.form-input.slebx-trav {
  position: relative;
}

    .form-input.slebx-trav:after {
        content: '';
        width: 30px;
        height: 48px;
        background-color: #fff;
        position: absolute;
        right: 1px;
        top: 1px;
        border-radius: 0 4px 4px 0;
        pointer-events: none;
    }
.arw-icon-dtls {
  border: solid rgb(36 44 67 / 85%);
  border-width: 0 1px 1px 0;
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  z-index: 1;
  top: 20px;
  pointer-events: none;
}
.accordion.-simple .accordion__icon.icn-pstr {
  line-height: normal;
  font-size: 20px;
  position: relative;
  top: 3px;
  color: #999;
}.accordion.-simple .accordion__item.is-active  .accordion__icon.icn-pstr {
  background: transparent !important;
  color: #333 !important;
  padding-top: 10px;
}a.button.btn-ptc-trav {
  width: 250px;
  background-color: #f0832c;
  color: #fff;
}
.ustgrm-trv a {
  font-weight: 500;
  color: #36c;
}
.ustgrm-trv a:hover{    color: #f0832c;}
hr.ttp-trv {
  background-color: transparent !important;
  margin: 10px 0;
  border-bottom: 1px dashed #919191;
}
.btn, button.button {
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    border: none;
    
}
.single-field.d-flex.items-center.justify-end button.button.pl-10.pr-10.-dark-1.h-60.bg-blue-1.text-white {
    height: 40px !important;
}
    .btn:after, button.button:after {
        background-color: rgba(255, 255, 255, 0.76);
        content: "";
        height: 150px;
        left: -75px;
        position: absolute;
        top: -35px;
        transform: rotate(35deg);
        transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
        opacity: 0;
    }
.btn:hover:after, button.button:hover:after  {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}





@media(max-width:767px){
  .psgnrd-mor-wpr {display: grid;display: inline-block;}
.mainSearch.reywwprcol .border-line-2 { display: block;}
.mainSearch.reywwprcol .border-light.gylbgfd {        top: -4px; width: 10px; height: 10px;}
.mainSearch.reywwprcol .border-light.grcloadd { bottom: -5px;        width: 10px;
  height: 10px;}
.btnmorfly {  position: relative; margin-top: 1em;} 
.psgrn-dt-wrapper h1 { font-size: 18px;}
.gbtrvm a { font-size: 12px;}
.psgrn-dt-wrapper {border-top: 1px solid #d9d9d9;padding: 10px 0;}
.pgnrlhlgdt span {
  font-size: 14px !important;
}

.pgnrlhlgdt {
  font-size: 12px !important;
  text-wrap: nowrap;
}

.atatkinf b.fw-400 {
  font-size: 10px;
}

.atatkinf b.fw-400 img.size-20 {
  width: 14px;
  height: 14px;
}

b.mlmrtext-16 {
  font-size: 10px;
}

.mainSearch.reywwprcol {
  padding: 10px;margin-bottom: 15px;
}


.custom_radio {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.custom_radio p {
  display: grid;
  gap: 20px;
  border: 1px solid #dfe0e4;
  border-radius: 8px;
  width: 48%;
}

.colmd-pgnrinpt .form-input {
}

.colmd-pgnrinpt {
  display: grid;
  margin: 0;
  padding: 0 10px;
}

.dobmf {
  display: grid;
}

.custom_radio input[type="radio"] + label {
  border: none;
}
}
/*end*/


  

  /*downdonr class*/
  .trav-trigger {
    cursor: pointer;
    text-align: center;
    position: relative;
    display: inline-block;
}

.trav-dropdown-content {
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: initial !important;
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    width: 380px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 16px 0 rgba(69, 88, 115, 0.2);
    border-radius: 8px;
    padding-bottom: 1em;
}

.trav-dropdown-content.open {
    max-height: 580px; 
    opacity: 1;
    transform: translateY(0); 
}

.trav-close-btn {
  background-color: #f0832c;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
  width: 80px;
  font-size: 14px;
  height: 40px;
  float: right;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.trav-dropdown-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 15px 0;
  padding-bottom: 10px;
}
.trav-close-btn:hover {
  background-color: #fd933f;
  color: #fff;
}

.quantity-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:10px;
  padding: 0;
  border-bottom: 1px dashed #e6e6e6;
  padding-bottom:10px;
}
.content-adipsgtr .cbntrv {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 0;

}
.quantity-controls span {
    text-align: left;
    display: grid;
    line-height: normal;
    font-size: 14px;
    align-content: center;
    gap: 0;
    font-weight: 500;
}.col-dp-trl-adiy {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.quantity-controls span i {
  font-size: 12px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  color: #777575;
}
.quantity-buttons {
    display: flex;
    gap: 0;
}

.quantity-buttons a {
  border: none;
  border-radius: 3px;
  cursor: pointer;
  background-color: #e0e4e9;
  color: #05203c;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  border-radius: 5px;
  padding-top: 0;
}

.quantity-buttons a:hover {
  background-color: #4bb1db;
  color: #fff;
}

.quantity-display {
  color: #161616;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.class-selection {
    margin-bottom: 20px;
}

.class-selection input {
    margin-right: 5px;
}

.searchMenu-guests {
    height: 75px;
    padding-top: 5px;
}
.content-adipsgtr {
  position: relative;
  height: 100%;
}

.trav-trigger {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}



.quantity-buttons a.disabled {
  background-color: rgb(224 228 233 / 25%);
  cursor: not-allowed;
  color: #c1c0c0;
}


  

.class-selection {
  width: 100%;
  text-align: center;
  /* Made by */
}
.class-selection h1 {
  font-family: "Inter", sans-serif;
  color: #fff;
}
.class-selection input[type=radio] {
  display: none;
}
.class-selection input[type=radio]:checked + .box {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #f0832c;
 
}
.class-selection input[type=radio]:checked + .box span {
  color: #f0832c;
}
.class-selection .box {
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding:5px 10px;
  border: 1px solid #dfe0e4;
  border-radius: 4px;
}

.class-selection .box span {
  font-size: 13px;
  user-select: none;
  color: #161616;
  font-weight: 400;
}

.class-selection p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.class-selection p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.class-selection p span:after {
  content: "";
  font-family: FontAwesome;
  color: yellow;
}

.class-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.class-selection label {
  width: 100%;
} 
.class-selection .box {
  padding: 2px 10px;
}
.class-selection .box {
  width: 100%;
}
.class-selection .box span {
  text-wrap: nowrap;
} 
  /*end*/


  .flty-rslt .input-txt-fr {
    width: 100%;
}
.dtpckt-search {
    display: flex;
    gap: 5px;
    width: 100%;
}

@media(max-width:767px){
  .trav-dropdown-content {
    right: initial !important;
    left: 00 !important;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    top: inherit !important;
    border-radius: 8px 8px 0 0;
}
.disflx-trvs-seach- h4.text-15 {
  justify-content: space-between !important;
}
.dtpckt-search {
  gap: 10px;
}
}


.iconflg {
    font-size: 16px;
    position: relative;
    top: -2px;
    color: #9b9b9b;
    margin-right: 0;
}
@media(min-width:1400px){
  
  .searchMenu-guests {
    width: 250px;
  }
    .searchMenu-date {
        width: 100%;
    }
    .flyretinfo .searchMenu-loc {
        width:300px;
    }
    .searchMenu-guests {
        width: 100%;
       
    }
    .dtpckt-search {
        width: auto;
    }
  }


  
.flysrh {
  float: left;
  width: 100%;
}
.airlinnt {
    float: left;
    width: 15%;
}
.col-flight-col-seach {
  float: left;
  width: 40%;
  margin: 0 6%;
}
.bsttt-trv {
  float: left;
 
  padding-right: 0;
}
.cleftext {
  color: #05203c;
}input::placeholder,
textarea::placeholder {
    color: rgb(176, 176, 176); /* Red color for example */
    opacity: 1;
}



/*flight-result-page-modily*/
.flty-rslt {
    background-color: #173541;
    padding: 0;
    background-color: rgb(0 33 68);
   
} 
.flty-rslt:before {
  background: url(../img/dots.png);
  border: none;    height: 100%;
  opacity:0;
}
    .flty-rslt div.sidebar-flight .mainSearch {
        background: transparent !important;
        border: none;
        color: #173541;
        padding: 15px 0 !important;
    }
.flty-rslt div.sidebar-flight .mainSearch .ltretinfo {
  background: transparent !important;
}
        .flty-rslt div.sidebar-flight .mainSearch .chgeover-exg {
            background-color: #ffffff;
        }
            .flty-rslt div.sidebar-flight .mainSearch .chgeover-exg svg {
                fill: #f0832c;
            }
.flty-rslt div.sidebar-flight .mainSearch .ltretinfo .input-txt-fr, .flty-rslt div.sidebar-flight .mainSearch .searchMenu-date, .flty-rslt div.sidebar-flight .mainSearch .searchMenu-guests {
  border: 2px solid rgb(225, 231, 238);
  color: #fff;
}
.flty-rslt div.sidebar-flight .mainSearch button.mainSearch__submit {
  border-color: #f0832c;
  background-color: #f0832c !important;
}


.flty-rslt div.sidebar-flight .mainSearch .col-auto.chkflydt {
  color: #fff;
}

.flty-rslt div.sidebar-flight .mainSearch .trav-orm .radio-button-label {
  border: none;
  background-color: rgb(244 162 97 / 10%);
  color: #fff;
}

.flty-rslt div.sidebar-flight .mainSearch .trav-orm input[type="radio"]:checked + .radio-button-label {
  background-color: rgb(75 177 219);
  border: gainsboro;
  color: #ffffff;
}.flty-rslt div.sidebar-flight .mainSearch select, .flty-rslt div.sidebar-flight .mainSearch input, .flty-rslt div.sidebar-flight .mainSearch textarea {
  color: #fff;
}.col-dp-trl-adiy {
  color: #212529;
}.mob-txt-jornpnl {
  color: #fff;
}

.jrdttr p {
  color: #fff;
}
@media(max-width:767px){
    .flty-rslt div.sidebar-flight .mainSearch {
        background: #05203c !important;
        background: url(../img/searchbox-bg.png) #003272 !important;
        padding: 0 15px !important;
        padding-bottom: 0px;
        padding-bottom: 30px !important;
    }
    .flty-rslt .sidebar-flight h2.mstrvbtn {
        color: #fff;
        background: #05203c;
        border-bottom: 1px solid #214b5c;
        background: url(../img/searchbox-bg.png) #001c40 !important;
    }

    .flty-rslt h4.trvllercltrav {
        justify-content: start !important;
        gap: 40px;
    }
  .flty-rslt .sidebar-flight h2.mstrvbtn a.close-sidebar {
      color: #fff;
      font-size: 30px;
  }
  .flty-rslt div.sidebar-flight .mainSearch .chgeover-exg {
  
    border: 1px solid #e6e6e6;
  }
}

.psgrn-dt-wrapper {
  color: #fff;
  padding: 1em 0;
}
.flty-rslt.psgngrdt-col-trav {
  background: transparent;
}
.flty-rslt.psgngrdt-col-trav:before {
  background: #05203c;
  opacity: 1;
  height: 70%;
}
.gbtrvm a {
  border: 1px solid #4bb1db;
  color: #fff;
  position: relative;
  background: #4bb1db;
}
.gbtrvm a:hover{ border: 1px solid #4bb1db; background: #4bb1db;}

.masthead.-type-3 .masthead__bg::after {
    background: url(../img/dots.png);
    background-color: rgb(5 32 60 / 60%);
    opacity: 0.3;
    pointer-events: none;
   
    background: #29343D;
}


/*end*/

@media(max-width:767px){
  
.chpstfast span.text-16 {
  font-size: 14px !important;
}
.chpstfast.sortotp {
  padding: 10px 5px;
  font-size: 13px !important;
}
.chpstfast {
  padding: 5px;
}
.airlinnt {
  width: 100%;
  display: flex;
  align-content: center;
}
.airlinnt img.size-40 {
  margin: 0;
  position: relative;
  top: 0;
}
.col-flight-col-seach {
  width: 100%;
  margin: 10px 0;
}
.bsttt-trv {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.bsttt-trv svg {
  top: 0;
}
.bgcltrv {
  padding: 0;
}
.fbmncol .col-auto {
  display: inline-block;
  width: 100%;
}
.fbmncol {
  overflow-y: scroll !important;
  height: ;
  height: 100vh;
  padding: 0 15px;
}
}

@media(min-width:1200px){
    .col.srchfly-col {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}



@media(min-width:768px) and (max-width:991px){

  .psgnrd-mor-wpr {
    display: inline-block;
  }
  .psgnrd-mor-wpr .mainSearch.reywwprcol {
    margin-bottom: 15px;
  } 
}


@media(max-width:767px){
    .flight-grid-search.disflx-trvs-seach- {
        display: inline-block !important;
        justify-content: normal;
        width: 100%;
        padding: 0;
    }

.flyretinfo {
    width: 100%;
}

.input-txt-fr {
    width: 100%;
}

.searchMenu-date {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.searchMenu-guests {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
}

@media(min-width:768px) and (max-width:991px){
  
.flight-grid-search.disflx-trvs-seach- {
  display: inline-block !Important;
  width: 100%;
}
.input-txt-fr {
  width: 100%;
}
.flyretinfo {
  margin-bottom: 10px;
}
.searchMenu-date {
  float: left;
  width: 100%;
  margin-right: 1%;
}.dtpckt-search {
  width: 50%;float: left;
}
.searchMenu-guests {
  float: left;
  width: 37%;
  margin: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  padding: 9px 15px !important;
  margin-left: 1%;
}
.button-item {
  margin-top: 0;
  float: right;
}

.flyretinfo .searchMenu-loc {
  width: 100%;
}

.mainSearch.bg-white .row.x-gap-30.justify-between.items-center.pb-30 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.sidebar-flight.fb-cls-info {
  width: 100%;
  right: -100%;
}
.fbmncol .col-auto {
  width: 32%;
}

.chpstfast {
  margin-right: 4px;
}
.flight-sech-col-trav {
  display: grid;
}
.printrvcol {
  width: 100%;
  border-top: 1px solid #d9e8f0;
  justify-content: end;
  align-items: end;
  display: flex;
  padding: 10px 0;
}
.printrvcol .pl-10.border-left-light.h-full.md\:d-none {
  display: none;
}


}

@media(min-width:992px) and (max-width:1199px){
  .sidebar-flight.fb-cls-info {
    width: 100%;
    right: -100%;
  }
  .flight-grid-search.disflx-trvs-seach- {
    display: inline-block !Important;
    width: 100%;
  }
  .input-txt-fr {
    width: 100%;
  }
  .flyretinfo {
    margin-bottom: 10px;
  }
  .searchMenu-date {
    width: 100%;
  }
  .dtpckt-search {
    width: 49.5%;
    float: left;
  }
  .searchMenu-guests {
    float: left;
    width: 40.5%;
    margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 9px 15px !important;
    margin-left: 1%;
  }
  .button-item {
    margin-top: 0;
    float: right;
  }
  
.flyretinfo .searchMenu-loc {
  width: 100%;
}
.fbmncol .col-auto {
  width: 32%;
}

.flight-sech-col-trav {
  display: grid;
}
.printrvcol {
  width: 100%;
  border-top: 1px solid #d9e8f0;
  justify-content: end;
  align-items: end;
  display: flex;
  padding: 10px;
}
.printrvcol .pl-10.border-left-light.h-full.md\:d-none {
  display: none;
}
.atatkinf {
  display: inline-block;
  text-align: center;
}


  }


@media(min-width:1200px) and (max-width:1399px){ 
h4.trvllercltrav {
  font-size: 13px !important;
  font-weight: 500;
}
    .input-txt-fr {
        width: 100%;
        padding-left: 25px !important;
        padding-top: 8px;
    }
        .input-txt-fr.bdr-lt {
            padding-left: 15px !important;
        }
    .searchMenu-date.px-15 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: 100%;
    }
    .searchMenu-guests {
        width: 100%;
    }
.searchMenu-guests {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.input-txt-fr h4 {
  font-size: 13px !important;
}
.input-txt-fr.pl-30 {
  padding-left: 20px !important;
}
.searchMenu-guests .text-15 {
  font-size: 14px !important;
}
    .sectionTitle.-md .sectionTitle__title {
        font-size: 24px;
        font-weight: 600;
    }
    .sectionTitle.-md p.sectionTitle__text {
        font-size: 14px;
    }

.airlinnt {
  width: 25%;
}
.fligt-dt-trav-info.pl-20.pr-20.mb-20.pb-10 {
  margin-bottom: 0 !important;
}
.bdrinfstcol {
  margin-bottom: 0;
}

.masthead h1.text-40.text-white {
  font-size: 40px !important;
}
  }


  /*manage-booking*/

  .mb-trav-col {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;position: relative;
}

.mb-trav-col:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: rgb(0 0 0 / 10%);
  pointer-events: none;
  background-image:linear-gradient(to bottom, rgb(0 27 38 / 30%), rgb(0 0 0 / 50%));

}.mb-trav-col h1 {
  position: relative;
}
.mb-pcol-trv {
  margin-bottom: 8em;
}
.mbbkiner-col {
  padding: 2em;
  background-color: white;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
  margin: 0 auto;
  border-radius: 8px;
  border: 10px solid #f0fbff;
}

.mb-pcol-trv {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.mb-pcol-trv .container {
  position: relative;
  top: -6em;
  margin-bottom: 0;
}
.disclmr-mgbk {
  display: grid;
  width: 100%;    margin-top: 2em;
}
.diclmertrvin {
  display: grid;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 1px solid rgb(240 251 255);
}
.diclmertrvin strong {
  display: flex;
  color: #f0832c;
  font-size: 14px;
  font-weight: 500;
}
.line-mgnb {
  display: block;
  background: #e9e9e9;
  height: 100%;
  width: 0.5px;
}
.diclmertrvin ul {
  padding: 0;
  margin: 0;
}
.diclmertrvin ul li {
  text-align: left;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  position: relative;
  padding-left: 12px;
  line-height: normal;color: #535c66;
}
.diclmertrvin ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  background-color: #858585;
  border-radius: 50px;
  top: 3px;
}

.mbbkiner-col .colmd-pgnrinpt button.button {
  width: 50%;
}
.mbbkiner-col .colmd-pgnrinpt button.button:hover {
  background-color: #f0832c !important;
}.posrelcol {
  position: relative;
  font-weight: 400  ;
}
.bggyry {
  background: #F7F8F8 !important;
}
.vmbg-col{     background: url(../img/vm-bg.webp);

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 120px 0;
  background-attachment: fixed; position: relative;}
  .vmbg-col:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgb(0 0 0 / 10%);
    pointer-events: none;
    background-image:linear-gradient(to bottom, rgb(0 27 38 / 64%), rgb(0 0 0 / 60%));
    top: 0;
}

.clrbuebg {
    display: inline-block;
    width: 100%;
}
.vmbg-col .container {
  position: relative;
}
.cmidcolt {
  background-color: #f0832c;
  display: grid;
  align-items: center;
  color: #fff;
  padding: 0 15px;
}a.btn.button.py-20.-dark-1.bg-blue-1.text-white {
  border-color: #f0832c !important;
  background-color: #f0832c !important;
}

@media(max-width:767px){
  .mbbkiner-col {
    padding: 15px;
    border: 5px solid #f0fbff;
}
.mbbkiner-col .colmd-pgnrinpt button.button {
    width: 100%;
}
}

.bs-for-bpg .d-flex img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* background: rgb(242 242 242 / 40%); */
    border-radius: 4px;
    width: 51px;
    height: 51px;
    padding: 8px;
    /* border: 1px solid rgb(242 242 242 / 80%);*/
}





.fbmncol .col-auto {
  
    display: grid;
}

.fbmncol {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

._bf-trvcolif svg {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 0;
    position: relative;
    top: -2px;
}

.btm-bf-cnt p {
    font-size: 12px;
    font-weight: 400;
    text-wrap: nowrap;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
}

.pr-30.pl-30.pt-20 {
}



/*autocomplt css*/
    .ui-widget.ui-widget-content {
    background-color: #fff;
    border: .0625rem solid #e0e3e5;
    border-radius: .5rem;
    box-shadow: 0 4px 14px 0 #25201f40;
    list-style: none;
    margin: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    overflow: hidden;
    padding: 0;
    width: 192px !important;
    height: 350px;
    overflow-y: scroll;
}

.ui-menu .ui-menu-item {
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    box-shadow: inset 0 -1px 0 0 rgb(194 201 205 / 58%);
}

.ui-menu .ui-menu-item-wrapper {
    display: table;
    padding: 0.5rem;
    width: calc(100% + .1rem);
    position: relative;
}

.ui-menu .ui-menu-item-wrapper {
    padding-left: 2.2rem;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 30px;
}

    .ui-menu .ui-menu-item-wrapper:before {
        content: '';
        background: url(../img/icon/plane-autocompt.svg);
        width: 16px;
        height: 16px;
        display: inline-block;
        position: absolute;
        left: 10px;
        background-size: contain;
        top: 15px;
        background-repeat: no-repeat;
        opacity: 1;
        pointer-events: none;
    }


    .ui-menu .ui-menu-item-wrapper.ui-state-active {
        background: #eff1f2;
        border-color: #eff1f2;
        color: #000;
    }
/*end*/

section.trave-pt-md.tfromcol {
    float: left;
    width: 100%;
}

.bs-for-bpg {
    float: left;
    width: 100%;
    padding: 10px 0 !important;
    padding-top: 20px !important;
    background: #fff;
    box-shadow: 0px -10px 20px 0px rgb(181 181 181);
    box-shadow: 0px -10px 20px 0px rgb(181 181 181);
    padding-bottom: 20px !important;
}

.masthead .tabs.-bookmark .tabs__controls {
    position: relative;
    overflow: inherit;
    scroll-snap-type: none;
}
.slider-main-trav, .slide-main-trav, .masthead.-type-3 .masthead__bg img {
    
}



.slider-main-trav {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 605px;
}

.slides-main-trav {
    display: flex;
    transition: transform 0.5s ease;
}

.slide-main-trav {
    min-width: 100%;
}

.slider-main-trav img {
    width: 100%;
    height: auto;
    display: block; 
}

.slider-main-trav .prev, .slider-main-trav .next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 4px;
}

.slider-main-trav .prev {
    left: 10px;
}

.slider-main-trav .next {
    right: 10px;
}


@media (max-width: 600px) {
    .slider-main-trav .prev, .slider-main-trav .next {
        padding: 12px; 
    }
}

.ptnrcolinfowrap {
    width: 100%;
    display: inline-block;
}


/*footrnew*/


.trvsyinfo-col {
}

footer.footer.-type-1 {
    float: left;
    width: 100%;
    border-top: 1px solid var(--color-border);
}


.ptnrcolinfowrap {
    margin-top: 0;
 
}

.pntr-tavr {
    border: 1px solid #dee2e6;
    box-shadow: none;
    padding: 15px 8px;
    border-radius: 8px;
}
/*end*/


@media(max-width:767px) {
    .masthead.-type-3 {
        height: 100%;
    }
    .masthead__bg.bg-dark-3 {
        height: 100vh;
    }
    .masthead.-type-3 .masthead__bg {
        background: #fff !important;
    }
    .slider-main-trav {
        height: 100vh;
    }
    .masthead.-type-3 .masthead__bg::after {
        background-color: #fff;
        background: none;
        border-bottom: 1px solid #ddd;
    }
    .ui-widget.ui-widget-content {
        left: 0 !important;
       
    }

}
.input-txt-fr input {
    font-size: 18px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 20px;
    font-weight: 500;
}
.searchMenu-date .capitalize p#returnDate {
    position: relative;
    padding-left: 15px;
}
    .searchMenu-date .capitalize p#returnDate:before {
        content: '';
        border-left: 1px solid #e1e7ee;
        position: absolute;
        left: 0;
        top: 5px;
        height: 50%;
    }
.flty-rslt .input-txt-fr h4, .flty-rslt h4.trvllercltrav {color: #a9a9a9;}
.flty-rslt .searchMenu-date .capitalize p, .flty-rslt .searchMenu-date .capitalize p strong, .flty-rslt .searchMenu-date .capitalize p em, .flty-rslt .trav-trigger p { color: #fff;}
section.pt-30.pb-30.clrbuebg {
    float: left;
    width: 100%;
}
.bgfray .container {
    position: relative;
    z-index: 1;
}
.bgfray:after {
    content: '';
    background-image: url(../img/map-bg.jpg);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    pointer-events: none;
    opacity: 0.3;
}


.bgfray {
    position: relative;
    background: transparent;
    border-top: 1px solid #F5F5F5;
}
.bgfray:after { opacity:0.6;}
.flty-rslt div.sidebar-flight .mainSearch .ltretinfo .input-txt-fr, .flty-rslt div.sidebar-flight .mainSearch .searchMenu-date, .flty-rslt div.sidebar-flight .mainSearch .searchMenu-guests {
    background: #fff;
    border: none;
}
.flty-rslt .input-txt-fr h4, .flty-rslt h4.trvllercltrav {
    color: #61666f;
    margin-top: 2px;
}
.flty-rslt div.sidebar-flight .mainSearch select, .flty-rslt div.sidebar-flight .mainSearch input, .flty-rslt div.sidebar-flight .mainSearch textarea {
    color: #173541;
}
.flty-rslt .searchMenu-date .capitalize p, .flty-rslt .searchMenu-date .capitalize p strong, .flty-rslt .searchMenu-date .capitalize p em, .flty-rslt .trav-trigger p {
    color: var(--color-light-1);
}
.flty-rslt  h6.date {
    color: #173541;
}


@media (max-width: 767px) {
    .flight-more-dt-trav .sidebar-flight {
        width: 100%;
        padding: 0;
    }
}
.text-light-clrinfo {
    color: #5e616e;
    font-size: 13px !important;
    line-height: 1.4;
}
.atatkinf em {
    font-style: normal;
    position: relative;
    top: 3px;
    margin-left: 3px
}




.airlinnt {
    display: flex;
    align-items: start;
    margin-left: 0;
    margin-bottom: 5px;
    justify-content: start;
    text-align: left;
}

    .airlinnt img.size-40 {
        margin: 0;
        border-radius: 4px;
    }
.farrubnbfr {
    height: 100vh;
    border: 5px solid #f0f0f0;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}
.col.srchfly-col {
    display: flex;
    width: 100%;
}

.border-line-fly {
    width: 1px;
    height: 100%;
    border: none;
    border-left: 1px dashed #d9e8f0;
}

.result-segment-col {
    display: grid;
    width: 100%;
    padding: 0 15px;
}

.airlinnt {
    width: 100%;
}

.result-segment-col .col-flight-col-seach {
    width: 100%;
    margin: 0;
}

.bsttt-trv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.col.srchfly-col {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 15px;
}
.airlinnt {
    justify-content: space-between;
    align-items: center;
}

.arligmj {
    display: flex;
    gap: 5px;
}

strong.sgmjn {
    position: relative;
    background-color: #f8f8f8;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
}

    strong.sgmjn:after {
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        background: #f0832c;
        margin-left: 5px;
        border-radius: 50px;
    }
    strong.sgmjn img {
        width: 12px;
        display: inline-block;
        margin-right: 3px;
        position: relative;
        top: -1px;
    }
    strong.sgmjn.rtnonwico img {
        transform: rotate(180deg);
        margin-right: 5px;
    }
        strong.sgmjn svg path {
            fill: #000;
        }
.flightLine > *:nth-child(1) {
    border: none;
    background: transparent;
    top: 1px;
    width: 14px;
    height: auto;
    opacity: 0.5;
}
.flightLine > *:nth-child(2) {
    border: 1px solid #718191;
    width: 12px;
    height: 12px;
    padding: 5px;
    background: #fff;
}

    .flightLine > *:nth-child(2):after {
        content: '';
        width: 4px;
        height: 4px;
        background: #718191;
        position: absolute;
        left: 3px;
        top: 3px;
        border-radius: 50px;
    }
p.fltsplrnm {
    color: #fff;
}
.d-flex.items-center.h-full {
    align-items: center;
    justify-content: center;
}

    .d-flex.items-center.h-full .d-flex.x-gap-20 .accordion__button {
        display: grid;
        align-items: center;
        justify-content: center;
    }

p.fltsplrnm {
    position: absolute;
    top: 5px;
    font-size: 12px;
}

.col-md-auto.printrvcol {
    position: relative;
}
.chpstfast span.trav-dropdown-title {
    font-size: 14px;
}

.chpstfast.sortotp {
    padding: 10px;
}

.chpstfast {
    padding: 5px 10px;
}


@media(max-width:767px) {
.col.srchfly-col {
    display: grid;
}

.border-line-fly {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #d9e8f0;
    margin: 10px 0;
}

p.fltsplrnm {
    right: 0;
}
}

/* Provided CSS styles */
.tabs__content {
    position: relative;
}

.tabs__pane {
    position: absolute;
    top: 0;
    visibility: hidden;
    transition: none;
    opacity: 0;
}

    .tabs__pane.is-tab-el-active {
        transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
        position: relative;
        opacity: 1;
        visibility: visible;
        background-color: rgba(255, 255, 255, .1);
        border: 1px solid rgba(255, 255, 255, .15);
        padding: 5px;
        border-radius: 12px;
    }

.tabs.-pills .tabs__controls .tabs__button {
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    padding: 10px 15px;
    border: none;
    background: none;
    font-size: 16px;
}

    .tabs.-pills .tabs__controls .tabs__button:hover {
        color: blue !important; /* Change to your desired hover color */
    }

    .tabs.-pills .tabs__controls .tabs__button.is-tab-el-active {
        color: blue !important; /* Active tab color */
        background-color: rgba(53, 84, 209, 0.05);
    }
.flightLine > *:nth-child(1) img {
    width: 12px;
}

.dptlftp {
    width: 55px;
    margin-right: 10px !important;
    text-wrap: nowrap;
}

    .dptlftp.chovcolitm {
        width: 52px;
        margin-right: 29px !important;
    }

.border-line-2 {
    left: 75px;
}

.asbtrfly.flidtitm {
}

    .asbtrfly.flidtitm svg {
        left: 2px;
    }

.linbr-dt {
    margin-left: 96px;
}

.sirlornincl {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(min-width:992px) and (max-width:1199px) {

    p.fltsplrnm {
        left: 0;
    }
}



@media(min-width:1025px){
    .fbmncol .col-auto {
    width:320px;}

}

@media(max-width:767px) {
.linbr-dt {
    margin-left: 86px;
}
.dptlftp.chovcolitm {
    width: 77px;
}
.accordion__content-flight .rounded-4.mt-10 {
    padding-bottom: 0;
}
.layouver-dvfr-fd .d-flex.ml-15.pl-10.text-14.x-gap-5 {
    line-height: normal;
}
    .daterangepicker {
        z-index: 99999;
        width: auto;
    }
        .daterangepicker .calendar-table .prev {
            pointer-events: none;
            opacity: 0.3;
        }
}

@media(max-width:991px) {
    .col-xl-3.col-lg-4.floradfltr {
        padding-bottom: 0;
    }

        .col-xl-3.col-lg-4.floradfltr .sfrpnad {
            margin-bottom: 0;
        }
}

button.btn.button.h-60.mt-20.btn-ptc-trav {
    background: #4bb1db;
    color: #fff;
    padding: 0 15px;
}

@media(min-width:1200px) and (max-width:1399px) {

h4.pbtpct {
  font-size: 16px !important;
}
    .input-txt-fr input {
        font-size: 16px;
        font-weight: 500;
    }
.dtpckt-search .date-display p {
  font-size: 14px;
}

}
/*loader result*/
.ftrs {
    background-color: #f0f0f0;
    height: 25px;
    overflow: hidden;
    position: relative;
    width: 35%;
    border-radius: 4px;
}

    .ftrs::before {
        animation: 0.8s infinite animation-vu43dp;
        background-repeat: repeat-x;
        content: "";
        height: 100%;
        position: absolute;
        transform: skewX(-45deg);
        width: 100%;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
        top: 0;
        left: 0;
    }

@keyframes animation-vu43dp {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}
section.flightreswrap-trav .container {
    position: relative;
}

div#flight-loader-progess {
    width: 100%;
    z-index: 9;
    float: left;
    position: relative;
    top: -20px;
}

#flight-loader-progess .sidebar__item.-no-border {
  
    position: relative;
    z-index: 9;
}
.ftrs.rltp {
    height: 20px;
    margin-top: 5px;
    width: 80%;
}
.ldrrepn {
    padding: 15px;
    padding-left: 0;
}
.plrldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
    .plrldr .ftrs { height:30px;
    }
    .plrldr .ftrs:first-child {
        width: 50%;
    }

    .plrldr .ftrs:last-child {
        width: 25%;
    }
.ftrs.pdnlde {
    margin: 5px 0;
    width: 27%;
    height: 25px;
    margin-bottom: 9px;
}

.ftrs.btldtp {
    width: 100%;
    height: 35px;
}
.plrldr.oilodr {
    margin-top: 13px;
}
.ftrs.bgrldr1 {
    height: 30px;
    width: 50%;
}

    .plrldr.oilodr .ftrs {
        width: 48%;
    }
.ldrrepn.ldtpiuc .ftrs {
    width: 45%;
}

    .ldrrepn.ldtpiuc .ftrs.rltp {
        width: 60%;
        margin-top: 2px;
    }
.plrldr.enitypck {
    margin: 0;
    margin-bottom: 10px;
}

    .plrldr.enitypck .ftrs {
        height: 65px;
        width: 48.8%;
    }
.ldrrepn.ldtpiuc.ldrmt10 {
    padding-top: 5px;
    padding-bottom: 10px;
}
.ftrs.linpbldr {
    height: 3px;
    margin-top: 5px;
    width: 100%;
}
.ldrrepn.ldtpiuc {
    padding-bottom: 10px;
}
.ldrbgblisc {
    margin-top: 20px;
    display: grid;
    gap: 5px;
}
    .ldrbgblisc .ftrs {
        width: 50%;
        height: 30px;
    }
.flaildr {
    padding-top: 25px !important;
}

    .flaildr .ftrs {
        width: 40%;
    }

    .flaildr .plrldr {
        margin: 0;
    }

.flaildr {
    display: grid;
    gap: 6px;
}
.plrldr.chnovcl {
    margin-top: 10px;
}
.ldtopldr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.rettldr {
    display: flex;
    gap: 15px;
    width: 44%;
}

.ldtopldr .ftrs {
    height: 52px;
}

    .ldtopldr .ftrs.lstldr {
        width: 16%;
    }
#flight-loader-progess .rstlcltrv {
    float: left;
    width: 100%;
}
.jtimloden {
    width: 100%;
    float: left;
}

.jnrtldr {
    float: left;
    width: 36%;
    margin-right: 2%;
}

.pzrldr {
    width: 24%;
    float: left;
    padding-left: 2%;
}

.onaldr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.tdldr {
    float: left;
    width: 100%;
    margin-top: 11px;
}

.tdstldr {
    float: left;
    width: 16%;
    margin-right: 3%;
}

.cntldr {
    float: left;
    width: 58%;
    margin-right: 4%;
}

.tdldr .ftrs {
    width: 100%;
    margin-bottom: 1px;
    height: 20px;
}

.cntldr .ftrs:nth-child(2) {
    height: 5px;
    margin: 4px 0;
    width: 100%;
}

.cntldr .ftrs {
    height: 25px;
    width: 40%;
    margin: 0 auto;
}

.bgttldr {
    float: left;
    width: 100%;
}

    .bgttldr .ftrs {
        float: left;
        width: 40%;
        height: 20px;
        margin-top: 8px;
        margin-bottom: 15px;
    }

        .bgttldr .ftrs:last-child {
            float: right;
            width: 30%;
        }

.onaldr .ftrs:last-child {
    width: 45%;
}

.econmldr {
    float: left;
    width: 100%;
}

    .econmldr .ftrs {
        float: left;
        width: 15%;
    }

        .econmldr .ftrs:last-child {
            float: right;
            width: 25%;
        }

.ttfldr {
    float: left;
    width: 47%;
    margin-top: 25px;
}

    .ttfldr .ftrs {
        margin-bottom: 5px;
        width: 87%;
    }

        .ttfldr .ftrs:first-child {
            height: 15px;
        }

.btnldr-rs {
    float: left;
    width: 53%;
    margin-top: 22px;
}

    .btnldr-rs .ftrs {
        width: 100%;
        height: 52px;
    }

.progress-loader {
    height: 5px;
    width: 100%;
    background: #eee;
    position: relative;
    padding: 0
}
    .progress-loader span {
        display: block;
        height: 100%;
        background: #ff7100;
        position: relative
    }
        .progress-loader span::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);
            background-size: 50px 50px;
            z-index: 1;
            animation: 2s linear infinite move;
            -webkit-animation: 2s linear infinite move;
            overflow: hidden;
            border-radius: 20px 8px 8px 20px
        }
        .progress-loader span::before {
            width: 7px;
            content: "";
            height: 7px;
            border-radius: 50%;
            right: 0;
            background: #d32f2f;
            z-index: 10;
            top: -1px;
            position: absolute;
            box-shadow: 0 0 2px 3px rgba(255,0,0,.6);
            animation-name: end-point-movement;
            -webkit-animation-name: end-point-movement
        }
@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 50px 50px
    }
}
@keyframes move {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 50px 50px
    }
}
@-webkit-keyframes end-point-movement {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}

@keyframes end-point-movement {
    from {
        left: 0
    }

    to {
        left: 100%
    }
}
div#flight-fltr-ref { place-content: center; align-items: center; flex-direction: row;  box-sizing: border-box; display: flex;width: 100%;  height: 100vh; overflow: hidden;  position: fixed; left: 0%;  top: 0; z-index: 9999;}
.modaloverlay {  position: fixed; top: 0; left: 0; width: 100%;height: 100vh; background: rgba(0, 0, 0, .7);z-index: 150;}
.fldrfiltr { margin:0 auto; padding: 20px; border-radius: 5px;width: calc(100% - 40px);   height: auto; z-index: 999;  max-width: 500px;  max-height: calc(100vh - 60px); overflow: hidden;  overflow-y: auto; pointer-events: all; text-align: center;}
.fldrfiltr p { color: #fff;  font-size: 14px;  font-weight: 300;letter-spacing: 0.1px; margin-top: 15px; }
@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes uil-default-anim {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes uil-default-anim {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
@keyframes uil-default-anim {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.uil-default-css {
    display: inline-block;
    height: 100px;
    position: relative;
    width: 100px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEuMSA1MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MS4xIDUxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNERURFREQiIGQ9Ik0yOC42LDMwLjFsMjIuNSw5VjM0TDI4LjksMTguNWMwLjEtNC43LDAuMi04LjQsMC4yLTguNmMwLTUuNS0xLjktOS45LTMuNS05LjlDMjMuOSwwLDIyLDQuNCwyMiw5LjljMCwwLjEsMC4xLDMuOSwwLjIsOC42TDAsMzR2NS4xbDIyLjUtOWMwLjEsNC4xLDAuMiw3LjIsMC4yLDcuM2MwLDEuNywwLjIsMy4yLDAuNSw0LjZsLTQuNiw0LjZ2NC41bDcuMS0zLjZsNy4xLDMuNnYtNC41bC00LjctNC43YzAuMy0xLjMsMC41LTIuOSwwLjUtNC41QzI4LjUsMzcuMywyOC41LDM0LjIsMjguNiwzMC4xeiIvPjwvc3ZnPg==);
    -moz-background-size: 26px 26px;
    -o-background-size: 26px 26px;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5)
}

.uil-default-css > div {
        top: 46px;
        left: 49px;
        width: 2px;
        height: 8px;
        background: #ddd;
        -moz-border-radius: 0;
        border-radius: 0;
        position: absolute;
        -webkit-animation: uil-default-anim 2s linear infinite;
        -moz-animation: uil-default-anim 2s linear infinite;
        -o-animation: uil-default-anim 2s linear infinite;
        animation: uil-default-anim 2s linear infinite
    }

        .uil-default-css > div:first-of-type {
            -webkit-transform: rotate(0) translate(0,-30px);
            -moz-transform: rotate(0) translate(0,-30px);
            -ms-transform: rotate(0) translate(0,-30px);
            -o-transform: rotate(0) translate(0,-30px);
            transform: rotate(0) translate(0,-30px);
            -webkit-animation-delay: -2s;
            -moz-animation-delay: -2s;
            -o-animation-delay: -2s;
            animation-delay: -2s
        }

        .uil-default-css > div:nth-of-type(2) {
            -webkit-transform: rotate(16deg) translate(0,-30px);
            -moz-transform: rotate(16deg) translate(0,-30px);
            -ms-transform: rotate(16deg) translate(0,-30px);
            -o-transform: rotate(16deg) translate(0,-30px);
            transform: rotate(16deg) translate(0,-30px);
            -webkit-animation-delay: -1.9090909091s;
            -moz-animation-delay: -1.9090909091s;
            -o-animation-delay: -1.9090909091s;
            animation-delay: -1.9090909091s
        }

        .uil-default-css > div:nth-of-type(3) {
            -webkit-transform: rotate(32deg) translate(0,-30px);
            -moz-transform: rotate(32deg) translate(0,-30px);
            -ms-transform: rotate(32deg) translate(0,-30px);
            -o-transform: rotate(32deg) translate(0,-30px);
            transform: rotate(32deg) translate(0,-30px);
            -webkit-animation-delay: -1.8181818182s;
            -moz-animation-delay: -1.8181818182s;
            -o-animation-delay: -1.8181818182s;
            animation-delay: -1.8181818182s
        }

        .uil-default-css > div:nth-of-type(4) {
            -webkit-transform: rotate(49deg) translate(0,-30px);
            -moz-transform: rotate(49deg) translate(0,-30px);
            -ms-transform: rotate(49deg) translate(0,-30px);
            -o-transform: rotate(49deg) translate(0,-30px);
            transform: rotate(49deg) translate(0,-30px);
            -webkit-animation-delay: -1.7272727273s;
            -moz-animation-delay: -1.7272727273s;
            -o-animation-delay: -1.7272727273s;
            animation-delay: -1.7272727273s
        }

        .uil-default-css > div:nth-of-type(5) {
            -webkit-transform: rotate(65deg) translate(0,-30px);
            -moz-transform: rotate(65deg) translate(0,-30px);
            -ms-transform: rotate(65deg) translate(0,-30px);
            -o-transform: rotate(65deg) translate(0,-30px);
            transform: rotate(65deg) translate(0,-30px);
            -webkit-animation-delay: -1.6363636364s;
            -moz-animation-delay: -1.6363636364s;
            -o-animation-delay: -1.6363636364s;
            animation-delay: -1.6363636364s
        }

        .uil-default-css > div:nth-of-type(6) {
            -webkit-transform: rotate(81deg) translate(0,-30px);
            -moz-transform: rotate(81deg) translate(0,-30px);
            -ms-transform: rotate(81deg) translate(0,-30px);
            -o-transform: rotate(81deg) translate(0,-30px);
            transform: rotate(81deg) translate(0,-30px);
            -webkit-animation-delay: -1.5454545455s;
            -moz-animation-delay: -1.5454545455s;
            -o-animation-delay: -1.5454545455s;
            animation-delay: -1.5454545455s
        }

        .uil-default-css > div:nth-of-type(7) {
            -webkit-transform: rotate(98deg) translate(0,-30px);
            -moz-transform: rotate(98deg) translate(0,-30px);
            -ms-transform: rotate(98deg) translate(0,-30px);
            -o-transform: rotate(98deg) translate(0,-30px);
            transform: rotate(98deg) translate(0,-30px);
            -webkit-animation-delay: -1.4545454545s;
            -moz-animation-delay: -1.4545454545s;
            -o-animation-delay: -1.4545454545s;
            animation-delay: -1.4545454545s
        }

        .uil-default-css > div:nth-of-type(8) {
            -webkit-transform: rotate(114deg) translate(0,-30px);
            -moz-transform: rotate(114deg) translate(0,-30px);
            -ms-transform: rotate(114deg) translate(0,-30px);
            -o-transform: rotate(114deg) translate(0,-30px);
            transform: rotate(114deg) translate(0,-30px);
            -webkit-animation-delay: -1.3636363636s;
            -moz-animation-delay: -1.3636363636s;
            -o-animation-delay: -1.3636363636s;
            animation-delay: -1.3636363636s
        }

        .uil-default-css > div:nth-of-type(9) {
            -webkit-transform: rotate(130deg) translate(0,-30px);
            -moz-transform: rotate(130deg) translate(0,-30px);
            -ms-transform: rotate(130deg) translate(0,-30px);
            -o-transform: rotate(130deg) translate(0,-30px);
            transform: rotate(130deg) translate(0,-30px);
            -webkit-animation-delay: -1.2727272727s;
            -moz-animation-delay: -1.2727272727s;
            -o-animation-delay: -1.2727272727s;
            animation-delay: -1.2727272727s
        }

        .uil-default-css > div:nth-of-type(10) {
            -webkit-transform: rotate(147deg) translate(0,-30px);
            -moz-transform: rotate(147deg) translate(0,-30px);
            -ms-transform: rotate(147deg) translate(0,-30px);
            -o-transform: rotate(147deg) translate(0,-30px);
            transform: rotate(147deg) translate(0,-30px);
            -webkit-animation-delay: -1.1818181818s;
            -moz-animation-delay: -1.1818181818s;
            -o-animation-delay: -1.1818181818s;
            animation-delay: -1.1818181818s
        }

        .uil-default-css > div:nth-of-type(11) {
            -webkit-transform: rotate(163deg) translate(0,-30px);
            -moz-transform: rotate(163deg) translate(0,-30px);
            -ms-transform: rotate(163deg) translate(0,-30px);
            -o-transform: rotate(163deg) translate(0,-30px);
            transform: rotate(163deg) translate(0,-30px);
            -webkit-animation-delay: -1.0909090909s;
            -moz-animation-delay: -1.0909090909s;
            -o-animation-delay: -1.0909090909s;
            animation-delay: -1.0909090909s
        }

        .uil-default-css > div:nth-of-type(12) {
            -webkit-transform: rotate(179deg) translate(0,-30px);
            -moz-transform: rotate(179deg) translate(0,-30px);
            -ms-transform: rotate(179deg) translate(0,-30px);
            -o-transform: rotate(179deg) translate(0,-30px);
            transform: rotate(179deg) translate(0,-30px);
            -webkit-animation-delay: -1s;
            -moz-animation-delay: -1s;
            -o-animation-delay: -1s;
            animation-delay: -1s
        }

        .uil-default-css > div:nth-of-type(13) {
            -webkit-transform: rotate(196deg) translate(0,-30px);
            -moz-transform: rotate(196deg) translate(0,-30px);
            -ms-transform: rotate(196deg) translate(0,-30px);
            -o-transform: rotate(196deg) translate(0,-30px);
            transform: rotate(196deg) translate(0,-30px);
            -webkit-animation-delay: -.9090909091s;
            -moz-animation-delay: -.9090909091s;
            -o-animation-delay: -.9090909091s;
            animation-delay: -.9090909091s
        }

        .uil-default-css > div:nth-of-type(14) {
            -webkit-transform: rotate(212deg) translate(0,-30px);
            -moz-transform: rotate(212deg) translate(0,-30px);
            -ms-transform: rotate(212deg) translate(0,-30px);
            -o-transform: rotate(212deg) translate(0,-30px);
            transform: rotate(212deg) translate(0,-30px);
            -webkit-animation-delay: -.8181818182s;
            -moz-animation-delay: -.8181818182s;
            -o-animation-delay: -.8181818182s;
            animation-delay: -.8181818182s
        }

.uil-default-css > div:nth-of-type(15) {
            -webkit-transform: rotate(228deg) translate(0,-30px);
            -moz-transform: rotate(228deg) translate(0,-30px);
            -ms-transform: rotate(228deg) translate(0,-30px);
            -o-transform: rotate(228deg) translate(0,-30px);
            transform: rotate(228deg) translate(0,-30px);
            -webkit-animation-delay: -.7272727273s;
            -moz-animation-delay: -.7272727273s;
            -o-animation-delay: -.7272727273s;
            animation-delay: -.7272727273s
        }

.uil-default-css > div:nth-of-type(16) {
            -webkit-transform: rotate(245deg) translate(0,-30px);
            -moz-transform: rotate(245deg) translate(0,-30px);
            -ms-transform: rotate(245deg) translate(0,-30px);
            -o-transform: rotate(245deg) translate(0,-30px);
            transform: rotate(245deg) translate(0,-30px);
            -webkit-animation-delay: -.6363636364s;
            -moz-animation-delay: -.6363636364s;
            -o-animation-delay: -.6363636364s;
            animation-delay: -.6363636364s
        }

.uil-default-css > div:nth-of-type(17) {
            -webkit-transform: rotate(261deg) translate(0,-30px);
            -moz-transform: rotate(261deg) translate(0,-30px);
            -ms-transform: rotate(261deg) translate(0,-30px);
            -o-transform: rotate(261deg) translate(0,-30px);
            transform: rotate(261deg) translate(0,-30px);
            -webkit-animation-delay: -.5454545455s;
            -moz-animation-delay: -.5454545455s;
            -o-animation-delay: -.5454545455s;
            animation-delay: -.5454545455s
        }

.uil-default-css > div:nth-of-type(18) {
            -webkit-transform: rotate(277deg) translate(0,-30px);
            -moz-transform: rotate(277deg) translate(0,-30px);
            -ms-transform: rotate(277deg) translate(0,-30px);
            -o-transform: rotate(277deg) translate(0,-30px);
            transform: rotate(277deg) translate(0,-30px);
            -webkit-animation-delay: -.4545454545s;
            -moz-animation-delay: -.4545454545s;
            -o-animation-delay: -.4545454545s;
            animation-delay: -.4545454545s
        }

.uil-default-css > div:nth-of-type(19) {
            -webkit-transform: rotate(294deg) translate(0,-30px);
            -moz-transform: rotate(294deg) translate(0,-30px);
            -ms-transform: rotate(294deg) translate(0,-30px);
            -o-transform: rotate(294deg) translate(0,-30px);
            transform: rotate(294deg) translate(0,-30px);
            -webkit-animation-delay: -.3636363636s;
            -moz-animation-delay: -.3636363636s;
            -o-animation-delay: -.3636363636s;
            animation-delay: -.3636363636s
        }
.uil-default-css > div:nth-of-type(20) {
            -webkit-transform: rotate(310deg) translate(0,-30px);
            -moz-transform: rotate(310deg) translate(0,-30px);
            -ms-transform: rotate(310deg) translate(0,-30px);
            -o-transform: rotate(310deg) translate(0,-30px);
            transform: rotate(310deg) translate(0,-30px);
            -webkit-animation-delay: -.2727272727s;
            -moz-animation-delay: -.2727272727s;
            -o-animation-delay: -.2727272727s;
            animation-delay: -.2727272727s
}

.uil-default-css > div:nth-of-type(21) {
            -webkit-transform: rotate(326deg) translate(0,-30px);
            -moz-transform: rotate(326deg) translate(0,-30px);
            -ms-transform: rotate(326deg) translate(0,-30px);
            -o-transform: rotate(326deg) translate(0,-30px);
            transform: rotate(326deg) translate(0,-30px);
            -webkit-animation-delay: -.1818181818s;
            -moz-animation-delay: -.1818181818s;
            -o-animation-delay: -.1818181818s;
            animation-delay: -.1818181818s
}
.uil-default-css > div:nth-of-type(22) {
            -webkit-transform: rotate(343deg) translate(0,-30px);
            -moz-transform: rotate(343deg) translate(0,-30px);
            -ms-transform: rotate(343deg) translate(0,-30px);
            -o-transform: rotate(343deg) translate(0,-30px);
            transform: rotate(343deg) translate(0,-30px);
            -webkit-animation-delay: -.0909090909s;
            -moz-animation-delay: -.0909090909s;
            -o-animation-delay: -.0909090909s;
            animation-delay: -.0909090909s}
.uil-default-css > div:nth-of-type(12) {  -webkit-animation-delay: -1s;-moz-animation-delay: -1s; -o-animation-delay: -1s; animation-delay: -1s }
.text-14.text-light-1.fltpdmr.sgmpdtp {width: 105px; text-align: left;}
.plcolndd.lftvlmst { margin-left: 0 !important;  padding-left: 10px; margin-right: 10px !important;}
.mr-20tbnew { width: 73px;}
.plcolndd.tplftcln {  padding-left: 13px; margin-right: 5px !important;}
.plcolndd.tplfclht { margin-left: 2px; margin-right: 5px !important;}
.radoldr { width: 100%; display: flex; gap: 5px;}
.ml-525 { padding-left: 5px;}
.radoldr .ftrs:first-child {width: 15%;}
.radoldr .ftrs:last-child { width: 65%; }
.sidebar__item.-no-border.flaildr .plrldr .ftrs:last-child { height: 20px;}
.sidebar__item.-no-border.flaildr .plrldr .radoldr .ftrs:last-child {  height: 30px;}
.sidebar__item.-no-border.flaildr .plrldr .ftrs:last-child { height: 20px;}
.sidebar__item.-no-border.flaildr .plrldr .radoldr .ftrs:last-child { height: 30px;}
.plrldr .ftrs:last-child { height: 20px;}
.plrldr .radoldr .ftrs:last-child {height: 30px;}
.plrldr.enitypck .ftrs:last-child { height: 65px;}
.col-auto.airlinsidebrftr {  display: flex; align-items: center; justify-content: space-between; width: 100%;}
.qutar-comtnbox ul li strong { font-weight: 600;}
/*.clrbuebg:before {
    content: "";
    width: 100%;
    border-bottom: 82px solid #061e37;
    border-left: 100vw solid rgba(0, 0, 0, 0);
    border-right: 0vw solid rgba(0, 0, 0, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1; pointer-events:none;
}
.clrbuebg {
    position: relative;
}*/

@media(min-width:992px) {
.accordion__button button, .accordion__button a.button {width: 110px;}
}
@media(max-width:991px){
h2.lh-appst {font-size: 16px !important;}
.mbapp-ttc .text-40 {font-size: 22px !important;}
.appstor-add img {top: -20em;  height: 320px; margin: 0 auto;text-align: center; }
.mbapp-ttc.section-bg.pt-80.pb-80 { padding-bottom: 2em !important;}
.appstor-add { text-align: center;}
.mbapp-ttc p.text-white { line-height: normal !important; }
.pntr-tavr {text-align: center;}
.pntr-tavr h3 {text-align: center;}

}
.breadcrumb { padding: 1rem 0;  margin-bottom: 0;}
.breadcrumb__list { list-style: none;  padding: 0;  margin: 0;}
.breadcrumb__item {  display: inline; color: #132139;}
.breadcrumb__item a { font-size: 14px; color: #132139;  line-height: 2.2rem; outline: none; }
.breadcrumb__item:not(:last-child):after { content: "/";  padding: 0 0.5rem;}
.breadcrumb__item .txt { font-size: 14px; line-height: 0rem;font-weight: 500;}
div#mng-bkng-trav { display: inline-block;width: 100%;}
.login_page_trav {  display: flex; flex-direction: column; align-items: center;}
.ManageBookingLogin_container-trav { display: flex; border-radius: 10px; overflow: hidden; min-height: 450px;  background-color: #fff; flex-wrap: wrap; border: 1px solid #f2f2f2;  max-width: 1080px;  width: 100%;  margin: 40px auto; margin-top: 4em;}
.ManageBookingLogin_column-left-trav, .ManageBookingLogin_column-right-trav {position: relative;  z-index: 1; flex: 1 1; width: auto; flex-basis: 300px; display: flex;align-items: center; justify-content: center;padding: 20px;}
.ManageBookingLogin_column-left-trav .form-input .Tooltip_tooltip-trav {  position: absolute; right: 15px;top: 20px;}
.ManageBookingLogin_column-left-trav .form-input svg { height: 20px; width: 20px;}
.ManageBookingLogin_column-left-trav h2 {font-weight: 700; font-size: 24px; margin-bottom: 0; }
.ManageBookingLogin_column-left-trav form {display: flex;flex-direction: column; max-width: 400px; gap: 15px;}
.ManageBookingLogin_column-left-trav p { font-size: 14px; margin-bottom: 15px;line-height: normal; }
.ManageBookingLogin_column-left-trav .form-input input {box-shadow: inset 0 0 0 1000px #fff !important; width: 100%; height: 72px;  padding: 16px 20px 0;font-size: 16px; border: 1px solid #e7e6ea; border-radius: 16px; padding-left: 45px !important;}
.ManageBookingLogin_column-left-trav .form-input label { top: 32px;color: #bdbfc6;padding: 0 20px; padding-left: 45px; }
.ManageBookingLogin_column-left-trav .form-input input:valid ~ label, .ManageBookingLogin_column-left-trav .form-input input:focus ~ label { top: 30px;margin-left: 45px; }
.ManageBookingLogin_column-left-trav form button.button { border-radius: 50px; box-shadow: none; font-size: 18px;}
.ManageBookingLogin_column-right-trav img { width: 100%; height: 100%;object-fit: cover; }
.ManageBookingLogin_column-right-trav { padding: 0;}
.ManageBookingLogin_container-trav.mgnfbdclmr { min-height: auto; margin: 0 auto; margin-bottom: 5em;}
.ManageBookingLogin_container-trav.mgnfbdclmr .diclmertrvin { border: none;padding: 0; margin: 0;}
.ManageBookingLogin_container-trav.mgnfbdclmr .disclmr-mgbk { margin: 20px;}
.tooltip-container { display: inline-block;position: absolute; right: 5px;  top: 12px;}
.tooltip-container .clickable-div { padding: 10px;cursor: pointer;}
.tooltip-container .tooltip { display: none; position: absolute;  background-color: #4bb1db;color: #fff; padding: 10px; border-radius: 5px;  bottom: 100%;  left: 50%;  transform: translateX(-50%);  z-index: 1;  width: 175px;  font-size: 11px;line-height: normal;text-align: center; }
.tooltip-container .tooltip.show {display: block;}
span.tlparicon { display: block; height: 20px;  width: 20px; background-color: inherit; border: inherit;position: absolute; bottom: -7px;-webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);clip-path: polygon(0 0, 100% 100%, 0 100%); transform: rotate(-45deg);border-radius: 0 0 0 6px; left: calc(50% - 10px);}
.ManageBookingLogin_column-left-trav form button.button:hover { background-color: #f0832c !important;}
.ManageBookingLogin_column-left-trav .form-input img.lfttickmb { position: absolute; left: 15px; top: 27px;  opacity: 0.3;}
section.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    padding: 5px 0;
}
.breadcrumb__list {
    padding-top: 5px;
    padding-bottom: 0;
}
.breadcrumb__item:hover a {  color: #f0832c;}
@media(max-width:767px) {
.ManageBookingLogin_column-left-trav {border-bottom: 1px solid #f2f2f2; margin-bottom: 15px; }
div#mng-bkng-trav { padding-top: 0; }
.ManageBookingLogin_container-trav { margin-top: 15px;}
.ManageBookingLogin_column-right-trav img {border-radius: 12px; }
}


/*Veiw-E-ticket*/
.btp-bt-btp-note { display: inline-block;width: 100%;}
.btp-bt-btp-note h4 { font-size: 14px;font-weight: 500;  margin-bottom: 0;margin-top: 15px;}
.btp-bt-btp-note a {color: #f0832c;}
.btp-bt-btp-note h5 {font-size: 12px;font-weight: 500; }
.btp-bt-btp-note ol { margin: 15px 0;font-size: 12px;padding-left: 15px;}
.btp-bt-btp-note ol li { list-style: auto; line-height: normal;margin-bottom: 8px; }
.btp-bt-btp-note p { font-size: 12px; line-height: normal; margin-top: 9px; }
.mpvivtt svg { height: 24px; width: 24px;}
a.viadimp svg path { fill: #fff;}
.arroviapimp:after {  content: '';  border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; transform: rotate(-45deg); margin-right: 3px;}
a.viadimp { display: block; padding:15px 10px;  background-color: #4bb1db; border: 1px solid #4bb1db;  border-radius: 4px; color: #fff;}
.arroviapimp {position: relative;}
.mpvivtt { display: flex;align-items: center; gap: 5px; padding: 0; padding-left: 15px;}
.dashboard__main.vb-trav-col { /* background: #F7F8F8 !important; */ float: left; width: 100%; padding-top:1.5em !important;}
a.viadimp:hover {border: 1px solid #f0832c; background: #f0832c; color:#fff;}
a.viadimp:hover svg path {fill: #fff;}
a.viadimp:hover .arroviapimp::after { border: 1px solid #fff;border-width: 0 1px 1px 0; }
.tpvb-eu {display: flex; gap: 15px; align-items: center;justify-content: space-between;padding: 10px;  }
.tpvb-eu .etiktbtp-top { align-items: center; position: relative;width: 100%; display: flex;gap: 15px;}
.tpvb-eu .etiktbtp-top p { font-size: 13px; font-weight: 400;color: #213842; display: grid;gap: 3px;line-height: 20px; }
.line-br { height: 40px; width: 1px;display: inline-block;border-right: 1px solid #e9e9e9;position: relative;}
.pnptlnfn { padding:10px; }
.pnptlnfn h2 { background: #000; display: inline-block; width: 100%; padding: 10px; background-color: #f5f9fb; border-radius: 4px;}
.pnptlnfn .pt-15 {    padding: 0 10px; }
.payamt-itnry-col { display: flex; align-items: center;gap: 15px;}
.payamt-itnry-col span { font-size: 15px; font-weight: 500; }
.amt-pay-btp { display: flex;align-items: center;}
.amt-pay-btp strong { padding: 10px;  font-weight: bold; border: 1px solid #d9d4d4; height: 45px;  border-right: none;  background: #fff; }
.amt-pay-btp input[type="text"] {border: 1px solid #d9d4d4; height: 45px; background: #fff; color: #000; padding: 10px; line-height: 45px; padding-top: 15px; }
.amt-pay-btp button.btn.btn-primary { background: #fba51c;  width: auto; height: auto; border: none; color: #fff; font-weight: 500; position: relative;  padding: 2px 15px; border-radius: 0 4px 4px 0;letter-spacing: 0;cursor: pointer; margin-left: 5px;}
.amt-pay-btp button.btn.btn-primary:before {content: ''; position: absolute;  width: 0; background: rgba(255, 255, 255, .3);  top: 50%;   bottom: 50%;left: 50%; right: 50%; border-radius: 0 !important;transition: all .4s ease; cursor: pointer; }
.btn::after { background-color: rgba(255, 255, 255, 0.76);content: ""; height: 150px; left: -75px;  position: absolute; top: -35px;transform: rotate(35deg);transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);width: 40px;opacity: 0;}
.tpvb-eu.picladd {justify-content: start; width: auto;gap: 40px;}
.tpvb-eu.picladd .etiktbtp-top {width: auto; }
.tpvb-eu.picladd .etiktbtp-top p { display: grid; align-items: center; gap: 5px;line-height: normal; }
.tpvb-eu.picladd .etiktbtp-top p strong { font-weight: 400;position: relative;top: 2px; }
.tpvb-eu.picladd .etiktbtp-top p span { font-weight: 500; }
.amt-pay-btp button.btn.btn-primary { width: auto; padding: 0;  height: 45px;margin: 0;width: 140px; font-size: 14px;}
.amt-pay-btp input[type="text"] { padding-left: 15px !important;}
.amt-pay-btp strong { padding-top: 8px;}
.mlhitv a:after {
    content: '';
    border: solid rgb(72 170 210);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-bottom: 4px;
    margin-left: 5px;
}

.mlhitv:hover a:after {
    border: solid rgb(255 255 255);
    border-width: 0 1px 1px 0;

}
.vrtck { display: grid;width: 100%; gap: 5px;    margin-bottom: 5px;}
.plftrv { display: grid;    gap: 5px;}
.plftrv p { display: flex; align-items: center; gap: 0;}
.plftrv p strong, .plftrv p span { width: 25%; font-size: 13px;}
.pt-15.etcketflt { padding: 0; margin: 0 !important;}
.pt-15.etcketflt { padding: 5px 10px !important;}
.plftrv p strong {font-weight: 500;}
.blrkline { border-bottom: 1px dashed var(--color-border);  display: inline-block; width: 100%;}
/*e-ticket*/
.adsemlcomny.eticktprtru {
    display: grid;
    width: 100%;
    gap: 0;
}
.hdretkfeu {
    display: grid;
    width: 100%;
}
    .hdretkfeu ul {
        width: 100%;
        display: flex;
      
    }
        .hdretkfeu ul li {
            font-weight: 500;
            font-size: 14px;
            width: 33.3%;
            display: grid;
        }

.etkfm-colwrap {
    display: grid;
    gap: 5px;
    width: 100%;
    padding: 5px 10px;

    padding-top: 10px;
}
.fl-et-eu-wrapnw {
    display: flex;
    align-items: start;
}
    .fl-et-eu-wrapnw .btp-depart-fare {
        width: 33.3%;
        display: grid;
        gap: 0;
        font-size: 13px;
    }
.btp-depart-fare.aitlioinfoet p {
    display: grid;
}
.btp-depart-fare.aitlioinfoet p span {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    margin-top: 5px;
    border-top: 1px dashed #dee2e6;
    padding-top: 10px;
}
.fl-et-eu-wrapnw .btp-depart-fare .arvgnii, .tpeut {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}
.dteteua {
    display: grid;
    line-height: normal;
    gap: 2px;
    font-size: 13px;
    font-weight: 400;
}
.clseut {
    font-weight: normal;
    font-size: 12px;
    color: #4d5356;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p {
    display: flex;
    width: 33.33%;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 5px;
}
        .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p strong {
            width: 50%;
            font-weight: 500;
        }
        .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p span {
            font-size: 12px;
            line-height: normal;
            font-weight: 400;
        }
.hdretkfeu {
    border-bottom: 1px solid var(--color-border);
    padding: 0 10px;
}
.fl-et-eu-wrapnw .btp-depart-fare p {
    font-size: 13px;
    display: grid;
    font-weight: 400;
}
.etkfm-colwrap {
    border-bottom:1px solid var(--color-border);
    margin-bottom: 0;
    padding-bottom: 5px;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p.fare-cl {
    width: 100%;
    text-align: left;
    justify-content: start;
    align-items: start;
    font-weight: normal;
    margin-top: 5px;
}

    .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p.fare-cl strong {
        width: auto;
        position: relative;
        top: -3px;
    }
.tpeut {
    margin-bottom: 5px;
}
.pnptlnfn h2.clradclbg {
    background-color: #4bb1db;
    color: #fff;
}

/*end*/




@media(min-width:992px) and (max-width:1350px){
.col-auto.mpvivtt .text-16 {font-size: 14px !important; margin-top: 0 !important; }
.mpvivtt svg { height: 20px;width: 20px;}
a.viadimp {padding: 15px 10px;}
}
@media(max-width:767px) {
.tpvb-eu { display: inherit;}
.tpvb-eu .line-br { border-right: none; height: 1px; border-top: 1px solid #e9e9e9;width: 100%;}
}
.adsemlcomny {display: flex; align-items: start; justify-content: space-between; gap: 15px; padding: 0;}
.dprkgdbtp {display: inline-block; width: 100%;}
.airlineinfobtp { padding: 10px 0;margin-bottom: 0; max-width: 100%; border-bottom: none;}
.airlineinfobtp { display: flex; gap: 10px;}
.nmbtptag { display: flex; align-items: center;  gap: 5px; width: auto; line-height: 16px; background-color: #4bb1db;color: #fff;padding: 5px;font-size: 12px;text-align: center;font-weight: 500; border-radius: 4px;}
.nmbtptag svg {height: 12px; width: 12px;display: inline-block;transform: rotate(45deg); }
.adsemlcomny.btpbkflydt p {font-weight:600; margin: 0; margin-bottom: 0;  color: #213842;}
.adsemlcomny.btpbkflydt p {  max-width: inherit;}
.btflybpt-wrp { display: inline-block;  width: 100%;}
.btp-fare-det { display: flex; align-items: start; justify-content: start; gap: 30px;}
.fsgmtrep {  display: flex; align-items: center;}
.btflybpt-wrp .btp-fare-det { padding: 5px 0;  padding-bottom: 0;}
.btp-depart-fare.aitlioinfoet { padding: 10px; background: #f5f9fb;  border-radius: 4px;}
.adsemlcomny.btpbkflydt p.noteflycol {  display: flex;  align-items: center;  gap: 5px; font-size: 13px;  font-weight: 400;}
.adsemlcomny.btpbkflydt p.noteflycol strong { font-weight: 600; position: relative;  top: -2px;}
.btflybpt-wrp.e-tiket-page-add { border-bottom: 2px solid #e9e9e9; padding-bottom: 5px;        }
.adsemlcomny.btpbkflydt p.dtdfinf { font-size: 14px;}
.btp-depart-fare {font-weight: 500; position: relative; display: grid; line-height: normal;}
.btflybpt-wrp .btp-stp-divid { width: auto;line-height: normal; margin: 0 30px;text-align: center;display: grid; gap: 5px;}
.line-br-sgmt { height: 120px;width: 1px; display: inline-block; border-right: 1px solid #e9e9e9; position: relative;}
.btflybpt-wrp .btp-depart-fare p {display: flex; align-items: center;gap: 15px; font-weight: 400;margin: 0; padding: 0;}
.btp-depart-fare.aitlioinfoet p span {font-size: 12px;line-height: 20px;text-align: left;}
.arvgnii {  font-size: 18px; font-weight: 500;}
.adsemlcomny p strong { font-weight: 500; display: block; margin-bottom: 0;}
.btflybpt-wrp .btp-depart-fare p strong, .btflybpt-wrp .btp-depart-fare p span {font-size: 16px;}
.btflybpt-wrp .btp-depart-fare p.diaiconcl { display: grid; gap: 0;}
.btflybpt-wrp .btp-stp-divid span { border-bottom: 1px solid rgb(203, 203, 203); display: inline-block; width: 100%; position: relative;}
.btflybpt-wrp .btp-stp-divid span:before, .btflybpt-wrp .btp-stp-divid span:after {content: ''; width: 1px; height: 16px;  position: absolute; left: 0; border-left: #cbcbcb 1px solid; border-radius: 50px; top: -7px;}
.btflybpt-wrp .btp-stp-divid span:after { right: 0;left: inherit; }
.btflybpt-wrp .btp-stp-divid strong {font-weight: 500;}
.arvgnii { font-size: 16px; font-weight: 500;}
.btflybpt-wrp .btp-depart-fare p.diaiconcl {display: grid; gap: 0;}
.btflybpt-wrp .btp-depart-fare.ltitpam { gap: 3px;}
.btflybpt-wrp .btp-depart-fare.ltitpam p {justify-content: space-between; font-weight: 400; font-size: 12px;padding: 1px 0; }
.btp-depart-fare.aitlioinfoet p span strong { font-size: 12px;}
.btp-depart-fare.ltitpam p, .btp-depart-fare.ltitpam p span {font-size: 12px;line-height: normal;}
.col-auto.invmpi { display: flex; justify-content: space-between;width: 100%;}
.col-auto.invmpi button.btn.btn-danger { background-color: #f0832c; color: #ffff;  padding: 5px 15px; font-weight: 600;font-size: 14px;border-radius: 4px;}
.col-auto.invmpi button.btn.btn-danger:hover a {color: #fff; }
@media (min-width: 992px) {
.btflybpt-wrp .btp-depart-fare.ltitpam { width: 250px; }
}
.btp-depart-fare.aitlioinfoet p { padding: 0 !important;}
.btp-depart-fare.aitlioinfoet p span { font-size: 12px;}
.btflybpt-wrp .btp-depart-fare p { padding: 5px 0; padding-top: 0;}
.btflybpt-wrp .btp-depart-fare p.diaiconcl {font-size: 13px; padding: 0; padding-top: 5px; line-height: 18px; }
.btflybpt-wrp .btp-depart-fare p.diaiconcl em {font-style: normal;font-size: 12px;color: #666; margin-top: 3px;}
.btflybpt-wrp .btp-stp-divid p { font-size: 13px; font-weight: 400;}
.btflybpt-wrp .btp-stp-divid strong {font-size: 13px;}
.btflybpt-wrp .btp-depart-fare p.tdct { display: grid;gap: 5px;font-size: 12px;margin-top: 3px;}
.btflybpt-wrp .btp-depart-fare p.tdct strong {font-size: 13px;font-weight: 500; margin-top: 0; }
.btflybpt-wrp .btp-depart-fare p.tdct em {  font-style: normal;font-weight: 300;}
.btflybpt-wrp .btp-depart-fare.ltitpam p strong { font-size: 12px;}
.btflybpt-wrp .btp-depart-fare.ltitpam { gap: 5px;}
.titledpa { font-size: 11px; margin-bottom: 5px;display: block;}
.flight-segemtn-reapet-trav {display: inline-block; width: 100%;}
.tpvb-eu.invcmclvbfs { padding: 10px;}
.tpvb-eu.invcmclvbfs .etiktbtp-top { display: grid; gap: 5px;}
.tpvb-eu.invcmclvbfs .etiktbtp-top p {display: flex;gap: 10px; }
.tpvb-eu.invcmclvbfs .etiktbtp-top p span {position: relative;top: 2px; }
.tpvb-eu.invcmclvbfs .line-br { height: 50px; }
table.table-2.segmntrel th:nth-child(1) { width: 20%;}
table.table-2.prgtblincol tbody > tr:last-child { background-color: #f0832c;border: none;}
table.table-2.prgtblincol tbody > tr:last-child td { padding: 5px;}
table.table-2.prgtblincol tbody > tr td.tticgtv { font-size: 16px; color: #fff;}

.tpvb-eu.vetcolve {
    align-items: start;
}

    .tpvb-eu.vetcolve .etiktbtp-top.vtkeu {
        display: grid;
        gap: 5px;
    }

        .tpvb-eu.vetcolve .etiktbtp-top.vtkeu p {
        }

    .tpvb-eu.vetcolve .line-br {
        height: 85px;
    }
table.table-2 td a.rklladnwcal {
    font-weight: 600;
    font-size: 13px;
    color: #f0832c;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 4px;
    background: #fffcfa;
    position: relative;
    padding-left: 35px;
}

table.table-2.pnlnfn th:last-child {
    font-weight: 600;
 
}


table.table-2 td a.rklladnwcal i.la.la-file-pdf-o {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    background: #f0832c;
    color: #ffffff;
    padding: 6px;
    top: 0;
    border-radius: 3px 0 0 3px;
}
table.table-2 td a.rklladnwcal:hover {
    background-color: #f0832c;
    color: #fff;
    border: 1px solid;
    border-radius: 4px
}
table.table-2.pnlnfn td, table.table-2.pnlnfn th {
    padding: 10px 0;
}


/*toggle email*/
#toggleDiv {display: none; /* Start hidden */border: 1px solid #ccc; padding: 15px; margin-top: 10px; background-color: #f9f9f9;}
.close-btn { cursor: pointer;color: red;}
.mlhitv { position: relative;}
.mlhitv a {display: inline-block; border: 1px solid #4bb1db;color: #4bb1db !important; font-size: 14px;font-weight: bold; padding:5px 10px;border-radius: 4px;cursor: pointer;}
.mlhitv a:hover {background: #4bb1db !important;color: #fff !important;}
.mlhitv div#toggleDiv {position: absolute;top: 100%;background: rgb(255, 255, 255);box-shadow: rgba(119, 119, 119, 0.2) 0px 2px 8px;border-radius: 4px;margin: auto; border: none;padding-top: 2em; padding-top: 3em; z-index: 9; }
.mlhitv div#toggleDiv span#closeButton { position: absolute;right: 10px;top: 0; font-size: 24px;color: #f0832c; }
.colinmlrst { display: inline-block; width: 100%;}
.colinmlrst .colmd-pgnrinpt {display: grid;gap: 10px;}
.sumybtneu {display: inline-block; margin-top: 5px;}
.mlhitv .sumybtneu a.btn { border-width: thin; border: none;background: #f0832c; color: #fff !important;}
.di-if-eticket-view-mobile { display:none;}
/*end*/
@media(max-width:767px) {
    .tpvb-eu.invcmclvbfs .line-br {
        height: auto;
    }

    .tpvb-eu.invcmclvbfs {
        padding: 0;
    }
    .tpvb-eu.invcmclvbfs .etiktbtp-top:last-child {
        margin-bottom: 15px;
    }
    .pt-15.pincolnead {
        overflow: hidden;
        overflow-x: scroll;
    }

    .table-2.prgtblincol {
        width: 1080px;
    }
.line-br-sgmt {
  width: 100%;
  height: 1px;
  border-right: none;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 10px;
}
.btp-fare-det {
  display: grid;
  gap: 0;
}
.btp-depart-fare.aitlioinfoet {
  padding: 5px;
  margin-bottom: 0;
}
.btflybpt-wrp .btp-depart-fare p.diaiconcl {
  font-size: 11px;
}
.btflybpt-wrp .btp-depart-fare p.tdct strong {
  font-size: 12px;
}
.btflybpt-wrp .btp-stp-divid strong {
  text-wrap: nowrap;
}
.btp-bt-btp-note {
  padding: 15px !important;
}
.tpvb-eu .etiktbtp-top p {
  font-size: 12px;
}
.pnptlnfn h2 {
  font-size: 14px !important;
}
table.table-2 th {
  font-size: 11px;
}
table.table-2 td {
  padding: 5px 10px;
  font-size: 11px;
}
.tpvb-eu.vetcolve .line-br {height: 1px; }
.col-auto.invmpi {
    display: grid;
    gap: 5px;
}
.col-auto.invmpi h1.text-24.lh-14.fw-500 {
    font-size: 20px !important;
}
.col-auto.invmpi button.btn.btn-danger {
    padding: 5px;
    font-size: 13px;
}
.tpvb-eu.myetcontcol {
    padding: 5px;
}
.pt-15.etcketflt {
    overflow: hidden;
    overflow-x: scroll;
}
.pt-15.etcketflt .vrtck {
    width: 1080px;
}
.hdretkfeu ul li {
    font-size: 12px;
}
.hdretkfeu ul {
    gap: 5px;
}
.fl-et-eu-wrapnw {
    gap: 10px;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p {
    width: 49%;
    font-size: 10px;
}
.etkfm-colwrap {
    padding: 0;
    margin-bottom: 10px;
}
.hdretkfeu {
    margin-bottom: 10px;
}
.fl-et-eu-wrapnw .btp-depart-fare p {
    font-size: 11px;
}
.fl-et-eu-wrapnw .btp-depart-fare .arvgnii, .tpeut {
    font-size: 12px;
}
.dteteua {
    font-size: 11px;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p strong {
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p span {
    font-size: 10px;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam {
    gap: 3px;
}
}
@media(min-width:768px) and (max-width:992px) {

.tpvb-eu.picladd .etiktbtp-top p {
  font-size: 12px;
}
.tpvb-eu.picladd .etiktbtp-top p strong {
  text-wrap: nowrap;
}
.payamt-itnry-col span {
  font-size: 12px;
  text-wrap: nowrap;
}
.btflybpt-wrp .btp-stp-divid strong {
  font-size: 10px;
  text-wrap: nowrap;
}
.btflybpt-wrp .btp-depart-fare p.diaiconcl {
  font-size: 12px;
}
.btflybpt-wrp .btp-depart-fare p.tdct strong {
  font-size: 12px;
}
.line-br-sgmt {
  display: none;
}
.btp-fare-det {
  gap: 10px;
}
}

@media print{

    section.breadcrumb, header.header, footer.footer.-type-1 { display: none;}
    div, p, .etc, .adsemlcomny.btpbkflydt { page-break-inside: avoid;}
    .dashboard__main.vb-trav-col .container { max-width: 100%;}
    @page { size: auto; margin:5mm;}
    body { margin: 0px; }
    .btp-fare-det {display: flex;gap: 15px;}
        .dashboard__main.vb-trav-col { padding-top: 0 !important;}
    .dashboard__main.vb-trav-col .col-xl-12.col-md-12 {padding-top: 0;}
    .dashboard__main.vb-trav-col .col-xl-12.col-md-12 .rounded-4.bg-white.border-light.shadow-3 { box-shadow: none;}
    .pnptlnfn { padding: 0;}
    .tpvb-eu.picladd { display: flex;}
    .line-br { display: none;}
    .tpvb-eu.picladd .etiktbtp-top .payamt-itnry-col {display: none;}
    .pnptlnfn .pt-15 { padding-top: 5px !important; }
    table.table-2.prgtblincol {width: 100%;}
   .line-br-sgmt { display: none;}
    .btflybpt-wrp .btp-depart-fare p.diaiconcl { font-size: 12px; font-weight: 400;}
    .arvgnii {font-size: 14px;}
    .btflybpt-wrp .btp-depart-fare p.tdct strong { font-size: 12px; margin: 0;}
    .btflybpt-wrp .btp-depart-fare p.tdct { font-size: 11px;gap: 0;}
    .btflybpt-wrp .btp-stp-divid p { font-size: 12px;}
    .btflybpt-wrp .btp-stp-divid strong {font-size: 12px;}
    .adsemlcomny.btpbkflydt { padding: 0 10px;}
    .btp-depart-fare.aitlioinfoet p span { display: flex;align-items: baseline;gap: 5px;}
    .btp-depart-fare.aitlioinfoet { padding: 5px;margin-bottom: 10px;}
    .btflybpt-wrp .btp-fare-det {position: relative;     padding-top: 35px; justify-content: space-between;padding-right: 15px;}
.airlineinfobtp {  padding: 5px 0;}
    .btp-depart-fare.aitlioinfoet { position: absolute; width: 100%; padding: 5px; margin-bottom: 10px; top: 0;}
    .btflybpt-wrp .btp-depart-fare.ltitpam {width:auto;}
    .tpvb-eu.picladd {padding: 10px 15px;}
    table.table-2 td { padding: 5px;}
    table.table-2 th { font-size: 12px;}
    .pnptlnfn h2 { font-size: 14px !important;}
    .tpvb-eu .etiktbtp-top p {  font-size: 12px;}
    .adsemlcomny.btpbkflydt p.dtdfinf { font-size: 13px;}
    .btp-bt-btp-note ol, .btp-bt-btp-note p { font-size: 10px; }
    .btp-bt-btp-note h5, tp-bt-btp-note h4 { font-size: 11px;}
    .nmbtptag { font-size: 10px;padding: 0 5px; }
    .nmbtptag svg {  height: 9px; width: 9px;  position: relative; top: -1px;}
.adsemlcomny.btpbkflydt p.noteflycol {font-size: 10px !important;}
    .pt-15.pincolnead { overflow:inherit; overflow-x:inherit;}
    .table-2.prgtblincol { width:auto;}
    table.table-2.prgtblincol tbody > tr td.tticgtv { font-size: 12px;color: #fff;text-wrap: nowrap;}
    .tpvb-eu.invcmclvbfs { display: flex;align-items: start;}
.tpvb-eu.invcmclvbfs .etiktbtp-top.vtkeu:last-child {display: none;}
    table.table-2.prgtblincol th:last-child, table.table-2.prgtblincol td:last-child { text-align: right;}
    table.table-2 th {text-wrap: nowrap;}
    .tpvb-eu .etiktbtp-top p { line-height: normal;font-size: 11px;}
    .adsemlcomny.btpbkflydt p { font-size: 11px !important;}
    .btp-depart-fare.aitlioinfoet p span, .btp-depart-fare.aitlioinfoet p span strong {font-size: 10px !important;}
    .arvgnii {font-size: 10px;}
    .btflybpt-wrp .btp-depart-fare p.diaiconcl { font-size: 10px !important; line-height: normal;}
    .btflybpt-wrp .btp-depart-fare p.tdct strong { font-size: 10px !important;}
    .btflybpt-wrp .btp-depart-fare p.tdct em {font-size: 9px;}
    .btflybpt-wrp .btp-depart-fare.ltitpam p {font-size: 10px !important;}
    .btflybpt-wrp .btp-depart-fare.ltitpam p strong, .btp-depart-fare.ltitpam p, .btp-depart-fare.ltitpam p span { font-size: 10px;}
    .pnptlnfn h2 {font-size: 13px !important;    padding: 5px 10px;}
    table.table-2 th {font-size: 11px !important;}
    table.table-2 td { font-size: 11px; padding: 5px;}
    table.table-2.prgtblincol tbody > tr td.tticgtv { font-size: 12px;}
    .btp-bt-btp-note h4 {  font-size: 10px;}
    .btp-bt-btp-note p { font-size: 9px;}
    .btp-bt-btp-note ol li { font-size: 9px; line-height: normal;}
    .btp-bt-btp-note h5 {  font-size: 10px;}
    .tpvb-eu.invcmclvbfs { display: flex;}
    .tpvb-eu.invcmclvbfs .etiktbtp-top:last-child {display: none;}
    .btflybpt-wrp .btp-depart-fare.ltitpam p strong {width: 150px;}
    .btflybpt-wrp .btp-stp-divid strong { font-size: 9px;font-weight: 500;}
    table.table-2 td {font-size: 10px;}
    .btp-bt-btp-note p { margin-top: 3px;}
    .btflybpt-wrp .btp-depart-fare p.tdct { margin-top: 0;}
    .btp-bt-btp-note, .rounded-4.bg-white.border-light.shadow-3 { box-shadow: none !important;}
    .tpvb-eu.invcmclvbfs { padding:10px; }
.tpvb-eu.myetcontcol {
    display: flex;

    position: relative;
    padding-top: 35px;
}
.pnptlnfn h2 {
    background-color: #4bb1db;
    color: #fff;
}
.pnptlnfn .pt-15.etcketflt {
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

    .tpvb-eu.myetcontcol .etiktbtp-top.vtkeu:last-child {display: none;}
    .pnptlnfn h2.clradclbg {border-radius: 0;}
.plftrv p strong, .plftrv p span, .fl-et-eu-wrapnw .btp-depart-fare p, .fl-et-eu-wrapnw .btp-depart-fare .arvgnii, .tpeut, .dteteua, .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p, .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p span { font-size: 11px;}
.plftrv { gap: 0;}
.hdretkfeu ul li { font-size: 12px;}
.fl-et-eu-wrapnw .btp-depart-fare p span {  margin-bottom: 3px;}
.clseut { font-size: 11px; margin-top: 3px;}
.tpvb-eu.myetcontcol .etiktbtp-top p {
    display: flex;
    align-items: center;
}

.tpvb-eu.myetcontcol .etiktbtp-top:first-child {
    position: absolute;
    top: 10px;
}

.tpvb-eu.myetcontcol .etiktbtp-top p span {
    position: relative;
    top: 2px;
}

.dashboard__main.vb-trav-col .rounded-4.bg-white.border-light.shadow-3 {
    box-shadow: none !important;
    border: none !important;
}

    /*email hedr*/
.di-if-eticket-view-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;

    margin-top: 15px;
    border-bottom: 1px solid #162f49 !important;
    margin-bottom: 5px;
}
    .pt-15.etcketflt {
        overflow: inherit;
        overflow-x: inherit;
    }
    .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p {
        width: 33.33%;
        
    }
    .adsemlcomny.eticktprtru .btp-depart-fare.ltitpam {
        gap: 0;
    }
.trgfconlin-eu { display: inline-block; text-align: center; line-height: normal; padding-top: 10px;}
.trgfconlin-eu p.tegline { font-size: 12px;color: #4bb1db; font-weight: 500;}
.phonreucol { text-align: right;  display: inline-block;line-height: normal; display: grid;}
.phonreucol h3 { font-size: 30px; color: #559ed0;}
.phonreucol span.timelimit { font-size: 10px; color: #767573;}
.col-auto.invmpi {display: none;}

    /*end*/
    }


@media(min-width:1200px) and (max-width:1400px){
    .ManageBookingLogin_container-trav {
        margin-top: 3em;
        margin-bottom: 20px;
    }
    .col-auto.mpvivtt .text-16.lh-16.fw-600 {
        font-size: 14px !important;
    }
}

.apissevcol { display: inline-block;  width: 100%;padding:15px;border: 1px solid #f2f2f2; border-radius:8px;}
.apissevcol ul { padding-left: 15px;}
.apissevcol ul li {line-height: normal; margin-bottom: 15px; font-size: 14px;list-style: disc;}
.sidebar__item.apisinfoform {
    background: #fff;
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    border: 1px solid var(--color-border);
    border: 1px solid #e6e6e6;
    border: none;
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    padding: 20px;
    padding-bottom: 40px;
}
    .sidebar__item.apisinfoform .form-input select {
        padding-top: 18px;
        font-weight: 400;
    }
.psgr-segment-col {
    max-width: 850px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    margin: 15px 0;
}

    .psgr-segment-col .pt-20 {
        padding-top: 0 !important;
        margin-bottom: 15px;
    }
.colmd-pgnrinpt .form-input.pedclnd {
    position: relative;
}

    .colmd-pgnrinpt .form-input.pedclnd i.las.la-calendar {
        position: absolute;
        right: 10px;
        font-size: 24px;
        top: 14px;
        color: #dee2e6;
        pointer-events: none;
    }

@media(max-width:767px) {
    .sidebar__item.apisinfoform .colmd-pgnrinpt {
        margin-top: 15px;
    }
    .sidebar__item.apisinfoform {
        padding: 15px;
    }
    .pb-30.mrgapisp {
        padding-bottom: 10px !important;
    }

    .apissevcol {
        padding: 15px;
    }
    .sidebar__item.apisinfoform h2 {
        font-size: 18px !important;
    }
    .sidebar__item.apisinfoform .adltfw {
        margin-bottom: 15px;
    }
    .sidebar__item.apisinfoform .form-input select {
        font-weight: 400;
    }
}

.layout-pt-sm {
    padding-top: 30px;
}

.layout-pb-sm {
    padding-bottom: 30px;
}

.layout-pt-md {
    padding-top: 60px;
}

.layout-pb-md {
    padding-bottom: 60px;
}

.layout-pt-lg {
    padding-top: 120px;
}

.layout-pb-lg {
    padding-bottom: 120px;
}

.layout-pt-xl {
    padding-top: 140px;
}

.layout-pb-xl {
    padding-bottom: 140px;
}

/*about us*/
.aboutusinfo {
    position: relative;
    height: 300px;
    display: grid;
    align-items: center;
}

    .aboutusinfo:before, .cplfiserch:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(2 21 36 / 35%);
        pointer-events: none;
    }
    .aboutusinfo h1, .aboutusinfo .text-white.mt-15, .cplfiserch {
        position: relative;
    }
section.breadcrumb.bgninr {
    background-image: none;
    background: #fff !important;
}
    section.breadcrumb.bgninr ul.breadcrumb__list {
        padding-bottom: 5px;
        padding-top: 10px;
    }
.txtlvbc {
    text-align: center;
}
.aboutincolbg {
    background-color: #F7F8F8 !important;
}
.lh-aboutnw {
    min-height: 180px;
}
.vmbgimge {
    background: url(../../assets/img/about/vm-bg.webp);
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}
    .vmbgimge:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgb(41 0 1 / 50%);
        pointer-events: none;
    }
.flex-cmcol {
    display: flex;
    gap: 30px;
    color: #fff;
    position: relative;
}

.cmcolab {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

    .cmcolab h2 {
        background-color: #f0832c;
        padding: 15px;
        font-size: 20px;
        font-weight: 500;
        border-radius: 4px;
    }

    .cmcolab p {
        color: #fff;
        line-height: normal;
        font-weight: 400;
        font-size: 14px;
    }
.altbghiogcon {
    text-align: center;
}

    .altbghiogcon p {
        font-size: 18px;
        line-height: normal;
        padding: 0 10em;
    }

        .altbghiogcon p b {
            color: #ee822c;
        }
@media(max-width:767px) {

    .aboutincolbg p.sectionTitle__text {
        line-height: normal;
        font-size: 14px;
    }

    .aboutincolbg img.mb-20 {
        width: 100%;
    }
    .flex-cmcol {
        display: grid;
    }

    .cmcolab {
        display: grid;
    }

        .cmcolab h2 {
            padding: 0;
            background: transparent;
        }

    .altbghiogcon p {
        padding: 0;
        font-size: 14px;
    }
    p.text-dark-1.txtlvbc {
        margin-top: 0px !important;
    }

}
.padingclonfsepp h2, .padingclonfsepp h4 {
    font-size: 16px !important;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 500 !important;
}
.padingclonfsepp ul li, .padingclonfsepp p {
    list-style: disc;
    font-size: 14px;
}

.padingclonfsepp ul {
    padding-left:15px;
}

.padingclonfsepp ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

.padingclonfsepp p strong {
    font-weight: 500;
}
.padingclonfsepp ul li strong {
    font-weight: 500;
}
.padingclonfsepp.usegrmntcl strong {
    font-size: 16px;
    display: block;
    margin-top: 15px;
}
@media(min-width:767px) and (max-width:1025px){
    .altbghiogcon p {
        padding: 0;
        font-size: 16px;
    }
    p.text-dark-1.txtlvbc {
        margin-top: 0px !important;
    }
    .padingclonfsepp.usegrmntcl strong {
        font-size: 15px;
    }
    .padingclonfsepp h2, .padingclonfsepp h4 {
        font-size: 15px !important;
        margin-top: 15px;
        margin-bottom: 5px;
        font-weight: 500 !important;
    }

}





.accordion__icon i {
    font-size: 14px;
    transition: transform 0.3s ease;
}


.accordion__button.open .icon-plus {
    display: none;
}

.accordion__button.open .icon-minus {
    display: block;
}

.icon-minus {
    display: none;
}
/*end*/


.fawpgn .accordion.-simple .accordion__icon > *:nth-child(2) { position: relative;transform: rotate(-180deg);  opacity: 1; transition: all 0.2s ease-out;}
.accordion__content.open {  max-height: 500px;  padding-top: 0; }
.fawpgn .button.text-dark-1 { text-align: left;}
.fawpgn p.text-15 { text-align: left; line-height: 22px; font-size: 14px !important;}
.address-card { display: flex;margin-bottom: 15px; margin-top: 5px; align-items: start;}
.address-card .left-img {  margin-right: 10px;   font-size: 18px;  position: relative; top: -1px; }
.clrbgtv { color: rgb(5 32 60 / 60%);}
.map { background: #fff; padding: 7px;}
.map iframe {  border: none !important; border-radius: 8px !important;}
.icctd svg{ width: 24px; height: 24px; position: relative; top: -3px; margin-right:5px;}
.icctd img { width: 30px; height: 30px; position: relative; top: -3px; margin-right: 0;}
.quick_contact a {display: grid; align-content: center;  justify-content: center;padding: 0; margin: 0 auto;}
.quick_contact a .lab {   display: grid;  align-content: center;justify-content: center;}
.quick_contact a { position: fixed;width: 35px; height: 35px; right: 20px;color: #fff; border-radius: 50px;font-size: 36px; box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);z-index: 99999;transition: transform 0.5s ease; bottom: 95px; text-align: center; padding: 2px; font-size: 24px;}
.qwhtsapp { bottom: 70px; background-color: #25d366;}
.qcall { bottom: 120px; background-color: #2196f3;}
.quick_contact_icon {margin-top: 10px;}
.quick_contact a:hover {transform: scale(1.1);}
.quick_contact a.clsapp { bottom: 50px;background: #f0832c;}
.quick_contact a.clsapp i.las { font-size: 16px;  position: relative;  top: 1px; left: -1px; }
.cllmepginfo .y-gap-20 > * {
    padding: 10px;
}
section.cllmepginfo {
    padding: 60px 0;
    padding-bottom: 100px;
}
.cllmepginfo .bg-white.shadow-4.rounded-4 {
    border: 3px solid #f0832c;

}
@media (min-width:767px) {
.quick_contact {  display: none !important; }
    .slide-main-trav {
        max-height: 610px;
    }
}
section.section-bg.aboutusinfo { max-width: 1320px; margin: 0 auto; border-radius: 18px !important; margin: 15px auto;}
section.section-bg.aboutusinfo img, .aboutusinfo:before {  border-radius: 16px;}

.continfcl, .cllmepginfo {
    background-image: url(../img/map-bg.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 120px;
}
@media(max-width:767px) {
    .slide-main-trav {
        height: 100vh;
    }
    .mainSearch.bg-white {
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .15);
        padding: 15px !important;
    }
}
@media(min-width:767px) and (max-width:1245px) {
    .slide-main-trav {
        height: 100vh;
    }
}


    @media (max-width: 575px) {
        section .section-bg.aboutusinfo {
            padding: 15px !important;
            max-width: initial;
            height: 160px;
            width: 94%;
        }

        .continfcl {
            padding-top: 60px;
        }

        section.trave-pt-md.trave-pb-lg.bgfray .text-15.fw-400 {
            font-size: 14px !important;
        }

        .sectionTitle.-md .sectionTitle__title {
            font-size: 24px !important;
            font-weight: 500;
        }
    }

    @media (min-width: 576px) {
        section.section-bg.aboutusinfo {
            max-width: 540px;
        }
    }

    @media (min-width: 768px) {
        section.section-bg.aboutusinfo {
            max-width: 720px;
        }
    }

    @media (min-width: 992px) {
        section.section-bg.aboutusinfo {
            max-width: 960px;
        }
    }

    @media (min-width: 1200px) {
        section.section-bg.aboutusinfo {
            max-width: 1200px;
        }
    }

    @media (min-width: 1400px) {
        section.section-bg.aboutusinfo {
            max-width: 1300px;
        }
    }
/*payment css page*/

.payoutchekout {
    display: flex;
    align-items: start;
    margin: 0 auto;
    justify-content: center;
    gap: 30px;
}

.paymt-invoice-info {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background: #F7F8F8 !important;
   
}

.trvmi-logo-for-print {
    display: none;
}

@media print {
    .trvmi-logo-for-print {
        display: block !important;
    }
}

section.plan-your-journey-form {
    padding: 40px 0;
}

h3.pymnfaild {
    text-align: left;
    font-size: 20px;
    padding: 0;
    border-radius: 8px;
    font-weight: 500;
    margin: 0 auto;
    color: #f0832c;
}
h3.pymnfaild {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid;
    justify-content: center;
    padding: 10px 0;
}
.col-auto.invmpiscmsg {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #f0832c;
}

    .col-auto.invmpiscmsg h2.textcoliftxt {
        display: grid;
        font-size: 24px;
        gap: 5px;
    }

        .col-auto.invmpiscmsg h2.textcoliftxt span {
            font-size: 16px;
            font-weight: 400;
            color: #333;
        }

    .col-auto.invmpiscmsg i.las.la-check-circle {
        font-size: 27px;
        position: relative;
        top: 5px;
    }

    h3.pymnfaild img {
        height: 35px;
        width: 35px;
    }
.grnalpnrdetails-BEU {
    margin-bottom: 15px;
    border-bottom: 1px solid #ede9e9;
    padding-bottom: 15px;
    display: grid;
    gap: 10px;
}

    .grnalpnrdetails-BEU h2 {
        font-size: 16px;
        font-weight: 500;
    }
.wrap-form h5 {
    font-size: 18px;
    font-weight: 500;
}
    .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst {
        justify-content: start;
        gap: 15px;
        margin-top: 10px;
        border-bottom: 1px solid #ede9e9;
    }

        .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p strong {
                position: relative;
                top: -3px;
            }
        .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p {
            font-size: 13px;
        }

.adsemlcomny.bk-BEU-brpbps p {
    font-size: 13px;
}
.adsemlcomny.bk-BEU-brpbps {
    justify-content: start;
}

    .adsemlcomny.bk-BEU-brpbps p {
        display: flex;
        gap: 10px;
        border-right: 1px solid #ede9e9;
        padding-right: 20px;
    }

        .adsemlcomny.bk-BEU-brpbps p strong {
            position: relative;
            top: -3px;
        }

.grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p:first-child {
    border-right: 1px solid #ede9e9;
    padding-right: 20px;
}

.adsemlcomny.bk-BEU-brpbps p:last-child {
    border: none;
}

.BEU-bt-BEU-note {
    display: inline-block;
    width: 100%;
}

    .BEU-bt-BEU-note ol {
        padding: 0;
        padding-left: 15px;
        margin-top: 10px;
    }

        .BEU-bt-BEU-note ol li {
            list-style: auto;
            font-size: 13px;
            margin-bottom: 2px;
        }

    .BEU-bt-BEU-note h5 {
        font-size: 13px;
    }

@media(max-width:767px) {
    .col-auto.invmpiscmsg {
        justify-content: center;
    }

        .col-auto.invmpiscmsg i.las.la-check-circle {
            margin: 0 auto;
            font-size: 20px;
        }

    .col-auto.invmpiscmsg {
        line-height: normal;
    }

        .col-auto.invmpiscmsg h2.textcoliftxt {
            font-size: 16px;
            line-height: normal;
        }

            .col-auto.invmpiscmsg h2.textcoliftxt span {
                font-size: 12px;
            }
    h3.pymnfaild {
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px;
        font-size: 14px;
        gap: 10px;
    }

        h3.pymnfaild img {
            margin: 0 auto;
        }

    .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p {
        display: grid;
        gap: 0;
        font-size: 13px;
    }

        .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p strong {
            position: static;
        }

    .adsemlcomny.bk-BEU-brpbps p {
        display: grid;
        gap: 5px;
        font-size: 13px;
        line-height: normal;
        border-right: none;
        border-bottom: 1px solid #ede9e9;
        padding-bottom: 10px;
        width: 100%;
    }

    .adsemlcomny.bk-BEU-brpbps {
        display: grid;
        gap: 10px;
        justify-content: start;
    }

}
.phonreucol h3 {
    color: #f0832c;
}
@media(min-width:768px) and (max-width:1025px) {
    .tpvb-eu.invcmclvbfs .etiktbtp-top p {
        display: grid;
        gap: 0;
        font-size: 12px;
    }
    table.table-2 th {
        font-size: 12px;
    }

    table.table-2 td {
        font-size: 12px;
    }
    .col-auto.invmpiscmsg h2.textcoliftxt {
        font-size: 20px;
    }

        .col-auto.invmpiscmsg h2.textcoliftxt span {
            font-size: 13px;
        }
    .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p strong {
        font-size: 12px;
        top: -3px;
    }

    .grnalpnrdetails-BEU .adsemlcomny.bkinrefbookst p {
        font-size: 12px;
    }

    .adsemlcomny.bk-BEU-brpbps p {
        display: grid;
        font-size: 12px;
        gap: 0;
    }

    .BEU-bt-BEU-note ol li {
        font-size: 11px;
        margin-bottom: 5px;
        line-height: normal;
    }
    h3.pymnfaild {
        padding: 10px;
        font-size: 14px;
    }

        h3.pymnfaild img {
            height: 25px;
            width: 25px;
        }

}


/*payment page*/
.payoutchekout {
    display: flex;
    align-items: start;
    gap: 20px;
}

.payoutchekout-btm {
    width: 60%;
    float: left;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    padding: 15px;
    border-radius: 8px;
}

.leftpaympageinfo {
    width: 33%;
    float: left;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
    padding: 15px;
    border-radius: 8px;
}

    .leftpaympageinfo p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

.leftpaympageinfo {
    padding: 15px;
}

.payoutchekout-btm .payneotioaddn {
    width: 100%;
    float: left;
}

    .payoutchekout-btm .payneotioaddn .wpwl-container {
        width: 100%;
    }

        .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card {
            min-width: 100% !important;
            min-height: 100% !important;
            background-color: #f7f8f8;
            box-shadow: none;
            border: midnightblue;
            background-image: linear-gradient(30deg, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0.2) 70%), linear-gradient(45deg, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(60deg, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.2) 80%);
            border-radius: 0;
            padding-top: 25px;
        }

.paymt-invoice-info {
    float: left;
    width: 100%;
    padding: 5em 0;
    padding-top: 1.5rem;
}

.payoutchekout-btm h3, .leftpaympageinfo h3 {
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.flight-modifysearch section.breadcrumb {
    padding: 10px 0;
}

    .flight-modifysearch section.breadcrumb li.breadcrumb__item {
        color: #fff;
    }

        .flight-modifysearch section.breadcrumb li.breadcrumb__item a {
            color: #fff;
        }

.leftpaympageinfo p:last-child {
    border: none;
    font-size: 18px;
    font-weight: 600;
    color: #a82b2f;
}

.leftpaympageinfo p {
    font-size: 14px
}

    .leftpaympageinfo p strong {
        font-weight: 500;
    }

    .leftpaympageinfo p:last-child strong {
        font-weight: 500;
    }

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card input, .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card select, .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-wrapper .wpwl-control {
    padding: 5px 10px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #dee2e6 !important;
    margin-bottom: 10px;
    color: #1c2b39 !important;
    height: 45px !important;
    width: 100% !important;
    font-weight: 400;
    border-radius: 4px;
    padding-top: 10px;
    background-color: #fff;
    padding-left: 10px !important;
    !i;
    !;
}

.wpwl-group.wpwl-group-brand.wpwl-clearfix select.wpwl-control.wpwl-control-brand {
    margin-bottom: 0 !important;
}

.payoutchekout-btm h3 {
    margin-bottom: 0;
}

.wpwl-group.wpwl-group-brand.wpwl-clearfix .wpwl-label.wpwl-label-brand {
    padding-top: 10px;
}

.wpwl-group.wpwl-group-cardNumber.wpwl-clearfix, .wpwl-group.wpwl-group-expiry.wpwl-clearfix {
    margin-bottom: 5px;
}

.wpwl-group.wpwl-group-expiry.wpwl-clearfix {
}

.wpwl-label {
    font-weight: 500;
}

.leftpaympageinfo p {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ebebeb;
}

.leftpaympageinfo {
    position: sticky;
    top: 75px;
    height: 100%;
}



.wpwl-button-pay {
    font-size: 14px !important;
    color: #ffffff;
    background-color: #f0832c;
    font-family: "Poppins", sans-serif;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 3px;
    height: 45px;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid transparent;
    overflow: hidden !important;
    width: 150px;
    position: relative;
}

    .wpwl-button-pay:hover {
        background: #ab2125;
        color: #ffffff;
        border-color: #ab2125;
    }



    .wpwl-button-pay::after {
        background-color: rgba(255, 255, 255, 0.76);
        content: "";
        height: 150px;
        left: -75px;
        position: absolute;
        top: -35px;
        transform: rotate(35deg);
        transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 40px;
        opacity: 0;
    }

    .wpwl-button-pay:hover:after {
        left: 120%;
        transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
        opacity: 0.25;
    }

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 input, .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 select {
        margin: 0;
        margin-top: 10px;
    }

@media(max-width:767px) {
    .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 input, .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 select {
        width: 100% !important;
        margin-top: 5px;
    }

    .payoutchekout {
        display: grid;
    }

    .payoutchekout-btm {
        width: 100%;
    }

    .leftpaympageinfo {
        width: 100%;
    }

    .wpwl-brand-card {
    }

    .wpwl-group.wpwl-group-brand {
        display: flex;
        align-items: center;
    }
}


@media(min-width:768px) and (max-width:1024px) {

    .leftpaympageinfo p {
        display: grid;
        gap: 2px;
    }

    .widget-footer.linkorusefullink .widget-quicklink .menu-ft.two-column {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
    }

        .widget-footer.linkorusefullink .widget-quicklink .menu-ft.two-column li {
            width: 32%;
        }

    .flynowpayletr img {
        width: auto;
    }

    .nwslettr-col-info .widget-subscribe.hidden-xs h4 {
        font-size: 24px;
    }
}

/*end*/
/*sitemap start*/
.stimpclinadd { display: flex; justify-content: space-between; width: 100%;margin-top: 2em; margin-bottom: 3em;}
.sltmlnad { display: inline-block; width: 100%;}
.innerpage-wrapper-add .sltmlnad h2 { margin: 0; padding: 0; font-size: 16px; margin-bottom: 15px;}
.innerpage-wrapper-add .sltmlnad ul li { padding: 5px 0;}
.innerpage-wrapper-add .sltmlnad ul li a { color: #444;}
.innerpage-wrapper-add .sltmlnad ul li a:hover {color: #f0832c; }
.sltmlnad ul li {margin: 5px 0;}
.sltmlnad h2 { margin-bottom: 15px;}
.sltmlnad ul li::before { content: "";display: inline-block;width: 2rem; height: 1.5rem; border-bottom: 1px #ccc solid; position: absolute; top: -0.59rem;left: -5px;}
.sltmlnad ul li { position: relative; padding-left: 42px;}
.text-30.icctd { font-size: 22px !important; margin-bottom: 10px; font-weight: 500;}
.address-card {font-size: 14px;}
.clrbgtv {font-size: 13px !important;}

@media(min-width:992px) {
.cuintrvinfo { position: relative; }
.cuintrvinfo .col-lg-4.col-md-4.col-12 { position: absolute; right: 46px; top: 10px; background-color: #fff; height: 96%;box-shadow: 0px 10px 30px 0px #05103608; padding-top: 2em; }
.cuintrvinfo .col-lg-8.col-md-8.col-12 { width: 100%;height: 450px;}

.map iframe {
    height: 100%;
}
}
@media(min-width:768px) and (max-width:991px) {
.cuintrvinfo .col-lg-4.col-md-4.col-12 { padding: 0;padding-left: 25px;}
}
@media(max-width:576px) {
section.section-bg.aboutusinfo {height: 230px;margin: 15px; margin: 15px auto;width: 94%;}
}
@media(min-width:577px) and (max-width:991px) {
.aboutusinfo { position: relative; height: 235px; }
}


.cplfiserch .searchMenu-date {
    text-align: left;
}
.cplfiserch {
    display: inline-block;
    width: 100%;
    padding: 6em 0;
}

    .cplfiserch h1 {
        font-size: 32px;
        margin-bottom: 1em;
        position: relative;
    }

    .cplfiserch .mainSearch {
        box-shadow: 0 3px 10px rgba(0, 0, 0, .20);
    }
    .cplfiserch .input-txt-fr h4 {
        text-align: left;
    }

.laychplfy {
    padding-bottom: 60px;
}

.class-selection label {
    font-size: 13px;
    font-weight: 500;
}
/*.cplfiserch .mainSearch {  padding: 0 !important;  background-color: transparent !important; box-shadow: none !important;}
.cplfiserch h1 { text-align: left;}
section.section-bg.cplfiserch .disflx-trvs-seach- {  background-color: #4bb1db !important; padding: 5px;border-radius: 8px;}
.cplfiserch .searchMenu-date, section.section-bg.cplfiserch .searchMenu-guests { background: #fff;border: none;}
section.section-bg.cplfiserch .input-txt-fr, section.section-bg.cplfiserch .searchMenu-guests { border: none;}
section.section-bg.cplfiserch .chgeover-exg { background: #fff;}
section.layout-pt-lg.laychplfy {
    position: relative;
    z-index: -1;
}
section.layout-pt-md.laychplfy {
    padding-top: 80px;
}
section.section-bg.cplfiserch .trav-orm input[type="radio"]:checked + .radio-button-label {
    background-color: #fff;
    border: 1px solid #f0832c;
    color: #f0832c;
}

section.section-bg.cplfiserch .trav-orm .radio-button-label {
    background: transparent;
    color: #fff;
    border-color: rgb(255 255 255 / 40%);
}
section.section-bg.cplfiserch .col-auto.chkflydt {
    color: #fff;
}

    section.section-bg.cplfiserch .col-auto.chkflydt .form-checkbox__mark {
        border: 1.5px solid rgb(255 255 255);
    }*/

@media(max-width:767px) {
    .cplfiserch h1 {
        font-size: 24px;
        line-height: normal;
        font-weight: 500;
        text-align: center;
    }
    section.section-bg.cplfiserch .disflx-trvs-seach- {
        padding: 15px;
    }
    .cplfiserch .mainSearch {
        padding: 0 !important;
    }

    section.layout-pt-lg.laychplfy {
        padding-top: 60px;
    }

        section.layout-pt-lg.laychplfy h2.sectionTitle__title {
            margin-bottom: 15px;
            font-size: 20px !important;
        }

        section.layout-pt-lg.laychplfy .text-14.lh-15 {
            line-height: normal !important;
            font-size: 12px !important;
        }

        section.layout-pt-lg.laychplfy p.text-14 {
            line-height: normal;
        }
}
.callmepgtrv form {
    padding: 20px;
    padding-top: 5px;
    display: inline-block;
    width: 100%;
}
.callmepgtrv h1.text-22 {
    background-color: #f0832c;
    padding: 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 20px !important;
}
.callmepgtrv form .clmmcol {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
}
    .callmepgtrv form .clmmcol .form-input {
        width: 100%;
    }

    .callmepgtrv form .clmmcol .lftcom {
        width: 100%;
    }

.capchnetravbtn {
    width: 100%;
}
.capchatravnewadd {
    display: flex;
    gap: 0;
    align-items: center;
    width: 100%;
}
span.captcodentra {
    font-size: 12px;
    text-wrap: nowrap;
}
.capchatravnewadd input#captcha {
    border: 1px solid var(--color-border);
    border-radius: 4px;
    padding: 0 10px;
    min-height: 55px;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-left: 10px !important;
    width: 100%;
}
.reorimgtranewcode {
    display: grid;
    margin: 0 15px;
}
.reorimgtranewcode img {
        height: 35px;
        margin-top: 10px;
    }
.reorimgtranewcode span {
        font-size: 12px;
        text-wrap: nowrap;
    }
.clmmcol.clmeclen {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto;
    text-align: center;
}
.clmmcol.clmeclen button.button.pl-10.pr-10.-dark-1.h-60.bg-blue-1.text-white {
        margin: 0 auto;
        width: 150px;
        margin-top: 15px;
        font-size: 16px;
    }

@media(max-width:767px) {
    .callmepgtrv form .clmmcol {
        display: grid;
        justify-content: inherit;
    }

    .callmepgtrv h1.text-22 {
        font-size: 18px !important;
    }
    .masthead.-type-3 h1.text-40 {
        font-size: 27px !important;
    }

}
.col-auto.invmpiscmsg.pnfedcol {
    display: grid;
}
.pnrdhecol {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333333;
}
.col-auto.invmpiscmsg .pnrdhecol i.las.la-check-circle {
    position: relative;
    top: -1px;
}
.col-auto.invmpiscmsg.pnfedcol h2.textcoliftxt {
    font-size: 14px;
    font-weight: 300;
}
.col-auto.invmpiscmsg.pnfedcol .msnecol {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    margin-top: 15px;
}
.col-auto.invmpiscmsg.pnfedcol .msnecol strong {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
        color: #4bb1db;
    }
.col-auto.invmpiscmsg.pnfedcol h2.textcoliftxt strong {
    font-size: 16px;
    padding-left: 37px;
}

.col-auto.invmpiscmsg.pnfedcol {
    gap: 5px;
}
.col-auto.invmpiscmsg.pnfedcol {
    border: 1px solid var(--color-border) !important;
    padding: 15px;
}
.col-auto.invmpiscmsg.pnfedcol .pnrdhecol {
        color: #f0832c;
    }
.col-auto.invmpiscmsg.pnfedcol .pnrdhecol i.las.la-window-close {font-size: 27px;}



/*
.mainSearch.bg-white {
    border-radius: 12px;
    box-shadow: none;
    padding: 10px !important;
    background-color: transparent !important;
}
.input-txt-fr {
    border: none;
}
.chgeover-exg {
    background: #fff;
    border: 1px solid #e1e7ee;
}
.bg-fr.bg-fr-1 {
    border: none;
}
.bg-fr {
    border: none;
}
.searchMenu-date, .searchMenu-guests {
    background: #fff;
    border: none;
}
.col-auto.chkflydt {
}
.col-auto.chkflydt .text-15.ml-5 {
        color: #fff;}
    .col-auto.chkflydt .form-checkbox__mark {
        border: 1.5px solid rgb(255 255 255);
    }

.trav-orm input[type="radio"]:checked + .radio-button-label {
    background-color: rgb(255 255 255);
    border: none;
    color: #f0832c;
}

.trav-orm .radio-button-label {
    background-color:transparent;
    border-color: rgb(255 255 255 / 0%);
    color: #ffffff;
}*/




.flight-result-trgy .flty-rslt {
    background: url(../img/searchbox-bg.png) #003272;
}

.flty-rslt:before {
    background: none;
    opacity: 1;
}
.flight-result-trgy .flty-rslt .mainSearch {
    box-shadow: none;}
.flight-result-trgy .flty-rslt.psgngrdt-col-trav .mainSearch {
            box-shadow: 0px 1px 5px 0px rgb(5 16 54 / 7%);}
.flight-result-trgy .flty-rslt .tabs__pane {
    background-color: transparent;
    border: none;
    padding: 0;
}
.flty-rslt.psgngrdt-col-trav:before {
    background: url(../img/searchbox-bg.png) #003272;
}
.flight-result-trgy .flty-rslt.psgngrdt-col-trav {
    background: transparent;
}
.flty-rslt div.sidebar-flight .mainSearch .bg-fr {
    border: none;
}
.flty-rslt div.sidebar-flight .mainSearch .chgeover-exg {
    box-shadow: 0px 0px 5px 0px rgb(5 16 54 / 10%);
    border: 1px solid rgb(33 50 78 / 10%);
}

.fltpdmrsgmpdtp {
    width: 90px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-flight.fb-cls-info {
        width: 100%;
        right: -100%;
    }
}


@media( min-width:1200px) and (max-width:1399px) {
    .col-md-auto.printrvcol .button.-dark-1.px-15.h-50.bg-dark-3.text-white {
        width: 90px;
        padding: 0 !important;
        font-size: 14px;
    }

}


.swiper-wrapper.indiinrtestint {
    margin-bottom: 4em;
}
section.trave-pt-md.trave-pb-lg.bgfray {
    display: inline-block;
    width: 100%;
}
small#br-modal-error, small#ln-modal-error {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    color: red;
    left: 45px;
}


section.trave-pt-md.trave-pb-md {
    display: inline-block;
    width: 100%;
}

.mt-colprice {
    display: grid;
    gap: 0;
    line-height: normal;
    margin-top: 15px;
}

.prntcol {
    position: static;
}

.mt-colprice .fw-500 span.text-orange-3.text-30 {
    font-size: 24px !important;
}

.mt-colprice .fw-500 del.text-light-2.text-24 {
    font-weight: 300;
    color: #b0b0b0;
}

.fldtnamt strong {
    font-weight: 500;
}

div#flight-fltr-ref .fldrfiltr {
    position: relative;
}

.modaloverlay {
    background-color: rgb(0 0 0 / 65%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

h4.trvllercltrav {
    margin-top: 0;
}

.input-txt-fr h4 {
    margin-top: 5px;
}

h6.date span {
    font-size: 18px;
    top: -2px;
}


span.text-14.atatkinf {
    text-wrap: nowrap;
}

div#flight-fltr-ref {
    z-index: 9999999999;
}

aside.sidebar.py-20.px-15.rounded-4 .sfrpnad.flight-count-trip {
    padding-left: 0;
    position: relative;
    top: -15px;
}

@media(max-width:767px) {
    aside.sidebar.py-20.px-15.rounded-4 .sfrpnad.flight-count-trip {
        padding-left: 0;
        position: relative;
        top: -15px;
    }

    button.chpstfast {
        margin: 0;
        margin-right: 5px;
    }

    .chpstfast.sortotp {
        padding: 5px;
    }

    a.d-flex.items-center.icon-user.text-inherit.text-22 {
        display: none !important;
    }

    .chpstfast svg {
        width: 16px;
    }
}


@media(max-width:767px) {
    .fbmncol {
        padding-bottom: 12em;
    }
}

aside.sidebar.py-20.px-15.rounded-4 .sfrpnad.flight-count-trip {
    position: static;
}

@media(max-width:767px) {
    aside.sidebar.py-20.px-15.rounded-4 .sfrpnad.flight-count-trip {
        position: relative;
        top: -15px;
    }
}

@media(max-width:991px) {
    img.trudImage-img {
        display: none
    }
    .w-1.h-20.bg-black-20 {
        border: none !important;
        background: transparent;
    }
}
.flightreswrap-trav .accordion__item.is-active {
}

    .flightreswrap-trav .accordion__item.is-active .accordion__content {
        max-height: none;
        overflow: unset;
        transition: none;
    }
.display-block {
    display: block;
}
button.btn.button.h-50.mt-20.btn-ptc-trav {
    background-color: #4bb1db;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
}
.row.y-gap-20.justify-between.items-end.pb-30.mrgapisp {
    padding-bottom: 15px !important;

}
.mrgapisp h1.text-24.lh-14.fw-500 {
    font-size: 22px !important;
    font-weight: 600;
}
.rstnotf {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-top: 1em;
}

.rstnotf-wrap {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.chpstfast span b {
    position: relative;
    top: 1px;
}
.rstnotf img {
    object-fit: cover;
 
    margin: 0 auto;
}

.rstnotf-wrap p {
    font-weight: 400;
}
.chpstfast span b {
    position: relative;
    top: 1px;
}

.rstnotf-wrap h3 {
    font-size: 24px;
    font-weight: 500;
}

.rstnotf-wrap p {
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.spttccln .text-20.fw-500 {
    text-wrap: nowrap;
    font-size: 16px !important;
    font-weight: bold;
}

.spttccln span.mr-10 {
    text-wrap: nowrap;
    font-size: 14px !important;
}

.bllpcl {
    font-size: 11px !important;
    position: relative;
    top: 5px;
}

.mr-20tbnew {
    font-weight: 500;
    font-size: 16px !important;
}

.pgnrlhlgdt span.text-18.fw-300 {
    font-size: 16px !important;
}

.pgnrlhlgdt {
    font-size: 13px !important;
}

 .clsindt.mb-5 .mr-10.text-16.fw-500 {
        text-wrap: nowrap;
        font-size: 14px !important;
    }

span.text-13.atatkinf {
    text-wrap: nowrap;
    font-size: 11px !important;
}

.borbtgyl .col-auto.text-13.fw-400.d-flex.items-center {
    font-size: 11px !important;
    font-weight: 400;
    position: relative;
    top: 5px;
    gap: 5px;
}

    .borbtgyl .col-auto.text-13.fw-400.d-flex.items-center i.iconflg.las.la-suitcase {
        position: relative;
        top: -1px;
    }
button.dropbtn-uiibtp:after {
    display: none;
}

.dropbtn-uiibtp i.las.la-angle-down {
    display: inline-block;
    margin-left: 2px;
    font-size: 13px;
    color: #223a53;
}

button.btn.button.h-60.mt-20.btn-ptc-trav .icon-arrow-top-right.ml-15:before {
    transform: rotate(45deg);
    display: inline-block;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.table-cell.logo {
    display: flex;
    align-items: center;
    margin-left: 15px;
    gap: 5px;
}

    .table-cell.logo img {
       
        height: 18px;
        border-radius: 4px;
    }

    .table-cell.logo label {
        font-size: 12px;
        margin-right: 5px;
        font-weight: 500;
    }

        .table-cell.logo label:last-child {
            font-weight: revert-layer;
            position: relative;
            top: 3px;
        }

span.changeover {
    background-color: #fef6ef;
    color: #f0832c;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 10px;
}
h3.bgcolorinside {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.booking-details.bookingdetail-box {
    float: left;
    width: 100%;
}

dl.other-details {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

dt.feature {
    float: left;
    font-size: 13px;
    font-weight: 500 !important;
    text-align: left;
}

dd.value {
    text-align: right;
}

dd.value {
    margin: 0;
    padding: 0;
}

    dt.feature b span, dd.value.bgcolorgray b span {
        padding-left: 0 !important;
        font-weight: 600;
        font-family: "Centra No2", sans-serif !important;
        font-size: 13px !important;
        color: #05203c !important;
    }

    dd.value.bgcolorgray {
    }

dd.value {
    font-size: 13px;
}

dl.other-details dt.bgcolorinside {
    float: left;
    text-align: left;
    background-color: transparent !important;
    color: #05203c !important;
    margin-top: 10px !important;
    padding-top: 10px;
}

    dl.other-details dt.bgcolorinside:last-child {
        text-align: right;
    }

dl.other-details dd.bgcolorinside {
    text-align: right;
    background-color: transparent !important;
    margin: 0 !important;
    border-top: 1px dashed #d5d5d5;
    margin-top: 10px !important;
    padding-top: 10px;
}

.table-wrapper.flights .fltpdmrsgmpdtp {
    width: 105px;
}
section.trave-pb-md {
    display: inline-block;
    width: 100%;
    padding-top: 60px;
}


@media print{
.fl-et-eu-wrapnw {
    display: flex
}
.fl-et-eu-wrapnw .btp-depart-fare {
    width: 24%;
}
.hdretkfeu ul li {
    width: 24%;
}
.adsemlcomny.eticktprtru .btp-depart-fare.ltitpam p {
    width: 25%;
}.btp-bt-btp-note.py-20.px-20.rounded-4.bg-white.border-light.shadow-3 {
    padding-top: 0 !important;
}
.pnptlnfn h2.clradclbg {
    color: #000;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    background: transparent !important;
    padding-left: 5px; font-size:16px !important;
}
.tpvb-eu {
    padding-left: 5px;
}.btp-bt-btp-note h4 {
    margin-top: 0;
}
.btp-bt-btp-note {
    padding-top: 10px !important;
}.vrtck {
    gap: 0;
}.hdretkfeu {
    padding-left: 0;
}.phonreucol h3 {
    color: #f0832c !important;
}
    }
.innerpage-wrapper-add {
    text-align: center;
}

    .innerpage-wrapper-add h2 {
        display: inline-block;
        width: 100%;
        color: #000;
        font-weight: 600;
        margin-bottom: 30px;
        font-size: 48px;
        margin-top: 20px;
    }

.contnt-area-ceti {
    text-align: left;
    padding: 15px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

    .contnt-area-ceti strong {
        font-size: 18px;
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
    }

    .contnt-area-ceti p {
        color: #444;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contnt-area-ceti ul {
        display: block;
        margin: 0;
        margin-left: 20px;
        font-size: 14px;
    }

        .contnt-area-ceti ul li {
            color: #444;
            font-size: 14px;
            list-style: disc;
        }

    .contnt-area-ceti p strong {
        margin: 0;
        padding: 0;
    }

.innerpagecol {
    display: inline-block;
    width: 100%;
    padding: 0;
    padding-bottom: 3em;
}

.innerpage-wrapper-add {
    display: inline-block;
    width: 100%;
    margin-top: 2rem;
}

    .innerpage-wrapper-add a {
        display: inline-block;
        margin-bottom: 4em;
    }

    .innerpage-wrapper-add .contnt-area-ceti a {
        margin-bottom: 0;
    }

.contnt-area-ceti p strong {
    font-weight: 500;
    margin-top: 15px;
}

@media(max-width:1033px) {
    .innerpage-wrapper-add h2 {
        font-size: 32px;
    }

    .contnt-area-ceti strong {
        line-height: normal;
    }
}
.pntr-tavr {
    padding: 15px 0;
}
.header-container { display: flex;align-items: center;justify-content: space-between;}
.header-container .headers strong { display: flex; align-items: center; gap: 15px; }
span.recommended { padding: 0 10px; border-radius: 8px; font-size: 14px; background-color: rgb(255, 237, 209); border: 1px solid #f0ce92;}
.btn-container label.btn { background: #f1fbff; padding:10px 15px; width: 100%; height: auto; display: flex; gap:5px; font-weight: 600; font-size: 14px; box-shadow: none; border-radius: 7px; border: 1px solid #a5d8ed;}
.btn-container { display: flex; align-items: center; gap: 30px; margin-bottom: 15px; margin-top: 15px;}
.btn-container label.btn input { width: 20px; }
.header-container .headers strong { font-size: 20px; font-weight: 500;}
p.upgrade-info { font-size: 14px; margin-bottom: 15px;}
p.upgrade-info a { color: #4bb1db; font-weight: 500;}
.header-container { margin-bottom: 15px; border-bottom: 1px solid #ddd; padding-bottom: 15px;}
span.recommended { background-color: rgb(255, 237, 209); border: none; background-image: linear-gradient(to top, rgb(255 255 255), rgb(240 131 44)); padding: 5px 15px; color: #000000; border: 1px solid rgb(240 131 44 / 50%);}
.columns { display: flex; gap: 30px; margin-bottom: 25px;}
.columns .column ul li svg {color: #4bb1db; }
.columns .column p a { color: #4bb1db !important; font-size: 14px; font-weight: 500; margin-top: 15px; display: block; }
.warning { background-color: rgb(255, 237, 209);border: 1px solid #f0ce92; border-radius: 4px; padding: 5px 10px;}
.warning svg { height: 25px; }
span.warning-text { font-weight: 500;}
.columns .column ul li { font-size: 14px;}
.columns .column ul { display: grid; gap: 5px;}
.price { font-size: 24px; font-weight: bold; color: #f29346;}
.warning-container { display: inline-block; width: 100%; margin-bottom: 15px;}
span.price-amount sub { bottom: 3px; font-weight: 600; font-size: 14px; }
.columns .column ul li {position: relative;padding-left: 25px;}
.columns .column ul li i.las.la-check { position: absolute; left: 0;top: 3px; font-size: 10px; width: 16px; height: 16px; background-color: #fce5d3;color: #ff0000; text-align: center;line-height: 16px; border-radius: 20px;}

.refundshield-col-auto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
    margin: 10px 0;
    border-top: rgb(255 218 189 / 54%) 1px dashed;
    border-bottom: rgb(255 218 189 / 54%) 1px dashed;
    margin-top: 5px;
}

    .refundshield-col-auto .text-14 {
        color: #f0832c;
        font-weight: 600;
    }











.ntprp {
    color: #2f8aaf;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    border-radius: 8px;
    margin-top: 10px;
    position: relative;
    padding-left: 0;
    border: 1px solid #eff3f7;
    line-height: 16px;
}

    .ntprp strong {
        background: #eff3f7;
        padding: 9px;
        border-radius: 8px 0 0 8px;
        display: flex;
        align-items: center;
    }

    .ntprp ul {
        padding: 5px 10px;
        display: block;
    }

.ntprp {
    display: flex;
    justify-content: center;
}

    .ntprp ul li {
        list-style: none;
        position: relative;
        padding-left: 15px;
    }

    .ntprp ul {
        margin-left: 0;
        display: grid;
        gap: 5px;
    }

        .ntprp ul li:before {
            content: "\e91e";
            font-family: icomoon !important;
            position: absolute;
            left: 0;
            font-size: 8px;
            transform: rotate(45deg);
            top: -2px;
        }
.modal-rfnblr {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.modal-content-rfnblr {
    background: white;
    padding: 0;
    border-radius: 12px;
    text-align: center;
    max-width: 600px;
    padding-bottom: 15px;
}

.modal-rfnblr button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.close-btn-rfnblr {
    background: gray;
    color: white;
}

.confirm-btn-rfnblr {
    background: green;
    color: white;
}

.modal-content-rfnblr h3 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.modal-content-rfnblr h3 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.modal-content-rfnblr p {
    line-height: 22px;
    margin-bottom: 1em;
    font-size: 14px;
    padding: 0 30px;
}

button.close-btn-rfnblr {
    background: #f0832c;
    font-weight: bold;
}

button.confirm-btn-rfnblr {
    background: #4bb1db;
    font-weight: bold;
}

.modal-content-rfnblr img {
    display: inline-block;
    margin-bottom: 1em;
}

.modal-content-rfnblr img {
    margin-bottom: 1em;
    border-radius: 12px 12px 0 0;
    border: 10px solid #fff;
}

.btncolumnadd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.modal-content-rfnblr p a {
    color: #f0832c;
    text-decoration: underline;
}



div#bookingModal-rfnblr {
    z-index: 9999;
}

.modal-content-rfnblr {
    margin: 0 auto;
    margin-top: 4em;
}
@media(max-width:767px) {
    .header-container {
        display: grid;
    }

    .headers {
        display:;
    }

    .header-container .headers strong {
        font-size: 18px;
    }

    .header-container .headers {
        display: grid;
    }

        .header-container .headers strong {
            display: inline-block;
        }

    span.recommended {
        width: auto;
        display: inline-block;
        margin: 5px 0;
    }

    .price-amount {
        font-size: 20px;
    }
    .btn-container {
        display: grid;
        gap: 10px;
    }

        .btn-container label.btn {
            font-size: 13px;
        }

    span.warning-text {
        font-size: 14px;
        line-height: 23px;
        display: block;
    }

    .warning {
        text-align: center;
    }

    .warning-container {
        margin-bottom: 0;
    }

    .text-15.ml-5 {
        line-height: normal;
    }
}
@media(min-width:768px) and (max-width:1199px) {
    .header-container {
        display: grid;
    }

    span.warning-text {
        font-size: 14px;
    }

    .btn-container label.btn {
        font-size: 12px;
        line-height: normal;
    }
}

.payoutchekout-btm {
    box-shadow: none;
    border: 1px solid #ebe3e3;
}

.leftpaympageinfo {
    box-shadow: none;
    border: 1px solid #ebe3e3;
}

.payoutchekout .wpwl-label {
    font-size: 13px !important;
    font-weight: 500;
}

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card input, .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card select, .payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-wrapper .wpwl-control {
    margin-bottom: 0;
    height: 40px !important;
    padding-top: 5px;
}



    .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 input.wpwl-control.wpwl-control-street1 {
        width: 100%;
    }

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 input {
    width: 100% !important;
}

.wpwl-group.wpwl-group-submit.wpwl-clearfix {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .wpwl-group.wpwl-group-submit.wpwl-clearfix .wpwl-wrapper.wpwl-wrapper-submit {
    }

        .wpwl-group.wpwl-group-submit.wpwl-clearfix .wpwl-wrapper.wpwl-wrapper-submit input.input.wpwl-sup-wrapper.wpwl-sup-wrapper-email {
            margin-bottom: 15px;
        }

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card {
    background-color: #f5f5f5;
}

@media(max-width:767px) {
    .wpwl-sup-wrapper.wpwl-sup-wrapper-country {
        width: 100%;
        margin: 0;
    }

    .wpwl-sup-wrapper.wpwl-sup-wrapper-city {
        width: 100%;
        margin: 0;
    }

    .wpwl-sup-wrapper.wpwl-sup-wrapper-postcode {
        margin: 0;
        width: 100%;
    }

    .wpwl-sup-wrapper.wpwl-sup-wrapper-street1 {
        width: 100%;
        margin: 0;
    }
}



span.optrbyair {
    font-size: 11px;
    padding: 0;
    display: inline-block;
    border: 1px solid #fce5d3;
    padding-right: 5px;
    position: relative;
    padding-left: 85px;
    margin-top: 10px;
    font-weight: 500;
}

    span.optrbyair b {
        background-color: #fce5d3;
        padding: 1px 5px;
        position: absolute;
        left: 0;
        top: 0;
        height: 21px;
        font-size: 10px;
        color: #2b3e5d;
    }
    span.optrbyair.prairg {
        margin: 0;
    }
.total-gray.f14.martb10 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}



section.flightreswrap-trav .container .rstlcltrv.pgfntrcol.mb-15 {
    position: static;
    top: inherit;
  
}

.rstlcltrv.pgfntrcol {
    padding: 15px;
}

.total-gray.f14.martb10 {
    border: none;
}

@media(max-width:767px) {
    #formContainerfilter-flight .popup-content {
        height: 100%;
    }

}
.fltrhdmore a#closeBtnfilter-flight {
    position: fixed;
    bottom: 15px;
    left: 13%;
    font-size: 14px;
    font-weight: bold;
    background-color: #f0832c;
    color: #fff;
    padding: 0 10px;
    height: 40px;
    line-height: 35px;
    border-radius: 50px;
    z-index: 9999;
    width: 70%;
    text-align: center;
}

#formContainerfilter-flight .popup-content {
    position: relative;
}
.andcalin {
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    margin-top: 0;
    border-radius: 8px;
    padding: 5px;
}
    .andcalin img { border-radius:4px;  }
    .andcalin p {
        text-align: center;
        line-height: 20px;
        margin-bottom: 2em;
        margin-top: 2em;
        color: #000000;
    }

    .andcalin svg {
        border-radius: 12px;
    }
.trav-app-show-popup {
    width: 250PX;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}

@media(min-width:992px) and (max-width:1366px) {
    .trav-app-show-popup {
        width: 200px;
    }
    }

.popup-box {
    background: white;
    padding: 0;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.trav-app-show-popup.show {
    display: flex;
    align-items: flex-end;
}

    .trav-app-show-popup.show .popup-box {
        opacity: 1;
        transform: translateY(0);
    }

.trav-app-show-popup.hide .popup-box {
    opacity: 0;
    transform: translateY(30px);
}

.trav-app-show-popup.hide {
    animation: hidePopup 0.4s forwards;
}

@keyframes hidePopup {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.close-btn-appcol {
    background-color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 14;
    cursor: pointer;
    top: -5px;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
}
.trav-app-show-popup-home {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-box-home {
    position: relative;
    background: white;
    padding: 3px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.close-btn-appcol-home {
    background-color: #fff;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -40px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 14;
    cursor: pointer;
    top: 0;
}
    .close-btn-appcol-home::before, .close-btn-appcol-home::after {
        position: absolute;
        left: 12px;
        content: ' ';
        height: 14px;
        width: 2px;
        background-color: #000;
        transform: rotate(-45deg);
    }

    .close-btn-appcol-home::before {
        transform: rotate(45deg);
    }

.popup-box-home img {
    border-radius: 8px;
}
.close-btn-appcol-home {
    right: -5px;
    top: -5px;
}
.popup-box-home {
    margin: 0 15px;
}
.dropdown-content-uiibtp a {
    padding: 5px 10px;
}

.dropdown-uiibtp .show {
    padding-top: 5px;
}

.dropdown-content-uiibtp img {
    position: relative;
    top: -3px;
}



.pyment-intry-payment {
    display: inline-block;
    width: 100%;
    background: url(../img/searchbox-bg.png) #003272;
}
.payoutchekout-btm h3 {
    font-weight: 500;
    font-size: 18px;
}

.payoutchekout-btm h3, .leftpaympageinfo h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.payoutchekout-btm {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    border: none;
}

.leftpaympageinfo {
    padding: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    border-radius: 8px;
}

    .leftpaympageinfo p {
        padding: 5px 10px;
        margin-bottom: 5px;
    }

        .leftpaympageinfo p:last-child {
            color: #f18f40;
            font-size: 16px;
            margin-bottom: 10px;
        }

.paymt-invoice-info {
    background-color: #f8f8f8;
}

.wpwl-button-pay:hover {
    background: #4bb1db;
    color: #ffffff;
    border-color: #4bb1db;
}

.payoutchekout-btm h3 {
    font-weight: 500;
    font-size: 18px;
}

.payoutchekout-btm h3, .leftpaympageinfo h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
}

.payoutchekout-btm {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    border: none;
}

.leftpaympageinfo {
    padding: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    border-radius: 8px;
}

    .leftpaympageinfo p {
        padding: 5px 10px;
        margin-bottom: 5px;
    }

        .leftpaympageinfo p:last-child {
            color: #f18f40;
            font-size: 16px;
            margin-bottom: 10px;
        }

.paymt-invoice-info {
    background-color: #f8f8f8;
}

.wpwl-button-pay:hover {
    background: #4bb1db;
    color: #ffffff;
    border-color: #4bb1db;
}

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card {
    background-color: #f8f8f8;
    padding-right: 20px;
    padding-left: 20px;
}

.wpwl-group.wpwl-group-brand.wpwl-clearfix .wpwl-label.wpwl-label-brand {
    padding-right: 10px;
}

.leftpaympageinfo p:last-child {
    color: #f18f40;
    font-size: 18px;
    font-weight: 500;
}

    .leftpaympageinfo p:last-child strong {
        font-size: 16px;
        font-weight: 400;
    }

.leftpaympageinfo h3 {
    margin-bottom: 0;
}

.leftpaympageinfo p {
    padding: 10px;
}
.psgrn-dt-wrapper h1 {
    font-size: 20px;
}
h2.pymenyintitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
}

    h2.pymenyintitle:after {
        content: '';
        width: 30px;
        height: 2px;
        background-color: #0b2541;
        position: absolute;
        bottom: 0;
        left: 30px;
        border-radius: 50px;
    }

@media(max-width:767px) {
    h2.pymenyintitle {
        left: 0;
        padding-left: 0;
    }
 h2.pymenyintitle:after {
            left: 0;
        }
    button.wpwl-button.wpwl-button-pay {
        width: 100%;
    }
}


@media(min-width:768px) and (max-width:1024px) {
    .leftpaympageinfo p:last-child {
        display: flex;
    }

    .leftpaympageinfo p:last-child {
        font-size: 16px;
    }
}


.leftpaympageinfo.pymrmoptnes {
    background: transparent;
    box-shadow: none;
}

    .leftpaympageinfo.pymrmoptnes h3 {
        font-size: 16px;
        padding-left: 0;
        border: none;
    }

    .leftpaympageinfo.pymrmoptnes .sumrrycol {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
        background-color: #fff;
        border-radius: 4px;
    }

.leftpaympageinfo p {
    font-size: 13px;
    margin-bottom: 0;
}

    .leftpaympageinfo p:last-child {
        color: var(--bs-body-color);
    }

    .leftpaympageinfo p.pymrntcolnw {
        color: #f18f40;
        padding-bottom: 5px;
        font-size: 16px;
    }

        .leftpaympageinfo p.pymrntcolnw strong {
            font-size: 16px;
            font-weight: 500;
        }

.leftpaympageinfo-cont {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
    background-color: #fff;
    border-radius: 4px;
}

.leftpaympageinfo p span {
    font-size: 14px;
    font-weight: 500;
}

.leftpaympageinfo p.pymrntcolnw span label {
    font-size: 18px;
    font-weight: 500;
}

.leftpaympageinfo p span {
    font-weight: 400;
}

.leftpaympageinfo-cont.cntdtwrappper p {
    padding: 5px 10px;
}

    .leftpaympageinfo-cont.cntdtwrappper p strong {
        font-weight: 500;
        font-size: 13px;
    }



.pyunsucscol {
    display: flex;
    align-items: start;
    gap: 7px;
    margin: 15px;
    border: 1px solid #f0832c;
}

    .pyunsucscol p {
        font-size: 14px;
        line-height: 18px;
        color: #f0832c;
        padding: 5px;
    }

    .pyunsucscol i {
        background-color: #f0832c;
        color: #fff;
        border-radius: 0;
        padding: 5px;
        height: 46px;
        line-height: 35px;
        font-size: 20px;
    }

@media(max-width:991px) {
    .pyunsucscol p {
        font-size: 12px;
        line-height: 16px;
    }

    .pyunsucscol i {
        height: 58px;
        line-height: 50px;
    }
}

.tmepytcol {
    font-size: 12px;
    display: block;
}

    .tmepytcol b {
        font-weight: 500;
    }
.airlonennweadd {
    font-size: 12px;
    padding: 0;
}
.mainSearch.reywwprcol.payrmtnpafitnnr-wrapper .relative.z-0 {
        padding-left: 10px;
        display: grid;
        gap: 5px;
        position: relative;
    }

.borrblu-cllnew {
    height: 75%;
    width: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: -5px;
    border-left: 1px dashed #ddd;
}

.mainSearch.reywwprcol.payrmtnpafitnnr-wrapper .relative.z-0:after, .mainSearch.reywwprcol.payrmtnpafitnnr-wrapper .relative.z-0:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #cfcaca;
    left: -10px;
    background-color: #fff !important;
    top: 0;
    z-index: 1;
}

.mainSearch.reywwprcol.payrmtnpafitnnr-wrapper .relative.z-0:after {
    bottom: 22px;
    top: inherit;
}
.mainSearch.reywwprcol.payrmtnpafitnnr-wrapper {
    padding: 10px 20px;
    padding-right: 10px;
}

.pgnrlhlgdt-nw.lh-14.fw-500.text-14 {
    min-height: 40px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.pgnrlhlgdt-nw.lh-14.fw-500.text-12 {
    min-height: 38px;
}



div.timeoutseetioncall {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font-weight: bold;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e97f2b;
}
 div.timeoutseetioncall i.las.la-hourglass-half {
        font-size: 24px;
    }



.timeoutseetioncall-clock {
    padding: 12px 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid rgb(215, 157, 102);
    background-color: rgb(242, 222, 204);
    margin-bottom: 20px;
    position: relative;
}

    .timeoutseetioncall-clock strong {
        display: grid;
        line-height: 18px;
        font-weight: 400;
        color: #071a26;
    }

    .timeoutseetioncall-clock i.las.la-clock {
        display: inline-flex;
        -webkit-box-align: start;
        align-items: start;
        -webkit-box-pack: center;
        justify-content: start;
        color: rgb(240 135 60);
        margin-right: 5px;
        font-size: 24px;
        position: relative;
        top: -9px;
    }

    .timeoutseetioncall-clock strong span {
        font-weight: 700;
        color: #071a26;
    }





.shortlayover {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 1em;
}

.shortlayover-wrapper {
    justify-content: center;
    border: 1px solid rgb(228 188 151);
    background-color: rgb(248 238 229);
    border-radius: 50px;
    padding: 5px 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 0px;
}

    .shortlayover-wrapper strong {
        position: relative;
        top: -2px;
    }

.shortlayover:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    border-bottom: 1px dashed rgb(228 188 151);
}

.shortlayover-wrapper {
    position: relative;
    z-index: 1;
}

.btflybpt-wrp.e-tiket-page-add {
    border-bottom: none;
}


hr {
    background-color: rgb(222 226 230);
    opacity: 1;
}
.quick_contact a.clsapp {
    bottom: 90px;
}

.quick_contact a {
    bottom: 135px;
    right: 35px;
}

.mainSearch__submit.button.-blue-1.py-15.px-35.h-65.col-12.rounded-4.bg-dark-3.text-white {
    height: 75px !important;
}

.d-flex.items-center.h-full .d-flex.x-gap-20 .accordion__button button.button.-dark-1.px-15.h-50.bg-dark-3.text-white.open-sidebar {
    height: 36px !important;
}

button.btn.button.h-60.mt-20.btn-ptc-trav {
    height: 40px !important;
}
.accordion.-simple .accordion__button .text-20.fw-500, .flightreswrap-trav .sidebar__item h2.text-20.fw-500 {
    font-size: 16px !important;
}
span.d-flex.items-center.adltfw {
    font-size: 13px;
}

.adltfw svg {
    height: 17px;
    width: 20px;
}
.bf-trv-col.indbradneacol span.ingo-fare-brd {
    font-size: 18px;
    color: #f0832c;
    font-weight: 400;
    position: relative;
    top: 5px;
}

.bf-trv-col.indbradneacol .cnrbf {
    padding: 3px 0;
}

.bf-trv-col.indbradneacol span {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
}
.jnfrbandcolwrp {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.btm-bf-cnt.indijurfarecol ul li {
    font-size: 12px;
}

.farrubnbfr {
    padding-top: 0;
}

.fligt-dt-trav-info.pl-20.pr-20.mb-20.pb-10 {
    padding-left: 10px !important;
}

    .fligt-dt-trav-info.pl-20.pr-20.mb-20.pb-10 .text-16.fw-500.d-flex.x-gap-10.pl-5.pb-5.items-center {
        padding-left: 10px !important;
    }

.bf-trv-col.indbradneacol span.ingo-fare-brd {
    font-size: 14px;
    font-weight: 700;
}

.bf-trv-col.indbradneacol .cnrbf {
    font-size: 16px;
}

.bf-trv-col.indbradneacol {
    margin-bottom: 0;
}

.btm-bf-cnt.indijurfarecol ul {
    padding-left: 15px;
}
    .btm-bf-cnt.indijurfarecol ul li:before {
        content: "\f35a";
        font-family: 'Line Awesome Free';
        display: inline-block;
    }

.btm-bf-cnt.indijurfarecol ul {
    padding-left: 5px;
}

    .btm-bf-cnt.indijurfarecol ul li {
        display: flex;
        align-items: center;
        gap: 6px;
    }

.farrubnbfr.scorllingpagecolneadd {
    overflow-y: scroll;
    height: 100vh;
}

/*popup-cookies*/
div#cookieConsent {
    border: none;
    margin: 0;
    color: #000000;
    font-size: 12px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .25);
    padding: 20px;
    width: 320px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 0;
    font-weight: 500;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    pointer-events: auto;
    line-height: 18px;

}

    div#cookieConsent.hide {
        opacity: 0;
        pointer-events: none;
    }

.btnckbtpag {
    display: flex;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

    .btnckbtpag button {
        background-color: #f0832c;
        color: #fff;
        border: none;
        height: 36px;
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer;
        padding: 0 15px;
        font-weight: 600;
    }

        .btnckbtpag button.reject-policy {
            color: #f0832c;
            border: 2px solid #f0832c;
            background: transparent;
            font-weight: bold;
        }

        .btnckbtpag button:hover {
            background: #f0832c;
        }

        .btnckbtpag button.reject-policy:hover {
            background: #f0832c;
            color: #fff;
        }

@media(max-width:768px) {
    div#cookieConsent {
        width: 94%;
        margin: 0 3%;
        left: 0;
        bottom: 2%;
    }
}
.row.y-gap-20.pl-10.justify-between.items-center.fbmncol {
    justify-content: start !important;
}




/*appbuuton*/
.bg-black-usemobilecodetrav {
   
    display: none;
  
}

    .bg-black-usemobilecodetrav a {
        color: #fff;
        font-weight: bold;
        font-size: 11px;
        background-color: #f0873c;
        border-radius: 50px;
        padding:1px 10px;
        display: inline-block;
    }

@media(max-width:1199px) {
    .bg-black-usemobilecodetrav {
        display: block;
    }

    .col-auto.pdlftnonecol {
        padding-left: 0;
    }

    .col-auto.pdinlrzerocol {
        padding: 0 5px;
        padding-left: 0;
    }

    .header-logo.mr-30.hdermoblcolnw {
        margin-right: 0 !important;
    }
}

@media(max-width:991px) {

    .masthead.-type-3 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .text-white.mt-5.text-16.fw-300 {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .masthead.-type-3 h1.text-40 {
        font-size: 24px !important;
        font-weight: bold;
    }

    .masthead.-type-3 .masthead__tabs {
        margin-top: 20px;
    }

    .tabs.-bookmark.trav-tabs .tabs__controls.d-flex.items-center.trav-tabs-controls {
        justify-content: center;
    }

    .fldtnamt span {
        padding: 0;
        line-height: normal;
        padding-right: 5px;
    }

    .poplr-destination .text-white.text-24.lh-18.fw-500 {
        font-size: 16px !important;
        font-weight: bold;
    }
    .tabs__pane.-tab-item-1.is-tab-el-active .row.x-gap-30.justify-between.items-center.pb-20.pt-5 {
        padding-bottom: 10px !important;
    }

    .trav-orm {
        margin-top: 0;
    }

    .flyretinfo {
        margin-top: 10px;
    }
}
@media(max-width:360px) {
    .header .header-logo img {
        max-width: 63px;
    }

    .bg-black-usemobilecodetrav a {
        font-size: 10px;
        padding: 2px 5px;
    }
 .col-auto.pdlftnonecol {
        padding-right: 0;
    }
    .masthead.-type-3 h1.text-40 {
        font-size: 20px !important;
    }

    .text-white.mt-5.text-16.fw-300 {
        font-size: 12px !important;
    }
    .input-txt-fr input {
        font-size: 14px;
    }
    .input-txt-fr h4 {
        font-size: 12px !important;
    }
    .searchMenu-date .capitalize .date-display p {
        font-size: 14px;
    }
    .searchMenu-date .capitalize p strong {
        font-size: 16px;
    }
    h4.trvllercltrav {
        font-size: 12px !important;
    }
}





/*payment-css  01112025*/
.e-tiv-info-block-paymeny-section {
    margin: 15px;
    border: 1px solid #f2f2f2;
    padding: 15px;
    border-radius: 4px;
    display: grid;
}

.payoutchekout.pymentsidebarcol {
    justify-content: start;
}

h2.pymenyintitle {
}

.paymt-invoice-info h2.pymenyintitle {
    padding-left: 0;
    font-weight: bold;
}

    .paymt-invoice-info h2.pymenyintitle:after {
        display: none;
    }

    .paymt-invoice-info h2.pymenyintitle span {
        display: -webkit-box;
        font-size: 14px;
        font-weight: 400;
    }

.pymicon svg {
    height: 27px;
    width: 27px;
}

.icon-or-ptmneyt-wrppertt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .icon-or-ptmneyt-wrppertt label {
        border: none !important;
        font-family: "Centra No2", sans-serif;
        font-weight: 400;
        font-size: 16px !important;
    }

.pymicon img {
    height: 32px;
}

.icon-or-ptmneyt-wrppertt:last-child {
    border-bottom: none;
}

.e-tiv-info-block-paymeny-section {
    padding-bottom: 5px;
}

.icon-or-ptmneyt-wrppertt .custom_radio input[type="radio"] + label:before {
    border: 1px solid #f2decc;
}

.icon-or-ptmneyt-wrppertt.wprdcoluktrl {
    border-bottom: none;
}
.pymrentwrpper-travesy button#proceedButton {
    margin-bottom: 1rem;
  
}

@media(max-width:991px) {
 
        .icon-or-ptmneyt-wrppertt .custom_radio {
            display: inline-block !important;
            width: 100%;
        }

            .icon-or-ptmneyt-wrppertt .custom_radio p {
                display: inline-block;
                width: 100%;
                border: none;
            }

    .pymicon {
        text-align: right;
    }

    .e-tiv-info-block-paymeny-section {
        border: none;
        padding: 0;
    }

    .icon-or-ptmneyt-wrppertt label {
        font-size: 14px !important;
        font-weight: 500;
    }

    .icon-or-ptmneyt-wrppertt.wprdcoluktrl {
        display: flex;
    }
    .pymicon svg {
        height: 20px;
        width: 20px;
    }
    .payoutchekout.pymentsidebarcol {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

        .payoutchekout.pymentsidebarcol .payoutchekout-btm {
            width: 100%;
            margin-bottom: 20px;
        }
    .pymicon img {
        height: 20px;
    }
    .leftpaympageinfo.pymrmoptnes {
        width: 100%;
    }
}

@media(min-width:992px) and (min-width:1199px) {

    .leftpaympageinfo.pymrmoptnes {
        width: 100%;
    }

    .payoutchekout-btm {
        width: 100%;
    }

    .leftpaympageinfo.pymrmoptnes {
        width: 490px;
    }
    .payoutchekout-btm {
        width: 100%;
    }
}



/*app icon css*/
/*mobile-app-section*/
.mobile-show-app-coltootip {
    padding: 10px 15px;
    background-color: #ecf8ff;
}

    .mobile-show-app-coltootip p {
        display: grid;
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

        .mobile-show-app-coltootip p span {
            font-weight: normal;
            font-size: 13px;
            display: block;
            padding-top: 3px;
        }

.dwonloadfreeappcol {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .dwonloadfreeappcol a {
        background-color: #f0832c;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 4px;
        font-size: 11px;
        font-weight: 500;
        border: none;
    }

    .dwonloadfreeappcol img {
        width: 32px;
        height: 32px;
    }

.dwonloadfreeappcol {
    justify-content: center;
    gap: 20px;
}

.mobile-show-app-coltootip {
    display: none;
}

.dwonloadfreeappcol span b {
    font-weight: 500;
}

.cleftext.d-flex.items-center.icon-user.text-inherit.text-22 {
    display: none !important;
}

@media(max-width:400px) {

    .mobile-show-app-coltootip p {
        font-size: 14px;
    }

        .mobile-show-app-coltootip p span {
            font-size: 10px;
        }
}



@media(max-width:991px) {
    div#popup-trav-app-home {
        display: none !important;
    }

    .mobile-show-app-coltootip {
        display: block;
    }

    .mainSearch__submit.button.-blue-1.py-15.px-35.h-65.col-12.rounded-4.bg-dark-3.text-white {
        height: 54px !important;
    }
}


/*newform 031125*/ /
.quick_contact a {
    left: 15px;
    right: initial;
    bottom: 15px;
}

.quick_contact a.clsapp {
    bottom: 60px;
}

.swiper-wrapper.pprl-deti-ht {
    height: auto !important;
}

.tabs__content.trav-tabs-content form {
    margin: 0;
}

.ui-widget.ui-widget-content {
    box-shadow: 0px 2px 12px rgba(12, 14, 28, 0.08);
    min-width: 350px;
    overflow: hidden;
    width: 350px !important;
    overflow-y: scroll;
}

.ui-menu .ui-menu-item-wrapper {
    line-height: normal;
    font-weight: 500;
    padding-right: 10px;
}


/*end*/

@media print {
    .mob-logo img {
        height: 70px;
    }

    .mob-logo {
        /* Add print-specific styles here if needed */
    }

    .di-if-eticket-view-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    span.timelimit {
        font-size: 10px;
    }

    .phonreucol {
        line-height: normal;
    }

    .mobile-show-app-coltootip, .quick_contact {
        display: none !important;
    }

    .pnptlnfn h2.clradclbg {
        background: #4bb1db !important;
        color: #fff;
        font-weight: bold;
        border-top: 1px solid #dfe3e7;
        border-bottom: 1px solid #dfe3e7;
        margin-top: 15px;
        font-size: 14px !important;
        padding-top: 10px !important;
    }

    .adsemlcomny.eticktprtru.romonynewsadcol .btp-depart-fare.ltitpam p {
        width: 50%;
    }

    .tpvb-eu.myetcontcol, .plftrv.pl-10, .etkfm-colwrap, .hdretkfeu {
        padding-left: 0 !important;
    }

    .adsemlcomny.eticktprtru.romonynewsadcol .btp-depart-fare.ltitpam p strong {
        width: 20%;
    }
}
a#Trav_Contact {
    font-weight: 500;
    margin-left: 5px;
}





/*payment hotel css start*/


.httravrso-modal.sestionexpirelogonw .httravrso-modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
}

span.httravrso-icon {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 1rem 0;
    margin-bottom: 2rem;
}

    span.httravrso-icon img {
        height: 100px;
    }

.httravrso-modal.sestionexpirelogonw .httravrso-modal-dialog a.btn {
    margin: 0 auto;
    height: 46px !important;
    width: 100px;
}

button#sessionExpiredBtn {
    height: 36px;
    padding: 0 !important;
    width: 80px;
    font-size: 14px;
    margin: 0 auto;
}

div#sessionExpiredModal div {
    padding: 33px !important;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.psdtwrapper-ht.pymthttrave-colht {
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    display: grid;
    gap: 10px;
}



    .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht img {
        width: 100px;
        border-radius: 8px;
    }

    .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall {
        gap: 10px;
        width: 100%;
    }


        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko {
            width: 100%;
            gap: 20px;
        }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .rmgustwrp {
            width: 100%;
        }

.bg-black-bg {
    border: 1px solid #f7f8f8;
    padding: 10px;
    border-radius: 4px;
    background-color: rgb(247 248 248 / 67%);
}

.psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .fuilbrline {
    background: #dfe3e7;
    min-height: 100%;
    width: 1px;
    display: inline-block;
    margin: 0 10px;
}

@media(max-width:767px) {


    .psdtwrapper-ht.pymthttrave-colht .mblicionwrap {
        display: grid !important;
        margin-bottom: 15px;
        gap: 0 !important;
    }

    .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht {
        display: grid;
    }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht img {
            width: 100%;
        }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa {
            display: grid !important;
        }

            .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko {
                gap: 0;
            }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .fuilbrline {
            width: 100%;
            height: 1px;
            min-height: auto;
        }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko .text-14.fw-400.gray-clr {
            font-size: 12px !important;
        }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko .fw-500.text-16.fw-600 {
            font-size: 12px !important;
        }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko .text-12.text-light-1.fw-500 {
            font-size: 11px !important;
        }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko span.text-14.fw-500.nfnhtcol {
            font-size: 12px !important;
            border: 1;
        }

    div#sessionExpiredModal {
        padding: 0 15px;
    }

    .payoutchekout {
        flex-direction: column-reverse !important;
        display: flex;
        flex-wrap: wrap !important;
    }

    .leftpaympageinfo.pymrmoptnes {
        position: static;
    }

    .psdtwrapper-ht.pymthttrave-colht {
        padding: 15px;
        margin-bottom: 10px;
    }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht {
            gap: 10px;
        }

            .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa {
                gap: 10px;
            }

    .quick_contact a {
        left: 15px;
        right: inherit;
        bottom: 15px;
    }

    .rmgustwrp-1 .gap-30.d-flex {
        display: grid !important;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .timeoutseetioncall-clock strong {
        font-size: 14px;
    }

    .leftpaympageinfo p.pymrntcolnw span label {
        font-size: 16px;
    }

    .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .gap30vko {
    }

    .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa {
        display: grid !important;
        gap: 7px;
    }

        .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .rmgustwrp .gap-30 {
            display: flex;
            align-items: start;
            gap: 10px;
        }

            .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .flexmodecolnesa .rmgustwrp .gap-30 .pdhrht-rmg {
                display: flex;
                align-items: center;
                gap: 20px;
            }

    .psdtwrapper-ht.pymthttrave-colht .psdtwrapper-ht .mobilcoladnwcall .fuilbrline {
        width: 100%;
        height: 1px;
    }
}

.payoutchekout-btm .payneotioaddn .wpwl-container .wpwl-form-card {
    background-color: rgb(43 62 93 / 10%);
    margin-bottom: 0;
}

.pdhrht-rmg.d-flex i {
    position: relative;
    top: -2px;
}

.leftpaympageinfo.pymrmoptnes .sumrrycol, .leftpaympageinfo-cont.cntdtwrappper {
    box-shadow: rgb(0 0 0 / 3%) 0px 5px 10px;
    background-color: #fff;
    border-radius: 8px;
    border: none;
}

.rmgustwrp-1 {
    display: inline-block;
    border: 1px solid #f7f8f8;
    padding: 5px 10px;
}

.payoutchekout-btm {
    max-width: 650px;
}

.headinbg-main-htnew {
    display: flex;
    gap: 15px;
}

.rstlcltrv.pgfntrcol.mb-15 .sssion-expire-ht strong {
    display: grid;
}

.rstlcltrv.pgfntrcol.mb-15 .sssion-expire-ht div#session-timer {
    align-items: start;
}

div#session-timer span#time-remaining {
    color: #2b3e5d !important;
}

.headinbg-main-htnew img {
    height: 65px;
}

.headinbg-main-htnew img {
    border-radius: 8px;
}

.commortex {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.commortex-content {
    background: #fff;
    width: 50%;
    margin: 120px auto;
    padding: 20px;
    border-radius: 8px;
}

.close-commortex {
    float: right;
    cursor: pointer;
    font-size: 22px;
}

/*end*/



.pymicon img.sprpayicon {
    height: 20px;
}

.icon-or-ptmneyt-wrppertt.wprdcoluktrl {
    border-top: 1px solid #f0f0f1;
    padding-top: 10px;
}

.icon-or-ptmneyt-wrppertt {
    border-bottom: none;
}

.custom_radio.sprpaycol p {
    display: grid;
    gap: 5px;
}

    .custom_radio.sprpaycol p i {
        padding-left: 50px;
        font-family: "Centra No2", sans-serif;
        font-size: 12px;
        position: relative;
        top: -5px;
        color: #f0832c;
        max-width: 450px;
    }


.payoutchekout.pymentsidebarcol .payoutchekout-btm {
    max-width: 100%;
}

@media (max-width: 991px) {
    .payoutchekout.pymentsidebarcol {
        display: flex;
        flex-direction: column-reverse;
        overflow-y: auto;
        height: auto;
    }

    .leftpaympageinfo.pymrmoptnes {
        position: static !important;
    }

    .mobile-show-app-coltootip p {
        font-size: 14px;
    }

        .mobile-show-app-coltootip p span {
            font-size: 11px;
        }
}





/* Insurance Menu*/
.popup-trlinsurv {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-contenttrlinsurv {
    margin: 10% auto;
    text-align: center;
    position: relative;
    max-width: 600px;
}

    .popup-contenttrlinsurv img {
        border-radius: 8px;
        max-width: 100%;
    }

.close-button-trlinsurv {
    color: #2a0909;
    float: right;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 14;
    cursor: pointer;
    top: 0;
}

@media(max-width:767px) {
    .popup-contenttrlinsurv {
        padding: 0 20px;
    }

    .close-button-trlinsurv {
        right: 18px;
    }
}






/*Superpayment-241225*/

.websprcolnew {
    background: #f7a01b;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    border-radius:8px;
    text-align: center;
}

    .websprcolnew a {
        text-decoration: underline;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .websprcolnew img {
        height: 36px;
        margin: 0 5px;
    }



    .websprcolnew a {
        color: #fff;
    }

    @media(min-width:992px){
        section.trave-pb-md {
            padding-top: 40px;
        }

    }

.sprpymopupopin-trigger {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    width: 100%;
}

.sprpymopupopin-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    z-index: 9999;
}
    .sprpymopupopin-overlay.sprpymopupopin-active {
        opacity: 1;
        visibility: visible;
    }

.sprpymopupopin-box {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.sprpymopupopin-overlay.sprpymopupopin-active
.sprpymopupopin-box {
    transform: scale(1);
}
.sprpymopupopin-close {
    position: absolute;
    top: 0;
    right: 15px;
    border: none;
    background: none;
    font-size: 32px;
    cursor: pointer;
}
.sprpymopupopin-btn {
    margin-top: 16px;
    width: 100%;
    padding: 10px;
    background: #0a5bb5;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}
@media (max-width: 480px) {
    .sprpymopupopin-box {
        width: 95%;
        padding: 16px;
    }
}
.sprpymopupopin-list li::before {
    content: "✓";
    position: absolute;
    left: 3px;
    top: 0;
    color: #f0873c;
    font-size: 14px;
    font-weight: bold;
}
.sprpymopupopin-header img {
    height: 43px;
    margin-bottom: 0.5rem;
    margin-top: 0;
}


.sprpymopupopin-title {
    font-size: 20px;
    margin: 16px 0;
    font-weight: 600;
    margin-bottom: 2rem;
}



.sprpymopupopin-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

h2.sprpymopupopin-title {
    text-align: center;
}


.spymnt-wrapper {
    display: inline-block;
    width: 100%;
}

    .spymnt-wrapper h2 {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 0.5rem;
        margin-top: 1rem;
    }

.sprpymopupopin-list {
    margin: 30px 0;
    padding-left: 0;
}
  button.sprpymopupopin-cta strong {
        display: inline-block;
        margin: 0 5px;
    }
.sprpymopupopin-list li {
    margin-bottom: 15px;
    list-style: none;
    color: #333;
    position: relative;
    font-size: 14px;
    line-height: normal;
    display: flex;
    gap: 4px;
    padding-left: 30px;
}
        .sprpymopupopin-list li i {
            color:#2DE836;
        }




.sprpymopupopin-cta {
    width: 100%;
    background: #f7a01b;
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
}

            .sprpymopupopin-cta span {
                display: block;
                font-size: 12px;
                margin-top: 4px;
                opacity: .9;
                font-weight: 400;
                line-height: normal;
            }
.sprpymopupopin-footer {
    background-color: #f7f8f8;
    padding: 15px;
    border-radius: 8px;
    padding-bottom: 10px;
    margin-top: 2rem !important;
}

    .sprpymopupopin-footer p {
        font-size: 11px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: 400;
    }

.sprpymopupopin-footer {
    font-size: 11px;
    color: #666;
    margin-top: 16px;
}
.sprpymopupopin-steps {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 20px 0;
}


.sprpymopupopin-ring {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: conic-gradient( #f7a01b var(--percent), #e6e6e6 0 );
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


    .sprpymopupopin-ring::before {
        content: "";
        position: absolute;
        width: 90px;
        height: 90px;
        background: #fff;
        border-radius: 50%;
    }


    .sprpymopupopin-ring span {
        position: relative;
        font-size: 16px;
        font-weight: 500;
        color: #000;
    }


    .sprpymopupopin-ring.ring-25 {
        --percent: 25%;
    }

    .sprpymopupopin-ring.ring-50 {
        --percent: 50%;
    }

    .sprpymopupopin-ring.ring-100 {
        --percent: 100%;
    }
.websprcolnew {
    position: relative;
}

a.colsuprptmyoptnadnew {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

section.section-bg.aboutusinfo.spaymrentcol {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
section.section-bg.aboutusinfo.spaymrentcol img {
    border-radius: 0;
}
section.section-bg.aboutusinfo.spaymrentcol {
    height: 400px;
}

    section.section-bg.aboutusinfo.spaymrentcol::before {
        background-color: rgb(2 21 36 / 10%);
        border-radius: 0;
    }
.zpp-fp-fs {
    display: flex;
    align-items: start;
    gap: 0;
    margin: 0;
    border-radius: 8px;
    padding: 20px;
    flex-direction: column;
    border: 1px solid rgb(222 226 230);
    margin-bottom: 1rem;
}

    .zpp-fp-fs .sprpymopupopin-list {
        margin: 20px 0;
        margin-bottom: 0;
    }

    .zpp-fp-fs h3 {
        font-size: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

.sprpymopupopin-list li::before {
    font-size: 13px;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    background: #f8f8f8;
    border: none;
}

.sprpymopupopin-list li {
    font-size: 14px;
}

.sprpymopupopin-list li:last-child {
    margin: 0;
}
.zpp-fp-fs {
}

    .zpp-fp-fs h3 span {
        background: rgb(245 134 52 / 21%);
        padding: 4px;
        border-radius: 50px;
        height: 42px;
        width: 42px;
    }

        .zpp-fp-fs h3 span svg {
            width: 100%;
            height: 100%;
            position: relative;
            top: -3px;
            left: 1px;
        }
.twiboxavibspym {
    display: flex;
    align-items: start;
    gap: 20px;
    margin: 1rem 0;
}

.zpp-fp-fs {
    width: 100%;
}

    .zpp-fp-fs h3 {
        flex-direction: column;
        align-items: start;
        font-weight: 600;
    }

    .zpp-fp-fs .sprpymopupopin-list {
        min-height: 185px;
    }
section.layout-pt-md.layout-pb-md.fawpgn.paymentspcol {
    position: relative;
    background: transparent;
    padding-top: 0;
}

    section.layout-pt-md.layout-pb-md.fawpgn.paymentspcol:after {
        content: '';
        background-image: url(../img/map-bg.jpg);
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        pointer-events: none;
        opacity: 0.3;
    }
    section.layout-pt-md.layout-pb-md.fawpgn.paymentspcol .container {
        position: relative;
        z-index: 1;
    }

    section.layout-pt-md.layout-pb-md.fawpgn.paymentspcol h1.text-24.fw-600.mb-15 {
        font-size: 27px !important;
        margin-bottom: 0 !important;
    }
    section.layout-pt-md.layout-pb-md.fawpgn.paymentspcol .accordion__item {
        padding: 15px !important;
        padding-bottom: 10px !important;
        background-color: #fff;
    }
.sprpymopupopin-box p {
    font-size: 15px;
}
.accordion__content ul li {
    font-size: 14px;
    list-style: disc;
}

.accordion__content ul {
    padding-left: 15px;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 0;
}
@media (max-width: 480px) {
    .sprpymopupopin-ring {
        width: 64px;
        height: 64px;
    }

        .sprpymopupopin-ring::before {
            width: 52px;
            height: 52px;
        }
}


@media(max-width:767px) {
    button.sprpymopupopin-cta strong img {
        height: 24px;
    }

    h2.sprpymopupopin-title {
        font-size: 18px;
    }

    .sprpymopupopin-list li {
        font-size: 13px;
    }

    .sprpymopupopin-ring span {
        font-size: 12px;
    }

    .sprpymopupopin-steps {
        margin: 15px 0;
    }

    .sprpymopupopin-header img {
        height: 36px;
        margin-bottom: 0;
    }

}
section.breadcrumb.bgninr {
    background: #f7f8f8 !important;
    padding: 0;
}
@media(max-width:767px) {
.spymnt-wrapper h2 {
    font-size: 23px;
}

.spymnt-wrapper h2 {
    font-size: 18px;
    text-align: center;
}

.sprpymopupopin-box p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.twiboxavibspym {
    display: grid;
    gap: 0;
}

.zpp-fp-fs .sprpymopupopin-list {
    min-height: inherit;
}

section.layout-pt-md.layout-pb-md.fawpgn.paymentspcol h1.text-24.fw-600.mb-15 {
    font-size: 20px !important;
    text-align: center;
}

.sprpymopupopin-box {
    width: 100%;
    padding: 0;
}
    .websprcolnew img {
        height: 25px;
    }

    .websprcolnew {
        font-size: 15px;
    }
}
.zpp-fp-fs {
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    border: 1px solid #dde1e5;
}
@media(min-width:768px) and (max-width:1199px) {
    .twiboxavibspym {
        flex-direction: column;
        gap: 0;
    }
    h4.text-18.pbtpct.fw-500 {
        font-size: 14px !important;
    }

    .bs-for-bpg p.text-15 {
        font-size: 10px !important;
    }
    .bs-for-bpg .d-flex img {
        width: 36px;
        height: 36px;
        padding: 4px;
    }
    .zpp-fp-fs .sprpymopupopin-list {
        min-height: auto;
    }
    .websprcolnew img {
        height: 30px;
    }
    }


.dbcolfligconlrt {
    display: inline-block;
    width: 100%;
    padding: 3em 0;
}

    .dbcolfligconlrt h3, h2.flcnecls, .padingclonfsepp .sltmlnad h2 {
        font-size: 16px;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 15px;
        background-color: #f3f7fb;
        padding: 8px 10px;
        border-left: 3px solid #52b3db;
    }



.dbcolfligconlrt h4 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 600;
}
    .dbcolfligconlrt p {
        font-size: 14px;
        display: block;
        margin-bottom: 20px;
    }
    .dbcolfligconlrt .sectionTitle.-md .sectionTitle__title {
        margin-bottom: 20px;
    }

@media(min-width:1200px) {
    section.section-bg.cplfiserch.dtntioncol-airwrap {
        padding-top: 10em;
        padding-bottom: 1em;
    }

}


@media(max-width:991px) {

    .trustpilot-widget {
        width: 100px;
    }
    section.trave-pt-md.trave-pb-md.nenltrshowcl {
        padding: 30px 0;
        padding-bottom: 10px;
    }

        section.trave-pt-md.trave-pb-md.nenltrshowcl .trustpilot-widget {
            width: 100%;
        }
   
        footer.footer.-type-1 .y-gap-40 > * {
            padding-top: 0;
            padding-bottom: 15px;
        }

        footer.footer.-type-1 h5.text-18.fw-500.mb-15 {
            margin-bottom: 5px !important;
        }
    section.masthead.-type-3.relative.z-5 {
        overflow: hidden;
    }
}

@media (max-width:767px) {
    .trustpilot-widget {
        display: none;
    }

    section.trave-pt-md.trave-pb-md.nenltrshowcl .trustpilot-widget {
        display: block;
    }

    .header {
        height: 65px;
    }

    .mobile-show-app-coltootip p {
        font-size: 13px;
    }

        .mobile-show-app-coltootip p span {
            font-size: 10px;
        }

    .dwonloadfreeappcol a {
        padding: 3px 10px;
    }

    .header .header-logo img {
        max-width: 100px;
    }

    section.masthead.-type-3.relative.z-5 {
        padding-bottom: 0;
    }
}
@media(min-width:992px) {
    section.section-bg.cplfiserch.dtntioncol-airwrap .col-xl-12.col-lg-12.col-md-12 {
        position: relative;
        top: 6em;
    }

    .dbcolfligconlrt {
        padding-top: 8em;
    }
}

@media(max-width:991px) {
    section.section-bg.cplfiserch.dtntioncol-airwrap .col-xl-12.col-lg-12.col-md-12 {
        position: relative;
        top: 6em;
    }

    .dbcolfligconlrt {
        padding-top: 2em;
    }
}

@media(max-width:1199px) {
    section.section-bg.cplfiserch.dtntioncol-airwrap .col-xl-12.col-lg-12.col-md-12 {
        position: relative;
        top: 7em;
    }

    .dbcolfligconlrt {
        padding-top: 3em;
    }
}




/*160126*/
.payoutchekout-btm { max-width: 100%;}
.payoutchekout-btm .payneotioaddn { padding: 15px;}
button.btncolnwsdcopay.button.pl-10.pr-10.-dark-1.h-60.bg-blue-1.text-white {
    margin: 15px;
    background-color: #f0873c !important;
}

/spyment/

.sppaymeny-wrapper {
    display: inline-block;
    width: 100%;
    padding-bottom: 3em;
}

.SuperPayments, .hscw-imgcolnwadd {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .SuperPayments img {
        margin: 0 auto;
        max-width: 100%;
    }

img.sprmn-hscp-bobile, img.spmb-col-mobile {
    display: none;
}

.hscw-imgcolnwadd img {
    margin: 3em auto;
}

.SuperPayments {
    background: linear-gradient(135deg, #d7f7f2 23%, #ece4f9 33%, #f8e5c7 68%, #f5f5f7 82%);
}

.wcsc-sp {
    display: inline-block;
    width: 100%;
    padding: 16px;
    background-color: #f5f4f7;
    border-radius: 8px;
    text-align: left;
    margin-bottom: 30px;
}

    .wcsc-sp h2 {
        text-align: left;
        margin: 0;
        color: #1e0032;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .wcsc-sp ul, .iiregsc {
        display: flex;
        flex-direction: column;
        gap: 9px;
        background-color: #fff;
        border-radius: 8px;
        padding: 16px;
    }

        .wcsc-sp ul li, .iiregsc p {
            margin-left: 20px;
            font-size: 16px;
            color: #1e0032;
            line-height: 25px;
        }

        .iiregsc p {
            margin-left: 0;
        }

section.breadcrumb.bgninr {
    background: #f5f4f7 !important;
    padding: 0;
}

@media (max-width: 767px) {
    img.sprmn-hscp-bobile, img.spmb-col-mobile {
        display: block;
    }

    img.spmb-col, img.sprmn-hscp {
        display: none;
    }

    .wcsc-sp h2 {
        font-size: 20px;
    }

    .wcsc-sp ul li, .iiregsc p {
        text-align: left;
    }
}
.websprcolnew img { height: auto;}
.websprcolnew {color: #1e0032;font-size: 24px;}
.websprcolnew span { font-size: 16px; font-weight: 400;}
.websprcolnew a { color: #1d0036; font-weight: 600;}
@media(max-width:767px){
.websprcolnew {padding: 15px;}
.websprcolnew {font-size: 20px; display: grid; align-items: center; justify-content: center; line-height: normal;}
.websprcolnew img { margin: 0 auto; margin: 10px auto;}
.websprcolnew span { font-size: 14px;}
.websprcolnew a { font-size: 14px;}
}
@media(min-width:768px) and (max-width:1199px) {
.websprcolnew { font-size: 20px; }
.websprcolnew span {font-size: 14px; }
.websprcolnew a { font-size: 14px; }
}
/*110226*/

.radioactiveclsmain input[type="radio"] {
    display: none;
}

.radioactiveclsmain {
    border: 2px solid #ddd;
    padding: 15px;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.3s;
}

.radioactiveclsmain {
    border: 3px solid #f0f0f1 !important;
    padding: 15px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

    /* Active */
    .radioactiveclsmain.active {
        border-color: #f0873c;
        background-color: #fff7ef;
        border: 3px #f0873c solid !important;
    }

    /* Hover same as active */
    .radioactiveclsmain:hover {
        border-color: #f0873c;
        background-color: #fff7ef;
        border: 3px #f0873c solid !important;
    }

    .radioactiveclsmain .custom_radio input[type="radio"] + label:before, .radioactiveclsmain .custom_radio input[type="radio"] + label:after {
        display: none;
    }

    .radioactiveclsmain .custom_radio input[type="radio"] + label {
        padding: 0;
        font-size: 18px !important;
        font-weight: 500;
        color: #0f2944;
    }

.radioactiveclsmain {
    align-items: center;
}

.custom_radio.sprpaycol p i {
    padding: 0;
}

.icon-or-ptmneyt-wrppertt.wprdcoluktrl {
    border: 3px solid #f0f0f1;
}

.radioactiveclsmain.icon-or-ptmneyt-wrppertt.wprdcoluktrl.spctrclsnone.active {
    margin: 0;
    border-radius: 8px 8px 0 0 !important;
    border-bottom: none !important;
}

.payneotioaddn.active-sp {
    background: #fff7ef;
    border: 3px solid #f0873c;
    border-top: none;
    border-radius: 0 0 8px 8px;
}


@media(max-width:991px) {
    .payoutchekout-btm .payneotioaddn {
        padding: 0;
    }

    .radioactiveclsmain .custom_radio input[type="radio"] + label {
        font-size: 15px !important;
    }
}

.disclmer-col-hmrpage {
    display: inline-block;
    width: 100%;
}

.in-dislmercol-setion {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 0;
    border: 3px solid rgb(82 179 219 / 30%);
    margin-top: 2rem;
}

    .in-dislmercol-setion h2 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        margin-bottom: 10px;
        padding-top: 0;
        font-weight: 600;
    }

    .in-dislmercol-setion ol {
        padding-left: 15px;
    }

        .in-dislmercol-setion ol li {
            padding: 3px 0;
            font-weight: 400;
            color: #333;
            font-size: 15px;
        }

    .in-dislmercol-setion p {
        margin-bottom: 15px;
        line-height: 25px;
        font-size: 15px;
        color: #444;
    }

        .in-dislmercol-setion p b {
            font-family: 'Lato', sans-serif;
        }

        .in-dislmercol-setion p.aspersuchmay {
            margin: 0;
            margin-bottom: 7px;
            font-weight: 600;
        }

    .in-dislmercol-setion a {
        color: #f7a01b;
        font-weight: 700;
    }

.moretext {
    display: none;
}

.disclmer-col-hmrpage button.moreless-button {
    float: right;
    top: -30px;
    position: relative;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    color: red;
    text-decoration: underline;
}

.impnotenote {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .impnotenote img {
        width: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .impnotenote h4 {
        margin: 0;
        padding: 0;
        display: inline-block;
        color: red;
        text-decoration: underline;
        margin-left: 5px;
        font-size: 16px;
    }
.sidebar__item.apisinfoform .form-input.pedclnd label {
    top: 8px;
    font-size: 12px !important;
}

.sidebar__item.apisinfoform .colmd-pgnrinpt.mrnefcl label {
    top: 20px;
}

.exclusivofrcol {margin-top:60px;}
@media(max-width:991px) {
.exclusivofrcol {
margin-top: 20px;
}
}

.form-header-exfltdlwcls {
    margin-bottom: 20px;
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 10px
}

.hero-section-exfltdlwcls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 40px 20px;
    overflow: hidden;
    padding-bottom: 5rem;
    background: url(../img/exclusive-flight-deals-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.hero-content-exfltdlwcls {
    position: relative;
    z-index: 2;
    width: 100%;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 100px;
    align-items: center
}

.hero-text-exfltdlwcls h1 {
    font-size: clamp(2.8rem,10vw,3.5rem);
    font-weight: 800;
    line-height: normal;
    margin-bottom: 25px;
    letter-spacing: -1px;
    animation: slideInUp 1s ease-out
}

    .hero-text-exfltdlwcls h1 .orange {
        color: #f7a01b
    }

    .hero-text-exfltdlwcls h1 .blue {
        color: #4bb1db
    }

.hero-text-exfltdlwcls p {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 40px;
    max-width: 600px;
    line-height: normal;
    animation: slideInUp 1s ease-out .15s both;
    font-weight: 300
}

.hero-features-exfltdlwcls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    animation: slideInUp 1s ease-out .3s both
}

.form-card-exfltdlwcls {
    position: relative;
    z-index: 3;
    background: rgb(255 255 255 / 80%);
    border-radius: 25px;
    padding: 24px;
    box-shadow: 0 30px 80px rgba(0,0,0,.18);
    animation: slideInUp 1s ease-out .4s both;
    overflow: hidden;
    backdrop-filter: blur(10px)
}

.form-header-exfltdlwcls h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    margin: 0
}

.form-subtitle-exfltdlwcls {
    font-size: .9rem;
    color: #555;
    margin-top: 8px;
    font-weight: 500
}

.form-grid-exfltdlwcls {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    position: relative;
    z-index: 2
}

.form-group-exfltdlwcls {
    position: relative;
    grid-column: span 1
}

    .form-group-exfltdlwcls.full {
        grid-column: span 2
    }

.form-label-exfltdlwcls {
    display: block;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #4bb1db;
    margin-bottom: 14px
}

.form-input-exfltdlwcls {
    width: 100%;
    padding: 18px 0;
    border: none;
    border-bottom: 3px solid #e8e8e8;
    background: 0 0;
    font-size: 1.05rem;
    color: #1a1a1a;
    transition: all .3s ease;
    outline: 0;
    font-weight: 500
}

    .form-input-exfltdlwcls::placeholder {
        color: silver;
        font-weight: 400
    }

    .form-input-exfltdlwcls:focus {
        border-bottom-color: #f7a01b;
        padding-bottom: 16px
    }

.form-card-exfltdlwcls button.button {
    width: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    background-color: #f0873c !important;
    height: 54px !important;
    margin-top: 15px
}

.lower-dock-exfltdlwcls {
    padding: 0;
    border-radius: 50px;
    display: flex;
    gap: 15px;
    animation: fadeInUp .8s ease-out;
    transition: all .5s ease;
    overflow: hidden
}

.dock-btn-exfltdlwcls {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 30px;
    transition: .3s;
    height: 54px;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    align-items: center;
    justify-content: center
}

section.hero-section-exfltdlwcls:before {
    content: "";
    background: linear-gradient(45deg,rgb(11 25 30 / 70%),transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.dock-btn-exfltdlwcls.phone {
    background: #f0873c
}

.dock-btn-exfltdlwcls.whatsapp {
    background: #25d366
}

.dock-btn-exfltdlwcls:hover {
    transform: scale(1.05)
}

.benefits-header-exfltdlwcls {
    text-align: center;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto
}

    .benefits-header-exfltdlwcls h2 {
        color: #1a1a1a;
        margin-bottom: 10px;
        font-size: 27px;
        font-weight: 600
    }

    .benefits-header-exfltdlwcls .highlight-orange {
        color: #f7a01b
    }

    .benefits-header-exfltdlwcls .highlight-blue {
        color: #4bb1db
    }

.benefit-title-exfltdlwcls {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #05203c
}

.form-card-exfltdlwcls input.form-input-exfltdlwcls {
    box-shadow: inset 0 0 0 1000px #fff !important;
    width: 100%;
    height: 54px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #e7e6ea;
    border-radius: 8px;
    padding-left: 15px !important
}

.form-label-exfltdlwcls {
    margin-bottom: 4px;
    color: #656870;
    letter-spacing: .5px
}

.action-btn-exfltdlwcls:active {
    transform: scale(.95)
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width:1024px) {
    .hero-content-exfltdlwcls {
        grid-template-columns: 1fr;
        gap: 60px
    }

    .hero-text-exfltdlwcls h1 {
        font-size: 3.5rem;
        text-align: center;
        word-spacing: normal
    }

    .hero-text-exfltdlwcls p {
        font-size: 1.1rem;
        margin: 0 auto 40px;
        text-align: center;
        max-width: 100%
    }

    .hero-features-exfltdlwcls {
        align-items: center
    }

    .form-card-exfltdlwcls {
        padding: 40px 30px
    }

    .form-grid-exfltdlwcls {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .form-group-exfltdlwcls.full {
        grid-column: span 1
    }
}

@media (max-width:768px) {
    .hero-section-exfltdlwcls {
        padding: 50px 20px;
        min-height: auto
    }

    .dock-btn-exfltdlwcls {
        min-width: auto;
        font-size: 14px;
        margin: 0 auto
    }

    .lower-dock-exfltdlwcls {
        margin: 0 auto;
        width: fit-content
    }

    .hero-text-exfltdlwcls h1 {
        font-size: 2.2rem
    }

    .hero-text-exfltdlwcls p {
        font-size: 1rem
    }

    .form-card-exfltdlwcls {
        padding: 35px 20px;
        border-radius: 18px
    }

    .form-header-exfltdlwcls h2 {
        font-size: 1.5rem
    }

    .form-label-exfltdlwcls {
        font-size: .7rem;
        letter-spacing: 1.5px
    }

    .form-input-exfltdlwcls {
        padding: 14px 0;
        font-size: .95rem
    }
}


/*subscribe-col*/
.ManageBookingLogin_container-trav.nsucbcribe-wrappercol form.contact-form {
    width: 100%;
    padding: 30px;
}

.about-box.subscribehtmt {
    display: inline-block;
    width: 100%;
}

    .about-box.subscribehtmt .sectionTitle.-md {
        margin-bottom: 2rem;
    }

p.collg12orange {
    margin-top: 0;
    font-size: 14px;
    color: #f0873c;
    margin-bottom: 10px;
}

.ManageBookingLogin_container-trav.nsucbcribe-wrappercol {
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    min-height: auto;
    box-shadow: 0px 2px 5px 0px rgb(5 16 54 / 5%);
    border: none;
}

#subscribe-wrapper-nt {
    display: inline-block;
    width: 100%;
    padding: 4rem 0;
    background-color: #fbfcfd;
}

.about-box.subscribehtmt input, .about-box.subscribehtmt select {
    background-color: #fff;
    line-height: normal;
    padding: 15px 20px;
    height: 54px;
}

.about-box.subscribehtmt .colmd-pgnrinpt {
    margin-bottom: 15px !important;
}

.tab-content.sbuscn-wrpcol .form-input label {
    top: -20px;
    transform: none;
    color: rgb(5 32 60 / 60%);
    font-size: 13px !important;
    padding-left: 0 !important;
    margin-left: 0;
    font-weight: 500;
    background-color: transparent;
}

.about-box.subscribehtmt .colmd-pgnrinpt {
    margin-bottom: 30px !important;
}

p.collg12orange {
    margin-bottom: 30px;
}

.about-box.subscribehtmt .sectionTitle.-md {
    margin-bottom: 20px;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 0;
}

.about-box.subscribehtmt .cphacode-xprcol input {
    margin: 0 !important;
    padding: 0;
}

.captcha-img-box {
    background-color: transparent;
    text-align: center;
}

.btnsubsvribnwad button.btn.button.h-60.mt-20.btn-ptc-trav {
    height: 54px !important;
    margin: 0 !important;
}

.cofomhwk {
    width: 100%;
    position: relative;
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    border: 1px solid var(--color-border);
    border-radius: 4px;
}

.about-box.subscribehtmt .cofomhwk .form-input input {
    border: none;
}

.colmd-pgnrinpt .form-input.citnnnltrcol select {
    background: transparent;
    border: none;
    border-left: 1px solid var(--color-border);
    border-radius: 0 4px 4px 0;
}

.colmd-pgnrinpt .form-input.citnnnltrcol {
    width: 75%;
}

.dwarowcolapplct:after {
    content: '';
    width: 30px;
    height: 48px;
    background-color: #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0 4px 4px 0;
    pointer-events: none;
}

h3.tnksforsuvnadd {
    font-size: 16px;
    color: #f0873c;
    margin-top: 20px;
    background-color: #fff5ed;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

@media(max-width:768px) {
    .colmd-pgnrinpt {
        gap: 30px;
    }

    .tab-content.sbuscn-wrpcol .sectionTitle.-md .sectionTitle__title {
        line-height: normal;
        text-align: left;
        font-size: 20px !important;
    }

    p.collg12orange {
        text-align: left;
    }

    .ManageBookingLogin_container-trav.nsucbcribe-wrappercol {
        margin: 0 15px;
        width: auto;
    }

    .about-box.subscribehtmt .colmd-pgnrinpt {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .colmd-pgnrinpt {
        gap: 10px;
    }
}

.hero-content-exfltdlwcls .iti__country-list {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: none;
    text-align: left;
}

.iti__country.iti__highlight {
    display: flex;
    align-items: center;
    gap: 4px;
}

.iti__flag-box, .iti__country-name {
    color: #666;
    font-size: 14px;
}

.dock-btn-exfltdlwcls.whatsapp {
    color: #fff;
}

.dock-btn-exfltdlwcls.phone {
    color: #fff;
}

.dock-btn-exfltdlwcls i {
    font-size: 22px;
}

.dock-btn-exfltdlwcls.whatsapp i.lab.la-whatsapp {
    font-weight: 300;
}


/* refresh icon */
.refresh-btn::before {
    content: url('../img/icon/tscaptcha.png');
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.captcha-img-box {
    display: flex;
    align-items: center;
    gap: 10px;
}


.alert-success-custom {
    background: #f0873c1a;
    color: #f0873c;
    border: 1px solid #f0873c;
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}


.form-card-exfltdlwcls input.form-input-exfltdlwcls {
    height: 48px;
    padding-top: 15px;
}

/*AirWallex payment css*/


.field-container {
    margin-bottom: 16px;
    width: 100%;
}

.field-label {
    margin-bottom: 4px;
    font-weight: bold;
}

.card-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin-top: 8px;
    height: 28px;
    width: 100%;
    box-sizing: border-box;
}

.error {
    color: red;
    font-size: 13px;
    margin: 0;
}

#error-message {
    color: red;
}

.invoice-panel-btpay.pad0-1.paymenytspbc
.paymenycolTPcol.wrapperpymentcolwrp.airwallex {
    padding: 1em 3em;
}

.inputwrapvcom {
    display: flex;
    gap: 8px;
}

.inputwrapvcomexpcvv {
    display: flex;
    gap: 8px;
    max-width: 170px;
}

.inputwrapvcom .inputwrapvcomexpcvv .field-container:last-child {
    width: 100px;
}

.paymentairwellexpay .formaiewalellaxwrapper {
    background-color: #fff;
    padding: 15px;
    border-radius: 16px;
}

.payneotioaddn.active-sp {
    margin-bottom: 1rem;
}





.formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd, .adreswrapernpayment .adreswrapernpayment-wrapper {
    background-color: #f5f4f7;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .field-container {
        margin: 0;
    }

        .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .field-container .card-input {
            background-color: #fff;
            height: 46px;
            margin-top: 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 5px 10px;
        }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .field-container {
        width: 100%;
    }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv {
        width: 50%;
        max-width: none;
    }

        .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv .field-container {
            width: 100%;
        }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .field-label, .adreswrapernpayment .adreswrapernpayment-wrapper .field-container .field-label {
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom input, .adreswrapernpayment .adreswrapernpayment-wrapper input {
        background-color: #fff;
        height: 46px;
        margin-top: 0;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px 10px;
        padding-left: 12px !important;
    }

.adreswrapernpayment {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px 0;
}

    .adreswrapernpayment h2 {
        font-size: 16px;
        font-weight: 500;
    }


    .adreswrapernpayment .adreswrapernpayment-wrapper .field-container {
        margin: 0;
    }

.citystpostcolnewadd-wrap {
    display: flex;
    gap: 8px;
}

.adreswrapernpayment .adreswrapernpayment-wrapper {
    gap: 8px;
}

.formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv .field-container.crdiconandadd {
    position: relative;
}

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv .field-container.crdiconandadd img {
        position: absolute;
        right: 0;
        top: 40px;
        right: 8px;
        width: 20px;
    }

.formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv .field-container.crdiconandadd {
    position: relative;
}

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv .field-container.crdiconandadd img {
        position: absolute;
        right: 0;
        top: 40px;
        right: 8px;
        width: 20px;
    }

.formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv .field-container .error, .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .field-container .error {
    line-height: normal;
    font-size: 11px;
    padding-top: 3px;
    font-weight: 300;
}

.formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .field-container {
    width: 85%;
}


.formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom:last-child {
    width: 100%;
}

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom:last-child .field-container {
        width: 100%;
    }

.payneotioaddn.active-sp {
    padding-top: 0;
}

.formaiewalellaxwrapper.parmygrywayneaddcol button {
    margin: 0 !important;
    height: 46px !important;
}


@media (max-width:767px) {
    .inputwrapvcom {
        flex-direction: column;
    }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .field-container {
        width: 100%;
    }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd .inputwrapvcom .inputwrapvcomexpcvv {
        width: 100%;
    }

    .formaiewalellaxwrapper.parmygrywayneaddcol .pymentwrcolnwadd, .adreswrapernpayment .adreswrapernpayment-wrapper {
        gap: 8px;
    }

    .citystpostcolnewadd-wrap {
        flex-direction: column;
    }
}
.ttppymntcoltrav .tticgtv {
    text-align: right !important;
    width: 100%;
    padding-right: 15px !important;
}
.ttppymntcoltrav b {
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
}

.adsemlcomny.btpbkflydt .tssiosc {
    font-size: 11px;
    font-weight: 500;
}

    .adsemlcomny.btpbkflydt .tssiosc span {
        font-weight: 400;
    }

.thankpnrpagecol.pb-10 {
    text-align: center;
}

    .thankpnrpagecol.pb-10 .col-auto.invmpiscmsg {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .thankpnrpagecol.pb-10 .col-auto.invmpiscmsg .las.la-check-circle {
            font-size: 53px;
            background-color: #fff;
            border-radius: 50px;
            color: #f0832c;
            padding: 5px;
            border: 2px solid #f0832c;
        }