/*================================================
Default CSS
=================================================*/

/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;600;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('bootstrap-select-cs.css');

:root {
  --main-color: #fd8204;
  --main-hover-color: #f78f24;
  --heading-color: #00aebc;
  --heading-hover-color: #0f949f;
  --navber-color: #fd8204;
  --btnbg-color: #00aebc;
  --btnbg-hover-color: #0f949f;
  --gray-color: #fd8204;
  --gray-hover-color: #f78f24;
  --bg-dark-shade-1: #fd8204;
  --bg-dark-shade-2: #f78f24;
  --bg-dark-shade-3: #787AF2;
  --bg-dark-shade-4: #A3A0FF;
  --bg-dark-shade-5: #CEC7FF;
  --bg-dark-shade-6: #005CC0;
  --text-orange: #ff8c00;
  --footer-color: #FFFADE;
  --white-color: #ffffff;
  --label-color: #999999;
  --black-color: #000000;
  --black-color-opacity: #2b2540c4;
  --main-color-opacity: #fd8204;
  --paragraph-color: #7D7D7D;
  --bg-color: #F3F6FD;
  --transition: .4s all ease-in-out;
}

.bg-dark-shade-1 {
    background: #fd8204;
}
.bg-dark-shade-2 {
    background: #f78f24;
}
.bg-dark-shade-3 {
    background: #787AF2;
}
.bg-dark-shade-4 {
    background: #A3A0FF;
}
.bg-dark-shade-5 {
    background: #CEC7FF;
}
.bg-dark-shade-6 {
    background: #005CC0;
}
.text-dark-shade-1 {
    color: #fd8204;
}
.text-dark-shade-2 {
    color: #f78f24;
}
.text-dark-shade-3 {
    color: #787AF2;
}
.text-dark-shade-4 {
    color: #A3A0FF;
}
.text-dark-shade-5 {
    color: #CEC7FF;
}
.text-dark-shade-6 {
    color: #005CC0;
}

/*html,
body {
    height: 100%;
}*/

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  background: #ffffff;
  /*background-image: linear-gradient(45deg, rgb(255 255 255) 50%, rgb(227 227 227 / 70%) 50%);
  background-size: 2px 2px;*/
}

img {
    max-width: 100%;
    height: auto;
}

b, strong {
  font-weight: 700;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--btnbg-color);
}

a:hover {
    text-decoration: none;
    color: var(--btnbg-hover-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
}

h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 90px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 14px;
    /*line-height: 28px;*/
    color: var(--black-color);
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    margin-bottom: 0px;
}

.p-mb-15 p {
  margin-bottom: 15px;
}

/*p:last-child {
    margin-bottom: 0;
}*/

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

/* --Common Style-- */
section {
    position: relative;
}

/*.form-control {
    height: 50px;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    padding: 10px 22px;
    font-size: 16px;
}

.form-control:focus {
    color: var(--heading-color);
    background-color: #fff;
    border: 1px solid var(--main-color);
    outline: none;
    box-shadow: none;
}*/

.section_padding {
    padding: 15px 0 20px 0;
}

.section_padding_top {
    padding: 50px 0 0 0;
    background: #f2f2f2;
}

.section_padding_bottom {
    padding: 0 0 100px 0;
}

/* --Heading Area-- */

.heading_left_area h2 {
    font-weight: 500;
    padding-bottom: 17px;
    line-height: 45px;
}

.heading_left_area h2 span {
    display: inline-block;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
}

.heading_left_area h5 {
    color: var(--black-color-opacity);
}

.section_heading_center {
    text-align: center;
    padding-bottom: 30px;
}

/*.section_heading_center p {
    text-align: center;
    padding-bottom: 30px;
}*/

.section_heading_center h2 {
    position: relative;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: 600;
}

/*.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 1px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}*/

.img_animation {
    overflow: hidden;
}

.img_animation img {
    transition: var(--transition);
    position: relative;
}

.img_animation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(85 85 85 / 60%);
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.img_animation:hover::after {
    opacity: 1;
    visibility: visible;
}

.img_animation:hover img {
    transform: scale(1.2);
}

.slick-prev,
.slick-next {
    display: none;
}

/* --Button Area start-- */
.btn-check:focus+.btn,
.btn:focus {
    outline: none;
    box-shadow: none
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 14px;
    border-radius: 60px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    padding: 7px 20px;
}

/*.btn:hover {
    color: var(--main-color);
}*/

.btn_theme {
    color: var(--white-color) !important;
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none
}

.btn_theme:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--main-hover-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);

}

.btn_theme:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_yellow {
    color: var(--white-color) !important;
    background-color: var(--gray-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none
}

.btn_theme_yellow:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--gray-hover-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);

}

.btn_theme_yellow:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_rounded {
    color: var(--white-color) !important;
    background-color: var(--btnbg-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border-radius: 100%;
    padding: 26px;
    line-height: 26px;
    display: flex;
}

.btn_theme_rounded:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--btnbg-hover-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);

}

.btn_theme_rounded:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_md {
    padding: 10px 30px;
    font-size: 16px;
}

.btn_sm {
    font-size: 14px;
    padding: 5px 18px;
}

.btn_navber {
    color: #fff;
    border: 2px solid var(--main-color);
    padding: 7px 10px;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.btn_navber:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 550px;
    height: 550px;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    background: var(--main-color);
    -webkit-transform: translateX(-51%) translateY(27%) scale(.8);
    transform: translateX(-51%) translateY(27%) scale(.8);
    transition: var(--transition);
}

.btn_navber:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-42%) translateY(-57%) scale(4);
    transform: translateX(-42%) translateY(-57%) scale(4);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.is-sticky .btn_navber {
    border: 1px solid var(--white-color);
}


/* =========================
        Home Page
=========================*/
/* --Banner Area-- */
#home_one_banner {
    /*background-image: url("https://img.happyeasygo.com/oss/ossuploadfile/advertising/2021/11/11/7b1b0a40fe39470a8166252f994d702b.jpg");*/
    background: linear-gradient(180deg, #343434 0%, #ffffff00 100%) 0% 0%, url(../img/fly-banner/06.png);
    /*background: #032040;*/
    padding: 150px 0 10px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home_hotel_banner {
    background: linear-gradient(180deg, #343434 0%, #ffffff00 100%) 0% 0%, url(../img/fly-banner/09.png);
    padding: 150px 0 10px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#home_insurance_banner {
    background: linear-gradient(180deg, #343434 0%, #ffffff00 100%) 0% 0%, url(../img/fly-banner/11.jpg);
    padding: 150px 0 10px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_one_text {
  text-align: center;
}
.banner_one_text h1 {
  color: var(--white-color);
  /*text-shadow: 0px 0px 4px #fd8204;*/
  margin-bottom: 0px;
}
.banner_one_text h3 {
  color: var(--white-color);
  padding-top: 0px;
  margin-top: 0;
}
#theme_search_form {
  margin-top: -140px;
}
.theme_search_form_area {
    /*background: #FFFFFF4f;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    border-radius: 25px;*/
    padding: 40px 20px 20px 20px;
    position: relative;
    /*margin-top: 50px;*/
}
.theme_search_form_tabbtn .nav-item {
  margin-right: 5px;
}
.theme_search_form_tabbtn .nav-item:last-child {
  margin-right: 0px;
}
.theme_search_form_tabbtn .nav-tabs {
  border-bottom: none;
}
    .theme_search_form_tabbtn .nav-tabs .nav-link:focus {
        /*border-bottom: 2px solid var(--main-color) !important;*/
        border-color: transparent;
        isolation: isolate;
    }
    .theme_search_form_tabbtn .nav-tabs .nav-link:hover {
        /*border-bottom: 2px solid var(--main-color) !important;*/
        border-color: transparent;
        isolation: isolate;
        box-shadow: 0 13px 21px -1px rgba(0,0,0,.3);
        transform: translateY(-7%);
        -moz-transform: translateY(-7%);
    }
    .theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link, .theme_search_form_tabbtn .nav-tabs .nav-link.active {
        color: var(--black-color);
        /*border-bottom: 2px solid var(--main-color) !important;*/
        border-color: var(--main-color);
        background: var(--main-color);
    }
.theme_search_form_tabbtn .nav-tabs .nav-link.active i, .theme_search_form_tabbtn .nav-tabs .nav-link.active span {
  color: var(--white-color);
}
/*.tab-content-cs {
  padding-top: 10px;
}*/
.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--black-color);
    border-radius: 7px;
    /*border: 1px solid var(--main-color);*/
    background: #FFFFFFCC;
    /*box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    border: 1px solid rgba(255, 255, 255, .28);*/
    width: 100px;
    height: 80px;
    transition: all .5s ease;
    text-align: center
}
.theme_search_form_tabbtn .nav-tabs .nav-link i {
  padding-right: 0px;
}

.theme_search_form_tabbtn {
  margin-bottom: 0px;
  position: absolute;
  top: -50px;
  left: 20px;
  right: 0;
  z-index:1;
}

/*.theme_search_form_tabbtn-inner {
    background: #E8E3DA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 51px;
    align-items: center;
    padding: 0px 25px;
}*/

.tab-content-cs {
  padding-top: 0px;
}

.flight_Search_boxed {
    background: #ffffff;
    padding: 15px 15px 15px 15px;
    border-radius: 0px;
    position: relative;
    border-right: 0px solid #ccc;
}

.flight_Search_boxed_left_rounded {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 15px;
}
.flight_Search_boxed_left_rounded_zero {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 15px;
}
.flight_Search_boxed_right_rounded {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.flight_Search_boxed_right_rounded_zero {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.passengers-select-dropdown-dropdown .dropdown {
    height: 26px;
}

.plan_icon_posation {
    position: absolute;
    top: 33px;
    right: 15px;
}

.plan_icon_posation i {
    font-size: 24px;
}

.plan_icon_posation svg, .plan_icon_posation img {
    width: 22px;
}

.range_plan {
    position: absolute;
    left: -37px;
    top: 50%;
    transform: translateY(-50%);
}

.range_plan i {
    background: #f5eefd;
    font-size: 24px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: var(--main-color);
}

.flight_Search_boxed p {
    font-size: 12px;
    color: var(--black-color);
    font-weight: 500;
    /*display: none;*/
}

.flight_Search_boxed input {
    font-size: 16px;
    width: 100%;
    border: none;
    /*background: transparent;*/
    font-weight: 500;
    height: 30px;
    padding: 0 0px 0 0;
}

.flight_Search_boxed .form-floating > .form-control {
    padding-right: 40px;
}

.flight_Search_boxed .form-floating > .form-select {
    box-shadow: none;
    padding-left: 15px;
}

.flight_Search_boxed input:focus-within {
    outline: none;
    border: none;
}

.flight_Search_boxed select {
  font-size: 16px;
  width: 100%;
  border: none;
  /*background: transparent;*/
  font-weight: 500;
  height: 30px;
  /*padding: 0;*/ 
  outline: none;
  border: none;
}

.flight_Search_boxed select:focus-within {
  outline: none;
  border: none;
}
.flight_Search_boxed select:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.passengers-select-dropdown-select select:focus-within {
    outline: none;
    border: 1px solid #ced4da;
}
.passengers-select-dropdown-select select:focus {
    outline: none;
    border: 1px solid #ced4da;
    box-shadow: none;
}

.flight_Search_boxed span {
    display: block;
    font-size: 12px;
    padding-top: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.date_flex_area {
    display: flex;
    justify-content: space-between;
}

.dropdown_passenger_area button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}

.dropdown_passenger_area button::after {
    display: none;
}

.dropdown_passenger_area .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.7s;
}

.dropdown_passenger_area .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

/*.dropdown_passenger_area .dropdown-menu.show {
    transform: translate(-35%, 40px) !important;
}*/

.dropdown_passenger_area .dropdown-menu {
    z-index: 9999;
    min-width: 280px;
    padding: 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    justify-content: space-between;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    padding-bottom: 5px;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type:last-child {
    border-bottom: 0;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set {
    display: flex;
    gap: 10px;
    justify-content:center;
    align-items: center;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-left: 20px;
    width: 24px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .type-label span {
    font-size: 12px;
    color: #4c4c4c;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .button-set button {
    font-size: 12px;
    color: #4c4c4c;
    border: 1px solid #d8d8d8;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 10px;
}

.traveller-calulate-persons .passengers h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

.traveller-calulate-persons .cabin-selection {
    padding-top: 0px;
    /*border-top: 1px dashed #c7c7cc;*/
    margin-top: 10px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 1px 1px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.traveller-calulate-persons .label-select-btn:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.traveller-calulate-persons .label-select-btn.active {
    background: var(--main-color);
    color: var(--white-color);
}

/*.cabin-list {
    display: flex;
    flex-wrap: wrap;
}*/

.cabin-list .list-group-item.active a, .cabin-list .list-group-item {
    cursor: pointer;
    border-top: 0;
}

.traveller-calulate-persons .muiButton-label {
    font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

.top_form_search_button {
    text-align: center;
    margin-top: 15px;
}

.flight_categories_search .nav-tabs {
    border-bottom: none;
}

    .flight_categories_search .nav-tabs .nav-item.show .nav-link,
    .flight_categories_search .nav-tabs .nav-link.active {
        color: var(--bg-dark-shade-4);
        border: 1px solid var(--bg-dark-shade-4);
    }

.flight_categories_search .nav-tabs .nav-link {
    margin-bottom: 0;
  color: var(--white-color);
  padding: 0px 15px;
  border-radius: 20px;
  /*border: none;*/
  font-weight: 500;
  background: transparent;
}

.flight_categories_search {
    /*position: absolute;
    right: 30px;
    top: 25px;*/
}

.multi_city_form {
    margin-bottom: 15px;
}


.add_multy_form {
    text-align: left;
}

.add_multy_form button {
    color: var(--white-color);
    border: none;
    background: transparent;
}

.multi_form_remove {
    text-align: right;
}

.multi_form_remove button {
    color: #FF9800;
    border: none;
    background: transparent;
    padding-bottom: 0px;
}

@media (max-width: 1399px) {

    #theme_search_form .container,
    #theme_search_form .container-lg,
    #theme_search_form .container-md,
    #theme_search_form .container-sm,
    #theme_search_form .container-xl {
        max-width: 100%;
    }
}

/* --Imagination Area-- */
.imagination_boxed {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: var(--transition);
}

.imagination_boxed img {
    position: relative;
    width: 100%;
    transition: var(--transition);
}

.imagination_boxed:hover img {
    transform: scale(1.2);
}

.imagination_boxed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25%;
    left: 0;
    background: #17161669;
    bottom: 0;
    z-index: 999;
    transition: all 0.5s;
    transform: translate(0%, 100%);
}

.imagination_boxed:hover:before {
    transform: translate(0%, 0%);
}

.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    align-items: center;
    height: 25%;
}

.imagination_boxed h3 span {
    display: block;
    text-align: center;
}

.imagination_boxed h3 a {
    color: var(--white-color);
    transition: var(--transition);
}

.imagination_boxed:hover h3 a {
    font-weight: 500;
}

/* --Top Destinations Area-- */
.destinations_content_box {
    position: relative;
    margin-bottom: 23px;
    border-radius: 0px;
    overflow: hidden;
}

.destinations_content_box .btn {
    margin-top: 2px;
}

.destinations_content_box img {
    width: 100%;
}

.destinations_content_inner {
    position: absolute;
    bottom: 2%;
    right: 0%;
    transform: translate(-20%, -20%);
    z-index: 99;
}

.destinations_content_inner h3 a {
    color: var(--white-color);
}

.destinations_content_inner h3 a:hover {
    color: var(--black-color);
}

.destinations_content_inner h2 {
    color: var(--white-color);
    padding-bottom: 5px;
}

.destinations_big_offer h1 {
    color: var(--white-color);
    font-size: 150px;
    line-height: 109px;
    padding-bottom: 20px;
}

.destinations_big_offer {
    display: flex;
}

.destinations_big_offer h6 {
    color: var(--white-color);
    line-height: 45px;
    padding-top: 8px;
}

.destinations_big_offer h6 span {
    display: block;
    font-size: 38px;
    font-weight: 500;
}

/* -- Explore Area -- */

.theme_nav_tab {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgb(139 62 234 / 8%), 4px 14px 28px rgb(139 148 250 / 7%);
    border-radius: 12px;
    padding: 21px 0;
    margin-bottom: 30px;
}

.theme_nav_tab_item .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.theme_nav_tab_item .nav-tabs .nav-item.show .nav-link,
.theme_nav_tab_item .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.theme_nav_tab_item .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 1px solid var(--main-color);
    color: var(--black-color);
    padding: 8px 20px;
    border-radius: 5px;
    margin-right: 20px;
}

.theme_nav_tab_item .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.theme_common_box_two {
    border-radius: 0px; /* Change border radius 11p to 0 on 19022024 */
    overflow: hidden;
    border: 0px solid #d2d2d275;
    transition: var(--transition);
    margin-bottom: 0px; /* Change margin-bottom: 30px; to 0px on 19022024 */
}

.theme_common_box_two:hover {
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.theme_two_box_img {
    position: relative;
    overflow: hidden;
}

.img_hover {
    overflow: hidden;
}

.img_hover img {
    transition: var(--transition);
    width: 100%;
}

.img_hover:hover img {
    transform: scale(1.2);
}

.theme_two_box_img img {
    width: 100%;
}

.theme_two_box_img .discount_tab {
    position: absolute;
    right: 9px;
    bottom: -17px;
    background: #FFFFFF;
    box-shadow: 4px 5px 12px rgb(0 0 0 / 10%);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
}

.theme_two_box_img p {
    color: var(--white-color);
    position: absolute;
    bottom: 4px;
    left: 13px;
    font-size: 14px;
}

.theme_two_box_img p i {
    padding-right: 5px;
}

.theme_two_box_content {
    background: #fff;
    padding: 20px 15px;
}

.theme_two_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 5px;
}

.theme_two_box_content h4 a {
    color: var(--black-color);
}

.theme_two_box_content h4 a:hover {
    color: var(--main-color);
}

.theme_two_box_content p {
    padding: 10px 0px;
    font-size: 14px;
}

.theme_two_box_content p .review_rating {
    color: var(--main-color);
}

.theme_two_box_content p .review_count {
    margin-left: 10px;
}

.theme_two_box_content h3 {
    font-weight: 500;
    color: var(--main-color);
}

.theme_two_box_content h3 span {
    font-weight: 400;
    font-size: 14px;
}

/* --offer Area-- */
.offer_area_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.offer_area_box img {
    width: 100%;
}

.offer_area_box .offer_area_content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 27px;
    z-index: 999;
}


.offer_area_content h2 {
    color: var(--white-color);
    padding-bottom: 20px;
}

.offer_area_content p {
    color: var(--white-color);
    padding-bottom: 25px;
}

/* --Promotional Tours Area-- */
.dot_style .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

.dot_style.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.dot_style.owl-theme .owl-dots .owl-dot.active span,
.dot_style.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

/* --Destinations Area-- */
.tab_destinations_boxed {
  display: flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  border-radius: 9px;
  overflow: hidden;
  transition: var(--transition);
  margin-bottom: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.tab_destinations_boxed:hover {
  background: #FFFFFF;
  box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 6px 16px rgba(0, 0, 0, 0.08);
}
.tab_destinations_conntent {
  padding-left: 20px;
}
.tab_destinations_conntent h3 {
  font-size: 22px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tab_destinations_conntent h3 a {
  color: var(--black-color);
}
.tab_destinations_conntent h3 a:hover {
  color: var(--main-color);
}
.tab_destinations_conntent p {
  color: var(--black-color);
  font-weight: 500;
  padding-top: 5px;
}
.tab_destinations_conntent p span {
  color: var(--main-color);
}
.category-svg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 15px 10px;
  line-height: 73px;
  position: relative;
}
.bg-success-transparent {
    background-color: rgb(18 129 34 / 63%) !important;
    color: #044e0f;
}
.bg-primary-transparent {
    background-color: rgb(8 112 150 / 63%) !important;
    color: #003548;
}
.bg-warning-transparent {
    background-color: rgb(156 116 17 / 63%) !important;
    color: #5d4509;
}

/* --News Area-- */
.home_news_item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.home_news_img {
    width: 100px;
    height: 90px;
    border-radius: 10px;
    overflow: hidden;
}

.home_news_left_wrapper .home_news_item:last-child {
    margin-bottom: 0;
}

.slick-slide img {
    display: block;
    border-radius: 10px;
}

.home_news_img img {
    width: 100%;
}

.home_news_content {
    width: 68%;
    padding-left: 25px;
}

.home_news_content h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
}

.home_news_content h3 a {
    color: var(--black-color);
}

.home_news_content h3 a:hover {
    color: var(--main-color);
}

.home_news_content p {
    padding-top: 12px;
    font-size: 14px;
}

.home_news_content p span {
    padding-left: 10px;
}

.home_news_content p span i {
    padding-top: 0;
    font-size: 7px;
    padding-right: 10px;
}

.seeall_link a i {
    padding-left: 5px;
}

.home_news_big img {
    width: 100%;
}

.home_news_big h3 {
    padding-top: 22px;
    font-size: 22px;
    font-weight: 500;
}

.home_news_big h3 a {
    color: var(--black-color);
}

.home_news_big h3:hover a {
    color: var(--main-color);
}

.home_news_big p {
    padding-top: 15px;
}

.home_news_big a {
    display: block;
}

#our_partners .owl-carousel .owl-item a {
    width: auto !important;
    filter: opacity(1);
}

#our_partners .owl-carousel .owl-item a:hover {
    filter: opacity(0.5);
}

.news_home_bigest {
    overflow: hidden;
    border-radius: 12px;
}

/* --Cta Area-- */
#cta_area {
    background: var(--bg-color);
    padding: 70px 0;
}

.cta_left {
    display: flex;
    align-items: center;
}

.cta_icon {
    width: 15%;
    display: contents;
}

.cta_content {
    padding-left: 30px;
}

.cta_content h2 {
    padding-top: 11px;
}

/* --Footer Area-- */
#footer_area {
    padding: 100px 0px;
}

.footer_first_area {
    margin-bottom: 15px;
}

.footer_heading_area h5 {
    /*border-bottom: 1px solid var(--main-color);*/
    display: inline-flex;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    color: #464646;
}

.footer_first_area .f-icon {
  width: 36px;
  font-size: 26px;
  margin-top: 10px;
  color: #727171;
}

.footer_inquery_area {
  padding-top: 5px;
  border-left: 2px solid var(--main-color);
  margin-top: 10px;
  padding-left: 9px;
}

.footer_inquery_area h4 {
    font-weight: 400;
    padding-top: 5px;
    font-size: 12px;
}

.footer_inquery_area h4 a {
    color: var(--white-color);
}

.footer_inquery_area h5 {
    font-size: 13px;
    font-weight: 400;
    color: #9d9d9d;
}

.soical_icon_footer {
    display: flex;
    padding-top: 5px;
}

.soical_icon_footer li {
    padding-right: 8px;
}

.footer_link_area {
    padding-top: 0px;
}

.footer_link_area ul li {
    padding: 5px 0;
    position: relative;
    border-bottom: 0px solid #5b6366;
}

.footer_link_area ul li:last-child {
    border-bottom: 0px;
}

.footer_link_area ul li a {
    color: var(--black-color);
    display: block;
    font-size: 12px;
    font-weight: 400;
    transition: var(--transition);
    padding-left: 15px;
}

.footer_link_area ul li a:after {
    color: var(--heading-color);
}

.footer_link_area ul li a:after {
    content: "\f105";
    display: block;
    position: absolute;
    width: 5px;
    height: 7px;
    z-index: 10;
    top: 10px;
    left: 0px;
    margin-top: -6px;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}

.footer_link_area ul li a:hover {
    color: var(--main-color);
}

.soical_icon_footer li a i {
    font-size: 16px;
}

.copyright_area {
    background-color: var(--white-color);
    padding: 30px 0px 30px 0;
    color: var(--white-color);
}

.copyright_left p {
    color: var(--black-color);
    font-size: 12px;
    font-weight: 400;
}

.copyright_right {
    text-align: right;
}
.copyright_right ul li {
    display: inline-block;
	padding-right: 15px;
}
.copyright_right ul li a {
    font-size: 12px;
    color: var(--white-color);
}

/* =========================
       Tour Search Page
=========================*/
/* --Common Banner-- */
#common_banner {
    background-image: url('../img/banner/common-banner.png');
    padding: 200px 0 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_bannner_text {
    text-align: center;
}

.common_bannner_text h2 {
    color: var(--white-color);
    font-weight: 400;
}

.common_bannner_text ul {
    padding-top: 20px;
}

.common_bannner_text ul li {
    display: inline-block;
    color: var(--white-color);
    padding-left: 7px;
}

.common_bannner_text ul li:first-child {
    padding-left: 0px;
}

.common_bannner_text ul li span {
    padding-right: 5px;
}

.common_bannner_text ul li span i {
    color: var(--white-color);
    font-size: 7px;
    position: relative;
    top: -2px;
    left: -3px;
}

.common_bannner_text ul li a {
    color: #ffffff91;
}

.common_bannner_text ul li a {
    color: #ffffff91;
}

.common_bannner_text ul li a:hover {
    color: var(--main-color);
}

/* --Search Form-- */
/*#theme_search_form_tour {
    margin-top: -85px
}*/

.pagination_area .page-link {
    color: var(--main-color);
    border-radius: 5px;
    padding: 2px 8px;
    font-size: 14px;
}

.pagination_area .page-link:hover {
    z-index: 2;
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pagination_area .page-link:focus {
    z-index: 2;
    color: var(--white-color);
    background-color: var(--main-color);
    outline: none;
    box-shadow: none;
}

.pagination_area .page-item {
    margin: 0 6px;
}

.pagination_area .pagination {
    justify-content: center;
    padding-top: 30px;
}

.left_side_search_boxed {
    background: #FFFFFF;
    border: 1px solid #00000030;
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 15px;
}

.left_side_search_heading h5 {
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
}

.filter-price {
    padding-top: 30px;
    padding-bottom: 50px;
}

.apply {
    border: none;
    background: transparent;
    padding: 0;
    color: var(--main-color);
    font-weight: 500;
}

.filter-price-text {
    padding-bottom: 20px;
}

.noUi-horizontal .noUi-tooltip {
    margin-top: 13px;
    font-size: 15px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -4px;
    top: 4px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -13px;
    top: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
}

.noUi-connect {
    background: var(--main-color);
}

.review_star {
    padding-top: 10px;
}

.review_star .form-check {
    margin-top: 15px;
    margin-bottom: 0;
}

.color_theme {
    color: var(--main-color);
}

.color_asse {
    color: #DDDDDD;
}

.form-check-label {
    width: 100%;
    vertical-align: text-top;
}
}

.tour_search_type {
    padding-top: 10px;
}

.tour_search_type .form-check {
    padding-top: 5px;
}

.area_flex_one {
    display: flex;
    justify-content: space-between;
}

.area_flex_one span {
    color: var(--black-color);
    font-weight: 500;
}

.tour_details_right_boxed {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 25px 20px 35px 20px;
}

.first_child_padding_none ul li:first-child {
    padding-top: 0;
}

.tour_details_right_box_heading h3 {
    font-weight: 500;
    font-size: 22px;
    /*border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;*/
    display: inline-block;
}

.valid_date_area {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.valid_date_area_one {
    padding-right: 40px;
}

.valid_date_area_one h5 {
    font-weight: 500;
    padding-bottom: 5px;
}

.tour_package_details_bar_list {
    padding-top: 20px;
}

.tour_package_details_bar_list h5 {
    font-weight: 500;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block;
}

.tour_package_details_bar_list ul li {
    padding-top: 15px;
    color: var(--paragraph-color);
    display: flex;
    align-items: center;
}

.tour_package_details_bar_list ul li i {
    color: var(--black-color);
    font-size: 6px;
    padding-right: 7px;
}

.tour_package_details_bar_price {
    padding-top: 20px;
}

.tour_package_details_bar_price h5 {
    font-weight: 500;
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    display: inline-block;
}

.tour_package_bar_price {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.tour_package_bar_price h6 {
    font-size: 16px;
    font-weight: 500;
}

.tour_package_bar_price h3 {
    padding-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: var(--main-color);
}

.tour_package_bar_price h3 sub {
    color: var(--paragraph-color);
    font-weight: 400;
    bottom: 0;
    font-size: 14px;
}

.tour_select_offer_bar_bottom button {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.select_offer_modal.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    z-index: 999999;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.travel_date_side .form-control {
    border: 1px solid var(--black-color);
    margin-top: 10px;
}

.select_person_side {
    padding-top: 25px;
}

.select_person_side h3 {
    font-size: 18px;
    font-weight: 500;
}

.select_person_item {
    padding-top: 10px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select_person_left h6 {
    font-size: 16px;
    font-weight: 500;
}

.select_person_left p {
    font-size: 12px;
    font-weight: 500;
}

.select_person_right button {
    border: 1px solid #d6d6d6;
    background: transparent;
    font-size: 10px;
    transition: var(--transition);
}

.select_person_right button:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.select_person_right span {
    font-size: 14px;
    padding: 0 4px;
}

.write_spical_not {
    padding-top: 30px;
}


.write_spical_not textarea {
    height: 100%;
    border: 1px solid var(--black-color);
    margin-top: 10px;
}

.write_spical_check {
    padding-top: 10px;
}

.main_spical_check p {
    font-size: 14px;
}

.main_spical_check p span {
    color: var(--main-color);
}

.proceed_booking_btn a {
    border-radius: 0;
}

.tour_details_heading_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tour_details_top_heading h5 {
    padding-top: 15px;
    font-size: 16px;
}

.tour_details_top_heading_right h4 {
    color: var(--main-color);
}

.tour_details_top_heading_right h6 {
    font-size: 16px;
    color: var(--main-color);
    padding-top: 5px;
}

.tour_details_top_heading_right p {
    padding-top: 2px;
    font-size: 14px;
}

.tour_details_top_bottom {
    margin-top: 25px;
    border-top: 1px solid #eeeaea;
    padding-top: 13px;
    border-bottom: 1px solid #eeeaea;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
}

.toru_details_top_bottom_item {
    display: flex;
    align-items: center;
}

.tour_details_top_bottom_icon {
    font-size: 30px;
    padding-right: 10px;
}

.tour_details_top_bottom_text h5 {
    font-weight: 500;
}

.tour_details_top_bottom_text p {
    font-size: 14px;
}

.tour_details_img_wrapper {
    margin-top: 40px;
    display: block;
}

.tour_details_img_wrapper .slider-nav {
    margin-top: 20px;
}

.tour_details_boxed {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 30px;
}

.heading_theme {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}

.tour_details_boxed_inner p {
    padding-bottom: 15px;
}

.tour_details_boxed_inner ul li {
    padding-bottom: 15px;
    color: var(--paragraph-color);
    display: flex;
}

.tour_details_boxed_inner ul li i {
    color: var(--black-color);
    font-size: 6px;
    padding-right: 7px;
    padding-top: 6px;
}

.tour_details_boxed_inner .accordion-button {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
}

.tour_details_boxed_inner .accordion-item {
    border: none;
    border-radius: 0;
    padding-bottom: 15px;
    width: 100%;
}

.tour_details_boxed_inner .accordion-button:not(.collapsed) {
    color: var(--main-color);
    background-color: #fff;
    box-shadow: none;
}

.tour_details_boxed_inner .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.tour_details_boxed_inner .accordion-body {
    padding: 0;
}

.accordion_itinerary_list {
    padding-top: 15px;
}

.accordion_flex_area {
    display: flex;
}

.accordion_left_side h5 {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #4c82ff24;
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
}

.map_area {
    width: 100%;
}

.map_area iframe {
    width: 100%;
    height: 300px;
}

.tour_detail_right_sidebar {
    margin-bottom: 30px;
}

.write_your_review_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 50px;
}

.write_review_inner_boxed {
    text-align: center;
    padding-top: 20px;
}

.all_review_wrapper {
    margin-top: 60px;
}

.all_review_box {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 20px 20px;
    position: relative;
    margin-top: 65px;
}

.all_review_date_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all_review_date h5 {
    font-size: 16px;
}

.all_review_star {
    text-align: center;
}

.all_review_star h5 {
    font-size: 16px;
}

.review_star_all i {
    font-size: 10px;
    color: var(--main-color);
}

.all_review_text {
    text-align: center;
    margin-top: -100px;
}

.all_review_text img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.all_review_text span {
    padding-top: 5px;
    display: block;
}

.all_review_text h4 {
    padding-top: 20px;
}

.all_review_text p {
    padding-top: 15px;
}

.all_review_small_img {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.all_review_small_img_item {
    padding-right: 11px;
}

.all_review_small_img .all_review_small_img_item:last-child {
    padding-right: 0px;
}

.all_review_small_img_item h5 {
    color: var(--main-color);
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
}

/* =========================
    Top Destinations Page
=========================*/
.payment_toggle {
    display: none;
}

#payment_checked .form-check-label {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 13px;
    cursor: pointer;
}

.payment_card,
.paypal_payment,
.payoneer_payment,
.cash_payment {
    padding-top: 15px;
}

.payment_card .form-group {
    margin-bottom: 30px;
    cursor: pointer;
}

#payment_checked .form-check:last-child .form-check-label {
    margin-bottom: 0;
}

.top_destinations_box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
}

.top_destinations_box_content {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 20px 20px;
    width: 100%;
}

.top_destinations_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
}

.top_destinations_box_content h4 a {
    color: var(--white-color);
}

.top_destinations_box_content h4 a:hover {
    color: var(--main-color);
}

.top_destinations_box_content p {
    padding: 6px 0px;
    font-size: 14px;
    color: var(--white-color);
}

.top_destinations_box_content p .review_rating {
    color: var(--white-color);
}

.top_destinations_box_content p .review_count {
    margin-left: 10px;
}

.top_destinations_box_content h3 {
    font-weight: 500;
    color: var(--white-color);
}

.top_destinations_box_content h3 span {
    font-weight: 400;
    font-size: 14px;
}

.heart_destinations {
    right: 17px;
    position: absolute;
    top: 12px;
    cursor: pointer;
    z-index: 9;
}

.heart_destinations i {
    color: var(--white-color);
    font-size: 24px;
}

.heart_destinations i:hover {
    color: var(--main-color);
}

.edit_date_form .form-control {
    border: 1px solid var(--black-color);
    margin-top: 10px;
}

.edit_date_form {
    padding-top: 20px;
}

.select_person_right h6 {
    font-size: 16px;
    font-weight: 500;
}

.edit_person {
    text-align: right;
    padding-top: 15px;
}

.edit_person p {
    color: var(--main-color);
    cursor: pointer;
}

/*.form-control {
    height: 55px;
    border: 2px dashed #dddddd75;
    padding: 10px 22px;
    font-size: 16px;
}*/

.bg_input {
    background-color: #F3F6FD;
}

/*.form-control:focus {
    color: var(--heading-color);
    background-color: #fff;
    border: 2px dashed var(--main-color);
    outline: none;
    box-shadow: none;
}*/

.tour_booking_form_box {
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgb(0 0 0 / 8%), 5px 8px 16px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}

#tour_bookking_form_item .form-group {
    margin-bottom: 30px;
}

#tour_bookking_form_item {
    padding-top: 25px;
}

.booking_tour_form {
    margin-bottom: 30px;
}

.booking_tour_form_submit a {
    margin-top: 15px;
}

.coupon_code_area_booking {
    padding-top: 30px;
}

.coupon_code_submit {
    padding-top: 20px;
}

.tour_booking_amount_area ul {
    padding-top: 15px;
}

.tour_booking_amount_area ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
    font-weight: 500;
    font-size: 16px;
}

.tour_booking_amount_area ul li:last-child {
    border-bottom: 1px solid #dadada
}

.tour_bokking_subtotal_area {
    padding-top: 15px;
}

.tour_bokking_subtotal_area h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding-left: 105px;
}

.coupon_add_area {
    padding-top: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
}

.coupon_add_area h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

.remove_coupon_tour {
    font-size: 14px;
    font-style: italic;
    font-weight: 400 !important;
    color: var(--main-color);
    cursor: pointer;
}

.total_subtotal_booking {
    padding-top: 15px;
}

.total_subtotal_booking h6 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
}

/* ================================
          About Page
===================================*/
.about_us_left h5 {
    font-size: 22px;
    font-weight: 500;
}

.about_us_left h2 {
    font-size: 40px;
    line-height: 55px;
    padding-top: 20px;
}

.about_us_left p {
    padding-top: 15px;
}

.about_us_left a {
    margin-top: 25px;
}

.about_offer_banner img {
    width: 100%;
    height: 100%;
}

.about_offer_banner {
    position: relative;
}

.about_offer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.about_offer_text h3 {
    font-weight: 500;
    color: var(--white-color);
}

.about_offer_text h3 span {
    color: var(--main-color);
}

.about_offer_text h2 {
    color: var(--white-color);
    padding: 15px 0;
}

.about_offer_text a {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.about_offer_text a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.about_service_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 18px 18px;
}

.about_service_boxed h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}

.about_service_boxed p {
    padding-top: 10px;
}

.about_offer_banner {
    height: 400px;
}

#consultation_area {
    background-image: url('../img/common/counter_bg.png');
    padding: 150px 0 220px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation_area_text {
    text-align: center;
}

.consultation_area_text h2 {
    color: var(--white-color);
}

.consultation_area_text p {
    color: var(--white-color);
    padding-top: 20px;
}

.counter_area_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.counter_item {
    text-align: center;
    border-right: 1px solid #e9e9e9;
    padding: 35px 0;
}

.counter_item h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--main-color);
    padding-top: 6px;
    letter-spacing: 2px;
}

.counter_item h6 {
    font-weight: 500;
    font-size: 16px;
    padding-top: 2px;
}

#counter_area {
    margin-top: -100px;
}

/* ==========================
    Tour Guides Page
========================== */
.guide_heading_area {
    text-align: center;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 30px;
}

.guide_heading_area h3 {
    font-weight: 400;
    color: var(--main-color);
}

.tour_guides_boxed_main {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.tour_guides_boxed {
    position: relative;
    /*box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);*/
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.tour_guides_boxed img {
    width: 100%;
}

.tour_guide_content {
    position: absolute;
    bottom: 10px;
    /*background: #fff;*/
    width: 100%;
   /* box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);*/
    padding: 10px 10px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: var(--transition);
    opacity: 1;
    /*transform: translateY(100px);*/
}

.tour_guides_boxed:hover .tour_guide_content {
    opacity: 1;
    /*transform: translateY(0px);*/
}

.tour_guide_content h3 {
    font-size: 20px;
    font-weight: 500;
    color: var(--main-color);
}

.tour_guide_content p {
    padding-top: 1px;
    font-size: 14px;
    font-weight: 500;
}

.tour_guide_content ul {
    margin-bottom: 10px;
    margin-top: -25px;
}

.tour_guide_content li {
    display: inline-flex;
}

.tour_guide_content a {
    display: flex;
    background: #fff;
    width: 30px;
    text-align: center;
    justify-content: center;
    height: 30px;
    border-radius: 50%;
    box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.08);
    transition: var(--transition);
    color: var(--main-color);
    margin-left: 8px;
    align-items: center;
}

.tour_guide_content .facebook, .tour_guide_content .google-plus {
    color: #959595;
}

.tour_guide_content li:first-child {
    margin-left: 0;
}

.tour_guide_content a:hover, .tour_guide_content a:hover.facebook, .tour_guide_content a:hover.google-plus {
    background: var(--main-color);
    color: var(--white-color);
}

/* =============================
            Faqs Page
==============================*/

.faqs_item_wrapper h3 {
    font-weight: 500;
    font-size: 28px;
}

.faqs_main_item {
    margin-bottom: 30px;
}

.faqs_main_item .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 2px;
}

.faqs_main_item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    color: var(--black-color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-weight: 500;
    box-shadow: none;
}

.faqs_main_item .accordion-header {
    border: 1px solid #e5e5e5;
}

.faqs_main_item .accordion-body {
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.faqs_main_item button:focus {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border: none;
}

.faqs_item_wrapper {
    padding-top: 50px;
}

.faqs_call_area {
    background: var(--main-color);
    text-align: center;
    padding: 90px 30px;
    border-radius: 10px;
}

.faqs_call_area h5 {
    color: var(--white-color);
    padding-top: 20px;
}

.faqs_call_area h3 a {
    color: var(--white-color);
}

.faqs_call_area h3 a:hover {
    color: var(--black-color);
}

.faqs_call_area h3 {
    padding-top: 20px;
    font-size: 30px;
    font-weight: 500;
}

/* =============================
        Contact Page
================================*/

.contact_boxed {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
}

.contact_boxed h6 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.contact_boxed h3 {
    padding-bottom: 20px;
    font-weight: 500;
}

.contact_boxed p {
    padding-bottom: 15px;
}

.contact_boxed a {
    font-weight: 600;
}

.phone_tuch_area {
    display: flex;
    justify-content: space-between;
    padding-bottom: 35px;
    padding-top: 35px;
}

.phone_tuch_area h3 {
    font-weight: 500;
    font-size: 30px;
}

.contact_main_form_area {
    padding-top: 100px;
}

.contact_form {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 35px 35px;
    margin-top: 20px;
}

#contact_form_content .form-control {
    margin-bottom: 20px;
}

#contact_form_content textarea {
    height: 100%;
}

.map_modal_content {
    text-align: center;
    padding: 80px 25px 25px 25px;
}

/* =============================
        News Page
================================*/
.news_area_top_right h2 {
  line-height: 45px;
  font-size: 30px;
}
.news_area_top_right h2 a {
  color: var(--black-color);
}
.news_area_top_right h2 a:hover {
  color: var(--main-color);
}
.news_area_top_right p {
  padding-top: 15px;
  padding-bottom: 15px;
}
.news_area_top_right a {
  font-weight: 500;
}
.news_area_top_right a i {
  padding-left: 4px;
}
.news_author_area {
  display: flex;
  padding-top: 0px;
  margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 10px;
}
.news_author_img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.news_author_img img {
  width: 100%;
}
.news_author_area_name {
  padding-left: 10px;
  padding-top: 5px;
}
.news_author_area_name p {
  padding: 4px 0 0 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: var(--paragraph-color);
}
.news_author_area_name p i {
  font-size: 6px;
  padding: 0 8px;
}
.new_main_news_box {
  border-top: 1px solid #dbdbdb;
  margin-top: 50px;
}
.news_item_boxed {
  margin-top: 45px;
}
.news_item_img {
  border-radius: 10px;
  overflow: hidden;
}
.news_item_img img {
  width: 100%;
}
.news_item_content {
  padding: 25px 5px 0px 0;
}
.news_item_content h3 {
  font-weight: 500;
  line-height: 35px;
}
.news_item_content h3 a {
  color: var(--black-color);
}
.news_item_content h3 a:hover {
  color: var(--main-color);
}
.news_item_content p {
  padding-top: 13px;
}

/* =============================
        News Details Page
================================*/
.news_details_content_area h2 {
    padding-top: 30px;
    line-height: 45px;
}

.news_details_content_area p {
    padding-top: 20px;
}

.news_details_content_area h3 {
    padding-top: 20px;
    font-weight: 500;
}

.news_details_content_area ul li {
    padding-top: 13px;
}

.news_details_content_area ul li i {
    font-size: 10px;
    padding-right: 7px;
    color: var(--main-color);
}

.news_details_left_img {
    padding-top: 30px;
}

.download_pdf_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEF4F8;
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 45px;
}

.downloads_pdf_icon {
    display: flex;
    align-items: center;
}

.downloads_pdf_icon h3 {
    padding-left: 10px;
    font-weight: 500;
}

.comment_area {
    padding-top: 60px;
}

.comment_area h3 {
    font-weight: 500;
    margin-bottom: 30px;
}

.comment_area_boxed {
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}

.comment_area .comment_area_boxed:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.comment_img {
    width: 17%;
}

.comment_author_name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.comment_text {
    padding-left: 20px;
}

.comment_area_form {
    padding-top: 60px;
}

.comment_area_form h3 {
    font-weight: 500;
    margin-bottom: 30px;
}

textarea {
    height: 100% !important;
}

#news_comment_form .form-froup {
    margin-bottom: 30px;
}

.news_details_right_item {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.news_details_right_item h3 {
    font-weight: 500;
    border-bottom: 0px solid #e5e5e5;
    padding-bottom: 10px;
	font-size: 22px;
}

.recent_news_item {
    /*display: flex;*/
    padding-top: 0px;
	overflow: hidden;
	max-height: 206px;
}

.recent_news_item:hover {
  overflow-y: scroll;
}
.recent_news_item:active::-webkit-scrollbar-thumb,
.recent_news_item:focus::-webkit-scrollbar-thumb,
.recent_news_item:hover::-webkit-scrollbar-thumb {
    visibility: visible;
}
.recent_news_item::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    visibility: hidden;
}

.recent_news_item::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.recent_news_img {
    width: 35%;
}

.recent_news_text {
    padding-left: 10px;
}

.recent_news_text h5 {
    font-weight: 500;
    line-height: 26px;
}

.recent_news_text h5 a {
    color: var(--black-color);
}

.recent_news_text h5 a:hover {
    color: var(--main-color);
}

.recent_news_text p {
    padding-top: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.recent_news_text p i {
    font-size: 6px;
    margin: 0 7px;
    color: var(--main-color);
}

.news_tags_area {
    padding-top: 10px;
}

.news_tags_area ul li {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 15px;
}

.news_tags_area ul li a {
    background: #DDDDDD;
    padding: 7px 15px;
    color: var(--black-color);
    font-weight: 400;
    transition: var(--transition);
}

.news_tags_area ul li a:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.news_tags_area ul li a.active {
    background: var(--main-color);
    color: var(--white-color);
}

.share_icon_area li:first-child {
    margin-left: 0;
}

.share_icon_area {
    padding-top: 30px;
}

.share_icon_area li {
    display: inline-flex;
    background: #fff;
    width: 40px;
    text-align: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 8%);
    transition: var(--transition);
    color: var(--main-color);
    margin-left: 15px;
}

.share_icon_area li:hover {
    background: var(--main-color);
}

.share_icon_area li:hover a {
    color: var(--white-color);
}

/* ==============================
        Dashboard Page
================================*/
.dashboard_sidebar {
    background: #FFFFFF;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.dashboard_sidebar_user {
    text-align: center;
    padding: 30px 20px;
    background: #F3F6FD;
}

.dashboard_sidebar_user img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.dashboard_sidebar_user h3 {
    padding-top: 20px;
    font-weight: 500;
}

.dashboard_sidebar_user p {
    line-height: 17px;
    padding-top: 10px;
}

.dashboard_sidebar_user p a {
    color: var(--paragraph-color);
}

.dashboard_sidebar_user p a:hover {
    color: var(--main-color);
}

.dashboard_menu_area {
    padding: 40px 20px;
}

.dashboard_menu_area ul li {
    margin-bottom: 30px;
    font-size: 18px;
}

.dashboard_menu_area ul li:last-child {
    margin-bottom: 0px;
}

.dashboard_menu_area ul li:hover {
    color: var(--main-color);
    cursor: pointer;
}

.dashboard_menu_area ul li a {
    color: var(--black-color);
}

.dashboard_menu_area ul li a.active {
    color: var(--main-color);
}

.dashboard_menu_area ul li a:hover {
    color: var(--main-color);
}

.dashboard_menu_area ul li i {
    padding-right: 10px;
}

.booing_sidebar_dashboard {
    padding-top: 30px;
    padding-left: 30px;
}

.dashboard_dropdown_button {
    position: relative;
}

.dashboard_dropdown_button span {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
}

.dashboard_top_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 14px rgba(0, 0, 0, 0.08), 8px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 25px 40px;
    display: flex;
    align-items: center;
}

.dashboard_main_top {
    margin-bottom: 30px;
}

.dashboard_top_icon i {
    font-size: 100px;
    color: var(--paragraph-color);
}

.dashboard_top_text {
    padding-left: 20px;
}

.dashboard_top_text h3 {
    padding-bottom: 8px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.dashboard_top_text h1 {
    line-height: 64px;
    font-size: 70px;
    font-weight: 500;
}

.dashboard_common_table {
    background: #F3F6FD;
    border-radius: 12px;
    padding: 25px 30px;
}

.dashboard_common_table h3 {
    font-weight: 500;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative;
}

.dashboard_common_table h3::after {
    content: "";
    width: 140px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.table_common_area {
    margin-top: 40px;
}

.table_common_area table {
    text-align: center;
    border: 1px solid #d5d5d5;
}

.table_common_area thead tr th {
    border: none;
    background: #fff;
    padding: 15px 0;
}

.table_common_area tbody tr td {
    padding: 16px 0;
}

.table_common_area tbody tr td.complete {
    color: #4CAF50;
    font-weight: 500;
}

.table_common_area tbody tr td.cancele {
    color: #C8102E;
    font-weight: 500;
}

.table_common_area tbody tr td i {
    cursor: pointer;
}

/* ---My Profile Page--- */
#profile_form_area {
    padding-top: 35px;
}

#profile_form_area .form-group {
    margin-bottom: 30px;
}

#profile_form_area label {
    margin-bottom: 10px;
}

#profile_form_area .change_password_field {
    position: relative;
}

#profile_form_area .change_password_field p {
    position: absolute;
    bottom: 14px;
    right: 15px;
    font-size: 12px;
    cursor: pointer;
    color: var(--main-color);
    font-weight: 500;
}

.change_password_input_boxed h3 {
    margin-bottom: 30px;
}

.notification_top_heading {
    position: relative;
}

.notification_top_heading p {
    color: var(--main-color);
    padding-left: 20px;
    position: absolute;
    left: 147px;
    top: 0;
    font-weight: 600;
    font-size: 12px;
}

.notification_wrapper {
    padding-top: 30px;
}

.notification_wrapper .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 15px;
}

.notification_wrapper .accordion-button {
    padding: 4px 25px;
    font-size: 16px;
    background-color: transparent;
}

.notification_wrapper .accordion-button.active {
    background: var(--white-color);
}

.notification_wrapper .accordion-button.shows {
    background: var(--white-color);
}

.notification_wrapper .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    background: #FFFFFF;
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
}

.notification_wrapper .accordion-button::after {
    display: none;
}

/*.modal {
    z-index: 99999;
}*/

.logout_modal_content {
    text-align: center;
    padding: 80px 0px 40px 0;
}

.logout_modal_content h3 {
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
}

.logout_approve_button {
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 0 30px;
}

.logout_approve_button button {
    width: 46%;
}

.btn_border {
    border: 1px solid var(--main-color);
}

.btn_border:hover {
    background: var(--main-color);
}

/* --wallet Page-- */
.wallet_area_boxed {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px 15px;
}

.wallet_area_boxed h4 {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 11px;
    position: relative;
}

.wallet_area_boxed h4::after {
    content: "";
    width: 100px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.wallet_blance_boxed {
    margin-top: 20px;
}

.wallet_blance_boxed p {
    font-size: 14px;
}

.wallet_blance_boxed h5 {
    font-weight: 500;
    padding-top: 4px;
}

.wallet_boxed_flex {
    display: flex;
    justify-content: space-between;
}

.dashboard_price_range {
    padding-top: 30px;
}

.main_range_price {
    height: 13px;
    width: 100%;
    background: #66666652;
    border-radius: 40px;
    font-size: 10px;
    line-height: 100%;
    position: relative;
    overflow: hidden;
}

.main_range_price::after {
    content: "30%";
    width: 49%;
    background: var(--main-color);
    height: 13px;
    position: absolute;
    border-radius: 30px;
    text-align: right;
    color: #fff;
    padding: 0 22px;
    line-height: 12px;
}

.price_range_blance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_range_blance p {
    font-size: 12px;
    font-weight: 600;
}

.add_balance_area {
    padding-top: 30px;
}

.add_balance_area .input-group-text {
    padding: 0 16px;
    font-size: 20px;
    border: none;
}

.add_balance_area .form-control {
    height: 45px;
}

.other_add_balance_area {
    text-align: center;
    padding-top: 7px;
}

.other_add_bal_button {
    padding-top: 5px;
    padding-bottom: 20px;
}

.btn_add_bal {
    border: 1px solid var(--main-color);
    font-size: 14px;
    margin-left: 10px;
    transition: var(--transition);
}

.btn_add_bal:hover {
    background: var(--main-color);
}

.btn_add_bal.active {
    background: var(--main-color);
    color: var(--white-color);
}

.wallet_table_top {
    padding-top: 50px;
}

.btn_modal_closed {
    position: absolute;
    right: 20px;
    top: 16px;
}

.btn_modal_closed button {
    background: var(--white-color);
    border: 2px solid var(--main-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 23px;
}

.btn_modal_closed button:hover {
    background: var(--main-color);
    color: var(--white-color);
    transition: var(--transition);
}

/* ============================
        Login Page
================================ */
.common_author_boxed {
    background: #f3f6fd;
    padding: 45px 20px;
}

.common_author_heading {
    text-align: center;
}

.common_author_heading h3 {
    font-weight: 400;
    color: var(--paragraph-color);
}

.common_author_heading h2 {
    padding-top: 15px;
}

.common_author_form {
    padding: 50px 100px 0px 100px;
}

#main_author_form .form-group {
    margin-bottom: 20px;
    text-align: right;
}

#main_author_form .form-group a {
    color: var(--paragraph-color);
    padding-top: 10px;
    display: block;
}

#main_author_form .form-group a:hover {
    color: var(--main-color);
}

.common_form_submit {
    text-align: center;
}

.common_form_submit {
    padding-top: 20px;
}

.have_acount_area {
    text-align: center;
    padding-top: 20px;
}

.other_author_option ul {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.other_author_option ul li {
    padding-left: 10px;
    transition: var(--transition);
}

.other_author_option ul li:hover {
    transform: translateY(-10px);
}

.line_or {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.line_or span {
    display: block;
    background: #f3f6fd;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    color: var(--black-color);
    font-size: 20px;
    margin: 0px auto -21px auto;
}

.otpCont {
    text-align: center;
    display: flex;
    justify-content: center;
}

.otSc {
    margin: 0;
    margin-right: 34px;
    border: 1px solid var(--main-color);
    padding: 5px 0px;
    font-size: 22px;
    text-align: center;
    width: 7%;
    outline: none;
}

.otSc:last-child {
    margin-right: 0;
}

/* ==============================
     Flight Search Area
================================*/

.flight_search_items {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flight_search_item_wrappper {
    margin-bottom: 15px;
}

.flight_search_left {
    display: flex;
    align-items: center;
    padding: 0 0px 0 23px;
}

.flight_search_middel {
    display: flex;
    align-items: center;
    padding-left: 47px;
}

.flight_multis_area_wrapper {
    display: flex;
    justify-content: space-between;
}

.flight_search_destination {
    padding-left: 33px;
}

.flight_search_destination p {
    font-size: 14px;
    line-height: 16px;
}

.flight_search_destination h3 {
    font-weight: 500;
    padding-top: 5px;
}

.flight_search_destination h6 {
    padding-top: 5px;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 140px;
}

.flight_right_arrow {
    text-align: center;
}

.flight_right_arrow img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.1);
}

.flight_right_arrow p {
    font-size: 11px;
    line-height: 18px;
}

.flight_right_arrow h6 {
    font-size: 11px;
    font-weight: 700;
    padding-top: 10px;
}

.flight_search_right {
    background: #F3EFF9;
    padding: 25px 16px 20px 25px;
	border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.flight_search_right h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--paragraph-color);
}

.flight_search_right h2 {
    padding-top: 10px;
}

.flight_search_right h2 sup {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 600;
    top: -19px;
    padding-left: 5px;
}

.flight_search_right a {
    margin-top: 13px;
}

.flight_search_right p {
    font-size: 12px;
    padding-top: 2px;
    font-weight: 500;
    color: var(--black-color);
}

.flight_search_right h6 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 7px;
    cursor: pointer;
}

.load_more_flight {
    text-align: center;
    padding-top: 40px;
}

.load_more_flight button {
    border: 1px solid var(--main-color);
}

.load_more_flight button:hover {
    background: var(--main-color);
}

.flight_policy_refund {
    border: 1px solid #d7d6d6;
    border-radius: 10px;
    padding: 0px 20px;
}

.airline-details {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.airline-details .img {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

.airline-details .airlineName {
    margin-right: 8px;
    font-size: 11px;
    font-weight: 600;
}

.airline-details .flightNumber {
    font-size: .625rem;
    color: #4c4c4c;
}

.flight_inner_show_component .flight_det_wrapper {
    display: flex;
    align-items: flex-start;
    width: 185px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time {
    font-size: 18px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .code {
    color: #4c4c4c;
    margin-right: 8px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .code_time .time {
    font-weight: 600;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .airport {
    color: #4c4c4c;
    font-size: .75rem;
    line-height: 16px;
}

.flight_inner_show_component .flight_det_wrapper .flight_det .date {
    color: #4c4c4c;
    font-size: .625rem;
}

.flight_inner_show_component .flight_duration {
    justify-content: center;
    width: 96px;
    text-align: center;
    align-items: flex-start;
    color: rgb(76, 76, 76);
    flex-wrap: wrap;
    line-height: 1;
}

.flight_inner_show_component .flight_duration span {
    font-size: 0.625rem;
    color: rgb(76, 76, 76);
    margin-top: 8px;
    font-weight: 500;
    display: inline-block;
}

.flight_inner_show_component .arrow_right {
    flex-basis: 88px;
    margin: 4px 1rem 0px;
    background-image: url('../img/icon/plane-right-blue.png');
    background-repeat: no-repeat;
    background-position: 50% center;
    text-align: center;
    min-height: 24px;
    min-width: 24px;
    background-size: 24px;
}

.flight_inner_show_component {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.TabPanelInner p {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 16px
}

.TabPanelInner h4 {
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #8b3eea;
    display: inline-block;
    margin-bottom: 12px;
}

.flight_show_down_wrapper {
    display: flex;
    border-bottom: 1px solid #cdcdcd;
    padding-top: 25px;
}

.flight_refund_policy {
    display: flex;
    justify-content: space-between;
}

.flex_widht_less {
    width: 68%;
    padding-left: 22px;
}

.flight_info_taable h3 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4px;
}

.fligth_top_search_main_form_wrapper .flight_categories_search {
    position: inherit;
    right: 30px;
    top: 0;
    margin-bottom: 20px;
}

/* ===========================
   Flight Details Page
===========================*/
.flight_sidebar_right {
    padding-top: 20px;
    display: flex;
}

.flight_right_arrow_sidebar {
    text-align: center;
    padding: 0 22px;
}

.flight_right_arrow_sidebar img {
    width: 40px;
}

.flight_right_arrow_sidebar h6 {
    font-size: 10px;
}

.flight_right_arrow_sidebar p {
    font-size: 10px;
    line-height: 13px;
}

.flight_search_destination_sidebar p {
    font-size: 10px;
    font-weight: 600;
    color: var(--black-color);

}

.flight_search_destination_sidebar h3 {
    font-size: 16px;
    font-weight: 500;
}

.flight_search_destination_sidebar h6 {
    font-size: 10px;
    padding-top: 3px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

.flight_search_middel_sidebar {
    display: flex;
}

/* ===================================
        Hotel Search Page
====================================*/
.room_book_item {
    display: flex;
    border: 1px solid #DDDDDD;
    margin-top: 30px;
	align-items: center;
}


.room_booking_heading h3 {
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*width: 335px;*/
    padding-bottom: 10px;
}

.room_booking_heading h3 a {
    color: var(--black-color);
}

.room_booking_heading h3 a:hover {
    color: var(--main-color);
}

.room_fasa_area ul {
    display: flex;
    padding-top: 10px;
}

.room_fasa_area ul li {
    padding-right: 20px;
	font-size: 13px;
}

.room_fasa_area ul li img {
    padding-right: 8px;
    width: 28px;
}

.room_person_select {
    padding-left: 35px;
    padding-top: 15px;
}

.room_person_select h3 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
    padding-bottom: 15px;
}

.room_booking_right_side {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px 0 25px;
}

.room_select_area .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    justify-content: center;
}

.room_select_area .nav-tabs .nav-item.show .nav-link,
.room_select_area .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: #dee2e6 #dee2e6 #fff;
}

.room_select_area .nav-tabs .nav-link {
    margin-bottom: 0;
    background: #F3F6FD;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 10px 110px;
}

.room_details_facilities {
    display: flex;
    justify-content: space-between;
}

.tour_details_boxed_inner .room_details_facilities p {
    padding-bottom: 0px;
}

/* ===================================
    Room-Booking-Confirmation Page
====================================*/

.booking_success_arae {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.booking_success_text {
    padding-left: 30px;
}

.booking_success_text h3 {
    font-weight: 500;
    padding-bottom: 10px;
}

.your_info_arae ul li {
    border-bottom: 1px solid #dfdfdf94;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}

.your_info_arae ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.name_first {
    width: 40%;
}

.last_name {
    font-weight: 600;
}

/* ===================================
    Become A Vendor Page
====================================*/
.how_it_boxed {
    text-align: center;
    padding-top: 30px;
}

.how_it_boxed h3 {
    padding-top: 30px;
    font-weight: 500;
}

.how_it_boxed p {
    padding-top: 10px;
}

.video_play_area {
    position: relative;
}

.video_play_area img {
    width: 100%;
}

.video_play_button {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.video_play_button a {
    font-size: 60px;
    color: var(--white-color);
}

.video_play_button a:hover {
    color: var(--main-color);
}

.video_play_button h4 {
    color: var(--white-color);
    padding-top: 15px;
}

.video_play_button h2 {
    color: var(--white-color);
    padding-top: 10px;
    font-size: 40px;
}

.vendor_form_heading {
    padding-bottom: 30px;
}

.vendor_form_heading p {
    padding-top: 10px;
}

.vendor_img img {
    width: 100%;
}

/* ===================================
    Terms Of Service Page
====================================*/
.terms_item h4 {
    font-weight: 700;
}

.terms_item p {
    padding-top: 15px;
}

.terms_item {
    padding-top: 30px;
}

.terms_item:first-child {
    padding-top: 0px;
}

/* ===================================
       Error Page
====================================*/
.error_content h2 {
    padding-top: 30px;
}

.error_content p {
    padding-top: 10px;
}

.error_content a {
    margin-top: 30px;
}




/* --Preloader -- */

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: var(--white-color);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    right: 0
}

.preloader .lds-spinner {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.preloader .lds-spinner div {
    -webkit-transform-origin: 40px 40px;
    transform-origin: 40px 40px;
    -webkit-animation: lds-spinner 1.2s linear infinite;
    animation: lds-spinner 1.2s linear infinite
}

.preloader .lds-spinner div::after {
    content: " ";
    display: block;
    position: absolute;
    top: 5px;
    left: 35px;
    width: 5px;
    height: 20px;
    border-radius: 20%;
    background: var(--main-color)
}

.preloader .lds-spinner div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader .lds-spinner div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .lds-spinner div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .lds-spinner div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader .lds-spinner div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.preloader .lds-spinner div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader .lds-spinner div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader .lds-spinner div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader .lds-spinner div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader .lds-spinner div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.preloader .lds-spinner div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.preloader .lds-spinner div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

/* --Top To Bottom-- */
@keyframes bounce {
    0%, 100% {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: translateY(0);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.animate-bounce {
    animation: bounce 3s infinite;
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    /*color: var(--white-color);
    background-color: var(--main-color);*/
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50%;
    animation: bounce 3000ms infinite;
    box-shadow: -1px 0px 16px 8px #ddd;
}

.go-top.active {
    top: 90%;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    opacity: 1;
    visibility: visible
}

.go-top i, .go-top svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: .6s;
    transition: .6s
}

.go-top i:last-child, .go-top svg:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background: var(--main-color);*/
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%
}

.go-top:hover,
.go-top:focus {
    /*color: #fff*/
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%
}

/*================================================================================*/
.gradient-bg-header-arae {
    /*background: transparent linear-gradient(180deg, var(--unnamed-color-ffffff) 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 1;*/
    /*background: transparent;*/
    /*background: linear-gradient(326deg, rgb(153 154 157) 0%, rgb(84 134 181) 57%, rgb(255 255 255) 100%);
    background: linear-gradient(326deg, rgb(153 154 157) 0%, rgb(170 194 217) 57%, rgb(255 255 255) 100%);*/
}

.gradient-custom-2 {
	/* fallback for old browsers */
	background: #fccb90;
	/* Chrome 10-25, Safari 5.1-6 */
background: -webkit-linear-gradient(left, #2398ff, #1c9fff, #2497FF, #0035BF);
background: -o-linear-gradient(left, #2398ff, #1c9fff, #2497FF, #0035BF);
background: linear-gradient(to bottom right, #2398ff, #1c9fff, #2497FF, #0035BF);
	
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.wrap-login-box {border-radius:10px;overflow:hidden;padding:55px 55px 37px;background:#9152f8;background:-webkit-linear-gradient(top,#7579ff,#b224ef);background:-o-linear-gradient(top,#7579ff,#b224ef);background:-moz-linear-gradient(top,#7579ff,#b224ef);background:linear-gradient(top,#7579ff,#b224ef)}
.wrap-login-box-2 {
    padding: 1.5rem;
    border-radius: 20px;
    background: var(--white-color);
}
.login-page-bg {width:100%;min-height:100vh;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:15px;background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:1}
/*.login-page-bg::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 53 191 / 42%);
}*/
.divider:after,
.divider:before {
	content: "";
	flex: 1;
	height: 1px;
	background: #eee;
}
.h-custom {
	height: calc(100% - 73px);
}
/*@media (max-width: 450px) {
	.h-custom {
		height: 100%;
	}
}*/
.air-owl-carousel-inners img {
    height: 100%;
    object-fit: contain;
}
.air-owl-carousel-inners {
    border-right: 1px solid #ccc;
    height: 50px;
    text-align: center;
    padding: 5px;
}
.owl-nav {
    height: 0;
}
.air-owl-carousel .owl-prev i, .air-owl-carousel .owl-prev svg {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    font-size: x-large;
}
.air-owl-carousel .owl-next i, .air-owl-carousel .owl-next svg {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    font-size: x-large;
}
.input-group-text {
    background: transparent;
    color: #fd8204;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}
.fs-9{font-size:9px}.fs-10{font-size:10px}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-13{font-size:13px}.fs-14{font-size:14px !important}.fs-15{font-size:15px}.fs-16{font-size:16px !important}.fs-17{font-size:17px}.fs-18{font-size:18px}.fs-19{font-size:19px}.fs-20{font-size:20px}.fs-21{font-size:21px}.fs-22{font-size:22px}.fs-23{font-size:23px}.fs-24{font-size:24px}.fs-25{font-size:25px}.fs-26{font-size:26px}.fs-27{font-size:27px}.fs-28{font-size:28px}.fs-29{font-size:29px}.fs-30{font-size:30px}.fs-31{font-size:31px}.fs-32{font-size:32px}.fs-33{font-size:33px}.fs-34{font-size:34px}.fs-35{font-size:35px}.fs-36{font-size:36px}.fs-37{font-size:37px}.fs-38{font-size:38px}.fs-39{font-size:39px}.fs-40{font-size:40px}.fs-41{font-size:41px}.fs-42{font-size:42px}.fs-43{font-size:43px}.fs-44{font-size:44px}.fs-45{font-size:45px}.fs-46{font-size:46px}.fs-47{font-size:47px}.fs-48{font-size:48px}.fs-49{font-size:49px}
.logo-word {
	display: flex; justify-content: center; position: absolute;left: 0;right: 0;top:30px;
}
@media (max-width: 1440px) {
    .logo-word {
		right: 70px;
	}
}
.text-primary {
    color: var(--heading-color) !important;
}

.facilities-scroll {
	max-height: 250px;
	overflow: hidden;
}

.facilities-scroll:hover {
	overflow-y: auto;
}

.facilities-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.facilities-scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.facilities-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0f2c52;
}

.SetRoomsTable {
	max-height: 236px;
	overflow: hidden; /*display:block;*/
}

.SetRoomsTable:hover {
	overflow-y: auto;
}

.SetRoomsTable::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.SetRoomsTable::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.SetRoomsTable::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0f2c52;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.cart-menu-btn strong {
  font-size: 12px;
  background-color: #212529;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: -16px;
  text-align: center;
  border-radius: 50%;
  top: -5px;
  padding: 1px 6px;
  display: inline-table;
}

::-webkit-input-placeholder {color: #2B2540;}
:-moz-placeholder           {color: #2B2540; /* For Firefox 18- */}
::-moz-placeholder          {color: #2B2540; /* For Firefox 19+ */}
:-ms-input-placeholder      {color: #2B2540;}

.ui-autocomplete {
  max-width: fit-content;
  block-size: fit-content;
  max-height: 280px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: left;
  border: 1px solid #dddddd;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  list-style-type: none;
  line-height: 24px;
  padding: 0;
  background: #fff;
  color: #222222;
  cursor: pointer;
  z-Index: 99999;
  -webkit-appearance: none;
  white-space: nowrap;
}

.ac-item {
  border-bottom: 1px dotted #dddddd !important;
  cursor: pointer !important;
  color: #ffffff !important;
  padding: 7px !important;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #dddddd !important;
  cursor: pointer !important;
  color: #222222 !important;
  padding: 7px !important;
  display: block;
  font-weight: 600;
}

.ac-item:hover, .ac-item:visited, .ac-item:focus, .ac-item:link, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  color: #fff !important;
  /*border-bottom: 1px dotted #dddddd;*/
  background-color: var(--heading-color) !important;
  cursor: pointer !important;
  padding: 7px;
}

.ui-autocomplete:hover {
  overflow-y: auto;
}

.ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #cda52b;
}

.ui-autocomplete::-webkit-scrollbar {
  width: 5px;
  background-color: var(--gray-color);
}

.ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #0f2c52;
}

.ui-state-focus {
  color: #fff !important;
  border-bottom: 1px dotted #dddddd;
  background-color: var(--heading-color) !important;
  cursor: pointer !important;
  padding: 7px;
}
.ac_resultsDiv ul li span, ul.ui-autocomplete li.ui-menu-item span {
  font-size: 15px !important;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
}

.accordion-title {
	font-size: 15px;
	overflow: hidden;
	padding: 10px 20px;
	position: relative;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

	.accordion-title span {
		padding-left: 10px;
		vertical-align: inherit;
	}

.alert-danger {
	background-color: #fff !important;
	border-color: #e4e4e4 !important;
	color: #333 !important;
}

.matrix-wrapper {
	background: #fff none repeat scroll 0 0;
}

.full, .accordion-menu, .accordion-title, .accordion-content, .new-theme .input, .new-theme .select-box-wrapper select, .alert, .new-theme .overlay-header, .new-theme .overlay-content, .filter-wrapper, .filter-head, .filter-list, .filter-list-with-clear .filter-label, .depart-time-grid, .depart-time-label, .srp-wrapper, .srp-result-holder, .matrix-wrapper, .matrix-slide-wrapper, .matrix-slide-list, .matrix-link, .matrix-label, .smart-search-list, .smart-search .smart-search-descrp, .flight-details-overlay .short-details, .hold-free-holder {
	float: left;
	width: 100%;
}

.airline-matrix {
	box-sizing: border-box;
	clear: both;
	/*padding-left: 135px;*/
	position: relative;
}

@media only screen and (max-width: 1000px) {
	.airline-matrix {
		margin-left: 0;
		width: 100% !important;
	}
}

.airline-matrix .matrix-link {
	min-height: 40px;
	padding: 2px 5px 2px 40px;
	position: relative;
}

.tabs-link p {
	line-height: 17px;
}

.airline-matrix .matrix-link .matrix-label {
	opacity: 1;
}

	.airline-matrix .matrix-link .matrix-label:last-child {
		font-size: 0.75em;
		opacity: 1;
	}
/*.airline-matrix .matrix-slide {
		width: 16.66%;
}*/
.airline-matrix .save-msg {
	color: #04e83f;
	font-size: 10px;
}

	.airline-matrix .save-msg::before {
		background: #04e83f none repeat scroll 0 0;
		color: #fff;
		content: attr(data-tag);
		float: left;
		font-size: 9px;
		left: 8px;
		padding: 0 1px;
		position: absolute;
		text-align: center;
		top: 40px;
		width: 26px;
	}

	.airline-matrix .save-msg::after {
		border-bottom: 5px solid transparent;
		border-left: 6px solid #04e83f;
		border-top: 6px solid transparent;
		content: "";
		float: left;
		height: 0;
		left: 36px;
		position: absolute;
		top: 40px;
		width: 0;
	}

.matrix-airline-logo {
	background: #fff none repeat scroll 0 0;
	float: left;
	height: 28px;
	left: 8px;
	position: absolute;
	top: 6px;
	width: 28px;
}

.matrix-all-airline {
	/*float: left;
	left: 15px;
	position: absolute;
	top: 0;*/
	width: 120px;
}

.matrix-wrapper ul {
	margin-bottom: 0 !important;
}

.matrix-all-airline .matrix-link {
  padding: 5px 10px 7px !important;
}

@media only screen and (max-width: 1000px) {
	.airline-matrix .matrix-slide {
		display: none !important;
		width: 25%;
	}

	.airline-matrix .show-slide:nth-child(1), .airline-matrix .show-slide:nth-child(2), .airline-matrix .show-slide:nth-child(3), .airline-matrix .show-slide:nth-child(4) {
		display: block !important;
	}
}

@media only screen and (max-width: 768px) {
	.airline-matrix {
		padding-left: 0px;
	}

	.matrix-all-airline {
		left: 0;
	}
}

@media only screen and (max-width: 640px) {
	.airline-matrix.mt10, .airline-matrix.mt20 {
		margin-top: 0;
	}

	.airline-matrix .matrix-slide-wrapper.matrix-small-screen {
		/*height: 50px;*/
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0;
	}

		.airline-matrix .matrix-slide-wrapper.matrix-small-screen .prev, .airline-matrix .matrix-slide-wrapper.matrix-small-screen .next {
			display: none;
		}

		.airline-matrix .matrix-slide-wrapper.matrix-small-screen .matrix-slide-list {
			min-width: 1400px;
		}

			.airline-matrix .matrix-slide-wrapper.matrix-small-screen .matrix-slide-list .matrix-slide.show-slide {
				max-width: 115px;
				width: 100%;
			}
}

.airline-matrix .matrix-slide-wrapper {
	overflow: hidden;
}

	.airline-matrix .matrix-slide-wrapper .matrix-slide-list {
		/*max-height: 50px;*/
		max-height: inherit;
		overflow: hidden;
		white-space: nowrap;
	}

		.airline-matrix .matrix-slide-wrapper .matrix-slide-list .matrix-slide {
			display: inline-block !important;
			float: left; /* Default float none*/
			width: 130px; /*Default max-width: 150px;*/
			/*max-width: 115px;*/ /*to show complete price*/
		}

@media only screen and (max-width: 640px) {
	.airline-matrix .matrix-slide-wrapper .matrix-slide-list .matrix-slide {
		display: inline-block !important;
		float: left;
	}
}

.airline-matrix .matrix-slide-wrapper .matrix-slide-list .matrix-slide .tabs-link.active::before {
	top: 0;
}

@media only screen and (max-width: 768px) {
	.airline-matrix .matrix-slide-wrapper .matrix-slide-list .matrix-slide .tabs-link.active::before {
		height: 2px;
	}
}

/*.airline-matrix .matrix-slide-wrapper .matrix-nav-link {
	z-index: 99;
}*/

@media only screen and (max-width: 736px) {
	.airline-matrix .matrix-slide-wrapper .matrix-nav-link {
		z-index: 9;
	}
}

.airline-matrix .matrix-all-airline .tabs-link.active::before {
	top: 0;
}

@media only screen and (max-width: 768px) {
	.airline-matrix .matrix-all-airline .tabs-link.active::before {
		height: 2px;
	}
}

.nudge-arrow-x {
	animation-delay: 2s;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: 6;
	animation-name: nudge-dir-x;
	animation-timing-function: linear;
	backface-visibility: hidden;
}

.nudge-arrow-x {
	color: #f34747;
	font-size: 32px;
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: -1;
}

	.nudge-arrow-x::after {
		content: "";
	}

@media only screen and (max-width: 640px) {
	.nudge-arrow-x::after {
		content: "«";
	}
}

.itinerary-overlay {
	width: 600px;
}

@media only screen and (max-width: 600px) {
	.itinerary-overlay {
		float: left;
		left: 0;
		margin: 0;
		max-width: 100%;
		top: 0;
		width: 100%;
	}
}

.matrix-slide-wrapper {
	position: relative;
}

.matrix-nav-link {
	background: #f2f2f2 none repeat scroll 0 0;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	height: 42px;
	margin: -21px 0 0;
	opacity: 0.8;
	position: absolute;
	top: 50%;
	width: 32px;
}

	.matrix-nav-link::before {
		border: 10px solid transparent;
		content: " ";
		height: 0;
		margin: -10px 0 0 -1px;
		pointer-events: none;
		position: absolute;
		top: 50%;
		width: 0;
	}

	.matrix-nav-link.prev {
		left: 6px;
	}

		.matrix-nav-link.prev::before {
			border-right-color: #666;
			left: 0;
		}

	.matrix-nav-link.next {
		right: 6px;
	}

		.matrix-nav-link.next::before {
			border-left-color: #666;
			right: 0;
		}

	.matrix-nav-link.disabled::before {
		opacity: 0.6;
	}

	.matrix-nav-link.disabled.prev::before {
		border-right-color: #999;
	}

	.matrix-nav-link.disabled.next::before {
		border-left-color: #999;
	}

.has-next-prev {
	/*padding-left: 45px;
	padding-right: 45px;*/
}

	.has-next-prev .matrix-slide-list {
		border-right: 1px solid #e8e7ec;
	}

	.has-next-prev .matrix-nav-link {
		display: block;
	}

@media only screen and (min-width: 1025px) {
	.matrix-slide-list .tabs-link:hover::before, .matrix-slide-list .tabs-link:focus::before {
		display: block;
	}
}

@media only screen and (max-width: 1024px) {
	.matrix-slide-list .tabs-link:hover::before, .matrix-slide-list .tabs-link:focus::before {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.matrix-slide-list .tabs-link.active::before {
		display: block;
	}
}

.matrix-slide-list li {
	border-left: 1px solid #e8e7ec;
	display: none;
	float: left;
	position: relative;
}

.matrix-slide-list .show-slide {
	display: block;
}

.matrix-link {
	padding: 15px 10px;
}

@media only screen and (min-width: 1025px) {
	.matrix-link:hover, .matrix-link:focus {
		background: #eee none repeat scroll 0 0;
	}
}

.matrix-link.active {
	background: #eee none repeat scroll 0 0;
}

.matrix-label {
  color: #666;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}

@media only screen and (min-width: 1025px) {
	.matrix-link:hover .matrix-label, .matrix-link:focus .matrix-label {
		color: #666;
	}
}

.matrix-link.active .matrix-label {
	color: #666;
}

	.matrix-link.active .matrix-label:last-child {
		color: #333;
	}

.__disabled {
	background: #2b4e72 none repeat scroll 0 0;
	cursor: default;
	opacity: 0.6;
}

	.__disabled:hover, .__disabled:focus {
		background: #2b4e72 none repeat scroll 0 0;
	}

		.__disabled:hover::before, .__disabled:focus::before {
			display: none;
		}

		.__disabled:hover .matrix-label, .__disabled:focus .matrix-label {
			color: #fff;
		}

.matrix-price.text-success-light {
	color: #f34f4f !important;
}

.airlines-deals-holder {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e4e4e4;
	border-radius: 3px 3px 0 0;
	padding-right: 10px;
}

	.airlines-deals-holder .airlines-info {
		min-width: 25%;
		padding: 7px 10px 6px;
		vertical-align: top;
	}

	.airlines-deals-holder .result-offer {
		background: #fff none repeat scroll 0 0;
		border-top: medium none;
		padding: 9px 10px 8px 50px;
		vertical-align: top;
	}

		.airlines-deals-holder .result-offer::before, .airlines-deals-holder .result-offer::after {
			top: 10px;
		}

@media only screen and (max-width: 768px) {
	.airlines-deals-holder .w-60 {
		overflow: visible;
		white-space: normal;
		width: 45%;
	}
}

@media only screen and (max-width: 640px) {
	.airlines-deals-holder .w-60 {
		width: 55%;
	}
}

.airline-matrix .matrix-all-airline .tabs-link.active::before {
	height: 2px;
}

/*.airline-matrix .matrix-all-airline .tabs-link.active::before {
	top: 0;
}*/

.tabs-link:hover::before, .tabs-link.active::before {
	display: block;
}

.anim, .wrapper, .new-btn, .new-blue-button, .black-bdr-button:hover, .new-green-button, .action-button, .dark-blue-button, .new-gray-button, .currency-switch-button, .black-bdr-button, .book-btn, .hold-for-free-btn, .new-theme .input, .tabs-link::before, .fs::before, .srp-filters, .matrix-link, .matrix-label {
	transition: all 0.2s linear 0s;
}

.tabs-link::before {
	background-color: #f34f4f;
	content: "";
	display: none;
	height: 4px;
	left: 0;
	position: absolute;
	top: 0px;
	width: 100%;
}
.result-airline-matrix {
  margin: 10px 0;
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
}
input[type="radio"], input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.hr-line {
  margin: 5px -9px;
  color: rgb(0 0 0 / 42%);
}
.hidden {
  display: none !important;
}
.two-dots {
	border-top: 1px solid #e4e4e4;
	line-height: 0;
	margin-top: 10px !important;
	position: relative;
	text-align: center
}

.two-dots:after {
	background-color: #e4e4e4;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 8px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 8px
}

.two-dots:before {
	background-color: #e4e4e4;
	border-radius: 50%;
	content: " ";
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 0;
	top: -5px;
	width: 8px
}

.two-dots > i {
  font-size: 1.143rem;
  position: relative;
  top: -9px;
}

.review-title {
  background-color: var(--main-color);
  padding: 4px 8px;
  min-width: 96px;
  border-radius: 1px;
  clear: both;
  color: var(--black-color);
  border-radius: 3px;
}

.review-title > i {
  margin-right: 8px
}

.review-title > li {
  font-size: .8571rem
}

.list-bullet-circle {
  padding-left: 20px;
  margin: 5px 0 10px 0;
}

.list-bullet-circle li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 24px;
}

.result-filter-wrapper {
    background: #FFF;
    margin-top: 0px;
    /*border: 1px solid #e5e5e5;*/
    /*box-shadow: 0 1rem 3rem rgba(0,0,0,.175);*/
}

.result-filter-wrapper h3 {
	margin: 20px;
	margin-left: 20px;
	position: relative;
	text-transform: uppercase;
	padding-left: 0px;
	/*border-bottom: 1px solid #3f6f9f;*/
	padding-bottom: 2px;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: right;
}

.result-filter-wrapper h3 .icon {
	width: 36px;
	height: 36px;
	border: 1px solid #3f6f9f;
	position: absolute;
	display: block;
	top: -28px;
	left: -20px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
	color: #3f6f9f;
	font-size: 16px;
}

.filter-toggle {
  margin: 0;
  background: #FFF;
  padding: 0;
}

.filter-toggle h4 {
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  color: #333;
  margin: 0;
  padding: 10px 20px 10px 15px;
  /*border-top: 1px solid #E5E5E5;*/ 
  /*border-bottom: 1px solid #E5E5E5;*/
}

.filter-toggle h4.active {
  color: #333;
  /*border-bottom: 1px solid #e5e5e5;*/
}

.filter-toggle h4:after {
  font-size: 16px;
  top: 10px;
  right: 20px;
  text-align: center;
  line-height: 18px;
  padding-left: 2px;
  color: #E1E1E1;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "\f0d8";
  font-weight: 600;
}

.another-toggle h4.active:after {
  content: "\f0d7";
}

.filter-toggle .another-toggle-inner {
  padding: 10px 15px;
}

.filter-toggle .range-slider-wrapper {
  margin-bottom: -10px;
}

.hotel-filter-form-control .form-control {
    border-bottom: 1px solid #E1E1E1;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    position: relative;
    padding-left: 30px;
}

.hotel-filter-form-control .form-control-icon-search {
    font-size: 16px;
    top: 18px;
    left: 20px;
    color: var(--black-color);
    position: absolute;
    font-weight: 600;
    z-index: 1;
}

.hotel-filter-ancher-tag {
    color: #7D7D7D;
    font-size: 15px;
    font-weight: 300;
}

/*.sort-wrapper {
	background: #FFF;
	color: #5d5d5d;
	margin: 0 0 5px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 28px;
	border-right: 1px solid #e5e5e5;
}

.sort-wrapper > ul {
	margin: 0;
}

.sort-wrapper > ul > li {
	display: block;
	float: left;
}

.sort-wrapper > ul > li > a {
	color: #5d5d5d;
	border-right: solid 1px #E5E5E5;
	display: block;
	padding: 10px 15px;
}

.sort-wrapper > ul > li.text {
	border-right: solid 1px #E5E5E5;
	padding: 10px 15px;
	text-transform: uppercase;
	border-left: 1px solid #e5e5e5;
}

.sort-wrapper > ul > li.list-grid {
	float: right;
}

.sort-wrapper > ul > li.list-grid a {
	float: right;
	border-right: 0;
	border-left: solid 1px #E5E5E5;
	color: #5d5d5d;
}

.sort-wrapper > ul > li.active > a, .sort-wrapper > ul > li > a:hover {
	color: #D60D45;
}

.sort-wrapper .dropdown-menu {
	min-width: 80px;
	margin: 0;
}

@media (max-width: 767px) {
  .sort-wrapper > ul > li > a, .sort-wrapper > ul > li.text {
    padding: 5px 10px;
  }
}
@media (max-width: 479px) {
  .sort-wrapper > ul > li > a, .sort-wrapper > ul > li.text {
    border-right: 0;
    padding: 5px 5px;
  }

  .sort-wrapper > ul > li > a, .sort-wrapper > ul > li.text {
    padding: 5px 5px;
  }

  .sort-wrapper > ul > li.list-grid a {
    border-right: 0;
    border-left: none;
  }

  .sort-wrapper > ul > li.list-grid a {
    padding-bottom: 0;
    padding-top: 0;
  }
}*/
.list-group-item.active a, .list-group-item.active a:focus, .list-group-item.active a:visited {
    color: #fff !important;
}

.list-group-item.active a, .list-group-item {
  cursor: pointer;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0; /*top margin of 20px changed to 0px - Alvin */
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.hotel-img-result {
    width: 100%;
    /*min-height: 300px;
    height:300px;*/
    height: 240px;
    object-fit: cover;
}
.hotel-rooms {
    display: block;
    height: 100%;
    position: relative;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.hotel-detail-title-p p {
  margin-bottom: 15px;
  line-height: 24px;
}
.HotelNorms-li {
  line-height: 24px;
}
.HotelNorms-li ul {
  margin: 0 0 15px 15px;
}
.HotelNorms-li li {
  list-style-type: disc;
  list-style-position: outside;
  line-height: 24px;
}
.passengers-select-dropdown .form-select {
  display: block;
  width: 80px !important;
  height: auto !important;
  padding: 5px 20px 5px 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right 0.3rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*.ui-datepicker .ui-datepicker-header .ui-corner-all > span, .ui-datepicker .ui-datepicker-header .ui-state-hover > span {
  display: none
}

.ui-datepicker.ui-widget-content {
  border: none;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 3px 24px rgb(0 0 0/10%)
}

.ui-datepicker .ui-datepicker-header .ui-corner-all, .ui-datepicker .ui-datepicker-header .ui-state-hover {
  cursor: pointer;
  border: 0;
  background: 0 0;
  font-weight: 500;
  top: 3px;
  color: #fff;
}

.ui-datepicker .ui-datepicker-prev:after {
  content: "\f100";
  left: 5px;
  position: absolute;
  font-family: "font awesome 5 free";
  font-weight:600;
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\f101";
  right: 5px;
  position: absolute;
  font-family: "font awesome 5 free";
  font-weight: 600;
}

.ui-datepicker .ui-widget-header {
  background: var(--gray-color);
  border: none;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  border-radius: 5px
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid  var(--gray-color);
  background:  var(--gray-color);
  color: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background:  var(--gray-color);
  color: #fff;
}
.LegInfo_stopLine {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px auto;
    padding: 0;
    border-radius: 5px;
    background-color: var(--paragraph-color);
    line-height: 0;
    text-align: center;
}
.LegInfo_stopLine {
    display: flex;
    align-items: center;
    /*padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    flex-direction: column;*/
    justify-content: space-between;
    /*padding-inline-end: 1rem;*/
}
.LegInfo_stopLine:after, .LegInfo_stopLine:before {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border: 0.125rem solid #707070;
    border-radius: 100%;
    background: #fff;
}
.LegInfo_planeEnd {
    position: absolute;
    top: 50%;
    right: -5px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    padding-left: 0px;
    background-color: transparent;
    color: var(--paragraph-color);
}
.LegInfo_stopDot__ZTAyN {
    position: relative;
    /*top: -.125rem;*/
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin: 0 4%;
    border-radius: .5rem;
    background-color: var(--main-color);
    background-image: none;
    line-height: 0;
    box-shadow: 0 0 0 .125rem #fff;
    zoom: 1
}
.pass-info-details {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pass-info-details span {
    font-size: 14px;
    padding: 3px 0;
}
.cs-nav-bill .nav-item.active {
	color: #fff !important;
    background-color: var(--gray-color);
	border-radius: 0.25rem;
	margin-bottom:2px;
	padding: 2px 0px;
}
.cs-nav-bill .nav-item.active .nav-link {
	color: #fff !important;
	border-radius: 0.25rem;
}
.cs-nav-bill .nav-item.active svg, .cs-nav-bill .nav-item.active img {
	opacity: 1;
    filter: brightness(0) invert(1);
}
.cs-nav-bill .nav-link {
	color: var(--black-color) !important;
	border-radius: 0.25rem;
}
.cs-nav-bill .nav-item {
	color: var(--black-color) !important;
    background-color: var(--main-color);
	border-radius: 0.25rem;
	margin-bottom:2px;
}
.bootstrap-3 {
  display: none;
}
.btn-link {
  color: var(--gray-color);
}
.btn-link:hover {
  color: var(--gray-hover-color);
}
.btn-primary {
  color: var(--white-color);
  background-color: var(--btnbg-color);
  border-color: var(--btnbg-color);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: var(--white-color);
  background-color: var(--btnbg-hover-color);
  border-color: var(--btnbg-hover-color);
  box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5);
}
.btn-primary:hover {
  color: var(--white-color);
  background-color: var(--btnbg-hover-color);
  border-color: var(--btnbg-hover-color);
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: var(--white-color);
  background-color: var(--btnbg-hover-color);
  border-color: var(--btnbg-hover-color);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: var(--white-color);
  background-color: var(--btnbg-hover-color);
  border-color: var(--btnbg-hover-color);
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--gray-color);
}
.nav-link {
  color: var(--gray-color);
}
.border-primary {
  border-color: var(--gray-color) !important;
}
.bg-primary {
  background-color: var(--gray-color) !important;
}
/*.bg-secondary {
  background-color: var(--main-color) !important;
}
.border-secondary {
  border-color: var(--main-color) !important;
}*/
.list-group-item.active {
  background-color: var(--gray-color);
  border-color: var(--gray-color);
  z-index: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: var(--gray-color);
  border-color: var(--gray-color);
}
.pagination > li > a, .pagination > li > span {
  color: var(--gray-color);
}
/*.LegInfo_stopLine {
  position: relative;
  display: block;
  width: 90%;
  height: 0.125rem;
  margin: 0.375rem auto;
  padding: 0;
  border-radius: 0.375rem;
  background-color: #6c757d;
  line-height: 0;
  text-align: center;
}
.LegInfo_planeEnd {
  position: absolute;
  top: 50%;
  right: -0.375rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.4rem;
  padding-left: 0.25rem;
  background-color: transparent;
  color: #6c757d;
}
.pass-info-details {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.pass-info-details span {
font-size: 16px;
padding: 3px 0;
}
.cs-nav-bill .nav-item.active {
	color: #fff !important;
  background-color: var(--main-color);
	border-radius: 0.25rem;
	margin-bottom:2px;
	padding: 2px 0px;
}
.cs-nav-bill .nav-item.active .nav-link {
	color: #fff !important;
	border-radius: 0.25rem;
}
.cs-nav-bill .nav-link {
	color: #fff !important;
	border-radius: 0.25rem;
}
.cs-nav-bill .nav-item {
	color: #fff !important;
    background-color: #ccc;
	border-radius: 0.25rem;
	margin-bottom:2px;
}
.width100px {
  width: 50px;
}
.btn-primary, .btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color-opacity);
    border-color: var(--main-color-opacity);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--main-color-opacity);
    border-color: var(--main-color-opacity);
}*/
.absolute-radiobtn {
  position: absolute;
  top: 0;
  left: -10px;
}

.pricing-table {
  background: #fff;
  box-shadow: 0px 1px 10px 6px rgba(0, 0, 0, .15);
  padding: 0.6rem;
  border-radius: 10px;
  /*transition: .3s;*/
  margin-bottom: 1rem;
}

.pricing-table:hover {
	box-shadow: 0px 1px 10px 6px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
	border-radius: 2px;
	padding: .25rem .5rem;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.pricing-table h2 {
	color: var(--heading-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}

.pricing-table h5 {
	color: var(--main-color);
	font-size: 13px;
	font-weight: 600;
}

.pricing-table .pricing-features {
	margin-top: 0.4rem;
      height: 260px;
    overflow-x: hidden;
}

.pricing-table .pricing-features:hover {
  overflow-y: auto;
}

.pricing-table .pricing-features::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #cda52b;
}

.pricing-table .pricing-features::-webkit-scrollbar {
  width: 5px;
  background-color: var(--gray-color);
}

.pricing-table .pricing-features::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #0f2c52;
}

.pricing-table .pricing-features .feature {
	font-size: 12px;
	color: var(--black-color);
    border-bottom: 0px dashed #ddd;
    padding: 4px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pricing-table .pricing-features .feature:nth-child(even) {
    background-color: #fd820436;
}

.pricing-table .pricing-features .feature span {
	display: inline-block;
	float: right;
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table 	.price-tag {
	margin-top: 8px;
	text-align: center;
	font-weight: 500;
}

.pricing-table .price-tag .symbol {
	font-size: 24px;
}

.pricing-table .price-tag .amount {
	font-size: 14px;
    font-weight: 600;
}

.pricing-table .price-tag .after {
	color: #3b3b3b;
	font-weight: 500;
}

.pricing-table .price-button {
	display: block;
	color: #fff;
	margin-top: 2rem;
	padding: .75rem;
	border-radius: 2px;
	text-align: center;
	font-weight: 500;
	transition: .3s;
}

.pricing-table .price-button:hover {
	text-decoration: none;
}

.purple .pricing-label {
  background: var(--main-color);
  color: var(--white-color);
}

.purple .price-tag {
    color: var(--bg-dark-shade-3);
}

.purple .price-button {
	background: #627afe;
}

.purple .price-button:hover {
	background: #546dfe;
}

.turquoise .pricing-label {
	background: #b9edee;
	color: #44cdd2;
}

.turquoise .price-tag {
	color: #44cdd2;
}

.turquoise .price-button {
	background: #44cdd2;
}

.turquoise .price-button:hover {
	background: #2dbcc4;
}

.red .pricing-label {
	background: #ffc4c4;
	color: #ff5e5e;
}

.red .price-tag {
	color: #ff5e5e;
}

.red .price-button {
	background: #ff5e5e;
}

.red .price-button:hover {
	background: #f23c3c;
}

.fareFamilySelected .pricing-label {
  background: var(--btnbg-color);
  color: var(--white-color);
}
.fareFamilySelected .price-tag {
  color: var(--btnbg-color);
}

.border-primary {
  border-color: var(--gray-color) !important;
}
.bg-primary {
  background-color: var(--gray-color) !important;
}

.irs, .irs-line {
  position: relative
}
.irs, .irs-bar, .irs-bar-edge, .irs-line {
  display: block
}
.irs {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.irs-line {
	overflow: hidden;
	outline: 0!important
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute;
	display: block;
	top: 0
}
.irs-line-left {
	left: 0;
	width: 11%
}
.irs-line-mid {
	left: 9%;
	width: 82%
}
.irs-line-right {
	right: 0;
	width: 11%
}
.irs-bar, .irs-shadow {
	position: absolute;
	width: 0;
	left: 0
}
.irs-bar-edge {
	position: absolute;
	left: 0
}
.irs-shadow {
	display: none
}
.irs-from, .irs-max, .irs-min, .irs-single, .irs-slider, .irs-to {
	display: block;
	position: absolute;
	cursor: default
}
.irs-slider {
	z-index: 1
}
.irs-slider.type_last {
	z-index: 2
}
.irs-min {
	left: 0
}
.irs-max {
	right: 0
}
.irs-from, .irs-single, .irs-to {
	bottom: -12px;
	left: 0;
	white-space: nowrap;
}
.irs-single {
    left: 0 !important;
    right: 0 !important;
}
.irs-from {
    left: 0 !important;
    right: 0;
}
.irs-to {
    left: inherit !important;
    right: 0 !important;
}
.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px
}
.irs-with-grid .irs-grid {
	display: block
}
.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px
}
.irs-grid-pol.small {
	height: 4px
}
.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px
}
.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0,0,0,0);
	z-index: 2
}
.irs-disabled {
	opacity: .4
}
.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40)
}
.irs-hidden-input {
	position: absolute!important;
	display: block!important;
	top: 0!important;
	left: 0!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	line-height: 0!important;
	padding: 0!important;
	margin: 0!important;
	outline: 0!important;
	z-index: -9999!important;
	background: 0 0!important;
	border-style: solid!important;
	border-color: transparent!important
}
.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none
}
.irs-bar, .irs-bar-edge, .irs-line-left, .irs-line-mid, .irs-line-right, .irs-slider {
	background: url(../img/sprite-skin-flat.png) repeat-x;
}
.irs {
	height: 40px;
}
.irs-with-grid {
	height: 60px
}
.irs-line {
	height: 12px;
	top: 10px;
}
.irs-line-left {
	height: 12px;
	background-position: 0 -30px
}
.irs-line-mid {
	height: 12px;
	background-position: 0 0
}
.irs-line-right {
	height: 12px;
	background-position: 100% -30px
}
.irs-bar {
	height: 12px;
	top: 10px;
	background-position: 0 -60px
}
.irs-bar-edge {
	top: 25px;
	height: 12px;
	width: 9px;
	background-position: 0 -90px
}
.irs-shadow {
	height: 3px;
	top: 34px;
	background: #000;
	opacity: .25
}
.lt-ie9 .irs-shadow {
	filter: alpha(opacity=25)
}
.irs-slider {
	width: 20px;
	height: 20px;
	top: 5px;
	background-position: 0 -120px
}
.irs-slider.state_hover, .irs-slider:hover {
	background-position: 0 -149px
}
.irs-max, .irs-min {
	color: #999;
	bottom: -5px;
	padding: 1px 3px;
	background: #e1e4e9;
	-moz-border-radius: 4px;
	border-radius: 4px;
    display: none;
}
.irs-from, .irs-single, .irs-to {
    color: #959595;
    padding: 1px 5px;
    background: transparent;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font: normal normal bold 14px / 30px Manrope;
}
.irs-from:after, .irs-single:after, .irs-to:after {
	position: absolute;
	display: block;
	content: "";
	top: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-bottom-color: var(--main-color);
    display: none;
}
.irs-grid-pol {
    background: var(--main-color)
}
.irs-grid-text {
	color: #999
}

/* Bootstrap modal customize css start */
.modal-content {
  border: 0px solid var(--main-color);
  box-shadow: 0px 0px 66px #00000029;
border-radius: 20px;
}
/*.modal-header {
  border: 1px solid var(--main-color);
  background: var(--main-color);
  color: var(--white-color);
}
.btn-close {
  opacity: 1;
  filter: brightness(0) invert(1);
}*/
.bg-light-5 {
  border: 0px solid #a1a1a1;
  box-shadow: 0 0.1rem 0.8rem rgb(90 87 87 / 37%);
}
.cs-card-header {
  background: #ebe8e4 !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--gray-color);
}
.list-group-item.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
/* END */
.bootstrap-3 {
  display: none;
}
.nav-link, .btn-link {
  color: var(--gray-color);
}
/*.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--gray-color);
  border-color: var(--gray-color);
}*/
.error-page p {
  margin-bottom: 15px;
}
.text-green {
  color: var(--gray-color) !important;
}
/* Accordion */
.accordion-c .accordion-item {
  border: 0px solid #ebeef4;
}
.accordion-item {
  border: 1px solid #ebeef4;
}
.accordion-item h2 {
  margin: 0;
  line-height: normal;
}
.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: var(--main-color);
  background-color: #f6f9ff;
}
.accordion-flush .accordion-button {
  padding: 10px 0;
  background: none;
  border: 0;
  font-weight: 500;
  color: var(--black-color);
  text-transform: uppercase;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-weight: 500;
  text-transform: uppercase;
  /*color: #4154f1;*/
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #212529;
  font-size: 15px;
}
hr {
  opacity: 0.15;
}
.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.terms-ul {
  margin-left: 25px;
}
.terms-ul li {
  list-style-type: disc;
  text-align: justify;
  margin-bottom: 10px;
}
.terms-ul-number {
  margin-left: 25px;
}
.terms-ul-number li {
  list-style-type: decimal;
  text-align: justify;
  margin-bottom: 10px;
}
.terms-ul-word {
  margin: 20px 0 20px 25px;
}
.terms-ul-word li {
  list-style-type: lower-alpha;
  text-align: justify;
  margin-bottom: 10px;
}
.transfer-dropdown .dropdown-menu li {
	background-color: transparent;
	cursor: pointer;
	padding: 5px;
}
.transfer-dropdown .dropdown-menu li.active, .transfer-dropdown .dropdown-menu li:hover, .transfer-dropdown .dropdown-menu li:focus {
	background-color: #e7e7e7;
}
.form-check input[type="checkbox"]:checked + label {
  color: var(--gray-color);
}
.form-check input[type="radio"]:checked + label {
  color: var(--gray-color);
}
.form-check-input:checked {
  background-color: var(--gray-color);
  border-color: var(--gray-color);
}
.terms-condition p, .privacy-policy p {
  margin-bottom: 15px;
}
.layover-time {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 5px 15px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  /*border-radius: 2px 15px 2px 15px;*/
}
.ui-datepicker .ui-datepicker-title {
  color: #fff;
}
.bluestrip {
    background-color: var(--gray-color);
    padding: 5px 10px;
    border-radius: 5px;
}
.pinkstrip {
    background-color: var(--btnbg-color);
    padding: 5px 10px;
    border-radius: 5px;
}
.bluestrip p, bluestrip span, .pinkstrip p, .pinkstrip span {
  color: white;
}
.popuppart2 {
  padding: 0px 10px;
}
.cs-nav-pills.nav-pills .nav-link {
	position: relative;
}
.cs-nav-pills.nav-pills .nav-link.active:before {
	content: "";
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	border: 14px solid transparent;
	border-top-color: var(--gray-color);
	z-index: 9;
}
.cs-nav-pills .nav-link {
  background: #f1f1f1;
}
.form-select {
    padding: 0.375rem 1.7rem 0.375rem 0.75rem;
    /*border-radius: 15px;*/
    font-size: 14px;
}
.form-control {
    /*border-radius: 15px;*/
    font-size: 14px;
}
/*Left Side Buttons Start*/
.sticky-left-container{
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: -158px;
  top:40%;
  width: 200px;
  z-index:2;
}
.sticky-left li{
  list-style-type: none;
  background-color: none;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition:all 0.8s;
  -moz-transition:all 0.8s;
  -o-transition:all 0.8s;
  transition:all 0.8s;
  cursor: pointer; 
}
.sticky-left li:hover{
  margin-right: -90px;
  background:#fff;
  border-radius: 25px 25px 25px 0;
  color: var(--gray-color);
}
.sticky-left li img{
  float: right;
  border-radius:50%; 
  margin: 5px 5px;
  margin-left: 10px;
}
.sticky-left li p{
  padding: 0px;
  float:right;
  margin: 0px;
  text-transform: uppercase;
  line-height: 43px;
  color: var(--gray-color);
}
/*Left Side Buttons End*/
/*.currency-code {
  position: absolute;
  right: 0;
}*/
.datepicker-placeholder, .leaving-from-placeholder, .going-to-placeholder, .hotel-where-placeholder, .insurance-datepicker-placeholder, .f-leaving-from-placeholder, .f-going-to-placeholder, .f-datepicker-placeholder {
  position: relative;
}
.f-leaving-from-placeholder::before {
    content: url('../images/Leaving-from.svg');
    top: 25px;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.f-going-to-placeholder:before {
    content: url('../images/Going-to.svg');
    top: 22px;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.f-datepicker-placeholder:before {
  content: url('../images/Calendar-icon.svg');
  top: 4px;
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.leaving-from-placeholder::before {
    content: url('../images/Leaving-from.svg');
    top: 38px;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.going-to-placeholder:before {
    content: url('../images/Going-to.svg');
    top: 38px;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.datepicker-placeholder:before {
    content: url('../images/Calendar-icon.svg');
    top: 21px;
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.insurance-datepicker-placeholder:before {
    content: url('../images/Calendar-icon.svg');
    top: 38px;
    position: absolute;
    right: 19px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.hotel-where-placeholder:before {
    content: url('../images/where-map-icon.png');
    top: 39px;
    position: absolute;
    right: 20px;
    width: 15px;
    height: 20px;
    pointer-events: none;
}
/*.leaving-from-placeholder:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5b0';
  top: 25px;
  position: absolute;
  font-size: 20px;
  right: 20px;
  pointer-events: none;
  font-weight: 700;
}
.going-to-placeholder:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5af';
  top: 25px;
  position: absolute;
  font-size: 20px;
  right: 20px;
  pointer-events: none;
  font-weight: 700;
}
.datepicker-placeholder:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f073';
  top: 20px;
  position: absolute;
  font-size: 20px;
  right: 10px;
  pointer-events: none;
  font-weight: 700;
}
.hotel-where-placeholder:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f3c5';
  top: 25px;
  position: absolute;
  font-size: 20px;
  right: 20px;
  pointer-events: none;
  font-weight: 700;
}*/
.ui-datepicker .ui-datepicker-title {
    color: #fff;
}
.icon-arrive {
  background: url(../images/on2.png) no-repeat left top 0px;
  margin-bottom: 15px;
  position: relative;
}
.icon-arrive:after {
  content: "Departure";
  font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 30px;
	left: 0px;
	color: var(--gray-color);
}
.icon-departure {
  background: url(../images/off2.png) no-repeat left top 0px;
  position: relative;
}
.icon-departure:after {
  content: "Arrival";
  font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 30px;
	left: 0px;
	color: var(--gray-color);
}
.icon-arrive-range, .icon-departure-range {
  margin-left: 65px;
}

.result-details {
    float: left;
    position: relative;
	margin-bottom: 10px;
}
.result-round .result-details {
    width: 100%;
    display: -webkit-flex;
    display: flex;
}
/*.result-round li:first-child {
  width: 45%;
}*/
.result-one-way {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.result-one-way-cheapests, .result-one-way-last-child {

}
/*.result-one-way li {
  width: 100%;
}*/
.depart-time, .arrive-time, .fly-duration, .result-grid-airline, .result-grid-timing {
	float: left;
	padding-left: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
/*.result-round .result-grid-timing {
  width: auto;
}*/
.multiple-result .result-grid-timing {
  /*padding-left: 0px;*/
  position: relative;
}
.result-round .result-grid-airline {
  display: none;
}
.new-theme .under-link {
  position: relative;
}
.new-theme .link, .new-theme .under-link, .new-theme .result-view-more:before {
  color: #666;
}
.uprcse, .sort-link {
  text-transform: uppercase;
}
.new-theme .line-hn, .new-theme p {
  line-height: normal;
  font-weight: 600;
}
.result-grid-timing p, .lob-inclusions p, .select-box-wrapper select, .heading-title h3, .heading-title p {
  margin-bottom: 0 !important;
}
.depart-time {
  width: 35%;
}
.arrive-time {
  width: 35%;
}
.fly-fastest {
  width: 15%;
}
.fly-chipest {
  width: 15%;
  text-align: right;
}
.new-theme .line-hn, .new-theme p {
	line-height: normal
}
.new-theme .link, .new-theme .under-link, .new-theme .result-view-more:before {
	color: #666
}
.new-theme .link:hover, .new-theme .under-link:hover, .new-theme .result-view-more:hover:before {
	color: var(--gray-color)
}
.new-theme .link.active, .new-theme .active.under-link, .new-theme .active.result-view-more:before {
	color: #151530
}
.new-theme .under-link {
	position: relative
}
.new-theme .under-link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: var(--gray-color);
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
.new-theme .under-link.viewed {
	color: #0072bb !important
}
.new-theme .under-link.viewed :after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.new-theme .under-link-parent-hover, .new-theme .under-link-parent-hover:before {
	cursor: pointer
}
.new-theme .under-link-parent-hover:hover > .under-link:after, .new-theme .under-link:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.text-orange {
    color: var(--text-orange) !important;
}
.sticky-scroll {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}
.btn-outline-primary {
    color: var(--heading-color);
    border-color: var(--heading-color)
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--heading-hover-color);
    border-color: var(--heading-hover-color)
}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus {
    box-shadow: none
}
.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active {
    color: #fff;
    background-color: var(--heading-color);
    border-color: var(--heading-color)
}
.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus {
    box-shadow: none
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: var(--heading-color);
    background-color: transparent
}
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--white-color);
    background-color: var(--btnbg-color);
    border-color: var(--btnbg-hover-color);
}
.btn-success:hover {
    color: #fff;
    background-color: #d52b26;
    border-color: #d52b26;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #d52b26;
    border-color: #d52b26;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #d52b26;
    border-color: #d52b26;
}
.dropdown_passenger_area-arrow {
    padding: 1px 0px;
    border: 1px solid #8a8a88;
    border-radius: 15px;
}
.btn-danger {
    color: #fff;
    background-color: #E1251B;
    border-color: #E1251B;
}
.flight-more-less {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
/* Remaz Css Start 06-02-2024 */
.typed-cursor {
    opacity: 1;
    font-weight: normal;
    font-size: 90%;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* --Trending Tour Area-- */
.arrow_style.owl-theme .owl-nav{
    margin-top:0px;
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
}
.arrow_style.owl-carousel .owl-nav button.owl-next,
.arrow_style.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    /*background: var(--black-color);*/
    background: transparent;
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: brightness(0) invert(1);
}
.arrow_style.owl-carousel .owl-nav button.owl-next:hover, 
.arrow_style.owl-carousel .owl-nav button.owl-prev:hover{
   /* background: var(--main-color);*/
    background: transparent;
    color: var(--white-color);
    filter: brightness(0) invert(1);
}
.arrow_style.owl-carousel .owl-nav button.owl-next {
    right: 35px;
}
.arrow_style.owl-carousel .owl-nav button.owl-prev {
    left: 35px;
}
.our_destinations_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    color: #fff;
}
.plan-your-trip {
    padding: 10em 0em;
}
.plan-your-trip-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    transition: .5s ease;
    z-index: -1;
}
.client-logos img {
    width: 100%;
}
.text-blue {
    color: var(--navber-color) !important;
}
.search-information-here .form-control {
    background: rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 45px;
    color: #000;
    height: 45px;
    font-size: 16px;
}
.search-information-here .form-control::placeholder {
    color: #000;
    font-size: 16px;
}
.search-information-here .btn {
    background: rgb(0 0 0 / 5%);
    border: 0;
    border-radius: 45px;
}
.newsletter-signup-here .form-control {
    background: #ffffff;
    border: 0;
    border-radius: 45px;
    color: #000;
}
.newsletter-signup-here .btn {
    background: var(--main-color);
    border: 0;
    border-radius: 45px;
    color: var(--white-color);
    padding: 10px 15px;
    font-size: 14px;
}
.cloud-location {
    position: absolute;
    font-size: 12px;
    top: -5px;
}
/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}*/
.social-buttons {
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.social-buttons__button {
  margin: 5px;
}
.social-button {
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.social-icons {
  width: 100%;
}
.social-button__inner {
  font-size: 2.3rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100%;
  background: #fff;
  text-align: center;
}
.social-button i,
.social-button svg {
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.social-button i {
  font-size: 16px;
}
.social-button svg {
  height: 40%;
  width: 40%;
}
.social-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  transition: 0.3s;
}
.social-button:focus,
.social-button:hover {
  color: #fff;
  text-decoration: none;
}
.social-button:focus::after,
.social-button:hover::after {
  width: 100%;
  height: 100%;
  margin-left: -50%;
}
.social-button--facebook {
  color: #3b5999;
}
.social-button--facebook::after {
  background: #3b5999;
}
.social-button--google-plus {
  color: #DB4437;
}
.social-button--google-plus::after {
  background: #DB4437;
}
.social-button--x {
  color: #14171A;
}
.social-button--x::after {
  background: #14171A;
}
.social-button--instagram {
  color: #e4405f;
}
.social-button--instagram::after {
  background: #e4405f;
}
.customer-review-bg {
    background: #EAEDEB;
}
.our-services {
    background: rgb(211,204,182);
    background: linear-gradient(90deg, rgba(211,204,182,1) 50%, rgba(54,84,63,1) 50%);
}
.our-services-left {
    padding: 4rem 4rem;
}
.our-services-right {
    position: relative;
    overflow: hidden;
    /*background: url('../images/dotted-border.svg') no-repeat;
    background-position: center right -1%;*/
}
.our-services-left-border {
    width: 70%;
    height: 15vh;
    border: 2px dashed #C57D20;
    display: list-item;
    position: absolute;
    list-style-type: none;
    bottom: -5px;
    left: -5px;
    border-start-end-radius: 40px 40px;
}

.our-services-right-border {
    width: 50%;
    height: 15vh;
    border: 2px dashed #C57D20;
    display: list-item;
    position: absolute;
    list-style-type: none;
    top: -5px;
    right: -155px;
    border-end-end-radius: 40px 40px;
    direction: rtl;
}
.our-services-right-inner {
    padding: 12rem 4rem 8rem 4rem;
}
.dot li {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 28px;
}
.services-tab .nav-pills .nav-item .nav-link {
    color: var(--main-color);
    background: transparent;
    font-weight: 600;
    padding: 3px;
    margin-right: 15px;
}
.services-tab .nav-pills .nav-item .nav-link.active {
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
    padding: 3px;
    border-radius: 0;
}
/* --Holiday Destinations Area-- */
.holiday_left_heading {
    background: #F3F6FD;
    border-radius: 0px;
    padding: 70px 45px;
    margin-top: 30px;
}
.holiday_small_boxed {
    margin-top: 0px;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.holiday_small_boxed img {
    width: 100%;
    transition: var(--transition);
}
.holiday_small_boxed:hover img {
    transform: scale(1.1);
}
.holiday_small_boxed:hover .holiday_small_box_content, .holiday_small_boxed:hover .hide-details {
    opacity: 1;
    bottom: 0px
}
.holiday_small_box_content {
    background: linear-gradient(359deg, #111018 0%, rgb(217 217 217 / 0%) 70%);
    border-radius: 0px;
    position: absolute;
    bottom: -130px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: var(--transition);
}
.hide-details {
    opacity: 0;
    transition: var(--transition);
}
.holiday_inner_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
}
.rating_outof {
    display: flex;
    align-items: center;
}
.rating_outof i {
    color: var(--white-color);
    font-size: 14px;
}
.rating_outof h5 {
    color: var(--white-color);
    padding-left: 10px;
    font-weight: 300;
}
.holiday_inner_content h3 {
    color: var(--white-color);
    padding: 10px 0;
    font-weight: 600;
}
.holiday_inner_content h4 {
    color: var(--white-color);
    font-weight: 400;
}
.holiday_inner_content p {
    color: var(--white-color);
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.welcome-about {
    overflow: hidden;
}
.welcome-about-left-border {
    width: 140px;
    height: 40vh;
    border: 2px dashed #C57D20;
    display: list-item;
    position: absolute;
    list-style-type: none;
    top: -5px;
    left: -25px;
    border-end-end-radius: 40px 40px;
}
.welcome-about-right-border {
    width: 140px;
    height: 70vh;
    border: 2px dashed #C57D20;
    display: list-item;
    position: absolute;
    list-style-type: none;
    top: -5px;
    right: -25px;
    border-end-end-radius: 40px 40px;
    direction: rtl;
}
/* ===================================
        Home Two Page
====================================*/
.banner_two_slider_item {
    padding: 325px 0 245px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_two_slider_item-overlay {
    position: absolute;
  	bottom: 0;
	top: 0;
  	background: rgb(0, 0, 0, 0.5);
  	width: 100%;
  	transition: .5s ease;
}
.banner_two_text h3 {
    color: var(--white-color);
    font-weight: 300;
    font-size: 14px;
}
.banner_two_text h1 {
    color: var(--white-color);
    font-size: 110px;
    padding-top: 35px;
    font-weight: 600;
    margin-inline-start: -5px;
    line-height: 105px;
    font: normal normal medium 120px/114px Manrope;
}
.banner_two_text .span {
    color: #E8E3DA;
}
.banner_two_text h2 {
    color: var(--white-color);
    padding-top: 15px;
    font: normal normal 600 36px/30px Manrope;
}
.banner_two_text h4 {
    color: var(--white-color);
    padding-top: 10px;
    font-weight: 300;
    font: normal normal bold 24px/30px Manrope;
}
.home_two_button {
    padding-top: 25px;
}
.home_two_button a {
    /*margin-right: 30px;*/
}
#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .title {
    -webkit-animation: 1s 1.2s fadeInLeft both;
    animation: 1s 1.2s fadeInLeft both;
}
#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-sttle {
    -webkit-animation: 1s 1.1s bounceInLeft both;
    animation: 1s 1.1s bounceInLeft both;
}
#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-pararp {
    -webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both;
}
#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .btn-animation {
    -webkit-animation: 1s 1.2s flipInX both;
    animation: 1s 1.2s flipInX both;
}
/*#home_two_banner .owl-theme .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 60px;
}
#home_two_banner .owl-carousel .owl-nav button.owl-next,
#home_two_banner .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 0px;
    transition: var(--transition);
}
#home_two_banner .owl-carousel .owl-nav button.owl-next:hover,
#home_two_banner .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--main-color);
    border: 2px solid var(--main-color);
}
*/
/*.logo-stick {
    display: none;
}
.is-sticky .logo-stick {
    display: block;
}*/
/*.list-group-item {
    background-color: #fd82041a;
}*/
.choose-flight-details {
    background: #F5F3EE;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.choose-flight-details .depart-return {
    background: var(--heading-color);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}
.choose-flight-details .return-depart {
    background: var(--main-color);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}


.Timeline_circles_dot {
    display: flex;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    flex-direction: column;
    justify-content: space-between;
    padding-inline-end: 1rem;
}
.Timeline_circles_dot:after, .Timeline_circles_dot:before {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border: 0.125rem solid #707070;
    border-radius: 100%;
    background: #fff;
}
.Timeline_track_line {
    position: relative;
    display: flex;
    flex-grow: 1;
    inset-inline-start: 0.3rem;
}
.Timeline_track_line:after {
	position: relative;
	content: "";
	width: 0.125rem;
	background-color: #707070;
}
.airlogo-width {
    min-width: 100px;
}
.bg-secondary img {
    filter: brightness(0) invert(1);
}
.traveller-details-form-label-d-none label, .traveller-details-form-label-d-none span {
    /*display: none !important;*/
    padding-left: 5px;
}
.additional-baggage-allowance {
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.additional-baggage-allowance-depart-return {
    background: var(--main-color);
    color: var(--white-color);
    padding: 5px 15px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 12px;
}
.seatmap-scroll {
    max-height: 450px;
    max-width: max-content;
    overflow-y: auto;
    overflow-x: hidden;
}
.seatmap-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.seatmap-scroll::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}
.seatmap-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0f2c52;
}
.seatmap-thead-scroll-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
}
.text-ellipses-two-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
    background-color: rgb(205 205 205 / 50%);
    background-size: 65%, 65%;
    border-radius: 50%;
}
/*.carousel-control-next-icon {
    filter: grayscale(1) invert(1);
}*/
.hotel-details-tab {
    position: relative;
}
.hotel-details-tab .hr {
    border-top: 1px solid #D7D7D7;
    opacity: 1;
    margin: -1px 0 0 0;
}
.hotel-details-tab .nav-tabs {
    border-bottom: 0px solid #D7D7D7;
    margin-bottom: 1px;
}
.hotel-details-tab .nav-tabs .nav-item {
    position: relative;
}
.hotel-details-tab .nav-tabs .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 30px;
    border: 0;
    color: #636363;
}
.hotel-details-tab .nav-tabs > li a.active {
    position: relative;
    color: #fd8204;
    font-weight: 600;
    border: 0;
    margin: 0;
}
.hotel-details-tab .nav-tabs > li a:hover, .hotel-details-tab .nav-tabs > li a:focus, .hotel-details-tab .nav-tabs > li a:visited {
    color: #cb8413;
}
/*.hotel-details-tab .nav-tabs > li a.active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 600;
    left: 33.5%;
    position: absolute;
    bottom: -44px;
    z-index: 9;
    font-size: 46px;
    color: #D7D7D7;
}*/
.hotel-details-tab .nav-tabs > li a.active:before {
    left: 38%;
    content: url('../images/down-arrow-.png');
    position: absolute;
    bottom: -25px;
    z-index: 9;
    color: #D7D7D7;
    width: 35px;
}
.hotel-details-tab .nav-tabs > li a.active:after {
    border-top: 26px solid #fff;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 0;
}
/*.hotel-details-tab .nav-tabs > li a.active:before {
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 0;
}*/
.hotel-details-carousel .carousel-caption {
    font-size: 1.5rem;
}
.input-group .btn, .btn-group .btn {
    padding: 5px 10px;
}
.border-radius-30 .form-select, .border-radius-30 .form-control, .border-radius-30 select {
    border-radius: 30px;
}
.border-radius-30 textarea.form-control {
    border-radius: 20px;
}
.text-ellipses-five-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.badge {
    white-space: normal;
}
.hotel-modify-select .form-select, .hotel-modify-select select {
    border: 1px solid #ced4da !important;
    padding: 0px 10px;
    border-radius: 100px;
}
.custome-input-radio .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--white-color);
}
.custome-input-radio .form-check input[type="radio"]:checked + label {
    color: var(--black-color);
}
.custome-input-radio .form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(156 39 176 / 30%);
}
.open-weather .widget-right__footer, .open-weather .weather-right__icon {
    display: none;
}
.open-weather .widget-right--type4, .widget-right--type5 {
    width: auto;
}
.open-weather .widget-right--type4 .widget-right__layout--brown {
    background-image: inherit;
}
.open-weather .weather-right-card__item:first-child {
    border-right: 2px solid #cfcfcf;
}
.form-check input[type="radio"]:checked + label, .form-check .nav-link {
    color: var(--main-color);
}
.theme_search_form_area .flight-top-btm {
    padding-top: 1px;
    padding-bottom: 12px;
}
.theme_search_form_area .hotel-top-btm {
    padding-top: 40px;
    padding-bottom: 12px;
}
.theme_search_form_area .insurance-top-btm {
    padding-top: 34px;
    padding-bottom: 12px;
}
.our-services-left h2 {
    font: normal normal 600 48px/60px Manrope;
    color: var(--main-color);
}
.text-light-gray {
    color: #D7D7D7;
}
.text-light-gray-1 {
    color: #959595;
}
.text-light-gray-2 {
    color: #7D7D7D;
}
.our-services-right-inner .text-numer-count {
    font: normal normal 600 36px/30px Manrope;
    color: #FFFEFE;
}
.customer-review-bg h2 {
    font: normal normal 600 48px/48px Manrope;
    color: #464646;
}
.customer-review-bg .name-title {
    font: normal normal 600 14px/30px Manrope;
    color: #fd8204;
}
.customer-review-bg .name-text {
    font: normal normal bold 18px/28px Manrope;
    color: #7D7D7D;
}
.customer-review-bg .name-holiday {
    font: normal normal bold 14px/30px Manrope;
    color: #959595;
}
.w-35 {
    width: 35%;
}
.contact-c-name {
    font: normal normal 600 30px/60px Manrope;
    color: #464646;
}
.contact-form-section address {
    font: normal normal normal 15px/24px Manrope;
    color: #7D7D7D;
}
.great-experiences {
    font: normal normal normal 60px/60px Manrope;
    color: #FFFFFF;
}
.great-experiences-bold {
    font: normal normal 600 60px/60px Manrope;
    color: #FFFFFF;
}
.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #ACACAC;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fd8204;
}
.modify-flight-top-btm {
    padding: 10px 0px;
    box-shadow: none;
    background: transparent;
}
.modify-hotel-top-btm {
    padding: 10px 0px;
    box-shadow: none;
    background: transparent;
}
.hotel-guest-modal-close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    /*filter: grayscale(1);*/
}
.drk:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000091;
    opacity: 0.6;
    z-index: 1;
}
.carousel-caption {
    z-index: 2;
}
.overflow-scroll-hover {
    overflow: hidden;
    height: 100vh;
}
.overflow-scroll-hover:hover {
    overflow-y: auto;
    overflow-x: hidden;
}
.overflow-scroll-hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.overflow-scroll-hover::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}
.overflow-scroll-hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0f2c52;
}

/* Hotel View Switcher List 7 Grid View CSS START */
.hotel-result-div {
  display: flex;
  align-content: center;
  justify-content: start;
}

input.lg-grid:checked + .lg-list li .hotel-grid-view-image, input.lg-grid:checked + .lg-list li .hotel-grid-view-details {
  width: 100% !important;
}

  input.lg-grid:checked + .lg-list li .hotel-grid-view-details .min-height {
    min-height: 250px;
  }

input.lg-list, input.lg-grid {
  display: none;
}
/*label.lg-tog {
    display: inline-block;
    font-size: 16px;
    padding: 1px 3px;
    color: #212529;
    cursor: pointer;
    line-height: normal;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    text-align: right;
}*/
.lg-tog-list-label, .lg-tog-grid-label {
  font-size: 12px;
  padding: 0px;
  color: #ffffff;
  cursor: pointer;
  background: #00aebc;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: auto;
  text-align: center;
}

  .lg-tog-list-label .fa-list-active {
    color: #0c4397;
  }

  .lg-tog-list-label .fa-list-active {
    color: #0c4397;
  }
/*.lg-tog-grid {
    font-size: 16px;
    padding: 1px 3px;
    color: #0c4397;
    cursor: pointer;
    line-height: normal;
}*/

ul.lg-list,
ol.lg-list {
  list-style: none;
  padding: 0;
}
/*.lg-list li {
  margin: 0px 5px;
}*/
input.lg-grid:checked + ul.lg-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

input.lg-grid:checked + .lg-list li {
  margin: 0px 10px 20px 0px;
}

  input.lg-grid:checked + .lg-list li:nth-child(even) {
    margin: 0px 0px 20px 10px;
  }

input.lg-grid:checked + .lg-list .star-rating .star {
  margin: 0px;
}

@media (min-width: 1400px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
  input.lg-grid:checked + ul.lg-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  input.lg-grid:checked + .lg-list li, input.lg-grid:checked + .lg-list li:nth-child(even) {
    margin: 0px 0px 15px 0px;
  }
}

@media (max-width: 767px) {
  input.lg-grid:checked + ul.lg-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  input.lg-grid:checked + .lg-list li {
    margin: 0px;
  }
}

@media (max-width: 576px) {
  input.lg-grid:checked + ul.lg-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  input.lg-grid:checked + .lg-list li {
    margin: 0px;
  }
}

@media (max-width: 480px) {
  input.lg-grid:checked + ul.lg-list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  input.lg-grid:checked + .lg-list li {
    margin: 0px;
  }
}
/* Hotel View Switcher List 7 Grid View CSS END */

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(farthest-side,#fd8204 94%,#0000) top/6.4px 6.4px no-repeat, conic-gradient(#0000 30%,#fd8204);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 6.4px),#000 0);
    animation: spinner-c7wet2 1s infinite linear;
}
@keyframes spinner-c7wet2 {
    100% {
        transform: rotate(1turn);
    }
}
.user-picture {
    background: var(--heading-color);
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 135px;
    margin-bottom: 15px;
    border-radius: 50%;
}
.user-size {
    font-size: 60px;
    color: #fff;
}
.pax-dashboard {
    background: var(--heading-color);
    padding: 35px 60px;
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
}
.pax-dashboard h3 {
    color: #F7F7F7;
    font-size: 25px;
    font-weight: 600;
}
.pax-dashboard p {
    color: #F7F7F7;
    font-size: 16px;
    font-weight: 300;
}
.dashboard-user-picture {
    background: var(--heading-color);
    width: 66px;
    height: 66px;
    display: inline-block;
    line-height: 85px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    left: -30px;
    top: 30px;
}
.dashboard-user-size {
    font-size: 40px;
    color: #fff;
}
.dashboard-list {
    margin-left: 30px;
}
.dashboard-list-ul li {
    padding: 20px 50px;
    border-bottom: 1px solid #EAEAEA;
}
.dashboard-list-ul li:last-child {
    border-bottom: 0px solid #EAEAEA;
}
.dashboard-list-ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.dashboard-list-ul li a.active {
    color: #fd8204;
    font-weight: bolder;
}
.h-line {
    border-right: 1px solid #DEDEDE;
    height: calc(100% - 20px);
    position: absolute;
    right: 50%;
    width: 1px;
}
.hotelcard {
    margin-bottom: 38px;
    box-shadow: 0px 3px 36px #00000029;
}
/*.hotel-list-order-one {
    position: absolute;
    right: 60px;
    top: 5px;
}
.hotel-list-order-two {
    position: absolute;
    right: 25px;
}
.hotel-list-order-three {
    position: absolute;
    right: 0px;
}
.hotel-sort {
    position: absolute;
    left: 0;
    top: 5px;
}*/
.hotel-sort li {
    cursor: pointer;
    transition: var(--transition);
}
.hotel-sort-dropdown-btn {
    background: #F6F4F0;
    border-radius: 17px;
    color: #CD9031;
    border: 0;
    padding: 5px 27px 5px 10px;
    font-size: 12px;
    width: 95px;
    text-align: left;
}
.hotel-sort-dropdown-btn.dropdown-toggle::after {
    color: #000;
    position: absolute;
    top: 7px;
    right: 12px;
    content: "\f107";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    border: 0;
    font-size: 10px;
}
.hotel-sort .dropdown-item.active, .hotel-sort .dropdown-item:active {
    text-decoration: none;
    background-color: var(--main-color);
}
.hotel-sort .dropdown-item:focus, .hotel-sort .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--main-color);
}
.testimonial_slider_area img {
    width: auto !important;
}
/*.logo {
    filter: brightness(0) invert(1);
}*/
.is-sticky .logo {
    filter: brightness(1) invert(0);
}
.date-icon {
    padding: 0 2.9rem;
    overflow: hidden;
}
.date-icon .owl-item {
    padding: 0 !important;
}
.date-icon .owl-nav button {
    width: 3rem;
    height: 100%;
    top: 0;
    margin: 0;
    background: #fff !important;
}
.date-icon .owl-nav .owl-prev {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.date-icon .owl-nav .owl-next {
    right: 0;
    border-radius: 0 5px 5px 0;
}
.date-icon .item a:hover {
    background: rgba(245, 244, 251, 0.6);
    color: #312d65;
}
.date-icon h6:first-child {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e4f0;
    padding-bottom: 12px;
    position: relative;
}
.date-icon h6:first-child:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e5e4f0;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.Timeline_circles_dot {
    display: flex;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    flex-direction: column;
    justify-content: space-between;
    padding-inline-end: 1rem;
}
.Timeline_circles_dot:after, .Timeline_circles_dot:before {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    border: 0.125rem solid #707070;
    border-radius: 100%;
    background: #fff;
}
.Timeline_track_line {
    position: relative;
    display: flex;
    flex-grow: 1;
    inset-inline-start: 0.3rem;
}
.Timeline_track_line:after {
	position: relative;
	content: "";
	width: 0.125rem;
	background-color: #707070;
}
.resultbg {
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    overflow: hidden;
}
.date-icon {
    padding: 0 2.9rem;
    overflow: hidden;
}
.date-icon .owl-item {
    padding: 0 !important;
}
.date-icon .owl-nav button {
    width: 3rem;
    height: 100%;
    top: 0;
    margin: 0;
    background: #fff !important;
}
.date-icon .owl-nav .owl-prev {
    left: 0;
    border-radius: 5px 0 0 5px;
}
.date-icon .owl-nav .owl-next {
    right: 0;
    border-radius: 0 5px 5px 0;
}
.date-icon .item a:hover {
    background: rgba(245, 244, 251, 0.6);
    color: #312d65;
}
.date-icon h6:first-child {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e4f0;
    padding-bottom: 12px;
    position: relative;
}
.date-icon h6:first-child:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e5e4f0;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.outbound {
    background: var(--heading-color);
    color: var(--white-color);
    font-weight: 500;
    font-size: 12px;
    padding: 5px 10px;
    /*height: 22px;*/
    position: relative;
    /*margin-right: 15px;*/
    margin-bottom: 3px;
}
/*.outbound:after {
    content: '';
    width: 0;
    border-top: 11px solid transparent;
    border-left: 15px solid #fd8204;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0px;
    right: -15px;
    height: 22px;
}*/
.inbound {
    background: var(--main-color);
    color: var(--white-color);
    font-weight: 500;
    font-size: 12px;
    padding: 5px 16px;
    /*height: 22px;*/
    position: relative;
    /*margin-left: 15px;*/
    margin-bottom: 3px;
}
/*.inbound:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 15px solid #fd8204;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0px;
    left: -15px;
    height: 22px;
}*/
.liIndented {
    padding-left: 15px;
}
.text-scrollUp-box {
    height: 30px;
    overflow: hidden;
    position: relative;
}
.text-scrollUp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-animation: scrollUp 4s ease-in-out infinite normal;
    animation: scrollUp 4s ease-in-out infinite normal;
}
.text-scrollUp li {
    opacity: 1;
    height: 30px;
    padding: 0px;
    list-style: none;
}
.text-scrollUp li p {
    color: #fff;
}
@-webkit-keyframes scrollUp {
    10%, 25% {
        transform: translateY(-22%)
    }
    40%, 50% {
        transform: translateY(-42%)
    }
    65%, 75% {
        transform: translateY(-62%)
    }
    85%, to {
        transform: translateY(-82%)
    }
}
@keyframes scrollUp {
    10%, 25% {
        transform: translateY(-22%)
    }
    40%, 50% {
        transform: translateY(-42%)
    }
    65%, 75% {
        transform: translateY(-62%)
    }
    85%, to {
        transform: translateY(-82%)
    }
}
.flight-details-ariline-logo {
    /*border: 1px solid var(--gray-color);*/
    border-radius: 50px;
    padding: 2px 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    width: 100px;
    box-shadow: 0px 1px 8px #a5a5a5;
}
/*.flight-details-ariline-logo:after {
    content: '';
    width: 0;
    border-top: 11px solid #fd8204;
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    top: 28px;
    left: 40px;
}*/
.flight-details-ariline-logo-return {
    /*border: 1px solid var(--black-color);*/
    color: var(--black-color);
    border-radius: 50px;
    padding: 2px 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    width: 100px;
    box-shadow: 0px 1px 8px #a5a5a5;
}
/*.flight-details-ariline-logo-return:after {
    content: '';
    width: 0;
    border-top: 11px solid var(--black-color);
    border-left: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid transparent;
    position: absolute;
    top: 28px;
    left: 40px;
}*/
.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    border-radius: .375rem;
    width: 3rem;
    height: 3rem
}
.icon-shape.icon-xl {
    width: 5rem;
    height: 5rem
}
.icon-shape.icon-lg {
    width: 4rem;
    height: 4rem
}
.icon-shape.icon-sm {
    width: 2rem;
    height: 2rem
}
.icon-shape.icon-xs {
    width: 1.25rem;
    height: 1.25rem
}
.bg-tertiary {
    background-color: var(--main-color);
}
/*.bg-primary {
    background-color: #5c60f5 !important;
}*/
.bg-warning {
    background-color: #ff8c00 !important;
}
.bg-midnight-bloom {
    background: #fff;
    /*background-image: linear-gradient(74deg, #fd8204 50%, #88499C 100%) !important;*/
}
.bg-arielle-smile {
    background: #fff;
    /*background-image: linear-gradient(45deg, #7578f3 50%, #bc48ff 100%) !important;*/
}
.bg-grow-early {
    background: #fff;
    /*background-image: linear-gradient(45deg, #55930e 50%, #9ACD32 100%) !important;*/
}
.text-ellipses {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dropdown-menu-HR {
    min-width: 300px;
}
.dropdown-menu-HRs {
    min-width: 200px;
}
.btn-close {
    border: 1px solid var(--main-color);
    border-radius: 50%;
}
.insurance-scroll-stick {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 5;
    background: #F2F3F3;
}
.insurance-trip-icon {
    background: #fd8204;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #ffffff;
    margin-right: 10px;
}
.hotel-filter-li {
    margin-bottom: 5px;
}
.insurance-label-set label {
    padding-left: 10px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
a#back2Top {
  position: fixed;
  right: 12px;
  bottom: 10px;
  padding: 7px 13px;
  height: auto;
  border-radius: 4px;
  animation: bounce 3000ms infinite;
  /*background: var(--bs-primary-bg-subtle);
  font-size: 18px;
  color: var(--bs-primary);*/
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
.animate-bounce {
  animation: bounce 3s infinite;
}

.animate-leftright {
  animation: leftright 2s infinite;
}

/*** Page Css START ***/
.top-price {
    font-size: 15px;
    font-weight: 600;
    background: #d1d1d1;
    padding: 3px 2px;
    margin-bottom: 0px;
    display: inline-block;
    color: #000;
    border-radius: 2px 15px 2px 15px;
    border: 1px solid #d1d1d1;
}

.results-activetop-price {
    font-size: 15px;
    font-weight: 600;
    padding: 3px 2px;
    margin-bottom: 0px;
    display: inline-block;
    color: #fff !important;
    background: #fd8204 !important;
    border-radius: 2px 15px 2px 15px;
    border: 1px solid #fd8204;
}

.exlude-results-activetop-price {
    font-size: 0px;
    padding: 0px 0px;
    margin-bottom: 0px;
    background: #283891;
}

.excludetop-price {
    font-size: 0px;
    padding: 0px 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.results-active {
    background: #ebebeb0d;
    color: #333;
    border-radius: .25rem;
    border: 0px solid #36543f;
}

.flight-results-non-active {
    /*min-height: 115px;*/
    cursor: pointer;
}

#divRoomSelectionArea {
    display: none;
}

.show-more {
    color: #000;
    position: absolute;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
    background: #FFB700;
    display: inline-table;
    bottom: -10px;
    border-radius: 30px;
}

.show-more:hover {
    color: #fff;
    outline: none;
}

.show-more-height {
    height: 0;
    overflow: hidden;
}

.chromeAutoFillHide {
    opacity: 0;
    width: 1px;
}

.fareFamilySelected {
    border: 2px solid var(--heading-color);
    border-radius: 10px;
    color: var(--main-color);
    padding: 0.4rem 0.6rem;
}

.fareFamilyEconomyColor {
    background-color: #626469;
}

.fareFamilyPremiumEconomyColor {
    background-color: #C5BA8E;
}

.fareFamilyBusinessColor {
    background-color: #D4AF37;
}

.fareFamilyFirstColor {
    background-color: #D4AF37;
}

.fareFamilyNonSelected {
    border-color: #283891 !important;
}

.fareFamilyDisabled {
    cursor: no-drop;
    opacity: 0.2;
}

.fareFamilyDisabled-btn {
    cursor: no-drop;
}

.intAirLogo {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.m-height {
    height: 300px;
    /*margin-bottom: 10px !important;*/
    overflow-y: auto;
}

.one-box {
    float: left;
    width: 100%;
}

.two-box {
    float: left;
    width: 50%;
}

.farefamilybox {
    border: 1px solid #337ab7;
    background-color: #E8E8E8;
    border-radius: 5px;
    padding: 10px;
    /*margin: 0 15px 15px 15px;*/
}

.active-select-box {
    background: #d5e7f1;
    color: #333;
    padding: 10px;
    /*margin: 0 0px 15px 15px;*/
    border-radius: 5px;
    border: 1px solid #337ab7;
}

/*.top-price {
    padding: 10px 4px 10px 4px;
    border-radius: 3px;
    background: #337ab7 !important;
}*/

.activeOtherService {
    display: block;
}

.inActiveOtherService {
    display: none;
}

.ng-hide {
    display: none !important;
}

.radio-btn input[type="radio"], .radio-btn input[type="checkbox"] {
    opacity: 1;
    display: inherit;
    float: left;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
}

.available {
    color: #00ff21;
    background-image: url(../Images/SeatImages/Available.png);
    width: 30px;
    height: 30px;
}

.selected {
    color: #00ff21;
    background-image: url(../Images/SeatImages/Selected.png) !important;
    width: 30px;
    height: 30px;
}

.selectedOccupied {
    color: #00ff21;
    background-image: url(../Images/SeatImages/SelectedOccupied.png) !important;
    width: 30px;
    height: 30px;
}

.occupied {
    color: #808080;
    background-image: url(../Images/SeatImages/Occupied.png);
    width: 30px;
    height: 30px;
}

.passage {
    color: #d4d0d0;
    background-image: url(../Images/SeatImages/Passage.png);
    width: 30px;
    height: 30px;
}

.doesNotExist {
    color: #f00;
    background-image: url(../Images/SeatImages/Blocked.png);
    width: 30px;
    height: 30px;
}

.conditional {
    color: #ff6a00;
    background-image: url(../Images/SeatImages/Conditional.png);
    width: 30px;
    height: 30px;
}

.preferred {
    color: #2e65e9;
    background-image: url(../Images/SeatImages/Preferred.png);
    width: 30px;
    height: 30px;
}

.textAlign {
    text-align: center;
}
/*.table th, .table td {
    border-top: none !important;
}*/

.activeSeatMap {
    background-color: #D3CCB6;
    color: #36543F;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}

    .activeSeatMap a {
        color: #36543F;
    }

.inActiveSeatMap {
    background-color: transparent;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #D1CAB4;
    text-align: center;
    font-weight: 600;
}

.txtcolor {
    color: #36543f;
    font-weight: 600;
}

.ver-tabs li {
    float: none;
    border-radius: 3px 0 0 3px;
    margin: 0;
}

.ver-tabs > li > a {
    border-radius: 3px 0 0 3px;
}
.flight-modify {
    margin-top: 0px;
    background: #fff;
    padding: 5px 15px;
    box-shadow: 1px 2px 9px 1px #ddd;
}
.has-overlay {
  z-index: 999;
  transition: all 0.3s;
}
.has-overlay::after {
  content: "";
  display: block;
  position: fixed;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0 0 0 / 30%);
  z-index: -1;
  transition: all 0.3s;
}
#overlay {
  background: rgba(0,0,0,0.4);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  bottom: 0
}

.star-rating-star {
  color: #f2b600;
  font-size: 0.75rem;
  padding: 0;
  cursor: pointer;
}
.hotel-area {
  position: relative
}
.hotel-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 5px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}
.hotel-img {
  border-radius: 12px;
  position: relative
}
.hotel-img img {
  border-radius: 12px;
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.hotel-img .badge {
  background: #23bcb9;
  border-radius: 50px;
  padding: 8px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
  position: absolute;
  right: 20px;
  top: -15px
}
.hotel-img .badge-discount {
  background: #f96768
}
.hotel-img .add-wishlist {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #7167ff;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px
}
.hotel-img .add-wishlist:hover {
  background: #f96768;
  color: #fff
}
/*.hotel-content {
  padding: 20px 15px 10px
}*/
.hotel-title {
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0 5px 0;
}
.hotel-content p {
  margin: 5px 0;
  /*color: #4f4b8b;
  font-weight: 500*/
}
.hotel-rate .badge {
  background: #ffa903;
  font-size: 13px
}
.hotel-rate-type {
  color: #7167ff;
  font-weight: 500;
  margin: 0 5px
}
.hotel-rate-review {
  color: #4f4b8b;
  font-weight: 500
}
.hotel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*border-top: 1px solid rgba(0, 0, 0, .05);
  margin-top: 15px;*/
  padding-top: 10px
}
.hotel-price-amount {
  color: #dc3545;
  font-weight: 700;
  font-size: 18px;
  margin: 10px 0 10px 0;
  display: block;
}
.hotel-price-type {
  font-size: 14px;
  font-weight: 500;
  color: #4f4b8b
}
.hotel-text-btn a {
  color: #4f4b8b;
  font-weight: 500
}
.hotel-text-btn a i {
  font-size: 14px
}
.hotel-text-btn a:hover {
  color: #7167ff
}
.hotel-slider .hotel-item {
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: none
}
.hotel-slider.owl-theme .owl-nav {
  margin-top: 0
}
.hotel-slider.owl-theme .owl-nav button {
  color: #7167ff;
  font-size: 20px;
  margin: 0;
  padding: 0;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0/10%);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .5s ease-in-out
}
.hotel-slider.owl-theme .owl-nav button:hover {
  background: #7167ff;
  color: #fff
}
.hotel-slider.owl-theme .owl-nav .owl-prev {
  left: -25px
}
.hotel-slider.owl-theme .owl-nav .owl-next {
  right: -25px
}
.hotel-slider .owl-dots {
  text-align: center;
  margin-top: 30px
}
.hotel-slider .owl-dots .owl-dot span {
  background: 0 0;
  margin: 5px;
  border: 2px solid #7167ff;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: all .5s ease-in-out
}
.hotel-slider .owl-dots .owl-dot.active span {
  background: #7167ff
}
.hotel-list .hotel-item {
  /*display: flex;*/
  align-items: center;
  gap: 20px
}
/*.hotel-list .hotel-img {
  width: 350px
}*/
.hotel-list .hotel-content {
  flex: 1
}
@media all and (max-width:767px) {
  .hotel-slider.owl-theme .owl-nav {
    display: none
  }
  .hotel-list .hotel-item {
    display: block
  }
  .hotel-list .hotel-img {
    width: 100%
  }
}
.facilities {
  padding: 0;
  margin: 0;
}
.facilities li {
  list-style-type: none;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 800;
}
/*** Page Css END ***/

/* HOTEL Details CSS Start */
.map-view {
    background: url(../img/map-bg.jpg) center center / cover;
    border: 1px solid rgba(156, 170, 179, .28);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 0 15px 0 57px;
    margin: 0 0 15px;
    height: 64px;
    line-height: 64px;
    color: #083f6b;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.map-view .icon, .mapicon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #e50027;
    font-size: 30px;
}
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #00aebc;
  line-height: normal;
}
.star-rating-star {
    color: #f2b600;
    font-size: 1rem;
    padding: 0;
    cursor: pointer;
}
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 500;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 500;
}
.a-underline {
  text-decoration: none;
  transition: all .5s ease;
  cursor: pointer;
  position: relative;
}
.a-underline::after {
  content: "";
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  position: absolute;
  background: #d32f2f;
  transition: all .5s ease;
}
.a-underline:hover {
  color: #d32f2f;
}
.a-underline:hover::after {
  width: 100%;
}
.main-nav {
  position: sticky; /* modern browsers */
  top: 78px;
  transition: background-color 250ms linear;
  width: 100%;
  z-index: 2;
}
.is-fixed { /* JS will apply this for IE11 / Edge 15 */
  position: fixed;
}
.main-nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-nav a {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 25px;
  display: block;
  transition: all 150ms linear;
  border-radius: 5px;
  margin-right: 1px;
}
.main-nav a:hover,
.main-nav a:focus {
  background-color: var(--btnbg-color);
  color: var(--white-color);
}
.main-nav a.active {
  background-color: var(--btnbg-color);
  color: var(--white-color);
}
/* Gallery Start */
.galleryGrid.-type-1 {
  display: grid;
  grid-template-columns: .52fr .24fr .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 > :first-child {
  grid-row: 2 span
}
@media (max-width:991px) {
  .galleryGrid.-type-1 > :first-child {
    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: .6fr .2fr .2fr;
  grid-template-rows: .4fr .6fr;
  gap: 10px
}
@media (max-width:991px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr 1fr
  }
  .amenities-icon li {
    width: 100%;
  }
}
@media (max-width:767px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr 1fr
  }
  .amenities-icon li {
    width: 100%;
  }
}
@media (max-width:575px) {
  .galleryGrid.-type-2 {
    grid-template-columns: 1fr
  }
}
.galleryGrid.-type-2 > :first-child {
  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%
  }
}
.h-full {
  height: 100% !important;
}
/* Gallery END */
.facilities-icon {
  flex-flow: row wrap;
  box-sizing: border-box;
  display: flex;
  place-content: stretch flex-start;
  align-items: stretch;
  padding:0;
  margin-bottom:0;
}
.facilities-icon li {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center flex-start;
  align-items: center;
  color: #5e5e5e;
  font-size: 13px;
  font-weight: 400;
  width: 50%;
  margin: 0 0 10px;
  padding: 0 0 0 0px;
}
.amenities-icon {
  padding: 0;
  margin-bottom: 0;
  width: 100%;
  -moz-columns: 4;
  columns: 4;
  margin: 0 0 5px;
  -moz-column-fill: balance;
  column-fill: balance;
}
.amenities-icon li {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center flex-start;
  align-items: center;
  color: #5e5e5e;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 0 0px;
}
@media (max-width:991px) {
  .amenities-icon {
    -moz-columns: 2;
    columns: 2;
  }
}

@media (max-width:767px) {
  .amenities-icon {
    -moz-columns: 1;
    columns: 1;
  }
}
.hide-part, .hide-part-4, .hide-part-3 {
  display: none;
  transition: all 0.3s;
}
.show-part, .show-part-3, .show-part-4 {
  display: block;
  transition: all 0.3s;
}
.hide-part-d {
  display: none;
  transition: all 0.3s;
}
.show-part-b {
  display: block;
}
.room-details-outer {
    padding: 12px 24px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .35);
    position: relative;
    align-items: center !important;
}
.dotted-line-gray {
    background: url(../img/dotted-line-gray.png) no-repeat 23px;
}
/* HOTEL Details CSS END */
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, var(--main-color), transparent 95%);
  color: var(--main-color);
  border-radius: 7px;
  display: inline-block;
}

.about .content h2 {
  font-weight: 700;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: var(--main-color);
  color: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i, .about .content .read-more svg {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: color-mix(in srgb, var(--main-color), transparent 20%);
  padding-right: 19px;
}

.about .content .read-more:hover i, .about .content .read-more:hover svg {
  margin-left: 10px;
}

.about .icon-box {
  background-color: var(--surface-color);
  padding: 50px 40px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
  transition: all 0.3s ease-out 0s;
}

.about .icon-box i, .about .icon-box svg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--main-color), transparent 95%);
  color: var(--main-color);
}

.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.about .icon-box p {
  margin-bottom: 0;
}

.about .icon-box:hover i, .about .icon-box:hover svg {
  background-color: var(--main-color);
  color: var(--white-color);
}

.about .icon-boxes .col-md-6:nth-child(2) .icon-box,
.about .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {
  .about .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .about .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }

    .about .icon-box {
        border-radius: 10px;
    }
}

.about-border-left-radius {
    border-radius: 70px 70px 70px 0px;
}

.about-border-right-radius {
    border-radius: 70px 0px 70px 70px;
}
.nav-tabs {
  border-bottom: 0px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}
.nav-tabs > li > a {
    margin-right: 5px;
    line-height: 25px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    background: #f5f6f8;
    /*min-width: 100px;*/
    font-weight: 400;
    letter-spacing: 0.5px;
}
.nav-tabs > li > a i {
  margin-bottom: 5px;
}
.nav-tabs > li.active:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  border: 14px solid transparent;
  border-top-color: #032040;
  z-index: 9;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active > a:hover, .nav-tabs > li > a.active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
  color: #fff;
  background-color: #032040;
  border: 1px solid #032040;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav > li > a:hover, .nav > li > a:focus {
  color: #fff;
  background-color: #032040;
  border: 1px solid #032040;
  border-bottom-color: transparent;
}
.fa-icon-fixed-w-h td i, .fa-icon-fixed-w-h td svg {
    width: 20px;
    font-size: 14px;
    text-align: left;
    display: inline-block;
    margin-right:5px;
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #032040;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #032040;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 0px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

.dashboard .customers-card-1 .card-icon {
  color: #f0ad4e;
  background: rgb(240 173 78 / 20%);
}

.dashboard .customers-card-2 .card-icon {
  color: #9bc8de;
  background: rgb(217 237 247 / 70%);
}

.dashboard .customers-card-3 .card-icon {
  color: #d28686;
  background: rgb(247 217 217 / 70%);
}

.dashboard .customers-card-4 .card-icon {
  color: #db4e4e;
  background: rgb(255 159 159 / 70%);
}

.dashboard .customers-card-5 .card-icon {
  color: #db4e4e;
  background: rgb(255 159 159 / 70%);
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: transparent;
  border-radius: var(--bs-border-radius);
}

.my-check {
  margin-bottom: 15px;
  display: inline-block;
}
.my-check input[type="radio"], .my-check input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.my-check input[type="radio"] + label, .my-check input[type="checkbox"] + label {
  margin-right: 5px;
  vertical-align: middle;
  display: inline;
}
/*.form-floating > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
	.form-floating>span {
		transition: none
	}
}*/
/*.form-floating>.form-select~span {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}
.form-floating>.form-control:not(:placeholder-shown)~span {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}*/
.form-floating > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating > span {
    transition: none
  }
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem
}

  .form-floating > .form-control-plaintext::-moz-placeholder,
  .form-floating > .form-control::-moz-placeholder {
    color: transparent
  }

  .form-floating > .form-control-plaintext::placeholder,
  .form-floating > .form-control::placeholder {
    color: transparent
  }

  .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown),
  .form-floating > .form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
  }

  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown),
  .form-floating > .form-control:focus,
  .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
  }

  .form-floating > .form-control-plaintext:-webkit-autofill,
  .form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
  }

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ span {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ span,
.form-floating > .form-control:focus ~ span,
.form-floating > .form-control:not(:placeholder-shown) ~ span,
.form-floating > .form-select ~ span {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ span {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control-plaintext ~ span {
  border-width: 1px 0
}
.form-group label, .form-group span {
  margin-bottom: 0.5rem;
  display: block;
}

.two-dots {
  border-top: 1px solid #e4e4e4;
  line-height: 0;
  margin-top: 18px !important;
  position: relative;
  text-align: center;
}

  .two-dots:after {
    background-color: #e4e4e4;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 8px;
  }

  .two-dots:before {
    background-color: #e4e4e4;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 0;
    top: -5px;
    width: 8px;
  }

/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .two-dots > i {
    top: -8px;
  }
}*/

.two-dots > i {
  font-size: 1.143rem;
  position: relative;
  top: -9px;
}

.form-check-input {
  margin-top: .1em;
}

.letter-space {
  letter-spacing: 0.8px;
}

.autocomplete_CompletionListElement {
  min-width: 280px;
  width: 100%;
  max-height: 280px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  overflow: auto;
  text-align: left;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  list-style-type: none;
  line-height: 28px;
  padding: 0;
  background: #8c9192;
  color: #fff;
  cursor: pointer;
  z-Index: 999;
  position: absolute;
}

.autoExtenderListItems {
  border: 1px solid #dddddd;
  cursor: pointer;
  color: #ffffff;
  padding: 5px;
}

.autoExtenderHighlightListItems {
  color: #000 !important;
  border: 1px solid #dddddd;
  background-color: #00aebc !important;
  cursor: pointer !important;
  padding: 5px;
}

.insurance-list {
  padding:0 0 0 20px;
  margin: 10px 0;
}
.insurance-list li {
  list-style-type: disc;
  list-style-position: outside;
}

.pagination-ys {
	/*display: block;*/
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination-ys table > tbody > tr > td {
	display: inline;
}
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination-ys table > tbody > tr > td > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  margin-left: -1px;
  z-index: 2;
  color: #ffffff;
  background-color: #00aebc;
  border-color: #dddddd;
  cursor: default;
}
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
	color: #ffffff;
  background-color: #00aebc;
	border-color: #dddddd;
}
.ui-widget-overlay {
  background: #424242cc !important;
  opacity: 0.8 !important;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh !important;
  opacity:1;
}
.full-screen::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
}
.login-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
input:disabled {
  /*border-color: rgba(118, 118, 118, 0.3);*/
  cursor: not-allowed;
}
.flight-p-none p {
  display: none;
}
.admin-filter {
  padding: 3px 10px;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}
.disabled {
  background-color: dimgrey;
  color: linen;
  opacity: 1;
}
/* jQuery Calendar and Dropdown Menu Design Modify START
==================================================================*/
.ui-helper-hidden {
  display: none
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}

.ui-helper-clearfix:after {
  clear: both
}

.ui-helper-clearfix {
  min-height: 0
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}

.ui-front {
  z-index: 100
}

.ui-state-disabled {
  cursor: default !important
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable {
  position: relative
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em
}

  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
  }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible
}

  .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
  }

.ui-button-icon-only {
  width: 2.2em
}

button.ui-button-icon-only {
  width: 2.4em
}

.ui-button-icons-only {
  width: 3.4em
}

button.ui-button-icons-only {
  width: 3.7em
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em
}

input.ui-button {
  padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em
}

.ui-buttonset {
  margin-right: 7px
}

  .ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
  }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none
}

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
  }

  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
  }

  .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px
  }

  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
  }

  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px
  }

  .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
  }

    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0
    }

  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
  }

  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
  }

  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px
  }

    .ui-datepicker td span, .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none
    }

  .ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
  }

    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible
    }

      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left
      }

  .ui-datepicker.ui-datepicker-multi {
    width: auto
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}

.ui-datepicker-rtl {
  direction: rtl
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
        float: right
      }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
  }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0
}

  .ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
  }

  .ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
  }

  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
  }

    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right
    }

    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer
    }

  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
  }

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none
}

  .ui-menu .ui-menu {
    position: absolute
  }

  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
  }

  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
  }

  .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
  }

.ui-menu-icons {
  position: relative
}

  .ui-menu-icons .ui-menu-item {
    padding-left: 2em
  }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden
}

  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
  }

  .ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
  }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none
}

  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
  }

    .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
      font-size: 1em;
      font-weight: bold;
      line-height: 1.5;
      padding: 2px 0.4em;
      margin: 0.5em 0 0 0;
      height: auto;
      border: 0
    }

.ui-selectmenu-open {
  display: block
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer
}

  .ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
  }

  .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

.ui-slider {
  position: relative;
  text-align: left
}

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
  }

  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
  }

  .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
  }

.ui-slider-horizontal {
  height: .8em
}

  .ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
  }

  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
  }

  .ui-slider-horizontal .ui-slider-range-min {
    left: 0
  }

  .ui-slider-horizontal .ui-slider-range-max {
    right: 0
  }

.ui-slider-vertical {
  width: .8em;
  height: 100px
}

  .ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
  }

  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
  }

  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0
  }

  .ui-slider-vertical .ui-slider-range-max {
    top: 0
  }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0
}

.ui-spinner-up {
  top: 0
}

.ui-spinner-down {
  bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px
}

.ui-tabs {
  position: relative;
  padding: .2em
}

  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
  }

    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 0;
      margin: 1px .2em 0 0;
      border-bottom-width: 0;
      padding: 0;
      white-space: nowrap
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
      float: left;
      padding: .5em 1em;
      text-decoration: none
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active {
      margin-bottom: -1px;
      padding-bottom: 1px
    }

      .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
        cursor: text
      }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
  border-width: 2px
}

.ui-datepicker.ui-datepicker-multi {
  width: auto !important;
  border-radius: 20px;
}

.ui-datepicker-group-last {
  border-left: 1px solid #ddd;
}

.ui-menu {
  padding: 8px 0 10px 0 !important;
  border-radius: 15px;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.23);
  border: 1px solid transparent !important;
}

.ui-datepicker-group-first {
  padding-right: 5px;
}

.ui-datepicker-group-last {
  padding-left: 5px;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 0 0 10px;
  width: 340px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

  .ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #dedede;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
  }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-next, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      position: absolute;
      width: 35px;
      height: 100%;
      display: block;
      top: 0;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      -ms-transition: all .2s linear;
      -o-transition: all .2s linear;
      cursor: pointer
    }

      .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
        background-color: transparent;
        border: 0;
        box-shadow: none;
      }

      .ui-datepicker .ui-datepicker-header .ui-datepicker-next span, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
        display: none
      }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
      left: 0;
      background: url(../img/icon-arrow-left-blue.png) 50% 50% no-repeat
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      right: 0;
      background: url(../img/icon-arrow-blue.png) 50% 50% no-repeat
    }

    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
      color: #333;
      font-weight: 600;
      font-size: 14px;
      line-height: 48px;
      margin: 0 35px
    }

  .ui-datepicker .ui-datepicker-calendar {
    margin: 0
  }

    .ui-datepicker .ui-datepicker-calendar th {
      font-weight: 600;
      font-size: 14px;
      padding: 5px 3px 5px;
    }

    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center
    }

      .ui-datepicker .ui-datepicker-calendar td a, .ui-datepicker .ui-datepicker-calendar td span {
        margin: 1px 0;
        display: inline-block;
        border: 1px solid #aeaeb3;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 28px;
        text-align: center;
        color: #333;
        font-size: 13px;
        font-weight: 300;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear
      }

      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a, .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-current-day a {
        background-color: #02B2CC;
        border-width: 0;
        color: #fff
      }

      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
        border-width: 0;
        background-color: #02B2CC;
        color: #fff
      }

      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month a {
        border-width: 0;
        color: #999
      }
/* jQuery Calendar and Dropdown Menu Design Modify END
==================================================================*/
.qty-box label {
  color: #212529;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 500;
  width: 100px;
}

  .qty-box label span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    color: #5d646d;
  }

.roomInc,
.roomDec,
.qtyInc,
.qtyDec {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 14px;
  background-color: transparent;
  color: #424242;
  display: inline-block;
  text-align: center;
  /*-webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;*/
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bfbfbf;
}

.qtyInc {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.qtyDec {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

  .roomInc:hover,
  .roomDec:hover,
  .qtyInc:hover,
  .qtyDec:hover {
    background-color: #fd8204;
    border: 1px solid #fd8204;
    color: #ffffff;
  }

.roomBtn input,
.qtyBtn input {
  width: 35px !important;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
  color: #0d233e;
  font-weight: 500;
  height: 27px;
  /*width: 35px;
  border: none;
  text-align: center;
  color: #0d233e;
  font-weight: 500;*/
}

.passengers-dropdown-item {
  min-width: 210px;
  width: 100%;
  padding: 10px 0 0 0;
}
.passengers-dropdown-item .qty-box {
  border-bottom: 1px dotted #e7e7e7;
  padding: 5px 10px;
}
.passengers-dropdown-item .qty-box:last-child {
  border-bottom: 0px;
}

.flight-p-none .form-select, .flight-searchpage .form-select {
  padding: 0.375rem 1.7rem 0.375rem 0.75rem;
}