/*================================================
Default CSS
=================================================*/

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');

:root {
  --main-color: #0D743B;
  --main-hover-color: #EE7123;
  --heading-color: #0D743B;
  --navber-color: #032040;
  --btnbg-color: #EE7123;
  --orange-color: #EE7123;
  --gray-color: #032040;
  --gray-hover-color: #d77233;
  --beige-color: #E8E3DA;
  --sand-color: #D3CCB6;
  --white-color: #ffffff;
  --light-green: #99CE7F;
  --black-color: #000000;
  --black-color-opacity: #2b2540c4;
  --main-color-opacity: #2d5b3b;
  --paragraph-color: #818090;
  --bg-color: #F3F6FD;
  --transition: .4s all ease-in-out;
  --tertiary-border: #eaebee;
  --primary-color: #0D743B;
  --primary-title: #071516;
  --white: #fff;
  --primary-paragraph: #4b5051;
}

html,
body {
    height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Golos Text', sans-serif;
  background: #ebeef1;
}

img {
    max-width: 100%;
    height: auto;
}

.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(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--heading-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Golos Text', sans-serif;
    margin: 0;
}

h1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 90px;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

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: 'Golos Text', sans-serif;
    margin-bottom: 0;
}

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;
}

.section_padding_bottom {
    padding: 0 0 100px 0;
}

/* --Heading Area-- */

.heading_left_area h2 {
    font-weight: 400;
    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 h2 {
    position: relative;
    padding-bottom: 15px;
}

.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(8 112 150 / 62%);
    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: 400;
    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: 5px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

/*.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(--btnbg-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_md {
    padding: 12px 35px;
    font-size: 18px;
}

.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-image: url("../img/banner/bredcump.png");
  background: transparent;*/
  padding: 150px 0 50px 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);
}
.banner_one_text h3 {
  color: var(--white-color);
  padding-top: 13px;
}
/* --Theme Search Form-- */
#theme_search_form {
  margin-top: -140px;
}
.theme_search_form_area {
  /*background: #FFFFFF;
  box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);*/
  border-radius: 20px;
  padding: 10px 20px;
  position: relative;
  /*margin-top: 15px;*/
}
.theme_search_form_tabbtn .nav-item {
  margin-right: 15px;
}
.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%);
        background: var(--btnbg-color);
        color: var(--white);
    }
    .theme_search_form_tabbtn .nav-tabs .nav-item.show .nav-link, .theme_search_form_tabbtn .nav-tabs .nav-link.active {
        color: var(--white-color);
        /*border-bottom: 2px solid var(--main-color) !important;*/
        border-color: var(--btnbg-color);
        background: var(--btnbg-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: 15px;
    /*border: 1px solid var(--main-color);*/
    background: var(--white-color);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    border: 1px solid rgba(255, 255, 255, .28);
    width: 100px;
    height: 75px;
    transition: all .5s ease;
}
.theme_search_form_tabbtn .nav-tabs .nav-link i {
  padding-right: 0px;
}
/*.theme_search_form_tabbtn {
  margin-bottom: 0px;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}*/
.theme_search_form_tabbtn-inner {
  /*align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
  padding: 10px 30px;*/
}
.flight_Search_boxed {
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 5px !important;
    position: relative;
}
.flight_Search_boxed_first {
    border-radius: 10px 0px 0px 10px;
}
.flight_Search_boxed_last {
    border-radius: 0px 10px 10px 0px;
}
.passengers-select-dropdown-dropdown .dropdown {
  height: 31px;
}

.plan_icon_posation {
    position: absolute;
    top: 20px;
    right: 30px;
}

.plan_icon_posation i {
    font-size: 24px;
}

.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: 14px;
}

.flight_Search_boxed input {
    font-size: 16px;
    width: 100%;
    border: none;
    background: transparent;
    font-weight: 500;
    height: 35px;
    padding: 0 40px 0 0;
}

.flight_Search_boxed input:focus-within {
    outline: none;
    border: none;
}

.flight_Search_boxed select {
  font-size: 16px;
  width: 80%;
  border: none;
  background: transparent;
  font-weight: 500;
  height: 35px;
  padding: 0;
}

.flight_Search_boxed select:focus-within {
  outline: none;
  border: none;
}

.flight_Search_boxed span {
    display: block;
    font-size: 12px;
    padding-top: 1px;
    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: 22px;
    font-weight: 500;
}

.dropdown_passenger_area button::after {
    display: none;
}

/*.dropdown_passenger_area .dropdown-menu.show {
    transform: translate(-35%, 40px) !important;
}*/

.dropdown_passenger_area .dropdown-menu {
    z-index: 9999;
    min-width: 350px;
    padding: 15px 15px;
    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: 3px 10px;
    justify-content: space-between;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text {
    align-items: center;
    display: flex;
}

.traveller-calulate-persons .passengers .passengers-types .passengers-type .text .count {
    margin-right: 20px;
    width: 24px;
    display: inline-block;
    font-size: 1rem;
    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: 20px;
    height: 20px;
}

.traveller-calulate-persons .passengers .passengers-types {
    padding-top: 5px;
}

.traveller-calulate-persons .passengers h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.traveller-calulate-persons .cabin-selection {
    padding-top: 10px;
    border-top: 1px solid #c7c7cc;
    margin-top: 5px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding: 5px 10px;
}

.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);
}


.traveller-calulate-persons .muiButton-label {
    font-size: 14px;
}

.traveller-calulate-persons .cabin-selection h6 {
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.top_form_search_button {
    text-align: center;
    margin-top: 20px;
}

.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(--main-color);
    border-color: none;
}

.flight_categories_search .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--black-color);
    border-radius: 6px;
    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: right;
}

.add_multy_form button {
    color: var(--main-color);
    border: none;
    background: transparent;
}

.multi_form_remove {
    text-align: right;
}

.multi_form_remove button {
    color: red;
    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%;
    }
}


/* --Banner Area-- */
/*#home_one_banner {
    background-image: url("../img/fly-banner/09.jpg");
    padding: 150px 0 150px 0;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    
}*/
/*.overlay {
  	position: absolute;
  	bottom: 0;
	top: 0;
  	background: rgb(0, 0, 0, 0.5);
  	width: 100%;
  	transition: .5s ease;
}*/

/*.banner_one_text {
    text-align: center;
    margin-bottom: 15px;
}

.banner_one_text h1 {
    color: var(--white-color);
    font-size: 48px;
    font-weight: 600;
	text-shadow: 1px 4px 2px rgba(0,0,0,0.34);
}

.banner_one_text h3 {
    color: var(--white-color);
    padding-top: 13px;
}*/

/* --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: 12px;
    overflow: hidden;
}

.destinations_content_box .btn {
    margin-top: 2px;
}

.destinations_content_box img {
    width: 100%;
}

.destinations_content_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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: 20px;
}

.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: 11px;
    overflow: hidden;
    border: 1px solid #d2d2d275;
    transition: var(--transition);
    margin-bottom: 30px;
}

.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;
}

.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;
}

.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);
}

/* --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 img {
    width: auto !important;
    filter: opacity(0.5);
}

#our_partners .owl-carousel .owl-item img:hover {
    filter: opacity(1);
}

.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_heading_area h5 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
}

.footer_first_area .f-icon {
  width: 52px;
  font-size: 40px;
  margin-top: 20px;
  color: #EE7123;
}

.footer_inquery_area {
  padding-top: 5px;
  border-left: 2px solid var(--main-color);
  margin-top: 25px;
  padding-left: 9px;
}

.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 8px;
    font-size: 18px;
}

.footer_inquery_area h5 {
    font-size: 14px;
    font-weight: 400;
    color: #727171;
}

.soical_icon_footer {
    display: flex;
    padding-top: 5px;
}

.soical_icon_footer li {
    padding-right: 8px;
}

.footer_link_area {
    padding-top: 20px;
}

.footer_link_area ul li {
    padding-bottom: 15px;
}

.footer_link_area ul li a {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    transition: var(--transition);
}

.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(--bg-color);
    padding: 15px 0;
}

.copyright_left p {
    color: var(--black-color);
    font-size: 13px;
    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: 13px;
    color: var(--black-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%;
}

.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: 14px;
    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-top: 30px;
}

.faqs_main_item .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
}

.faqs_main_item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    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 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: 30px;
}

#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: 20px;
}

.news_author_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.news_author_img img {
    width: 100%;
}

.news_author_area_name {
    padding-left: 15px;
}

.news_author_area_name p {
    padding: 4px 0 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.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-- */

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #fff;
    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%
}

.go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible
}

.go-top i {
    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 {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #393953;
    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: 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;
  border: 4px solid #0D743B;
  box-shadow: 0 4px 9px 0 #0D743B;
  background: #d5ecf5b5;
}
.wrap-login-box-2 .form-control {
  border: 2px solid #434344;
}
.login-hr {
  background: #f15a2b;
  height: 2px !important;
  opacity: 1;
}
.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 {
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -13px;
    font-size: x-large;
}
.air-owl-carousel .owl-next i {
    position: absolute;
    right: -15px;
	top: 50%;
    margin-top: -13px;
    font-size: x-large;
}
.input-group-text {
  background: transparent;
  color: rgb(13 104 38 / 50%);
}
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}.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: #EE7123 !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;
}

.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(--main-color) !important;
  cursor: pointer !important;
  padding: 7px;
}

.ui-state-focus {
  color: #fff !important;
  border-bottom: 1px dotted #dddddd;
  background-color: var(--main-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: 'Golos Text', sans-serif;
  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: 140px; /*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: 800px;
}

@media only screen and (max-width: 800px) {
	.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: #fff;
  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;
}

.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 {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  color: #333;
  margin: 0;
  padding: 18px 20px 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: 15px;
  right: 20px;
  text-align: center;
  line-height: 18px;
  padding-left: 2px;
  color: var(--main-color);
  font-family: "Font Awesome 5 Free";
  position: absolute;
  content: "\f078";
  font-weight: 900;
}

.another-toggle h4.active:after {
  content: "\f053";
}

.filter-toggle .another-toggle-inner {
  padding: 15px 20px;
}

.filter-toggle .range-slider-wrapper {
  margin-bottom: -10px;
}

/*.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 {
  max-height: 150px;
  width: 100%;
}
.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:900;
}

.ui-datepicker .ui-datepicker-next:after {
  content: "\f101";
  right: 5px;
  position: absolute;
  font-family: "font awesome 5 free";
  font-weight: 900;
}

.ui-datepicker .ui-widget-header {
  background: #0D743B;
  border: none;
  border-radius: 8px
}

.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 #0D743B;
  background: #0D743B;
  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: #0D743B;
  color: #fff;
}
/*.LegInfo_stopLine {
  position: relative;
  display: block;
  width: 90%;
  height: 0.125rem;
  margin: 0.375rem auto;
  padding: 0;
  border-radius: 0.375rem;
  background-color: #0D743B;
  line-height: 0;
  text-align: center;
}*/
.LegInfo_stopLine {
    position: relative;
    display: block;
    width: 90%;
    height: 0.01rem;
    margin: 0.375rem auto;
    padding: 0;
    border-radius: 0.375rem;
    background-color: #0D743B;
    line-height: 0;
    text-align: center;
}
.LegInfo_planeEnd {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    margin-top: -0.39rem;
    padding-left: 0rem;
    background-color: transparent;
    color: #0D743B;
    left: 43%;
    text-align: center;
}
/*.LegInfo_planeEnd {
  position: absolute;
  top: 50%;
  right: -0.375rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: -0.42rem;
  padding-left: 0rem;
  background-color: transparent;
  color: #0D743B;
}*/
.LegInfo_stopDot__ZTAyN {
    position: relative;
    top: -.125rem;
    display: inline-block;
    width: .375rem;
    height: .375rem;
    margin: 0 4%;
    border-radius: .5rem;
    background-color: #EE7123;
    background-image: none;
    line-height: 0;
    box-shadow: 0 0 0 .125rem #fff;
    zoom:1
}
.on-hover .LegInfo_stopLine:hover {
	background: #EE7123;
}
.on-hover .LegInfo_planeEnd:hover, .on-hover .LegInfo_stopDot__ZTAyN:hover {
	color: #EE7123;
}
.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: #0D743B;
	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;
}
.bootstrap-3 {
  display: none;
}
.btn-link {
  color: var(--orange-color);
}
.btn-link:hover {
  color: #cf7f08;
}
.btn-primary {
  color: #fff;
  background-color: #0D743B;
  border-color: #0D743B;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0D743B;
  border-color: #0D743B;
  box-shadow: 0 0 0 0.25rem rgba(49,132,253,.5);
}
.btn-primary:hover {
  color: #fff;
  background-color: #2f643f;
  border-color: #2f643f;
}
.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: #2f643f;
  border-color: #2f643f;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2f643f;
  border-color: #2f643f;
}
.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: #0D743B;
}
.nav-link {
  color: #0D743B;
}
.border-primary {
  border-color: #0D743B !important;
}
.bg-primary {
  background-color: #0D743B !important;
}
/*.bg-secondary {
  background-color: #0D743B !important;
}
.border-secondary {
  border-color: #0D743B !important;
}*/
.list-group-item.active {
  background-color: #0D743B;
  border-color: #0D743B;
  z-index: 1;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #EE7123;
  border-color: #EE7123;
}
.pagination > li > a, .pagination > li > span {
  color: #EE7123;
}
/*.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: 4px;
  /*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(--main-color);
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
}

.pricing-table h5 {
	color: var(--yellow-orange);
	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: #0D743B;
}

.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: 1px dashed #ddd;
    padding: 2px 0px;
}

.pricing-table .pricing-features .feature i {
	width: 12px;
}

.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(--beige-color);
  color: var(--black-color);
}

.purple .price-tag {
	color: var(--yellow-orange);
}

.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(--main-color);
  color: var(--white-color);
}
.fareFamilySelected .price-tag {
  color: var(--main-color);
}

.border-primary {
  border-color: var(--main-color) !important;
}
.bg-primary {
  background-color: var(--main-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 {
	top: 0;
	left: 0;
	white-space: nowrap
}
.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: 25px
}
.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: 25px;
	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: 16px;
	height: 18px;
	top: 22px;
	background-position: 0 -120px
}
.irs-slider.state_hover, .irs-slider:hover {
	background-position: 0 -150px
}
.irs-max, .irs-min {
	color: #999;
	top: 0;
	padding: 1px 3px;
	background: #e1e4e9;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.irs-from, .irs-single, .irs-to {
	color: #fff;
	padding: 1px 5px;
	background: #EE7123;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.irs-from:after, .irs-single:after, .irs-to:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #EE7123
}
.irs-grid-pol {
	background: #0d743b
}
.irs-grid-text {
	color: #999
}

/* Bootstrap modal customize css start */
.modal-content {
  border: 1px solid #0D743B;
}
.modal-header {
  border: 1px solid #0D743B;
  background: #0D743B;
  color: var(--white-color);
}
.btn-close {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.bg-light-5 {
  border: 1px solid #a1a1a1;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.cs-card-header {
  background: #E8E3DA !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #EE7123;
}
.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(--main-color);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0D743B;
  border-color: #0D743B;
}
.error-page p {
  margin-bottom: 15px;
}
.text-green {
  color: #0D743B !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;
}
.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: #0D743B;
}
.form-check input[type="radio"]:checked + label {
  color: #0D743B;
}
.form-check-input:checked {
  background-color: #0D743B;
  border-color: #0D743B;
}
.terms-condition p, .privacy-policy p {
  margin-bottom: 15px;
}
.layover-time {
  border: 1px solid;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
/*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: #0D743B;
}
.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: #0D743B;
}
/*Left Side Buttons End*/
/*.currency-code {
  position: absolute;
  right: 0;
}*/
.datepicker-placeholder, .leaving-from-placeholder, .going-to-placeholder, .hotel-where-placeholder {
  position: relative;
}
.leaving-from-placeholder:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f5b0';
  top: 30px;
  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: 30px;
  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: 30px;
  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 9px;
  margin-bottom: 15px;
  position: relative;
}
.icon-arrive:after {
  content: "Departure";
  font-size: 12px;
	font-weight: 600;
	position: absolute;
	top: 46px;
	left: 0px;
	color: #0D743B;
}
.icon-departure {
  background: url(../images/off2.png) no-repeat left top 9px;
  position: relative;
}
.icon-departure:after {
  content: "Arrival";
  font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 46px;
	left: 0px;
	color: #0D743B;
}
.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%;
}
.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: #EE7123
}
.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: #EE7123;
	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)
}
.bluestrip {
    background-color: #0D743B;
    padding: 5px 10px;
    border-radius: 5px;
}
.pinkstrip {
    background-color: #EE7123;
    padding: 5px 10px;
    border-radius: 5px;
}
.text-orange {
    color: #EE7123 !important;
}
.sticky-scroll {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.liIndented {
	padding-left: 1em;
}

/* # B2C CSS START */ 
.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: 700;
    padding: 3px;
    margin-right: 15px;
}
.services-tab .nav-pills .nav-item .nav-link.active {
    font-weight: 700;
    border-bottom: 2px solid var(--main-color);
    padding: 3px;
    border-radius: 0;
}
.our-services-left h2 {
    font: normal normal 800 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 800 36px/30px Manrope;
    color: #FFFEFE;
}
.testimonial_slider_area img {
    width: auto !important;
}
.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: var(--black-color-opacity);
    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;
}
.great-experiences {
    font: normal normal normal 60px/60px Manrope;
    color: #FFFFFF;
}
.great-experiences-bold {
    font: normal normal 800 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: #0D743B;
}
/* # B2C CSS END */ 

/*---------------------------------------------
    :: Trip
-----------------------------------------------*/
.trip-pills {
  margin-top: -30px;
  margin-bottom: 58px;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.trip-pills .trip-nav {
  background-color: transparent;
  border: 1px solid var(--tertiary-border);
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-title);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trip-pills .trip-nav.active, .trip-pills .trip-nav:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid transparent;
}

.trip-card {
  background-color: var(--tertiary-border);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.trip-card:hover {
  background-color: var(--white);
  border: 1px solid var(--primary-color);
}
.trip-card:hover .trip-icon {
  background-color: var(--tertiary-border);
}
.trip-card .from-flex .from-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--primary-title);
  margin-bottom: 4px;
}
.trip-card .from-flex .from-pera {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-paragraph);
}
.trip-card .trip-icon-flex {
  position: relative;
}
@media (max-width: 420px) {
  .trip-card .trip-icon-flex {
    display: none;
  }
}
.trip-card .trip-icon-flex::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22px;
  left: 18px;
  width: 1px;
  height: 80px;
  border: 1px dashed var(--primary-paragraph);
}
.trip-card .trip-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--white);
  color: var(--primary-title);
  z-index: 12;
  position: relative;
}

/*---------------------------------------------
    :: Hero 03
-----------------------------------------------*/
.hero-area-bg-three {
  background-image: url(../img/videos/hero-three-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
}
.hero-area-bg-three::before {
  position: absolute;
  content: "";
  background-color: #071516;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}
.video-overlay {
  position: relative;
}
/*.video-overlay::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 61, 0)), to(rgb(6, 47, 42)));
  background: linear-gradient(359deg, rgba(26, 43, 61, 0) 35%, rgb(6, 47, 42) 100%);
  width: 100%;
  height: 32%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}*/

.hero-padding-for-three {
  padding: 130px 0px 214px 0px;
}
@media (max-width: 991px) {
  .hero-padding-for-three {
    padding: 60px 0px 90px 0px;
  }
}

.hero-padding2 {
  padding: 23px 0 108px 0;
}
@media (max-width: 991px) {
  .hero-padding2 {
    padding: 23px 0 60px 0;
  }
}

.hero-caption-three {
  max-width: 580px;
}
.hero-caption-three .title {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1199px) {
  .hero-caption-three .title {
    font-size: 34px;
  }
}
.hero-caption-three .pera {
  margin-bottom: 30px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .hero-caption-three .pera {
    font-size: 14px;
  }
}

.hero-banner {
  position: relative;
  z-index: 1;
}
.hero-banner img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-banner .h1-Hero-active {
  border-radius: 10px;
  overflow: hidden;
}
.hero-banner .shape {
  position: absolute;
  top: -62px;
  right: -62px;
  z-index: -1;
  max-width: 108px;
}
@media (max-width: 767px) {
  .hero-banner .shape {
    display: none;
  }
}

.hero-slider-video {
  width: 100%;
  height: 100%;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.video-cover {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-position: center;
  background-position: center;
  width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.wave-emoji {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: wave;
          animation-name: wave;
  display: inline-block;
  -webkit-transform-origin: 70% 70%;
          transform-origin: 70% 70%;
}
.wave-emoji img {
  max-width: 25px;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*---------------------------------------------
    :: Destination card 02
-----------------------------------------------*/
.destination-banner-two {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 575px) {
  .destination-banner-two {
    height: 300px;
  }
}
.destination-banner-two:hover img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.destination-banner-two:hover::before {
  z-index: 1;
}
.destination-banner-two:hover .arrow-btn {
  background-color: var(--secondary-color);
  color: var(--white);
}
.destination-banner-two img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.destination-banner-two::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.destination-banner-two .destination-content-two .ratting-badge {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  line-height: 1.5;
  background-color: var(--primary-color);
}
.destination-banner-two .destination-content-two .destination-info-two {
  z-index: 1;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 100%;
  padding-left: 20px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.destination-banner-two .destination-content-two .destination-info-two .pera {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}
@media (max-width: 991px) {
  .destination-banner-two .destination-content-two .destination-info-two .pera {
    font-size: 16px;
  }
}
.destination-banner-two .arrow {
  font-size: 20px;
  color: var(--white);
  font-weight: 700;
}

.destination-offer-two {
  position: relative;
  padding: 88px 52px 0 30px;
  border-radius: 12px;
  background-color: var(--primary-color);
  overflow: hidden;
  z-index: 10;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .destination-offer-two {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .destination-offer-two {
    padding: 30px;
    height: 300px;
  }
}
.destination-offer-two::before {
  content: "";
  position: absolute;
  background-image: url("../images/destination/destination-shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 330px;
  height: 230px;
  bottom: -24px;
  right: -24px;
  z-index: -1;
}

.destination-content-offer .highlights {
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .destination-content-offer .highlights {
    font-size: 16px;
  }
}
.destination-content-offer .title {
  margin-top: 12px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .destination-content-offer .title {
    font-size: 26px;
  }
}

.destination-offer-three {
  position: relative;
  padding: 129px 52px 129px 30px;
  border-radius: 12px;
  background-color: var(--primary-color);
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .destination-offer-three {
    padding: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .destination-offer-three {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .destination-offer-three {
    padding: 30px;
    height: 250px;
  }
}
.destination-offer-three::before {
  content: "";
  position: absolute;
  background-image: url("../images/destination/destination-shape-two.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 175px;
  height: 143px;
  bottom: 10px;
  right: 10px;
  z-index: -1;
}
.destination-offer-three::after {
  content: "";
  position: absolute;
  background-image: url("../images/destination/destination-shape-three.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: 80px;
  width: 48px;
  height: 60px;
  z-index: -1;
}
/* --Popular Tours-- */
.section_heading_left {
  padding-bottom: 30px;
}
.section_heading_left h2 {
  padding-bottom: 8px;
}
.common_card_four {
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 20px;
  overflow: hidden;
}
.common_card_four_img {
  overflow: hidden;
}
.common_card_four_img a img {
  width: 100%;
  transition: var(--transition);
}
.common_card_four:hover .common_card_four_img a img {
  transform: scale(1.1);
}
.common_card_four_text {
  padding: 10px 10px;
}
.common_card_four_list li {
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  color: #727178;
  align-items: center;
}
.common_card_four_list li i, .common_card_four_list li svg {
  font-size: 7px;
  color: #DDDDDD;
  padding-left: 7px;
  padding-right: 5px;
}
.common_card_four_text h3 {
  padding-top: 0px;
}
.common_card_four_text h3 a {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 400;
}
.common_card_four:hover .common_card_four_text h3 a {
  color: var(--main-color);
}
.common_card_four_text p {
  font-size: 14px;
  padding-top: 5px;
}
.common_card_four_text p i {
  font-size: 14px;
  padding-right: 5px;
}
.common_card_four_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0px;
}
.common_card_four_bottom_left p {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
}
.common_card_four_bottom_left h6 {
  color: #727178;
  font-size: 12px;
  padding-top: 3px;
}
.common_card_four_bottom_right h4 sub {
  font-size: 12px;
}
.button_style_top_left.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -90px;
}
.button_style_top_left.owl-carousel .owl-nav button.owl-next, .button_style_top_left.owl-carousel .owl-nav button.owl-prev {
  background: var(--black-color);
  color: var(--white-color);
  border: none;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.button_style_top_left.owl-carousel .owl-nav button.owl-next:hover, .button_style_top_left.owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--main-color);
  color: var(--white-color);
}
/* --Beest Offer-- */
.theme_nav_tab_four_item .nav-tabs {
  border-bottom: none;
  justify-content: flex-end;
}
.theme_nav_tab_four_item .nav-tabs .nav-link {
  background: #FBF9FE;
  margin-left: 17px;
  border: 1px solid #DDDDDD;
  border-radius: 7px;
  color: #2B2540;
  font-size: 16px;
  font-weight: 500;
}
.theme_nav_tab_four_item .nav-tabs .nav-link.active {
  background-color: var(--main-color);
  color: var(--white-color);
}
/* --Tour Type Boxed-- */
.tour_type_boxed {
  background: #FFFFFF;
  border: 1px solid rgba(221, 221, 221, 0.5);
  border-radius: 8px;
  text-align: center;
  padding: 20px 20px;
  transition: var(--transition);
}
.tour_type_boxed:hover {
  transform: translateY(-10px);
}
.tour_type_boxed img {
  width: auto !important;
  margin: 0 auto;
}
.tour_type_boxed h3 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
.tour_type_boxed p {
  padding-top: 5px;
}
/* --Destination for your-- */
.section_heading_left_view_all {
  text-align: right;
  padding-top: 45px;
}
.section_heading_left_view_all a {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
}
.section_heading_left_view_all a:hover {
  color: var(--black-color);
}
/* --Top Details -- */
.top_details_four_item {
  position: relative;
}
.top_details_four_item img {
  width: 100%;
}
.top_details_posation {
  position: absolute;
  bottom: 34px;
  left: 25px;
}
.top_details_posation p {
  color: var(--white-color);
}
.top_details_posation h3 {
  font-size: 20px;
  color: var(--white-color);
  font-weight: 500;
  padding-bottom: 22px;
}
.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;
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* # B2C CSS END */ 
.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: #CD9131;
    font-size: 30px;