/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'); */



@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 300;
    src: url("https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Light.woff2") format("woff2");
    unicode-range: U+000-0FF;
}

@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 400;
    src: url("https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Book.woff2") format("woff2");
    unicode-range: U+000-0FF;
}

@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 500;
    src: url("https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Medium.woff2") format("woff2");
    unicode-range: U+000-0FF;
}

@font-face {
    font-display: swap;
    font-family: "Centra No2";
    font-style: normal;
    font-weight: 700;
    src: url("https://a.travel-assets.com/egds/fonts/CentraNo2/CentraNo2-Bold.woff2") format("woff2");
    unicode-range: U+000-0FF;
}


:root {
    /* --main-color: #ff5300; */
    --main-color: #FF5300;
    --white-color: #ffffff;
    --black-color: #191e3b;
    --black-color-opacity: #191e3b;
    --paragraph-color: #191e3b;
    --bg-color: #FFFFFF;
    --transition: .4s all ease-in-out;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    /* font-family: "Centra No2"; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* font-synthesis: none; */
    background: #FFFFFF;
}

/*
@font-face {
    font-family: "Centra No2";
    src: url("../fonts/Central-2/239a907fbc4c6299e25ac127f7322587.eot");
    src: url("../fonts/Central-2/239a907fbc4c6299e25ac127f7322587.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Central-2/239a907fbc4c6299e25ac127f7322587.woff2")format("woff2"),
    url("../fonts/Central-2/239a907fbc4c6299e25ac127f7322587.woff")format("woff"),
    url("../fonts/Central-2/239a907fbc4c6299e25ac127f7322587.otf")format("truetype"),
    url("../fonts/Central-2/239a907fbc4c6299e25ac127f7322587.svg#Centra No2 Medium")format("svg");
} */

.container {
    /* max-width: 1080px; */
    max-width: 1250px;
}

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;
}

.mt {
    margin-top: 40px;
}

.mb {
    margin-bottom: 40px;
}

.pt {
    padding-top: 40px;
}

.pb {
    padding-bottom: 40px;
}

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 {
    margin: 0;
}

h1 {
    font-size: 82px;
    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: 16px;
    line-height: 28px;
    color: var(--paragraph-color);
    font-weight: 400;
    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: 90px 0;
}

.section_padding_top {
    padding: 90px 0 0 0;
}

.section_padding_bottom {
    padding: 0 0 90px 0;
}


/* --Heading Area-- */

.logo-bar {
    display: flex;
    align-items: center;
}

.search-panel {
    width: 345px;
    position: relative;
}

.search-panel i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--white-color);
}

.search-panel .form-control {
    background: transparent;
    padding: 5px 15px;
    border: none;
    height: 34px;
    font-size: 12px;
    font-weight: 600 !important;
    padding-left: 50px;
    caret-color: var(--white-color);
    color: var(--white-color);
    letter-spacing: .3px;
}

.search-panel .form-control:focus {
    outline: none;
    border: none;
    background: transparent;
    color: var(--white-color);
}

.search-panel .form-control {
    background: transparent;
    padding: 5px 15px;
    border: none;
    height: 34px;
    font-size: 12px;
    font-weight: 200;
    padding-left: 50px;
    caret-color: var(--white-color);
    color: var(--white-color);
    letter-spacing: .3px;
}

.search-panel .form-control:focus {
    outline: none;
    border: none;
    background: transparent;
    color: var(--white-color);
}

.logo-part img {
    height: 35px;
    width: auto;
}

.logo-part {
    margin-right: 30px;
}

.search-panel ::placeholder {
    color: var(--white-color);
    opacity: .7;
}

.main-navbar .navbar {
    border-bottom: 0.2px solid #a0a0a06c;
}

.navbar-expand-md .navbar-collapse {
    /* justify-content: flex-end; */
    justify-content: left;
}

.is-sticky .search-panel .form-control {
    /* background-color: rgba(0, 0, 0, 0.1); */
    border-radius: 50px;
    caret-color: var(--black-color);
    color: var(--black-color);
    font-weight: 400;
}

.is-sticky .search-panel i {
    color: #505050;
    z-index: -1;
}

.is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--black-color);
}

.is-sticky .main-navbar .navbar {
    border-bottom: none
}

.is-sticky .search-panel ::placeholder {
    color: #505050;
}

.heading_left_area h2 {
    font-weight: 500;
    line-height: 1.24;
    font-size: 30px;
    position: relative;
    margin-bottom: 30px;
}

.heading_left_area h2:before {
    content: "";
    position: absolute;
    bottom: -14px;
    background-color: var(--main-color);
    height: 2.5px;
    width: 61px;
}

.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);
    line-height: normal;
    font-size: 16px;
}

.section_heading_center {
    text-align: center;
    padding-bottom: 40px;
}

.section_heading_center h2 {
    position: relative;
    /* padding-bottom: 15px; */
    font-size: 28px;
    /* font-size: 22px; */
    font-weight: 500;
    opacity: 90%;
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 61px;
    height: 2.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: #8b3eea9c;
    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 !important;
}


/* --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: 16px;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.btn:hover {
    color: var(--white-color);
}

.btn_theme {
    color: var(--black-color);
    /* 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(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);
}

.btn_theme:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_white {
    color: var(--black-color);
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color);
}

.btn_theme_white:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-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_white:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_transparent {
    color: var(--white-color);
    background-color: transparent;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 1px solid var(--white-color);
}

.btn_theme_transparent:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-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_transparent: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 25px; */
    padding: 1px 1px;
    font-size: 28px;
}

.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("../img/banner/bg.png");
    padding: 370px 0 280px 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: 10px;
    padding: 0px 0px;
    position: relative;
    margin-top: -155px;
}

.theme_search_form_tabbtn .nav-item {
    margin-right: 20px;
}

.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-item.show .nav-link,
.theme_search_form_tabbtn .nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: none;
}

.theme_search_form_tabbtn .nav-tabs .nav-link {
    margin-bottom: 0;
    color: var(--black-color);
    border-radius: 6px;
    border: 1px solid var(--main-color);
}

.theme_search_form_tabbtn .nav-tabs .nav-link i {
    padding-right: 10px;
}

.theme_search_form_tabbtn {
    margin-bottom: 30px;
}

.flight_Search_boxed {
    position: relative;
    max-width: 800px;
    margin: auto;
    margin-bottom: 40px;
}

.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: 15px;
    width: 100%;
    border: none;
    background: #fff;
    font-weight: 500;
    /* height: 48px; */
    padding: 5px 20px;
    border-radius: 999vw;
    box-shadow: 0 .0625rem .5rem rgba(0, 0, 0, .2);
    height: 3.5rem;
}


.top_form_search_button .btn {
    margin-left: -7px !important;
    margin-top: -3px !important;
    color: #fff !important;


}

.flight_Search_boxed input:focus-within {
    outline: none;
    border: none;
}

.flight_Search_boxed span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    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(-56%, 70px) !important;
}

.dropdown_passenger_area .dropdown-menu {
    z-index: 1000;
    min-width: 350px;
    padding: 15px 20px;
    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: 8px 16px;
    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: 1.25rem;
    font-weight: 500;
}

.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: 15px;
}

.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: 20px;
}

.traveller-calulate-persons .label-select-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 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: 15px 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

.top_form_search_button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 13px 20px;
    height: 48px;
}

.top_form_search_button .btn {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.search-list {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--white-color);
    padding: 25px;
    border-radius: 8px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .13);
    z-index: 10;
    overflow-x: hidden;
    overflow-y: auto;
    height: 500px;
    display: none;
}

.search-list h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.search-list ul li {
    display: flex;
    align-items: center;
}

.search-trip-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 3px;
}

.search-trip-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.search-trip-content {
    width: calc(100% - 40px);
    padding-left: 10px;
}

.search-trip-content span {
    display: block;
    font-size: 15px;
    padding-top: 0;
}

.search-trip-content span a {
    display: block;
    color: var(--text-color);
    transform: var(--transition);
}

.search-trip-content span a:hover {
    color: var(--main-color);
}

.search-trip-content p {
    font-size: 14px;
    line-height: 1.7;
}

.search-list ul li+li {
    margin-top: 10px;
}

.top_form_search_button .btn_theme:hover:before {
    display: none;
}

.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: 10px;
}

@media (max-width: 1399px) {

    #theme_search_form .container,
    #theme_search_form .container-lg,
    #theme_search_form .container-md,
    #theme_search_form .container-sm,
    #theme_search_form .container-xl {
        max-width: 100%;
    }
}


/* --Imagination Area-- */

.imagination_boxed {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    transition: var(--transition);
}

.imagination_boxed img {
    position: relative;
    width: 100%;
    transition: var(--transition);
    height: 355px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}

.imagination_boxed:hover img {
    transform: scale(1.2);
}

.best-tours .imagination_boxed h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}

.imagination_boxed h3 {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 999;
    align-items: center;
    height: 25%;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.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;
}

.latest-tours .owl-theme .owl-dots .owl-dot span {
    height: 7px;
    width: 7px;
    padding: 3px;
    border-radius: 100%;
    margin: 2px !important;
}

.latest-tours .owl-theme .owl-dots .owl-dot.active span {
    background: var(--main-color);
}

.seeall_link a {
    display: block;
    text-align: right;
    font-size: 14px;
    color: #3a3a3a;
}

.seeall_link {
    width: 100%;
}

.seeall_link a i {
    color: var(--main-color);
}

.seeall_link a:hover {
    color: var(--main-color);
}


/* --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 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.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;
    font-size: 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_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(--main-color);
    border-color: var(--main-color);
}

.theme_nav_tab_item .nav-tabs .nav-link {
    background: 0 0;
    border: 1.5px solid #949494;
    color: #949494;
    padding: 8px 15px;
    border-radius: 50px;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 500;
}

.theme_nav_tab_item .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.theme_common_box_two {
    border-radius: 11px;
    overflow: hidden;
    margin-bottom: 30px;
}

.theme_common_box_two:hover {
    transform: scale(1.02);
}

.theme_two_box_img {
    position: relative;
    overflow: hidden;
    border-radius: 11px;
}

.img_hover {
    overflow: hidden;
}

#attraction {
    height: 140px;
    /* height: 301px; */
}


.theme_two_box_img img {
    width: 100%;
    height: 301px;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}

.theme_attraction_two_box_img img {
    width: 100%;
    /* height: 301px; */
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
}

.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_attraction_two_box_img p {
    color: var(--white-color);
    position: absolute;
    /* bottom: 50px; */
    top: 100px;
    left: 8px;
    padding: 0 6px;
    font-size: 1.25rem;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
    border-radius: 3px;
}

.theme_two_box_img p {
    color: var(--white-color);
    position: absolute;
    top: 12px;
    left: 0px;
    padding: 0 3px;
    letter-spacing: 1px;
    font-size: 7px;
    height: 20px;
    line-height: 20px;
    background: linear-gradient(93deg, #1987541a, #198754);
    border-radius: 5px;
}

.theme_two_box_img p i {
    padding-right: 5px;
}

.theme_two_box_content {
    margin-top: 7px;
    padding: 0 5px;
}

.theme_two_box_content del {
    color: #898989;
    font-size: 14px;
    font-weight: 500;
    /* display: block; */
    display: inline-block;
    margin-bottom: 7px;
}

.theme_two_box_content h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
}

.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: 1px 0px;
    font-size: 13px;
    /* background: #E9F2E9; */
}

.theme_two_box_content p .review_rating {
    color: var(--main-color);
    margin-left: 53px;
    font-size: 11px;
}

.theme_two_box_content p .review_count {
    margin-left: 0px;
    font-size: 11px;
    /* text-transform: uppercase; */
    text-align: left;
}

.theme_two_box_content h3 {
    font-weight: 500;
    font-size: 15px;
}

.theme_two_box_content h3 span {
    font-weight: 400;
    font-size: 14px;
}

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


/* --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-- */

#promotional_tours.mt {
    margin-top: 17px;
}

.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;
    overflow: hidden;
    transition: var(--transition);
    margin-top: 50px;
    padding: 10px;
}

.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: 15px;
}

.tab_destinations_conntent h3 {
    font-size: 16px;
    font-weight: 500;
    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: 400;
    padding-top: 5px;
    font-size: 14px;
    line-height: normal;
}

.tab_destinations_img img {
    height: 65px;
    width: 65px;
    border-radius: 8px;
}

.tab_destinations_conntent p span {
    color: var(--black-color);
    display: block;
    font-weight: 600;
}


/* Additional Destination  */

.additional-destination .theme_common_box_two {
    border-radius: 0;
    border: none;
}

.additional-des-box-content {
    margin-top: 12px;
}

.additional-des-box-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
}

.additional-des-box-content h4::before {
    position: absolute;
    content: "";
    left: 0;
    width: 32px;
    height: 1.5px;
    bottom: -8px;
    background-color: var(--main-color);
}

.additional-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.additional-list a {
    display: block;
    width: 50%;
    font-size: 14px;
    color: #949494;
    line-height: 1.5;
    padding-top: 5px;
}

.additional-list a:hover {
    color: var(--main-color);
}

.additional-des-box {
    margin-bottom: 50px;
}

.additional-des-box-img img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.additional-destination.section_padding {
    padding-bottom: 40px;
}

/* --News Area-- */

.home_news_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.home_news_img {
    width: 100px;
    height: 90px;
    overflow: hidden;
}

.home_news_left_wrapper .home_news_item:last-child {
    margin-bottom: 0;
}

.slick-slide img {
    display: block;
    border-radius: 10px;
    padding-right: 20px;
}

.home_news_img img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}

.home_news_content {
    width: 68%;
    padding-left: 20px;
}

.home_news_content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.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: 3px;
    font-size: 12px;
    color: #949494;
    /* text-transform: capitalize; */
}

.home_news_content p a {
    color: #949494;
}

.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%;
    height: 267px;
    object-fit: cover;
}

.home_news_big h3 {
    padding-top: 22px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.55;
}

.home_news_big h3 a {
    color: var(--black-color);
    padding-top: 0;
}

.home_news_big h3:hover a {
    color: var(--main-color);
}

.home_news_big p {
    padding-top: 8px;
}

.home_news_big a {
    display: block;
    padding-top: 11px;
}

#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; */
}

.general-section-content {
    text-align: center;
}

.general-section-content h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.24;
    margin-bottom: 6px;
    text-align: left;

}

.general-section-content p {
    color: #191E3B;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 18px;
    text-align: left;
}

.general-section-content .home_two_button {
    padding-top: 0;
}


section.general-section.mt.mb {
    background: #f0f7ef;
    padding: 20px;
}

section.why-choose-us-yatra-section.mt.mb {
    /* background: #FEF6F0; */
    padding: 20px;
}

/* --Cta Area-- */

#cta_area {
    background: var(--bg-color);
    padding: 70px 0;
}

.cta_left {
    display: flex;
    align-items: center;
}

.cta_icon {
    width: 15%;
}

.cta_content {
    padding-left: 30px;
}

.cta_content h2 {
    padding-top: 11px;
}


/* --Footer Area-- */

.footer-wrap {
    background: var(--white-color);
    padding: 35px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.footer {
    padding: 30px 0 50px;
    position: relative;
    overflow: hidden;
}

.footer:before {
    content: "";
    position: absolute;
    top: 98px;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2e343d;
    z-index: -1;
}

#footer_area {
    padding: 100px 0px;
}

.footer-list h3 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #505050;
    margin-bottom: 15px;
}

.footer-list ul li a {
    color: #505050;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    transition: ease-in-out .1s;
}

.footer-list ul li+li a {
    margin-top: 10px;
}

.footer-list ul li a:hover {
    color: var(--main-color);
    font-weight: 600;
}

.footer_heading_area h5 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
}

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

.footer-des-wrap {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.footer-des-wrap a {
    overflow: hidden;
}

.footer-des-wrap img {
    transition: ease-in-out .3s;
}

.footer-des-wrap:hover img {
    transform: scale(1.2);
}

.footer-logo {
    margin-top: 40px;
    position: relative;
    text-align: center;
    z-index: 0;
}

.footer-logo img {
    height: 35px;
    width: auto;
    display: inline-block;
    background: #2e343d;
    padding: 0 10px;
}

.footer-logo::before {
    position: absolute;
    content: '';
    height: 1.5px;
    width: 100%;
    background: #b7b7b7;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.footer-des-wrap::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer-wrap .col-lg-3:nth-child(4) {
    border-right: none;
}

.footer-wrap .col-lg-3:nth-child(3) {
    border-right: none;
}

.footer-list .col-lg-4 {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.footer-list .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
}

.footer-des-wrap span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white-color);
    z-index: 3;
}

.footer-wrap .col-lg-3 {
    border-right: 2px solid rgba(214, 214, 214, 0.62);
}

.social-media ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: var(--white-color);
    display: block;
    border-radius: 100%;
    text-align: center;
    color: var(--black-color);
    margin: 0 15px;
    opacity: .7;
}

.social-media ul {
    display: flex;
    justify-content: center;
}

.social-media {
    margin-top: 40px;
    margin-bottom: 50px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #b7b7b7;
}

.footer-bottom span {
    display: block;
    font-size: 12px;
    line-height: 1.8;
    color: #b7b7b7;
}

.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;
}

.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
}

.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: 14px;
    font-weight: 500;
}

.copyright_right {
    text-align: right;
}


/* ===================================
        Home Two Page
====================================*/

.banner_two_slider_item {
    padding: 220px 0 245px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    left: -2px;
}

.banner_two_slider_item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.banner_two_text h3 {
    color: rgb(255 255 255 / 74%);
    font-weight: 400;
    font-size: 18px;
}

.banner_two_text h1 {
    color: var(--white-color);
    /* font-size: 82px; */
    font-size: 5rem;
    padding-top: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-inline-start: -5px;
}

.banner_two_text h2 {
    color: var(--white-color);
    padding-top: 30px;
}

.banner_two_text h4 {
    padding-top: 15px;
    font-weight: 300;
    color: rgb(255 255 255 / 74%);
    line-height: normal;
    font-size: 18px;
}

.home_two_button {
    padding-top: 60px;
}

.home_two_button a {
    margin-right: 15px;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .title {
    -webkit-animation: 1s 1.2s fadeInLeft both;
    animation: 1s 1.2s fadeInLeft both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-sttle {
    -webkit-animation: 1s 1.1s bounceInLeft both;
    animation: 1s 1.1s bounceInLeft both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-pararp {
    -webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .btn-animation {
    -webkit-animation: 1s 1.2s flipInX both;
    animation: 1s 1.2s flipInX both;
}

#home_two_banner .owl-theme .owl-nav {
    position: absolute;
    bottom: 77px;
    right: 85px;
    /* right: 102px; */
    z-index: 3;
}

#home_two_banner .owl-carousel .owl-nav button.owl-next,
#home_two_banner .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--white-color);
    /* border: .55px solid var(--white-color); */
    background-color: rgb(255 255 255 / 28%);
    /* backdrop-filter: blur(2px); */
    font-size: 14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 100%;
    /* box-shadow: 0 3px 50px rgba(0, 0, 0, 0.20); */
    transition: var(--transition);
}

#home_two_banner .owl-carousel .owl-nav button.owl-next:hover,
#home_two_banner .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--main-color);
    /* border: 2px solid var(--main-color); */
    background-color: #fff;
}

.information {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.information-list {
    display: flex;
    align-items: center;
    opacity: .7;
    cursor: pointer;
}

.information-list:hover {
    opacity: 1;
}

.information-icon {
    margin-right: 15px;
}

.information-icon i {
    font-size: 32px;
    color: var(--white-color);
}

.information-content span {
    display: block;
    font-size: 12px;
    color: var(--white-color);
}

.information-content h3 {
    margin-bottom: 0;
    font-size: 11px;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 4px;
}

.banner-contents {
    border-bottom: 50px;
    position: absolute;
    bottom: 40px;
    z-index: 1000;
    left: 0;
    right: 0;
    max-width: 1080px;
    padding-left: .75rem;
    padding-right: .75rem;
    margin: auto;
}








/* --Top Service Area-- */

.top_service_boxed {
    position: relative;
    background: var(--white-color);
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 12px;
    padding: 30px 35px;
    margin-top: 30px;
    transition: var(--transition);
    text-align: center;
}

.top_service_boxed:hover {
    transform: translateY(-10px);
}

.top_service_boxed img {
    transition: var(--transition);
}

.top_service_boxed:hover img {
    transform: translateY(5px);
}

.top_service_boxed h3 {
    padding-top: 35px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}

.top_service_boxed h3::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.top_service_boxed p {
    padding-top: 20px;
}


/* --Holiday Destinations Area-- */

.holiday_left_heading {
    background: #F3F6FD;
    border-radius: 20px;
    padding: 70px 45px;
    margin-top: 30px;
}

.holiday_small_boxed {
    margin-top: 30px;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
}

.holiday_small_boxed img {
    width: 100%;
    transition: var(--transition);
}

.holiday_small_boxed:hover img {
    transform: scale(1.1);
}

.holiday_small_boxed:hover .holiday_small_box_content {
    opacity: 1;
}

.holiday_small_box_content {
    background: linear-gradient(359deg, #111018 0%, rgb(217 217 217 / 0%) 70%);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: var(--transition);
}

.holiday_inner_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
}

.rating_outof {
    display: flex;
    align-items: center;
}

.rating_outof i {
    color: var(--white-color);
    font-size: 14px;
}

.rating_outof h5 {
    color: var(--white-color);
    padding-left: 10px;
    font-weight: 300;
}

.holiday_inner_content h3 {
    color: var(--white-color);
    padding: 10px 0;
    font-weight: 400;
}

.holiday_inner_content h4 {
    color: var(--white-color);
    font-weight: 400;
}

.holiday_inner_content p {
    color: var(--white-color);
    padding-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}


/* --About Area-- */

.about_two_left_top h5 {
    color: var(--main-color);
    font-weight: 500;
}

.about_two_left_top h2 {
    padding-top: 17px;
}

.about_two_left_top p {
    padding-top: 15px;
}

.about_two_item {
    display: flex;
    padding-top: 40px;
    transition: var(--transition);
}

.about_two_item:hover {
    transform: translateY(-10px);
}

.about_two_item_icon {
    width: 14%;
}

.about_two_item_text {
    padding-left: 10px;
}

.about_two_item_text h3 {
    font-weight: 500;
}

.about_two_item_text p {
    padding-top: 6px;
}


/* --Partner Aarea-- */

.partner_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px;
}

.partner_logo {
    flex: 0 0 12.5%;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    filter: grayscale(100%);
    transition: 0.5s filter;
}

.partner_logo:hover {
    filter: none;
}

.partner_logo img {
    max-width: 90px;
    max-height: 100px;
}

.partner_area_bg {
    background-image: url('../img/common/video_bg.png');
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.partner_area_left {
    padding-left: 115px;
}

.partner_area_left h5 {
    color: var(--main-color);
    font-weight: 500;
}

.partner_area_left h2 {
    padding-top: 15px;
    line-height: 45px;
}

.partner_area_left p {
    padding-top: 10px;
}

.partner_video_area {
    padding-top: 35px;
    padding-left: 30px;
}

.video_play_area i {
    color: var(--white-color);
    position: relative;
    z-index: 99;
    font-size: 18px;
}

.video_play_area:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video_play_area:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all 200ms;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
        opacity: 0;
    }
}

.local_counter_area {
    padding-top: 40px;
    display: flex;
}

.local_counter_box {
    background: var(--white-color);
    padding: 10px 25px;
    border-radius: 12px;
    margin-right: 15px;
}

.local_counter_box h2 {
    padding-top: 0;
    font-weight: 700;
}

.local_counter_box h5 {
    padding-top: 4px;
    font-weight: 500;
}


/* --Choose your destinations-- */

.choose_des_inner_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.choose_desti_wrapper:hover .choose_des_inner_wrap {
    transform: rotateY(180deg);
}

.choose_boxed_inner,
.flep_choose_box {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
}

.flep_choose_box {
    background-color: var(--main-color);
    transform: rotateY(180deg);
    border-radius: 12px;
}

.choose_boxed_inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.choose_boxed_inner img {
    width: 100%;
}

.choose_img_text {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.choose_img_text h2 {
    color: var(--white-color);
}

.choose_img_text h3 {
    color: var(--white-color);
    padding-top: 10px;
    font-weight: 400;
}

.flep_choose_box_inner {
    padding: 65px 25px 0px 35px;
}

.flep_choose_box_inner h2 {
    color: var(--white-color);
    padding-top: 15px;
}

.flep_choose_box_inner h3 {
    color: var(--white-color);
    padding-top: 12px;
    font-weight: 500;
}

.flep_choose_box_inner p {
    color: #ffffffd1;
    padding-top: 14px;
    font-weight: 300;
    line-height: 24px;
}

.flep_choose_box_inner a {
    color: var(--white-color);
    margin-top: 25px;
    border-bottom: 1px solid var(--white-color);
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.choose_desti_wrapper {
    margin-top: 30px;
}


/* --Client Area--*/

.client_two_area_bg {
    background-image: url('../img/banner/client-bg.png');
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.two_client_area_left {
    padding-left: 115px;
}

.two_client_area_left h2 {
    color: var(--white-color);
    line-height: 56px;
}

.sm_call_area {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.sm_call_number {
    padding-left: 15px;
}

.sm_call_number h5 {
    color: var(--white-color);
}

.sm_call_number h2 a {
    color: var(--white-color);
}

.sm_call_number h2 a:hover {
    color: var(--main-color);
}

.home_client_wrpper {
    background: var(--white-color);
    box-shadow: 8px 12px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    text-align: center;
    padding: 55px 0;
    position: relative;
    top: 122px;
}

.home_client_wrpper h4 {
    color: var(--paragraph-color);
    font-weight: 400;
}

.home_client_wrpper h2 {
    font-weight: 400;
    padding-top: 15px;
}

.home_client_wrpper h3 {
    padding-top: 35px;
    font-weight: 500;
    color: var(--main-color);
}

.client_two_content {
    position: relative;
    margin-top: 20px;
    height: 225px;
    overflow: hidden;
}

.client_two_content a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-tours .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.latest-tours .owl-theme .owl-dots .owl-dot span {
    margin: 3px;
}

.client_two_content img {
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    height: 100%;
}

.client_two_content p {
    text-align: left;
    font-size: 13px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 36px;
}

.client_two_author {
    padding-top: 15px;
}

.client_two_author h5 {
    font-weight: 500;
}

.client_two_author h6 {
    padding-top: 5px;
    color: var(--main-color);
    font-weight: 600;
}

.home-two-quote {
    position: relative;
    display: inline-block;
}

.home-two-quote img {
    position: absolute;
    top: 15px;
    left: -22px;
}

#hometwo_clinet_area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #2b2540b8;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#hometwo_clinet_area .owl-theme .owl-dots .owl-dot.active span,
#hometwo_clinet_area .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

/* =============================
        Home Page Three
================================*/

#home_three_banner {
    background-image: url("../img/banner/banner-three.png");
    padding: 325px 0 340px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_area_three {
    text-align: center;
}

.banner_area_three h2 {
    font-size: 80px;
    line-height: 90px;
    color: var(--white-color);
}

.banner_area_three h3 {
    color: var(--white-color);
    font-weight: 400;
}

.top_banner_three_text {
    padding-bottom: 20px;
}

.bottom_banner_three_text {
    padding-top: 23px;
}


/* --About Area-- */

.three_about_left {
    position: relative;
}

.three_about_left a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.verified_area {
    position: absolute;
    right: -105px;
    bottom: 0;
}

.three_heading_area {
    color: var(--main-color);
    font-weight: 400;
    position: relative;
}

.three_heading_area::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    left: 145px;
    top: 13px;
    background-color: var(--main-color);
}

.three_about_right h4 {
    padding-bottom: 10px;
}

.three_about_right h2 {
    line-height: 51px;
}

.three_about_right p {
    padding-top: 15px;
}

.about_three_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.about_counter_item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    text-align: center;
    padding: 10px 35px;
}

.about_counter_item h2 {
    line-height: 40px;
}

.about_counter_item p {
    padding-top: 0;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 500;
}


/* --We Offer-- */

#three_We_area {
    background-image: url('../img/common/bg.png');
}

.we_offer_area_three h2 {
    padding-top: 15px;
}

.we_offer_area_three p {
    padding-top: 20px;
}

.three_offer_item {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.4);
    box-shadow: 4px 8px 14px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
}

.three_offer_item img {
    width: auto !important;
    margin: 0 auto;
}

.three_offer_item h3 {
    padding-top: 15px;
    font-weight: 500;
}

.three_offer_item p {
    padding-top: 10px;
}

.three_offer_slider {
    padding-top: 20px;
}

#three_We_area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -50px;
}

#three_We_area .owl-carousel .owl-nav button.owl-next,
#three_We_area .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%;
}

#three_We_area .owl-carousel .owl-nav button.owl-next:hover,
#three_We_area .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color);
}


/* --Trending Tour Area-- */

.arrow_style.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 30%;
    transform: translateY(-50%);
}

.arrow_style.owl-carousel .owl-nav button.owl-next,
.arrow_style.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    color: var(--main-color);
    border: none;
    padding: 0 !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2px);
    /* background: var(--white-color); */
    /* border: 0.55px solid #e0e0e0; */
    /* background: hsla(0, 0%, 100%, 0.139); */
    background: #FFFF;
}

.arrow_style.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.arrow_style.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}


/* --Width offer area-- */

#width_offer_area {
    background: #F3F6FD;
    padding: 70px 0;
}

.width_offer_item {
    display: flex;
}

.width_offer_text {
    width: 80%;
    padding-left: 25px;
}

.width_offer_text h3 {
    font-weight: 500;
    padding-bottom: 10px;
}


/* --Client Review-- */

#home_Three_client .home_client_wrpper {
    background: #F3F6FD;
    box-shadow: 0px 5px 8px 3px #00000014;
    border-radius: 12px;
    text-align: center;
    padding: 55px 0;
    position: relative;
    top: 0;
}


/* ===================================
    Home Page four
====================================*/


/* --Banner Area-- */

.navbar_color_black .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--black-color);
    font-weight: 400;
}

.navbar_color_black .topbar-list li a {
    color: var(--black-color);
}

.navbar_color_black .topbar-list li i {
    color: var(--black-color);
}

.navbar_color_black .topbar-others-options li a {
    color: var(--black-color);
}

.navbar_color_black .topbar-others-options li .language-option button {
    color: var(--black-color);
}

.navbar_color_black .topbar-area {
    border-bottom: 1px solid #63616121;
}

#home_four_banner {
    background-color: #f4f6fc;
    padding: 220px 0;
}

.banner_four_img {
    position: absolute;
    top: 0;
    right: 0;
}

.banner_four_img img {
    width: 100%;
}

.banner_four_text h1 {
    font-size: 90px;
    font-weight: 500;
    padding-top: 20px;
    line-height: 105px;
}

.banner_four_text h3 {
    padding-top: 25px;
    color: #1F1E46;
    font-weight: 500;
}

.banner_four_text h4 {
    color: #6D6D74;
    font-size: 24px;
    font-weight: 600;
}

.banner_four_text {
    padding-right: 100px;
}


/* --Banner Bottom Area-- */

.banner_bootom_four {
    padding-top: 200px;
}

.four_banner_bottom_item {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    transition: var(--transition);
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
}

.four_banner_bottom_item:hover {
    box-shadow: 4px 8px 16px rgba(28, 27, 35, 0.06);
    transform: translateY(-10px);
}

.four_banner_bottom_item h3 {
    padding-top: 20px;
    font-weight: 500;
}

.four_banner_bottom_item p {
    padding-top: 15px;
}


/* --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: 20px 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 {
    font-size: 7px;
    color: #DDDDDD;
    padding-left: 7px;
    padding-right: 5px;
}

.common_card_four_text h3 {
    padding-top: 5px;
}

.common_card_four_text h3 a {
    font-size: 20px;
    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: 12px;
}

.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 -- */

.details-cover {
    background: var(--white-color);
    /* padding: 20px 20px; */
    padding: 5px 10px;
    position: relative;
}

.details-gallery-wrap {
    display: flex;
    flex-flow: row nowrap;
}

.details-gallery-featured {
    flex: 1 1;
}

.details-gallery-list {
    flex: 0 0 39.5%;
    display: grid;
    grid-gap: 5px;
    margin-left: 5px;
}

.details-gallery-wrap img {
    position: unset;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.details-gallery-list-item {
    position: relative;
}

.details-gallery-list-item:nth-child(2):nth-last-child(3) {
    grid-column: 2;
}

.gallery-btn {
    position: absolute;
    top: 114px;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px 18px;
    font-size: 13px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.gallery-btn i {
    font-size: 16px;
    margin-right: 10px;
}

.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;
}

.gallery-thubnails {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: var(--white-color);
    overflow: hidden;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.gallery-thumbnails-col {
    max-width: 750px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
}

.gallery-thumb-close {
    position: fixed;
    top: 15px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
}

.gallery-thubnails {
    display: none;
}

.gallery-thubnails.main {
    display: block;
}

body.main {
    overflow: hidden;
}

.gallery-thumbnail-list {
    width: 50%;
}

.gallery-thumbnail-list img {
    padding: 3px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
    transition: ease-in-out .3s;
}

.gallery-thumbnail-list:hover img {
    opacity: .8;
}

.gallery-thumbnail-list:first-child {
    width: 100%;
}

.gallery-thumbnail-list:first-child img {
    height: auto;
}


/* --Counter Area-- */

.countre_four_item {
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 12px;
    text-align: center;
    padding: 15px 20px;
}

.countre_four_item h3 {
    font-weight: 600;
    padding-bottom: 3px;
}

.countre_four_item h5 {
    font-size: 16px;
    color: var(--main-color);
    padding-top: 2px;
    font-weight: 500;
}


/* --Testimonials Area-- */

#testimonial_four_area {
    background-image: url('../img/common/test-bg.png');
    padding: 130px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.test_slider_item_four {
    text-align: center;
}

.test_post_img_four img {
    width: auto !important;
    margin: 0 auto;
}

.test_four_author_fill {
    padding-top: 30px;
    position: relative;
    display: inline-grid;
}

.test_four_author_fill img {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: auto !important;
}

.test_four_author_fill h3 {
    font-weight: 500;
    color: var(--main-color);
}

.test_four_inner_content {
    padding-top: 18px;
}

.test_four_author_name {
    padding-top: 12px;
    padding-bottom: 15px;
}

.test_four_author_name h5 {
    font-weight: 600;
    font-size: 16px;
}

.test_four_author_name p {
    font-size: 16px;
}


/* --Our Partner-- */

#our_partners_four {
    background-color: #F3F6FD;
}

#our_partners_four .owl-carousel .owl-item img {
    width: auto !important;
    filter: opacity(0.5);
}

#our_partners_four .owl-carousel .owl-item img:hover {
    filter: opacity(1);
}


/* --News Area-- */

.news_card_four_heading ul li {
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    color: #727178;
    align-items: center;
}

.news_card_four_heading ul li i {
    font-size: 7px;
    color: #DDDDDD;
    padding-left: 7px;
    padding-right: 5px;
}

.news_card_four_img {
    overflow: hidden;
    border-radius: 20px;
}

.news_card_four_img a img {
    width: 100%;
    transition: var(--transition);
}

.news_card_four_wrapper:hover .news_card_four_img a img {
    transform: scale(1.1);
}

.news_card_four_heading {
    padding-top: 20px;
}

.news_card_four_heading h3 {
    font-weight: 600;
    padding-bottom: 10px;
}

.news_card_four_heading h3 a {
    color: var(--black-color);
}

.news_card_four_wrapper:hover .news_card_four_heading h3 a {
    color: var(--main-color);
}

.navbar_color_black .is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
    color: var(--white-color);
}

.navbar_color_black .is-sticky .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: var(--navber-color) !important;
    text-align: left;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    /* width: 170px; */
    /* width: 300px; */
    font-weight: 500 ! important;

}

ul.dropdown-menu.final-sub-menu {
    /* background-color: red !important; */
    width: 400px !important;
    right: -399px !important;
}


.dropdown-menu li {
    border-bottom: #0000001a solid 1px;
}

.dropdown-menu li a:hover {
    color: var(--main-color) !important;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 5px 25px;

}

i.ti-angle-right {
    padding-left: 0;
    font-size: 9px;
    font-weight: 600;

}


/* ==========================
        News v4 Page
============================*/

.news_four_card {
    margin-bottom: 30px;
}

.new_four_card_lists {
    padding-top: 10px;
}

.new_four_card_lists ul li {
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    color: #727178;
    align-items: center;
}

.new_four_card_lists ul li i {
    font-size: 7px;
    color: #DDDDDD;
    padding-left: 7px;
    padding-right: 5px;
}

.new_four_card_lists ul li span {
    color: var(--main-color);
}

.news_four_card_conrent h3 {
    padding-top: 2px;
    font-size: 17px;
    font-weight: 500;
}

.news_four_card_conrent h3 a {
    color: var(--black-color);
}

.news_four_card_conrent h3 a:hover {
    color: var(--main-color);
}

.news_four_card_conrent p {
    padding-top: 7px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.news_four_card_img img {
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    height: 160px;
    object-fit: cover;
}


/* ==========================
    News Details v2 Page
============================*/

.news_details_content_area img {
    width: 100%;
}

.news_details_four_heading {
    background: #FFFFFF;
    box-shadow: 4px 10px 20px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 20px 20px;
}

.news_details_four_heading h2 {
    padding-top: 10px !important;
}

.news_details_content_tops {
    margin-top: -95px;
}


/* =========================
    Contact v2 Page
=========================*/

.contact_left_top_heading h3 {
    padding-top: 35px;
    font-weight: 600;
    font-size: 26px;
}

.contact_left_top_heading p {
    padding-top: 15px;
}

.contact_form_two {
    padding-top: 40px;
}

.contact_two_left_wrapper {
    padding-top: 110px;
}

.contact_two_left_wrapper h3 {
    font-weight: 500;
}

.contact_details_wrapper {
    padding-top: 14px;
}

.contact_detais_item {
    padding-bottom: 25px;
}

.contact_detais_item h4 {
    font-size: 16px;
    color: #727178;
    font-weight: 500;
    padding-bottom: 8px;
}

.contact_detais_item h3 {
    color: var(--main-color);
}

.contact_map_area iframe {
    width: 100%;
    height: 200px;
}


/* =========================
    Become Expert Page
=========================*/

.how_expert_boxed {
    text-align: center;
    padding-top: 30px;
}

.how_expert_boxed h3 {
    padding-top: 20px;
    font-weight: 500;
}

.how_expert_boxed p {
    padding-top: 10px;
}

.video_two_left_side {
    background: #F3F6FD;
    border-radius: 12px;
    padding: 63px 40px;
}

.video_two_left_side h2 {
    padding-bottom: 10px;
}

.video_exp_item {
    display: flex;
    align-items: center;
}

.video_exp_icon {
    width: 14%;
}

.video_exp_icon img {
    width: 90%;
}

.video_exp_text {
    padding-top: 25px;
}

.video_exp_text h3 {
    font-weight: 500;
    padding-bottom: 9px;
}

.video_two_right_side {
    position: relative;
}

.video_two_play_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* =========================
     Cruise Search Page
=========================*/

.item_searc_map_area iframe {
    width: 100%;
    height: 200px;
}

.name_search_form {
    margin-top: 20px;
    position: relative;
}

.name_search_form i {
    position: absolute;
    right: 15px;
    top: 20px;
}

.cruise_search_item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 20px;
}

.cruise_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruise_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cruise_item_inner_content {
    padding: 15px 20px 22px 0px;
}

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

.cruise_content_top_left ul li {
    display: inline-flex;
    font-size: 11px;
    font-weight: 500;
    color: #727178;
    align-items: center;
}

.cruise_content_top_left ul li i {
    font-size: 7px;
    color: #DDDDDD;
    padding-left: 7px;
    padding-right: 5px
}

.cruise_content_top_left h4 {
    padding-top: 8px;
    font-weight: 600;
}

.cruise_content_top_left p {
    padding-top: 2px;
    font-size: 12px;
}

.cruise_content_top_left p i {
    margin-right: 3px;
    vertical-align: middle;
    color: #129b0d;
}

.cruise_content_top_right {
    text-align: center;
}

.cruise_content_top_right h5 {
    font-size: 10px;
    color: var(--main-color);
    font-weight: 500;
}

.cruise_content_top_right h4 {
    font-size: 14px;
    padding-top: 7px;
}

.cruise_content_middel_wrapper {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.cruise_content_middel_left p {
    font-size: 14px;
    line-height: 1.7;
}

.cruise_content_middel_left h5 {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
    padding-bottom: 4px;
}

.cruise_content_middel_right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.cruise_content_middel_right h3 sub {
    font-size: 12px;
    color: #a5a4a4;
}

.cruise_content_middel_right p {
    font-size: 14px;
    padding-top: 3px;
}

.cruise_content_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.cruise_content_bottom_right .btn_md {
    padding: 9px 15px;
    font-size: 28px;
    font-weight: 500;
}

.cruise_content_bottom_left ul li {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 10px 3px;
    font-size: 11px;
    color: var(--black-color);
    margin-right: 3px;
}


/* =========================
     Cruise Map Page
=========================*/

.side_map_wrapper iframe {
    width: 100%;
    height: 900px;
}


/* =========================
   Bus Booking Page
=========================*/

.btn_modal_bus {
    z-index: 9999;
}

.bus_modal_heading {
    padding-top: 27px;
}

.bus_modal_heading h3 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 6px;
}

.bus_seat_left_side {
    padding-top: 20px;
}

.bus_seat_left_side h6 {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 22px;
}

.bus_seat_right_side {
    padding-top: 20px;
}

.seat_avelabel_item {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    justify-content: center;
}

.seat_avelabel_item h4 {
    font-size: 14px;
    padding-left: 10px;
}

.bus_ticket_tabel table {
    width: 100%;
}

.bus_ticket_tabel table thead tr {
    background: #F3EFF9;
    text-align: center;
    border: 1px solid #e7e7e7;
}

.bus_ticket_tabel table thead tr th {
    padding: 10px 15px;
}

.bus_ticket_tabel table tbody tr {
    text-align: center;
    border: 1px solid #e7e7e7;
}

.bus_ticket_tabel table tbody tr td {
    padding: 10px 15px;
}

.bus_price_total {
    padding-top: 25px;
}

.bus_price_total h5 {
    background-color: #F3EFF9;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.bus_price_total h5 span {
    color: var(--main-color);
}

.bus_ticket_continue {
    text-align: right;
    padding-top: 20px;
}


/* =========================
       Visa details Page
=========================*/

.visa_holder_area .tour_details_boxed_inner h3 {
    font-weight: 600;
    padding-bottom: 20px;
    font-size: 18px;
}

.visa_holder_area .tour_details_boxed_inner {
    padding-top: 8px;
}


/* =========================
    Visa information Page
=========================*/

.visa_info_card_sm {
    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;
    text-align: center;
    padding: 25px 11px;
    margin-top: 45px;
}

.visa_info_card_sm h3 {
    padding-top: 12px !important;
}

.visa_info_card_sm p {
    padding-top: 10px !important;
}

.area_visa_info_add {
    padding-top: 30px;
}

.visa_category_item ul li {
    padding-top: 18px;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 18px;
}

.visa_category_item ul li:first-child {
    padding-top: 0;
}

.visa_category_item ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.visa_category_item ul li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visa_category_item ul li a:hover {
    color: var(--main-color);
}

.visa_info_side_call {
    background-color: var(--main-color);
    text-align: center;
    color: var(--white-color);
    padding: 30px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.visa_info_side_call h2 {
    padding-top: 15px;
}

.visa_info_side_call h2 a {
    color: var(--white-color);
}

.visa_info_side_call h2 a:hover {
    color: var(--black-color);
}

.visa_info_side_call h2 i {
    padding-right: 15px;
}

.visa_info_sid_padding_none {
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.download_pdf_area_visa {
    display: flex;
    align-items: center;
    background: #EEF4F8;
    padding: 30px 20px;
}

.downloads_pdf_text_visa {
    padding-left: 14px;
}

.downloads_pdf_text_visa a h3 {
    border-bottom: none;
    padding-bottom: 0;
    color: var(--black-color);
}

.downloads_pdf_text_visa a h5 {
    color: var(--paragraph-color);
    padding-top: 10px;
    font-size: 16px;
}

.download_pdf_area_visa:hover .downloads_pdf_text_visa a h3 {
    color: var(--main-color);
}

.visa_request_side_form form .form-group {
    padding-top: 30px;
}

.visa_request_side_form_button {
    padding-top: 30px;
}

.visa_info_side_middle img {
    width: 100%;
}


/* =========================
       Tour Search Page
=========================*/


/* --Common Banner-- */

#common_banner {
    /* background-image: url('../img/banner/common-banner.png'); */
    /* padding: 200px 0 130px 0; */
    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_bannner_text {
    text-align: left;
    border-left: 2.5px solid var(--main-color);
    padding-left: 30px;
}

.common_bannner_text h2 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 46px;
    text-shadow: 1px 0 2px #595959;
}

.common_bannner_text ul {
    padding-top: 20px;
}

.common_bannner_text ul li {
    display: inline-block;
    color: var(--white-color);
    padding-left: 7px;
    font-size: 15px;
}

.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: 5px 13px;
    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;
}

.left_side_search_boxed {
    background: #FFFFFF;
    border: 1px solid #00000030;
    border-radius: 6px;
    padding: 20px 15px;
    margin-bottom: 30px;
}

.left_side_search_heading h5 {
    border-bottom: 1px solid #00000030;
    padding-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}

.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%;
    font-size: 12px;
}

.tour_search_type {
    padding-top: 10px;
}

.tour_search_type .form-check {
    padding-top: 10px;
}

.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: 9999;
    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: 20px;
    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_top_heading h2 {
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -0.64px;
    line-height: 1.3;
    position: relative;
}

.tour_details_top_heading h2::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    width: 4px;
    background-color: var(--main-color);
}

.tour_details_top_heading_right {
    display: flex;
    align-items: center;
    margin-top: 11px;
    flex-wrap: wrap;
}

.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: 19px;
    color: var(--white-color);
    font-weight: 600;
    padding: 7px 15px;
    background-color: #129b0d;
    border-radius: 4px;
    line-height: 1.2;
    margin-right: 20px;
}

.tour_details_top_heading_right p {
    font-size: 14px;
    color: #707070;
}

.tour_details_top_heading_right h5 {
    color: #707070;
    font-size: 14px;
    margin-left: 20px;
}

.tour_details_top_bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    background: var(--white-color);
    padding: 30px;
    flex-wrap: wrap;
}

.tour_details_top_bottom_icon {
    font-size: 35px;
    text-align: center;
}

.tour_details_top_bottom_icon i {
    color: var(--main-color);
}

.tour_details_top_bottom_icon h5 {
    font-size: 14px;
    margin-top: 5px;
}

.tour_details_top_bottom_text p {
    font-size: 12px;
    line-height: normal;
}

.tour_details_img_wrapper {
    margin-top: 40px;
    display: block;
}

.tour_details_img_wrapper .slider-nav {
    margin-top: 20px;
}

.tour_details_boxed {
    margin-top: 30px;
}

.details-cover h4 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
    color: #191e3b;
}

.details-cover h4::before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 4px;
    background-color: var(--main-color);
}

.heading_theme {
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    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(--black-color);
    display: flex;
    font-size: 15px;
    list-style: none;
}

.details-cover p {
    font-size: 16px;
    color: var(--black-color);
    /* line-height: 1.9; */
    text-align: left;
    color: #0D2643;
    font-weight: 400;
}

.details-cover p::selection {
    background-color: #0B3C5E;
    color: #fff;
}

.tour_details_boxed {
    position: relative;
}

.tour_details_boxed:before {
    content: "";
    position: absolute;
    height: 80px;
    width: 100%;
    left: 0;
    bottom: 30px;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.8)); */
    background: linear-gradient(to bottom, rgb(255 255 255 / 53%), rgb(255 255 255));
}

.hide-overlay::before {
    display: none;
}

.details-cover p+p {
    margin-top: 20px;
}

.reach-section ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white-color);
    border: 2px solid #ececec;
    border-right: none;
}

.reach-section ul li a {
    display: block;
    font-size: 14px;
    color: #444;
    padding: 12px 10px;
    text-align: center;
}

.reach-section ul li {
    border-right: 1px solid #ececec;
    flex: 1;
}

.reach-section {
    margin-top: 30px;
    position: sticky;
    top: 63.5px;
    z-index: 9;
    background: var(--white-color);
}

.tour_details_boxed_inner ul li i {
    color: var(--main-color);
    font-size: 15px;
    padding-right: 10px;
    padding-top: 6px;
}

.tour_details_boxed_inner .accordion-button {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
}

.tour_details_boxed_inner .accordion-item {
    border: none;
    border-radius: 0;
    width: 100%;
    padding-bottom: 20px;

    /* if not required just remove it */
    /* box-shadow: -4px -4px 16px rgb(0 0 0 / 0%), 4px 6px 16px rgba(0, 0, 0, 0.08);
    border-radius: 50%; */
}

.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: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}

.accordion_itinerary_list i {
    font-size: 5px !important;
    color: var(--black-color) !important;
}

.package-option {
    margin-top: 30px;
}

.package-box-col {
    display: flex;
    justify-content: space-between;
}

.map_tour_details_boxed {
    margin-top: 30px;
}

.map_tour_details_boxed span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

.map-details-col {
    display: flex;
}

.map-details-col img {
    height: 30px;
    width: auto;
    margin-right: 20px;
    margin-top: 5px;
}

.map-details-location h3 {
    font-size: 16px;
    font-weight: 600;
}

.map-details-location h3 a {
    display: block;
    color: #565656;
}

.map-details-location h3 a:hover {
    color: var(--main-color);
}

.map-details-location p {
    margin-bottom: 0;
    margin-top: 8px;
    font-size: 12px;
}

.map-details-location i {
    margin-left: 5px;
    color: #9f9f9f;
}

.include_tour_details_boxed {
    margin-top: 50px;
    display: none;
    border-top: solid 2px #eaeaea;
    padding-top: 30px;
}

.include_tour_details_boxed h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.include_tour_details_boxed i {
    color: #6ac259 !important;
}

.package-option-box-left h3 {
    font-size: 18px;
    font-weight: 600;
}

.package-option-box-left span {
    display: block;
    color: #707070;
    margin-top: 15px;
}

.package-option-box-left .form-check {
    display: flex;
    align-items: center;
    flex: 5;
}

.package-option-box-right {
    flex: 2;
}

.package-option-box-left {
    flex: 4;
}

.package-option-box-left label {
    margin-left: 10px;
}

.package-option-box-right del {
    font-size: 15px;
    color: #949494;
}

.package-option-box-right h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--main-color);
}

.package-option-box-right span {
    display: block;
    font-size: 12px;
}

.details-btn {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--main-color);
}

.package-option-box {
    border: solid 1px #eaeaea;
    padding: 30px;
    border-radius: 12px;
}

.map_area {
    width: 100%;
}

.map_area iframe {
    width: 100%;
    height: 300px;
}

.tour_detail_right_sidebar {
    margin-bottom: 30px;
}

.write_your_review_wrapper {
    background: #FFFFFF;
    padding: 30px;
    margin-top: 30px;
}

.inner-header h3 {
    font-size: 20px;
    font-weight: 600;
    border-left: 4px solid var(--main-color);
    padding-left: 10px;
}


.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;
    border: 1px solid #DFDFDF;
}

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

.all_review_date h5 {
    font-size: 12px;
}

.all_review_star {
    text-align: center;
}

.all_review_star h5 {
    font-size: 15px;
}

.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%;
    margin-right: 1100px;

}

.all_review_text span {
    padding-top: 5px;
    display: block;
}

.all_review_text h4 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #4d4c4c;
}

.all_review_text p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    color: #868686;
    line-height: 1.6;
}


.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;
}

.left_heading h2 {
    font-size: 22px;
    font-weight: 500;
    color: #191e3b;
    position: relative;
}

/* .left_heading h2::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 61px;
    background: var(--main-color);
} */

.left_heading {
    margin-bottom: 35px;
}

.details_sub_slogan {
    color: #7e7979;
}

.main-title h3 {
    font-size: 22px;
    font-weight: 500;
}

.tour-attractions-wrap a {
    display: flex;
}

.tour-attractions-img {
    flex: 1;
}

.tour-attractions-content {
    flex: 1;
    margin-left: 20px;
}

.tour-attractions-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 15px;
}

.tour-attractions-content p {
    font-size: 12px;
    line-height: 1.5;
}

.more-btn {
    text-align: right;
    margin-top: 10px;
}

.more-btn span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--main-color);
    color: var(--white-color);
    padding: 7px 12px;
    border-radius: 5px;
}

.more-btn span:hover {
    opacity: .7;
}

.tour-attractions-wrap {
    margin-top: 20px;
}

.tour-attractions-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.other-details .main-title {
    margin-bottom: 20px;
}

.other-details-btn {
    padding: 25px;
    background: var(--white-color);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}

.other-details-btn a {
    color: var(--black-color);
    display: inline-block;
    /* border-radius: 6px; */
    font-size: 12px;
    font-weight: 500;
    margin: 5px;
    border-left: 1px solid;
    padding-left: 4px;
}

.other-details-btn span {
    font-size: 12px;
    font-weight: 500;
    color: var(--black-color);
    padding-left: 8px;
    padding-right: 6px;
    border: 1px solid var(--black-color);
    border-radius: 8px;
    margin-left: 10px;
    margin-bottom: 11px;

}

.other-details-btn a:hover {
    /* background: var(--main-color); */
    /* color: var(--white-color); */
    /* border-color: var(--main-color); */
}

.price-tags {
    background: var(--white-color);
    /* box-shadow: 0px 0px 20px 5px rgba(198, 198, 198, 0.25); */
    padding: 12px 20px;
    border-radius: 5%;
    border: 1px solid #E0E0E0;

}

.trip-card-badge {
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    /* background-color: #CA8D42; */
}

.trip-card-badge span {
    color: #FFFF;
}

.price-tags span {
    display: flex;
    /* color: #757575; */
    font-size: 16px;
    /* background: #CA8D42; */
    padding: 0px 10px 3px 8px;
    align-items: center;
    justify-content: space-evenly;
}

/* .pricing {
    text-align: center;
    margin-bottom: 15px;
}

.days {
    font-size: 18px;
    display: flex;
    justify-content: center
}

.strikethrough {
    text-decoration: line-through;
    color: #999;
}

.price {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    justify-content: center;
    display: flex;
} */

.pp {
    font-size: 16px;
    margin-bottom: 11px;
}


.features {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.features li {
    background: url('checkmark.png') no-repeat left center;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    /* color: #00a680; */
    color: #000000;
}


.cta {
    text-align: center;
}

.cta button {
    background: #f76500;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* ---------------DETAILS SIDEBAR------- */

.price-qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    PADDING: 7px 0;
}

.price-qty h3 {
    font-weight: 500;
    font-size: 30px;
    color: var(--main-color);
}

.price-qty b {
    display: block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffb800;
    background: #fff5db;
    border-radius: 5px;
    margin: 0 5px;
}

.price-tags p {
    font-size: .875rem;
    color: var(--black-color);
    line-height: normal;
}

.enquery-form {
    margin-top: 30px;
    background: var(--white-color);
    padding: 20px 30px;
    border: 1px solid #E0E0E0;
    border-radius: 5%;
}

.enquery-form p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--black-color);
}

.enquery-form .form-control {
    border: 1px solid #d9d9d9;
    height: 38px;
    border-radius: 10px;
    color: #505050;
    padding: 10px 15px;
}

.enquery-form .form-control:focus {
    border: 1px solid #d9d9d9;
}

.enquery-form .form-group {
    margin-bottom: 10px;
}

.enquery-form textarea.form-control {
    height: 86px !important;
}

.final-text {
    font-size: 15px;
    color: #505050;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}

.final-text i {
    color: #00bc07;
    position: absolute;
    left: 0;
    top: 5px;
}

.enquery-btn button {
    width: 100%;
    background: var(--main-color);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    border: none;
    padding: 14px 15px;
}

.enquery-btn {
    margin-top: 20px;
}

.enquery-btn button:hover {
    opacity: .8;
}


/* ===============
    Why-us
================= */
.why-us {
    margin-top: 30px;
    background: var(--white-color);
    padding: 20px 30px;
    border: 1px solid #E0E0E0;
    border-radius: 15px;
}

.why-us h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: var(--back-color);
    padding: 15px 30px;
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.expert-item {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.expert-image {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    border: 4px solid #E0E0E0;
}

.expert-info {
    display: block;
}

.expert-info span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #505050;
}

.expert-info p {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 5px;
}

/* ===============
    Client Reviews Section
================= */
.client-reviews-section {
    margin-top: 30px;
    background: var(--white-color);
    padding: 20px 30px;
    border: 1px solid #E0E0E0;
    border-radius: 5%;
}

.client-reviews-summary {
    margin-bottom: 20px;
}

.client-reviews-summary h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

.client-reviews-stars {
    color: var(--main-color);
    /* Star color */
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.client-reviews-summary p {
    font-size: 15px;
    color: #555;
    text-align: center;
}

.client-reviews-breakdown .review-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 15px;
}

.review-bar {
    flex-grow: 1;
    height: 10px;
    background-color: #e0e0e0;
    margin: 0 10px;
    border-radius: 5px;
}

.review-bar.excellent {
    background-color: var(--main-color);
    width: 100%;
    /* Full width for 100% reviews */
}

.review-bar.very-good,
.review-bar.average,
.review-bar.poor,
.review-bar.terrible {
    width: 0;
}

.client-reviews-actions {
    margin-top: 20px;
    display: flex;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.read-reviews {
    background-color: #F7F7F7;
    color: #00000099;
    border: 1px solid #81808069
}

.read-reviews:hover {
    color: #000;
}

.write-review {
    background-color: var(--main-color);
    color: #fff;
}

.write-review:hover {
    background-color: var(--main-color);
    opacity: 90%;
    color: #fff;
}

/* ===============
    End Client Reviews Section
================= */


.details-right-sidebar {
    position: sticky;
    top: 0;
}

.mobile-only {
    display: none;
}


/* =========================
    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: 15px;
    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: 15px;
}

.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: 13px;
}

.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: 15px;
    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: #F4F4F4;
    /* 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 img {
    max-width: 100%;
    height: 24px;
    width: auto;
    object-fit: cover;
}

.about_service_boxed h5 {
    font-size: 15px;
    font-weight: 500;
    padding-top: 15px;
    font-weight: 500;
    line-height: 22px;
    /* text-align: center; */
    /*  */
}

.about_service_boxed h5 a {
    /* font-size: 15px; */
    color: #202020;
}

.multiColorHeadingContainer {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
    /* margin-bottom: 14px; */
}

.secondText {
    color: var(--main-color);
}

.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 {
    position: relative;
    box-shadow: 8px 10px 24px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.tour_guides_boxed img {
    width: 100%;
}

.tour_guide_content {
    position: absolute;
    bottom: 0;
    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: 0;
    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: 15px;
    font-weight: 500;
}

.tour_guide_content ul {
    margin-bottom: 10px;
    margin-top: -25px;
}

.tour_guide_content li {
    display: inline-flex;
    background: #fff;
    width: 30px;
    text-align: center;
    justify-content: center;
    height: 30px;
    line-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;
}

.tour_guide_content li:first-child {
    margin-left: 0;
}

.tour_guide_content li:hover {
    background: var(--main-color);
}

.tour_guide_content li:hover a {
    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_top_section {
    background-color: #F5F5F5
}

.news_top_section img {
    border-radius: 10px 0 0 10px !important;

}

.row.news_top_section {
    border-radius: 10px 10px 10px 10px !important;
}

.news_area_top_left {
    margin-left: -12px;
}

.news_area_top_right {
    padding: 16px;
}

a.read-more-news {
    border: 1px solid;
    padding: 11px;
    border-radius: 10px;
    color: var(--black-color);

}

.read-more-news:hover {
    background-color: var(--black-color);
    color: #fff;
    transition: 0.5s;
}

span.news_head_date {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.news_area_top_right h2 {
    line-height: 45px;
    font-size: 36px;
}

.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: 30px;
    color: #757575;
}

.news_area_top_right a {
    font-weight: 550;
}

.news_area_top_right a i {
    padding-left: 4px;
}

.news_author_area {
    display: flex;
    padding-top: 2px;
}

.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: 0px 0 0 0;
    font-size: 11px;
    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; */
    border-top: 1px solid #fdfdfd3b;
    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: 26px;
    font-size: 17px;
}

.news_item_content h3 a {
    color: var(--black-color);
    font-size: 19px;
    font-weight: 500;
    line-height: 132%;
}

.news_item_content h3 a:hover {
    color: var(--main-color);
}

.news_item_content p {
    padding-top: 7px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}


/* =============================
        News Page Two
================================*/

.news_two_content {
    padding: 15px 0 0 0;
}

.news_two_content h2 {
    line-height: 56px;
}

.news_two_content h2 a {
    color: var(--black-color);
}

.news_two_content h2 a:hover {
    color: var(--main-color);
}

.news_two_author {
    display: flex;
    align-items: center;
}

.news_two_author p {
    padding: 0px 0 0 15px;
}

.news_sidebar_search {
    padding-top: 25px;
}

.news_sidebar_heading {
    border-bottom: 1px solid #d1d1d18a;
}

.news_sidebar_heading h3 {
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-flex;
    position: relative;
}

.news_sidebar_heading h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: -1px;
}

.news_sidebar_content {
    padding-bottom: 50px;
}

.news_sidebar_search form .form-group {
    position: relative;
}

.news_sidebar_search form input {
    padding: 0 50px 0 20px;
    border-radius: 15px;
}

.news_sidebar_search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.news_sidebar_content_inner {
    padding-top: 25px;
}

.news_sidebar_category li a {
    background-color: #F3F6FD;
    margin-bottom: 10px;
    display: block;
    padding: 14px 20px;
    color: var(--black-color);
    font-weight: 400;
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    transition: var(--transition);
    border-radius: 12px;
    border-left: 5px solid var(--main-color);
}

.news_sidebar_category li a:hover {
    color: var(--main-color);
    transform: translateX(10px);
}

.news_sidebar_tags li {
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 10px;
}

.news_sidebar_tags li a {
    background-color: #F3F6FD;
    padding: 10px 22px;
    color: var(--heading-color);
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    transition: var(--transition);
    border-radius: 10px;
}

.news_sidebar_tags li a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.sidebar_advasting_area a img {
    width: 100%;
}

.news_two_card .news_item_boxed {
    margin-top: 0px;
    margin-bottom: 40px;
}


/* =============================
        News Page Three
================================*/

.news_tabs_boxed .news_item_boxed {
    margin-bottom: 30px;
    margin-top: 0;
}


/* =============================
        News Details Page
================================*/

.news_details_content_area h2 {
    padding-top: 30px;
    line-height: 54px;
}

.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: 6%;
}

.comment_img img {
    border-radius: 999vw;
}

.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: 30px 20px;
    margin-bottom: 30px;
    border: 1px solid #E0E0E0
}

.news_details_right_item h3 {
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.recent_news_item {
    display: flex;
    padding-top: 25px;
}

.recent_news_img {
    width: 35%;
}

.recent_news_text {
    padding-left: 10px;
}

.recent_news_text h5 {
    font-weight: 500;
    line-height: 26px;
    font-size: 13px;
}

.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: 15px;
    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: 30px;
}

.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;
}

.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: 15px;
    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;
}

.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;
}

.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 {
    color: var(--white-color);
}

.video_play_button a:hover {
    color: var(--main-color);
}

.video_play_button h4 {
    color: var(--white-color);
    padding-top: 35px;
}

.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); */
    background-color: black;
    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%
}

/*
/* Skip Ads */
.only-mobile {
    display: none;
}

.skip-ads {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 70px 20px 20px;
}

.skip-ads-wrap {
    height: 100vh;
    position: relative;
    max-width: 650px;
    margin: auto;
    text-align: center;
}

.skip-ads-head {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
}

.skip-ads-head img {
    width: auto;
}

.skip-ads-head .btn {
    background: var(--white-color);
    border: none;
    color: var(--main-color);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    padding: 0;
}

.skip-ads-head .btn i {
    font-size: 20px;
    line-height: 35px;
}

.skip-ads-head .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background: var(--main-color) !important;
}

.skip-ads.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;


}

.skip-ads-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.skip-ads-img {
    position: relative;
}

.skip-ads-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    right: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    background-image: linear-gradient(to top, #000, rgba(84, 84, 84, 0));
}

.skip-ads-content {
    background: var(--white-color);
    padding: 20px;
}

.skip-ads-content h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.skip-ads-content .form-control {
    height: 34px;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    background: transparent;
    border-radius: 5px;
    box-shadow: none;
    padding: 5px 15px;
}

.skip-ads-content .form-group {
    margin-bottom: 15px;
}

.skip-ads-content textarea.form-control {
    height: 80px !important;
}

.skip-ads-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.skip-ads-footer ul li {
    font-size: 10px;
    color: #505050;
    line-height: 1.6;
    text-align: left;
    padding-left: 22px;
    position: relative;
}

.skip-ads-footer ul li::before {
    position: absolute;
    content: '\f00c';
    left: 0;
    color: #30c55e;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.skip-ads-footer ul li+li {
    margin-top: 7px;
}

.skip-ads-footer ul {
    flex: 1;
}

.skip-ads-footer button {
    flex: 1;
    margin-left: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white-color);
    background: var(--main-color);
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
}

.skip-ads-footer button:hover {
    opacity: .7;
}

/* Skip Ads End */

/* Category Page  */
.recent-package .theme_common_box_two {
    display: flex;
    border-radius: 0;
    background: var(--white-color);
    padding: 11px;
    margin-bottom: 0;
}

.recent-package .theme_two_box_img {
    width: 90px;
    height: 110px;
    overflow: hidden;
    border-radius: 0;
    margin-right: 15px;
}

.recent-package .theme_two_box_img img {
    border-radius: 0;
}

.recent-package .theme_two_box_content {
    width: calc(100% - 105px);
    margin-top: 0;
}

.recent-package .theme_two_box_content h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 12px;
}

.recent-package .theme_two_box_content del {
    font-size: 12px;
    color: #b1b1b1;
    font-weight: 400;
    margin-bottom: 0;
}

.recent-package .theme_two_box_content h3 {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 0.7;
    margin-top: 3px;
}

.recent-btn button {
    font-size: 14px;
    font-weight: 600;
    padding: 4px 7px;
    border-radius: 5px;
    background: var(--white-color);
    color: var(--bs-dark);
    border: none;
    width: 100%;
    min-width: 78px;
    margin-top: 13px;
}

.recent-btn button:hover {
    opacity: .7;
}

.recent_tour_slider {
    padding: 0 30px;
}

.recent-package .arrow_style.owl-carousel .owl-nav button.owl-next,
.recent-package .arrow_style.owl-carousel .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.recent-package .arrow_style.owl-theme .owl-nav {
    top: 23%;
    transform: translateY(-23%);
}

.recent-package .arrow_style.owl-carousel .owl-nav button.owl-next {
    right: 25px;
}

.inner-title h3 {
    font-weight: 500;
    letter-spacing: -0.3px;
    font-size: 20px;
}

.inner-title {
    margin-bottom: 20px;
}



.category-package-img a {
    display: block;
    height: 100%;
    width: 100%;
}

.category-package-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #000, rgba(84, 84, 84, 0));
    right: 0;
    font-size: 12px;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 10px 20px;
}



.category-package-img span i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}


.rating-category {
    display: flex;
    align-items: center;

    flex-direction: row;
    justify-content: space-around;
}

.rating-star i {
    font-size: 1px;
    color: #FFFF;
    /* color: #00AA6B; */
    margin-right: 3px;
}

.rating-star small {
    font-size: 12px;
    color: #FFFF;
    /* color: #00AA6B; */
    margin-right: 3px;
}

.rating-star {
    display: flex;
}

.rating-count {
    font-size: 11px;
    color: #FFFF;
    margin-left: 3px;
}

.category-package-content h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 7px;
    margin-top: 5px;
}

.category-package-content h3 a {
    display: block;
    /* color: #202020; */
    color: #FFFF;
    font-weight: 400;
}

.category-package-content del {
    font-size: 14px;
    font-weight: 500;
    line-height: 0.78;
    /* display: block; */
    color: #FFFF;
}

.original-price {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 0.7;
    /* color: #202020; */
    color: #FFFF;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.original-price em {
    font-weight: 400;
    font-size: 11px;
    color: #8e8e8e;
    margin-left: 4px;
    font-style: normal;
}

.category-package-content .recent-btn {
    margin-top: 3px;
}

/* ---------- */
.category-package-wrap {
    position: relative;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
    border-radius: 10px;
    transition: ease-in-out .3s;
    /* margin-bottom: 50px; */
    overflow: hidden;
}

.category-package-img {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.category-package-content {
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    /* background: rgba(255, 255, 255, 0.8); */
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    border-top-right-radius: 10px;
    border-top-left-radius: 10px;


    width: 90%;
    z-index: 10;
    text-align: center;
}

.category-package-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.category-package-wrap:hover {
    transform: scale(1.02);
}

/* Category Page End  */


/* Grid Category  */

.category-grid .theme_nav_tab_item .nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    text-align: center;
}

.category-grid .theme_nav_tab_item .nav-tabs .nav-link img {
    height: 24px;
    width: 24px;
    opacity: 0.6425339366515838;
}

.category-grid .theme_nav_tab_item .nav-tabs .nav-link span {
    display: block;
    font-size: 12px;
    color: #717171;
    font-weight: 500;
    margin-top: 10px;
    border-bottom: 3px solid #f6f8fb;
    padding-bottom: 10px;
}

.category-grid .theme_nav_tab_item .nav-tabs {
    justify-content: flex-start;
    margin-bottom: 40px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.category-grid .theme_nav_tab_item button+button {
    margin-left: 40px !important;
}

.category-grid .theme_nav_tab_item .nav-tabs .nav-link.active img {
    opacity: 1;
}

.category-grid .theme_nav_tab_item .nav-tabs .nav-link.active span {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
    ;
    padding-bottom: 10px;
}

.category-grid .theme_nav_tab_item .nav-tabs .nav-link:hover img {
    opacity: 1;
}

.category-grid .theme_nav_tab_item .nav-tabs .nav-link:hover span {
    /* color: #000; */
    /* border-bottom-color: #dddddd; */
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
    ;
}

.package_grid-wrap .item {
    height: 165px;
    /* height: 180px; */
    overflow: hidden;
    /* border-radius: 10px; */
    border-radius: 10px 10px 0px 0;
}

.package_grid-wrap .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.package_grid-wrap {
    position: relative;
    margin-bottom: 30px;
}

.favoutite {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}

.favoutite i {
    font-size: 25px;
    color: var(--white-color);
}

.package_grid-wrap .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

.package_grid-wrap .owl-dots span {
    margin: 0 3px !important;
    height: 6px !important;
    width: 6px !important;
    background: #d7d7d7 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
}

.package-grid-content {
    margin-top: 10px;
}

.package-grid-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.package-grid-head h3 {
    font-size: 14px;
    font-weight: 500;
}

.package-grid-head h3 a {
    display: block;
    color: #222222;
}

.package-grid-head span {
    display: block !important;
    font-size: 13px !important;
    color: #222222 !important;
}

.package-grid-content span {
    color: #191e3b;
    font-size: 11px;
    display: block;
    font-weight: 400;
}

.package-grid-content b {
    /* display: block; */
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    color: var(--main-color);
}

.package-grid-content b em {
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

.package_grid-wrap .owl-nav .owl-prev,
.package_grid-wrap .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    height: 30px;
    width: 30px;
    line-height: 31px !important;
    background: var(--white-color) !important;
    border-radius: 100%;
    font-size: 13px !important;
    color: #000 !important;
    margin: 0 !important;
    z-index: 10;
}

.package_grid-wrap .owl-nav .owl-prev {
    left: 12px;
}

.package_grid-wrap .owl-nav .owl-next {
    right: 12px;
}

.package_grid-wrap .owl-nav {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}

.package_grid-wrap:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}


/* Grid Category End  */


/******** header-related *******/

.before_head_logo img {
    height: auto;
    width: 122px;
    align-items: center
}

.nav_before_header {
    background-color: white;
}

.login_link a {
    color: black;
    font-size: 14px;
}

span.login_link {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

.top_logo_andLInk {
    padding: 10px 0;
}

.cat_items_list ul {
    display: flex;
    flex-wrap: wrap;
}

.cat_items_list ul li img {
    width: 20px;
    height: auto;
}

.cat_items_list {
    overflow: scroll;
}

span.label_caption {
    display: block;
    text-align: center;
    font-size: 9px;
    text-transform: capitalize;
    color: rgb(0, 0, 0);
}

.cat_items_list li {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat_items_list li a {
    text-align: center;
}

.scroller_category_list {
    background-color: white;
    padding: 12px 0 10px;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #00000021;
    scrollbar-color: red;
}

.fixed_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

@media screen and (max-width:555px) {
    .hide_media {
        display: none;
    }
}


/* header-related end */


/*********** footer-related *********/


/* .la-facebook-f:before {
    color: white;
    background-color: black;
    padding: 1px;
}
.la-instagram:before {
    color: white;
    background-color: black;
    padding: 1px;
}
.la-whatsapp:before {
    color: white;
    background-color: black;
    padding: 1px;
}
.la-linkedin-in:before {
    color: white;
    background-color: black;
    padding: 1px;
} */

.copyWright_wrapper ul {
    display: flex;
    justify-content: start;
}

.language_and_other ul {
    display: flex;
    justify-content: end;
}

.copyWright_wrapper ul li:not(:last-child) {
    margin-right: 15px;
}

.language_and_other ul li:not(:last-child) {
    margin-right: 15px;
}

footer.footer {
    padding: 15px 0;
    border-top: 1px solid #dedede;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.language_and_other ul li,
.copyWright_wrapper ul li {
    font-size: 12px;
}

.language_and_other ul li a:hover,
.copyWright_wrapper ul li a:hover {
    text-decoration: underline;
}

.language_and_other ul li a,
.copyWright_wrapper ul li a {
    color: black;
}

#footer_hidden_menu {
    position: fixed;
    bottom: -80%;
    z-index: 99999999;
    background-color: white;
    width: 100%;
    padding-bottom: 45px;
    padding-top: 65px;
    transition: ease-in-out 0.3s;
}

.ftMenu_wrapper h4 {
    font-size: 16px;
    /* color: red; */
    text-transform: capitalize;
    margin-bottom: 15px;
}

.ftMenu_wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}

.ftMenu_wrapper ul li a {
    color: black;
    font-size: 13px;
}

.ftMenu_wrapper ul li a:hover {
    text-decoration: underline;
}

.ftMenu_wrapper ul li small {
    font-size: 13px;
    /* line-height: 2px; */
}

.ftMenu_wrapper ul li small a {
    /* text-decoration: underline; */
    color: #ED7F1A;
    font-size: 11px;
}

.ftMenu_wrapper ul li small a:hover {
    color: #000;
    text-decoration: underline;
}

.close_button {
    position: absolute;
    top: 24px;
    left: 37px;
}

.showFmenu {
    bottom: 0% !important;
    transition: ease-in-out 0.3s;
}


/* **************************** */

footer.footer_wrapper {
    background-color: #eeeeee;
    padding-top: 50px;
}

.footer_wrapper_1 h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.footer_wrapper_1 ul {
    display: flex;
    border-bottom: 1px solid #c9c9c9;
    font-size: 15px;
}

.footer_wrapper_1 ul li {
    padding: 15px 0;
}

.footer_wrapper_1 ul li:not(:last-child) {
    margin-right: 20px;
}

.footer_wrapper_1 ul .active {
    border-bottom: 2px solid black;
    margin-bottom: -1px;
}

.footer_wrapper_1 {
    margin-bottom: 35px;
}

.fInfo a span {
    color: gray;
    display: block;
    font-weight: normal;
}

.fInfo a {
    color: black;
    font-weight: 500;
}

.fInfo {
    margin-bottom: 30px;
    font-size: 12px;
}

.footer_wrapper_3 {
    border-top: 1px solid #c9c9c9;
    padding-top: 50px;
    margin-top: 25px;
}

.footer_bottom_wrapper {
    border-top: 1px solid #c9c9c9;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* **************************** */

.owl-nav button span {
    width: 35px;
    border: 1px solid black;
    display: inline-block;
    height: 35px;
    border-radius: 50%;
    line-height: 29px;
    font-size: 31px;
    background-color: white;
}

.owl-dots {
    display: none;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

.owl-nav button {
    position: absolute;
    top: 0;
}

.owl_carousel1.owl-carousel.owl-loaded.owl-drag {
    width: 91%;
    margin: 0 auto;
}

@media screen and (min-width:360px) and (max-width:768px) {
    .showFmenu {
        bottom: 0% !important;
        height: 100vh;
        overflow: scroll;
    }

    #footer_hidden_menu {
        bottom: -200%;
    }

    .ftMenu_wrapper {
        margin-bottom: 30px;
    }

    .copyWright_wrapper ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .language_and_other ul {
        justify-content: center;
    }

    .footer_wrapper_1 ul {
        flex-wrap: wrap;
    }
}

@media (max-width:1024px) {
    .copyWright_wrapper ul {
        flex-wrap: wrap;
    }
}

.wrapper_style ul {
    display: flex;
    justify-content: space-around;
}

.wrapper_style ul li i {
    font-size: 25px;
}

.wrapper_style {}

.small_size_footer {
    background-color: white;
    box-shadow: 4px 14px 28px rgba(0, 0, 0, 0.1);
}

.wrapper_style ul li a {
    padding: 6px 0;
    display: inline-block;
    text-align: center;
    color: #000000;
}

.wrapper_style ul li a span {
    display: block;
    text-align: center;
    font-size: 10px
}

@media screen and (max-width:555px) {
    .small_size_footer {
        display: inline: none
    }
}


/* mobile-size-footer */

.small_size_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999999999;
    transition: ease-in-out 0.3s
}

.footfixed_nav {
    bottom: -50% !important;
    transition: ease-in-out 0.3s
}


/* footer-related end */


/* neo css start  */

.accordion_left_side {
    position: relative;
}

.accordion_flex_area:not(:last-of-type) .accordion_left_side:after {
    content: '';
    width: 5px;
    height: 100%;
    /* border-right: 1px dashed #000000; */
    border-right: 1px dashed rgb(32 87 151);
    position: absolute;
    top: 36px;
    left: 10px;
    border-width: 1px;
}

.accordion_flex_area:not(:first-of-type) .accordion_left_side:after {
    content: '';
    top: 31px;
}

.middle_accordian {
    margin-right: 20px;
    white-space: nowrap;
    font-weight: 400;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #1fb98a;
    border-radius: 100%;
    /* background: var(--white-color); */
    background: #1fb98a;
    color: #ffffff;
    margin-top: -5px;
}

.middle_acc .accordion-button {
    line-height: 1.5;
}

.accordion_left_side h5 {
    background-color: white;
}

.call_info {
    background-color: var(--main-color);
    width: 22px;
    height: 22px;
    display: inline-block;
    /* line-height: 22px; */
    text-align: center;
    border-radius: 50%;
    color: white;
}

.listing_list {
    padding: 20px 20px 20px 20px;
}

.listing_list ul {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #515151;
}

.white_bg {
    background-color: white;
    /* background-color: red; */
}

.listing_list ul li i {
    margin-right: 5px;
    font-size: 42px;
    vertical-align: middle;
    padding: 1px;
}

.listing_list ul li {
    font-size: 11px;
    margin-bottom: 4px;
}

.accordion_wrapper_style {
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}

.listing_list.white_bg hr:first-child {
    margin-bottom: 20px;
}

.listing_list.white_bg hr:last-child {
    margin-top: 20px;
    margin-bottom: 0;
}

.moretext {
    display: none;
}

.accordion_wrapper_style .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: black;
    box-shadow: none;
}

.accordion_wrapper_style .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.moreless-button {
    display: block;
    text-align: right;
    font-size: 15px;
    text-decoration: none;
    color: #ff5300;
    font-weight: 500;
}

.moreless-button:hover {
    color: #2B2540;
    opacity: 80%;
    text-decoration: underline;
}


/* .theme_two_box_img p {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
} */


/* neo css END */

small.inline_flexings {
    display: flex;
}

small.inline_flexings h5 {
    margin: 0 5px;
    font-weight: 500;
}


/* FAQ */

.title_placing {
    padding: 20px 20px;
}

#frequently_ask_question_accordion .accordion-button {
    font-weight: normal;
}

#sliderID_owl .theme_two_box_img p {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 400;
}

#DetailsliderID_owl .theme_two_box_img p {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 400;
}

#featured_tab .nav-link {
    font-size: 12px;
    color: black;
    border-bottom: 2px solid transparent;
    border: 2px solid transparent;
}

#featured_tab .nav-link.active {
    background-color: transparent;
    border-bottom: 2px solid black;
}

#featured_tab {
    margin-bottom: 35px;
}

.accordion_left_side h5 {
    background-color: #21b88a;
}


/* ----------------- */

.accordion_icon_trip {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;

    /* padding-top: .625rem;
    border: 1px solid;
    padding-bottom: .625rem;
    background-color: rgb(32 87 151 / .05);
    border-color: rgb(32 87 151 / .1);
    border-radius: .5rem;
    column-gap: 1.5rem; */

}

.accordion_itinerary_list i {
    font-size: 15px !important;
    color: #21b88a !important;
}


/* ----------------- */


/* ----------------- */

.ftMenu_wrapper .contact_img img {
    max-width: 7%;
    margin-bottom: 3px;
    margin-left: 5px;
    height: auto;
}


/* ------------ */

.tripadvisor {
    display: flex;
    margin: 10px;
}

.tripadvisor img,
svg {
    /* margin-top: 5px; */
}

@media (max-width:768px) {
    ul#featured_tab li button {
        white-space: nowrap;
    }

    #featured_tab {
        margin-bottom: 35px;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
    }
}

.flight-include {
    position: absolute;
    top: 0px;
    flex-direction: column;
    right: 0px;
    font-size: 9px;
    width: 80px;
    height: 80px;
    border: 1px solid #e0e0e0;
    background: #f4f6f9;
    border-radius: 4px 10px 4px 70px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
    /* background: linear-gradient(93deg,#ff7b26,#80f575); */
}

.flight-include strong {
    font-size: 15px;
    margin-top: 5px !important;
    margin-left: 30px;
    color: #202020;
    font-weight: 600;
    line-height: 23px;
    align-items: center;
    display: flex
}

.flight-include span {
    margin-top: 20px;
}

.flight-include .item {
    margin-top: 0px;
}

.flight-include .item span {
    align-items: center;
    color: #7a7a7a;
    font-size: 9px;
    font-weight: 400;
    line-height: 14px;
    text-align: right;
    margin-left: 38px;
}

.tripadvisor img,
svg {
    margin-top: 12px;
}

.FlightIncludedTag_flightIcon__Mf__0 {
    margin-top: -24px;
    margin-left: 37px;
}


.HandPickedProductCard_divider__nHZwD {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    min-height: 1px;
    width: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #fff 49.17%, hsla(0, 0%, 88%, .05));
}


/* Description Notification */

.only-mobile {
    display: none;
}

.description-notification {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 70px 20px 20px;
}

.description-notification-wrap {
    height: 100vh;
    position: relative;
    max-width: 990px;
    margin: auto;
    text-align: center;
}

.description-notification-head {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
}

.description-notification-head img {
    width: auto;
}

.description-notification-head .btn {
    background: var(--white-color);
    border: none;
    color: var(--main-color);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    padding: 0;
}

.description-notification-head .btn i {
    font-size: 20px;
    line-height: 35px;
}

.description-notification-head .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background: var(--main-color) !important;
}

.description-notification.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}

.description-notification-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.description-notification-img {
    position: relative;
}

.description-notification-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    right: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    background-image: linear-gradient(to top, #000, rgba(84, 84, 84, 0));
}

.description-notification-content {
    background: var(--white-color);
    padding: 20px;
    /* border-radius: 1%; */
}

.description-notification-content h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.description-notification-content .form-control {
    height: 34px;
    font-size: 11px;
    border: 1px solid #d9d9d9;
    background: transparent;
    border-radius: 5px;
    box-shadow: none;
    padding: 5px 15px;
}

.description-notification-content .form-group {
    margin-bottom: 15px;
}

.description-notification-content textarea.form-control {
    height: 80px !important;
}

.description-notification-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.description-notification-footer ul li {
    font-size: 10px;
    color: #505050;
    line-height: 1.6;
    text-align: left;
    padding-left: 22px;
    position: relative;
}

.description-notification-footer ul li::before {
    position: absolute;
    content: '\f00c';
    left: 0;
    color: #30c55e;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.description-notification-footer ul li+li {
    margin-top: 7px;
}

.description-notification-footer ul {
    flex: 1;
}

.description-notification-footer button {
    flex: 1;
    margin-left: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white-color);
    background: var(--main-color);
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
}

.description-notification-footer button:hover {
    opacity: .7;
}

/* .paragraph-popup {
    border: 1px #e0e0e0;

} */

.paragraph-popup {
    border: 1px solid #ccc;
    /* Border width, style, and color */
    border-radius: 10px;
    padding: 10px;
}

.paragraph-popup p {
    margin: 0 0 10px;
    /* Margin between paragraphs */
}

/* Description Notification End */
/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    /* margin: 5% auto; */
    padding: 0;
    /* border: 1px solid #888; */
    width: 80%;
    max-width: 650px;
    position: relative;
}

/* Existing styles (updated with new class names) */
.description-notification {
    height: 100%;
    width: 100%;
    background-color: transparent;
    padding: 20px;
}

.description-notification-col {
    max-height: 70vh;
    /* Adjust the maximum height as needed */
    overflow-y: auto;
    /* Enable vertical scrolling */
    border-radius: 10px;
}

/* ========================== */

/* ads-banner */
.ads-img-paragraph-section {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    padding: 20px;
}

.ads-img-heading {
    font-size: 20px;
    text-align: left;
}

.ads-img-slogan {
    font-size: 16px;
    margin-bottom: 20px;
}

.ads-img-btn {
    text-align: left;
    font-size: 11px;
}


.ads-img-btn button {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    font-weight: 600;

}

.ads-img-btn button:hover {
    background-color: var(--main-color);
    opacity: 90%;

}

/* ====Video==== */
.video-section {
    /* font-family: "Inter", sans-serif; */
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    padding: 16px;
    background: #fafafa;
    border-radius: 8px;
    border: 1px solid #0000001f;
}

.video-section svg {
    margin: 0;
}

/* ====Video==== */


/* ====Write-review=== */
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5px;
}

.star-rating h5 {
    font-size: 14px;
    font-weight: 550;
    margin-top: 4px;
}

.star-rating input {
    display: none;
}

.star {
    font-size: 16px;
    color: lightgray;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.star.half::before {
    content: '\2605';
    color: lightgray;
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

input:checked~label {
    color: var(--main-color);
}

input:checked~label.half::before {
    color: var(--main-color);

}

label:hover,
label:hover~label {
    color: var(--main-color);
}

label.half:hover::before,
label.half:hover~label.half::before {
    color: var(--main-color);

}

/* ======devider===== */
.Divider_divider__ya {
    align-items: center;
    margin: 20px 0;
    min-height: 1px;
    min-width: 100%;
    background: linear-gradient(270deg, hsla(0, 0%, 100%, .05) -.13%, hsla(0, 0%, 88%, .05) 0, #e0e0e0 49.17%, hsla(0, 0%, 88%, .05));
    /* display: block; */
}


/* ======== */

.review-gallery {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.review-gallery-list {
    width: 165px;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.review-gallery-list img {
    margin-right: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review-gallery-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
}

.review-gallery-info span {
    display: block;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
}

.list-last {
    position: relative;
}

.list-last::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 65%);
}

/* Trending-tag-on-category */
.StickyTabBar_trendingContainer__NFCTk {
    /* position: absolute; */
    top: -10px;
    right: -40px;
    display: flex;
    font-size: 8px;
    width: 49px;
    color: white;
    height: 13px;
    flex-shrink: 0;
    border-radius: 2px;
    background: linear-gradient(95deg, #fcaf17 0, var(--primary-color, #f37002) 100%);
    justify-content: center;
    align-items: center;
}

.StickyTabBar_trendingContainer__NFCTk svg {
    margin: 0;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.read-more,
.read-less {
    text-align: right;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    color: #000000a7;
    cursor: pointer;
    display: block;
}

.inner-titles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.inner-titles h4 {
    margin-bottom: 0;
}

#expnd-btn {
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color)
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}


/* Key Feature  */
.key-features {
    margin: 10px 0 30px;
    /* border: 1px solid #CCD6E6; */
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 35px 20px 15px;
    position: relative;
    /* box-shadow: 0 0 5px 0 #CCD6E6; */
}

.key-features h3 {
    background: transparent;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    position: absolute;
    top: -19px;
    left: 20px;
    padding: 3px 10px;
}

.key-features ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.key-features ul li {
    flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

.key-features-wrap span {
    font-size: 13px;
    display: block;
    white-space: nowrap;
}

.key-features-wrap span i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}

.key-features-wrap {
    display: flex;
    align-items: flex-start;
}

.key-features-wrap b {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 20px;
}

.price-bar {
    /* border: 1px solid #E0E0E0; */
    margin-top: 40px;
    border-radius: 10px;
    padding: 25px;
    background: #F5F5F5;
}

.price-bar-head {
    /* background: #f5fafe; */
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.price-bar-head p {
    color: var(--text-color);
    font-weight: 500;
    line-height: 1.9;
}

.price-bar-head span {
    display: block;
    font-size: 22px;
    color: #777777;
    font-weight: 400;
}

.price-bar-head span b {
    font-weight: 600;
    color: #00a652;
}

.price-bar-list h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.price-bar-list table {
    margin-bottom: 0;
}

.price-bar-list table td,
.price-bar-list table th {
    border: none;
    padding: 7px 0;
}

.price-bar-list table tr {
    border: none;
}

.price-bar-list table th {
    font-size: 14px;
    font-weight: 500;
}

.price-bar-list table td {
    font-size: 14px;
}

.price-bar-list table tbody tr {
    border-top: 1px dashed #d2d2d2;
}

.t-right {
    text-align: right;
}

.price-bar-list+.price-bar-list {
    margin-top: 25px;
}

.price-bar-list .form-control {
    border: 1px solid #d2d2d2;
    background: #FFFFFF;
    /* box-shadow: none; */
    height: 45px;
    border-radius: 4px;
    padding: 5px 15px;
}

.number-count {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.number-count-left {
    display: flex;
    align-items: center;
}

.button-ins button {
    height: 38px;
    width: 38px;
    border-radius: 100%;
    line-height: 38px;
    text-align: center;
    background: transparent;
    border: 1px solid #d2d2d2;
}

.number-btn {
    width: 45px;
    text-align: center;
}

.number-btn span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.number-count-right span {
    display: block;
    font-size: 14px;
}

.number-count-right b {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.number-count-right {
    text-align: right;
}

.price-list-btn {
    margin-top: 20px;
}

.price-list-btn .btns-submit {
    width: 100%;
    display: block;
    background: #00a652;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white-color);
    padding: 13px 20px;
}

.price-list-btn .btns-submit+.btns-submit {
    margin-top: 10px;
}

.price-list-btn .btns-submit:last-child {
    background: #1FB98A;
    /* background: var(--main-color); */
}

.price-list-btn .btns-submit:hover {
    opacity: .9;
}

.price-list-btn .btns-submit i {
    font-size: 22px;
    vertical-align: middle;
    float: right;
}

/* Key Feature End  */


.head-contact {
    margin-left: 50px;
}

.head-contact a {
    color: #ffff;
    font-size: 13px;
}



/* =============================
amazing place area
================================*/
.first-img {
    height: 405px;
    object-fit: cover;
    object-position: center;
}

.amazing_tour_box {
    margin-top: 20px;
    padding-left: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 5px solid #ffffff1a;

}

.top_ratings {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0px 14px;
    border-radius: 4px;
    font-size: 9px;
    background-color: rgb(255 255 255 / .2);
    color: #fff;
    border: 0.5px solid #ffffff56;
    border-color: rgba(255, 255, 255, 0.558);
    text-transform: uppercase;
}

.top_ratings span {
    /* line-height: 0 !important; */
    color: var(--bg-color);
}

.top_ratings i {
    color: var(--main-color);
}

.amazing_tour_box img {
    width: 100%;
    transition: var(--transition);
    border-radius: 5px;
}

.amazing_tour_box:hover img {
    transform: scale(1.1);
    border-radius: 5px;
}

.amazing_tour_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
}

.rating_outof {
    display: flex;
    align-items: center;
}

.rating_outof i {
    color: var(--white-color);
    font-size: 14px;
}

.new_listed_content h5 {
    color: var(--white-color);
    font-weight: 500;
}

.rating_outof h5 {
    color: var(--white-color);
    padding-left: 10px;
    font-weight: 300;
}

.amazing_tour_content h3 {
    color: var(--white-color);
    padding: 10px 0;
    font-weight: 500;
}

.amazing_tour_box_content {
    position: relative;
}

.amazing_tour_box_content::after {
    /* content: url(../img/icon/list-arrow.png); */
    position: absolute;
    right: 20px;
    bottom: 24px;
    border-radius: 5px;

}

.amazing_tour_content h5 a {
    color: var(--bg-color);
    font-weight: 500;
    font-size: 17px;
    text-shadow: 0 0 10px #000;
}


/* .amazing_end_area .amazing_tour_box .amazing_tour_box_content::after {
    content: " ";
} */

/* client feedback area */
/* #client_feedback {
    background-image: url("../img/home-seven/common/client-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 200px 0px;
}

.client_feedback_slider {
    margin-top: 30px;
}

.client_feedback_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.client_feedback_bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}

.client_feedback-card {
    padding: 26px 20px;
    background-color: var(--white-color);
    border-radius: 8px;
}

.client_feedback_bottom h3 {
    font-weight: 500;
}

.client_feedback_bottom p {
    font-size: 14px;
}

.client_ratings p {
    color: var(--main-color);
}

.client_ratings .all_rating i {
    font-size: 14px;
    color: var(--main-color);
} */

/* about */
/* --About Area-- */
.about_two_left_top h5 {
    color: var(--main-color);
    font-weight: 500;
}

.about_two_left_top h2 {
    padding-top: 17px;
}

.about_two_left_top h3 {
    padding-top: 17px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

.about_two_left_top p {
    padding-top: 15px;
}

.about_two_item {
    display: flex;
    /* padding-top: 20px; */
    padding-top: 5px;
    transition: var(--transition);
}

.about_two_item_text p i.fas.fa-check-circle {
    color: green;
    font-size: 17px;
}

.about_two_item:hover {
    transform: translateY(-10px);
}

.about_two_item_icon {
    width: 14%;
}

.about_two_item_text {
    padding-left: 10px;
}

.about_two_item_text h3 {
    font-weight: 600;
    font-size: 18px;
}

.about_two_item_text p {
    padding-top: 6px;
}


/* Plan trip popup */

.main-form-in {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 20px;
}

main-form-l {
    float: left;
    width: 45%;
    padding: 20px;
}

main-form-r {
    float: right;
    width: 50%;
    padding-top: 20px;
}

/* ------------------ */
.only-mobile {
    display: none;
}

.tour_heading {
    position: fixed;
    height: 100%;
    width: 100%;
    /* z-index: 9999; */
    padding: 70px 20px 20px;
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.plan-trip-wrap {
    height: 100vh;
    position: relative;
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.plan-trip-head {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 2;
}

.plan-trip-head img {
    width: auto;
}

.plan-trip-head .btn {
    background: var(--white-color);
    border: none;
    color: var(--main-color);
    height: 35px;
    width: 35px;
    border-radius: 100%;
    padding: 0;
}

.plan-trip-head .btn i {
    font-size: 20px;
    line-height: 35px;
}

.plan-trip-head .btn:focus {
    outline: none !important;
    box-shadow: none !important;
    background: var(--main-color) !important;
}

.plan-trip.active {
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out .5s;
}

.plan-trip-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.plan-trip-img {
    position: relative;
}

.plan-trip-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 20px;
    right: 0;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    background-image: linear-gradient(to top, #000, rgba(84, 84, 84, 0));
}

.plan-trip-content {
    background: #f2f2f2;
    padding: 20px;
}

.plan-trip-content h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.plan-trip-content .form-control {
    height: 34px;
    font-size: 11px;
    border: 0.5px solid #959597;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: none;
    padding: 5px 15px;
}

.main-form-h2 {
    display: block;
    font: 700 38px / 31px 'Open Sans', sans-serif;
    color: #494f5d;
    text-align: center;
    letter-spacing: -1px;
    position: relative;
}

.plan-trip-content .form-group {
    margin-bottom: 15px;
}

.plan-trip-content textarea.form-control {
    height: 80px !important;
}

.plan-trip-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plan-trip-footer ul li {
    font-size: 10px;
    color: #505050;
    line-height: 1.6;
    text-align: left;
    padding-left: 22px;
    position: relative;
}

.plan-trip-footer ul li::before {
    position: absolute;
    content: '\f00c';
    left: 0;
    color: #30c55e;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.plan-trip-footer ul li+li {
    margin-top: 7px;
}

.plan-trip-footer ul {
    flex: 1;
}

.plan-trip-footer button {
    flex: 1;
    margin-left: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white-color);
    background: var(--main-color);
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
}

.plan-trip-footer button:hover {
    opacity: .7;
}

.main-form-l .list li {
    list-style: none;
    font: 500 13px / 20px 'Open Sans', sans-serif;
    color: #4a4b4d;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.social-icon {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 35px;
}

.call-sce {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 0.5px solid rgb(178, 178, 178);
    padding-top: 25px;
}

.social-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon ul li i {
    font-size: 50px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 5px;
    margin-right: 5px;
}

.plan-label {
    display: block;
    font: 700 12px / 16px 'Open Sans', sans-serif;
    color: #70747d;
    text-align: left;
}

.plan-label:hover {
    color: #70747d;
}

/* End Plan trip popup */


/* ===============
   Quick Section
================= */
.quick-book-section {
    margin-top: 30px;
    padding: 20px 30px;
    /* border: 1px solid #E0E0E0; */
}

.quick-book-actions {
    margin-top: 20px;
    display: flex;
}

/* search */
.top_form_search_button {
    background: var(--main-color);
    /* border-radius: 129px; */
    /* box-shadow: 0 .0625rem .5rem rgba(0, 0, 0, .2); */
    border-radius: 999vw;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    margin-top: 8px;
}

.top_form_search_button::before {
    color: #fff;
}


.ti-angle-down:before {
    font-size: 11px;
    font-weight: 600;
    /* height: 12px;
    width: 12px; */
    /* margin-left: 8px; */
    /* line-height: 20px; */
}

/* ========= Country-change ==================*/
.country-selector {
    position: relative;
    width: 100%;
    max-width: 280px;
}

.country-changes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.search-number {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    transition: all 0.3s ease;
}

.is-sticky #phoneNumber {
    color: var(--black-color);
}

#phoneNumber {
    font-size: 16px;
    font-weight: 600;
    color: var(--white-color);

    display: flex;
    align-items: center;
    gap: 10px;
}

#phoneNumber i {
    font-size: 20px;
    color: #25D366;
}

.country-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid white;
}

select {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 100%;
    background: white;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 14px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.country-selector:hover select {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2);
}


/* ============= Details Similar ================== */
.detail-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px !important;
    border-radius: 1.2rem;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.detail-card:hover {
    transform: scale(1.03);
    border-radius: 15px !important;

}

.detail-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* Normal bottom shadow effect */
.detail-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0, 0, 0), transparent);
    z-index: 1;
}

.detail-card-content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 2;
}

.detail-tag {
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
}

.detail-rating {
    font-size: 13px;
    margin-bottom: 4px;
}

.detail-rating span {
    background: #fff;
    color: #333;
    padding: 3px 6px;
    border-radius: 6px;
    font-weight: bold;
}

.detail-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.detail-card p {
    margin: 5px 0 0;
    font-size: 14px;
    opacity: 0.9;
    color: #fff;
    line-height: 1.5;
}

/* ============= End Details Similar ============== */


/* ----tour-tags---- */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 25px 0;
}

/* Each Tag */
.tag {
    display: inline-flex;
    align-items: center;
    border: 1px solid #b8860b52;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: all 0.25s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* Number Box */
.tag-number {
    background: #f9f1dd;
    border-right: 1px solid #b8860b52;
    padding: 6px 12px;
    /* font-weight: 600; */
    font-size: 13px;
    color: #b8860b;
}

/* Tag Text */
.tag-text {
    padding: 4px 10px;
    /* font-weight: 500; */
    white-space: nowrap;
    font-size: 12px;
    /* color: #00000099; */
}

/* Hover Effect */
.tag:hover {
    background: #fff8e1;
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* ----Tour-cart---- */
.ticket-card {
    /* background: #fff; */
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgb(224, 224, 224);
    background-color: rgb(255, 255, 255);
}

.ticket-card:hover {
    transform: translateY(-5px);
}

.ticket-card-img {
    position: relative;
}

.ticket-card-img img {
    width: 100%;
    display: block;
    border-radius: 12px 12px 0 0;
}

.ticket-card-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #21794F;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 2px;
    /* font-weight: bold; */
}

.ticket-card-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 6px 9px;
    font-size: 14px;
    cursor: pointer;
}

.ticket-card-body {
    padding: 12px 14px;

}

.ticket-card-category {
    font-size: 13px;
    color: #888;
    margin-bottom: 4px;
}

.ticket-card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.ticket-card-title a {
    color: #333;
}

.ticket-card-instant {
    display: inline-block;
    background: #eee;
    color: #555;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    margin-bottom: 8px;
}

.ticket-card-rating {
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
}

.ticket-card-rating .ticket-card-star {
    color: #f6a500;
    font-size: 14px;
    margin-right: 3px;
}

.ticket-card-price {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
}

.ticket-card-voucher {
    display: inline-block;
    border: 1px solid #ff4d00;
    color: #ff4d00;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;

}

/* ------Review-section -----------*/
.reviews-container {
    display: flex;
    justify-content: center;

}

.review-card {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.review-name {
    font-weight: bold;
    color: #444;
    font-size: 15px;
}

.review-date {
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #21794E;
    font-weight: 600;
}

.review-rating span {
    background: #21794E;
    color: #fff;
    border-radius: 8px 3px 8px 3px;
    padding: 2px 6px;
    font-size: 12px;
}

.review-text {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 10px 0 14px 0;
    flex-grow: 1;
}

.review-footer {
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 8px;
    background-color: #eeeeeeb3;
}

.review-footer img {
    object-fit: cover;
    border-radius: 8px !important;
    height: 40px !important;
    margin-right: 10px;
    width: 64px !important;
}

.review-footer span {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}


.show-more-button {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 1px auto 0;
    width: 300px;
    background-color: transparent;
    border: 1px solid #4a4a4a;
    border-radius: 12px;
    color: #212121;
    padding: 3px 8px;
    font-weight: 500;
}

.show-more-button:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}
/* -------Review-on-index-page-------- */
.review-badges-yatra {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin: 40px 0;
    font-family: Arial, sans-serif;
}

.review-badges-yatra-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.review-badges-yatra-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
}

.review-badges-yatra-item img {
    width: 24px;
    height: 24px;
}

.review-badges-yatra-item strong {
    font-weight: 600;
}

.review-badges-yatra-rating {
    font-weight: 600;
    margin-right: 4px;
}

.review-badges-yatra-stars {
    color: #4CAF50;
    /* green dots */
    font-size: 12px;
    margin-right: 5px;
}

.review-badges-yatra-staricon {
    color: #f4b400;
    /* Google gold star */
    font-size: 14px;
    margin-right: 5px;
}

.review-badges-yatra-item a {
    color: #1a73e8;
    text-decoration: none;
    font-size: 13px;
}

.review-badges-yatra-item a:hover {
    text-decoration: underline;
}

.review-badges-yatra-trusted {
    font-size: 14px;
    color: #444;
}


/* ========================================
   Yatra Trip Section - Smooth Animations
   ======================================== */

.yatra-trip-section {
    background: var(--white-color);
}

.yatra-trip-explore {
    position: relative;
}

/* Heading */
.yatra-trip-heading {
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}

.yatra-trip-heading h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--black-color);
    animation: slideInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-trip-heading h2 span:first-child {
    color: var(--main-color);
    display: block;
    margin-bottom: 5px;
}

/* Featured Card */
.yatra-trip-featured-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-height: 420px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    will-change: transform, box-shadow;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-trip-featured-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-12px);
}

/* Grid Card - REDUCED HEIGHT */
.yatra-trip-grid-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 240px; /* Reduced from 300px */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    will-change: transform, box-shadow;
    transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-trip-grid-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-10px);
}

/* Card Link */
.yatra-trip-card-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

/* Images - Smooth Slow Zoom */
.yatra-trip-featured-image,
.yatra-trip-grid-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transition: transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: block;
}

.yatra-trip-featured-card:hover .yatra-trip-featured-image {
    transform: scale(1.12) translateZ(0);
}

.yatra-trip-grid-card:hover .yatra-trip-grid-image {
    transform: scale(1.1) translateZ(0);
}

/* Card Overlay - Smooth Fade & Slide */
.yatra-trip-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.5) 50%,
        transparent 100%);
    padding: 35px 20px 20px;
    z-index: 2;
    will-change: padding;
    transition: padding 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-featured-card:hover .yatra-trip-card-overlay {
    padding: 40px 20px 25px;
}

.yatra-trip-grid-card:hover .yatra-trip-card-overlay {
    padding: 30px 18px 18px;
}

/* Card Content */
.yatra-trip-card-content {
    position: relative;
    z-index: 3;
}

.yatra-trip-card-title,
.yatra-trip-card-subtitle {
    margin: 0;
    color: var(--white-color);
    font-weight: 500;
    line-height: 1.4;
    will-change: color;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-card-title {
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
}

.yatra-trip-card-title a {
    color: var(--white-color);
    text-decoration: none;
    display: block;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-featured-card:hover .yatra-trip-card-title a {
    color: var(--main-color);
}

.yatra-trip-card-subtitle {
    font-size: 16px;
}

.yatra-trip-card-subtitle a {
    color: var(--white-color);
    text-decoration: none;
    display: block;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-grid-card:hover .yatra-trip-card-subtitle a {
    color: var(--main-color);
}

/* Count Info - Smooth Appearance */
.yatra-trip-count-info {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin-top: 8px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    gap: 6px;
    opacity: 0.9;
    will-change: opacity;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-featured-card:hover .yatra-trip-count-info {
    opacity: 1;
}

.yatra-trip-count-info i {
    margin-right: 0;
    color: var(--main-color);
    font-size: 12px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-trip-featured-card:hover .yatra-trip-count-info i {
    transform: scale(1.2);
}

.yatra-trip-count-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    margin-top: 8px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    will-change: background, transform;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-grid-card:hover .yatra-trip-count-badge {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px);
}

/* Badge - Smooth Scale & Color */
.yatra-trip-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--main-color);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    will-change: transform, background-color, color, box-shadow;
    transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(0);
}

.yatra-trip-featured-badge {
    padding: 10px 14px;
    font-size: 13px;
}

.yatra-trip-card-link:hover .yatra-trip-badge {
    background: var(--main-color);
    color: var(--white-color);
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.yatra-trip-badge i {
    font-size: 14px;
    color: #f4b400;
    will-change: color, transform;
    transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-trip-card-link:hover .yatra-trip-badge i {
    color: var(--white-color);
    transform: rotate(15deg) scale(1.15);
}

/* Empty State */
.yatra-trip-empty-state {
    background: linear-gradient(135deg, #f5f7fa 0%, #f0f4f8 100%);
    border-radius: 14px;
    padding: 60px 40px;
    text-align: center;
    border: 2px dashed #e0e8f0;
    animation: fadeInUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-trip-empty-state i {
    font-size: 4rem;
    color: #ccc;
    margin-bottom: 20px;
    display: block;
    opacity: 0.6;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-empty-state:hover i {
    opacity: 0.8;
    transform: scale(1.1) rotateZ(-5deg);
}

.yatra-trip-empty-state h5 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yatra-trip-empty-state:hover h5 {
    color: var(--main-color);
}

.yatra-trip-empty-state p {
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* ========================================
   Keyframe Animations
   ======================================== */

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* End  */

/* ========================================
   YATRA ABOUT SECTION - SIMPLE & CLEAN
   ======================================== */

.yatra-about {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* Image Section */
.yatra-about-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    min-height: 450px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.6s ease;
}

.yatra-about-img:hover {
    /* box-shadow: 0 15px 45px rgba(255, 83, 0, 0.15); */
    transform: translateY(-8px);
}

.yatra-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
    display: block;
}

.yatra-about-img:hover img {
    transform: scale(1.08);
}

/* Content Section */
.yatra-about-content {
    padding-left: 30px;
}

.yatra-about-label {
    display: inline-block;
    color: #FF5300;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    animation: fadeInUp 0.6s ease 0.1s backwards;
}

.yatra-about-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease 0.2s backwards;
}

.yatra-about-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
    animation: fadeInUp 0.6s ease 0.3s backwards;
}

/* List Items */
.yatra-about-list {
    margin-bottom: 35px;
}

.yatra-list-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    animation: fadeInUp 0.6s ease backwards;
}

.yatra-list-item:nth-child(1) {
    animation-delay: 0.4s;
}

.yatra-list-item:nth-child(2) {
    animation-delay: 0.5s;
}

.yatra-list-item:nth-child(3) {
    animation-delay: 0.6s;
}

.yatra-list-item i {
    width: 24px;
    height: 24px;
    background: #FF5300;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.yatra-list-item:hover i {
    transform: scale(1.2) rotate(10deg);
}

.yatra-list-item p {
    font-size: 15px;
    color: #333;
    margin: 0;
    transition: color 0.4s ease;
}

.yatra-list-item:hover p {
    color: #FF5300;
}

/* Button */
.yatra-about-btn {
    display: inline-block;
    padding: 14px 40px;
    background: #FF5300;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 2px solid #FF5300;
    box-shadow: 0 4px 12px rgba(255, 83, 0, 0.2);
}

.yatra-about-btn:hover {
    background: transparent;
    color: #FF5300;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 83, 0, 0.25);
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   YATRA GENERAL & REVIEWS - ULTRA COMPACT
   ======================================== */

.yatra-general-section {
    padding: 40px 0;
    background: linear-gradient(135deg, #fafbfc 0%, #f3f5f9 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* ========================================
   DECORATIVE ELEMENTS
   ======================================== */

.yatra-bg-decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    pointer-events: none;
}

.yatra-bg-1 {
    width: 400px;
    height: 400px;
    background: #FF5300;
    top: -100px;
    right: -50px;
    animation: float 8s ease-in-out infinite;
}

.yatra-bg-2 {
    width: 300px;
    height: 300px;
    background: #FF5300;
    bottom: -50px;
    left: -80px;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(30px);
    }
}

/* ========================================
   GENERAL CONTENT
   ======================================== */

.yatra-general-wrapper {
    position: relative;
    z-index: 1;
}

.yatra-general-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 18px;
    text-align: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #FF5300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: slideDown 0.6s ease 0.2s backwards;
    letter-spacing: -1px;
}

.yatra-general-intro {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    text-align: center;
    margin-bottom: 0;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    animation: slideDown 0.6s ease 0.3s backwards;
}

/* ========================================
   REVIEWS SECTION
   ======================================== */

.yatra-reviews-wrapper {
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.yatra-reviews-header {
    text-align: center;
    margin-bottom: 25px;
}

.yatra-reviews-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 6px;
    animation: slideDown 0.6s ease 0.4s backwards;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.yatra-reviews-title i {
    font-size: 20px;
    color: #FF5300;
}

.yatra-reviews-subtitle {
    font-size: 12px;
    color: #888;
    margin: 0;
    animation: slideDown 0.6s ease 0.5s backwards;
}

/* ========================================
   REVIEWS GRID - ULTRA COMPACT
   ======================================== */

.yatra-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

/* ========================================
   REVIEW CARD
   ======================================== */

.yatra-review-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: slideUp 0.6s ease backwards;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.04);
    position: relative;
}

.yatra-review-item:nth-child(1) {
    animation-delay: 0.6s;
}

.yatra-review-item:nth-child(2) {
    animation-delay: 0.7s;
}

.yatra-review-item:nth-child(3) {
    animation-delay: 0.8s;
}

.yatra-review-item:nth-child(4) {
    animation-delay: 0.9s;
}

.yatra-review-item:nth-child(5) {
    animation-delay: 1s;
}

.yatra-review-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FF5300, #ff6b1a, #FF5300);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.yatra-review-item:hover::before {
    transform: scaleX(1);
}

.yatra-review-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(255, 83, 0, 0.08);
    border-color: rgba(255, 83, 0, 0.1);
}

/* ULTRA COMPACT CARD INNER */
.yatra-review-inner {
    /* padding: 12px 10px; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
}

/* Platform Logo */
.yatra-review-platform {
    width: 45px;
    height: 45px;
    background: #f5f7fa;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.yatra-review-item:hover .yatra-review-platform {
    background: linear-gradient(135deg, rgba(255, 83, 0, 0.1) 0%, rgba(255, 83, 0, 0.05) 100%);
    transform: scale(1.08);
}

.yatra-review-platform img {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.yatra-review-item:hover .yatra-review-platform img {
    transform: scale(1.1);
}

/* Platform Name */
.yatra-platform-name {
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
    transition: color 0.4s ease;
}

.yatra-review-item:hover .yatra-platform-name {
    color: #FF5300;
}

/* Rating Badge */
.yatra-review-badge {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.yatra-score {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: #FF5300;
}

.yatra-stars {
    display: inline-block;
    font-size: 10px;
    color: #ffc107;
    letter-spacing: 0.8px;
    transition: all 0.4s ease;
}

.yatra-review-item:hover .yatra-stars {
    text-shadow: 0 0 6px rgba(255, 193, 7, 0.4);
    transform: scale(1.04);
}

/* Review Count */
.yatra-review-count {
    font-size: 9px;
    color: #888;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    line-height: 1.2;
}

.yatra-review-count i {
    color: #FF5300;
    font-size: 8px;
}

/* ========================================
   TRUST CARD
   ======================================== */

.yatra-trust-card {
    background: linear-gradient(135deg, #FF5300 0%, #ff6b1a 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.yatra-trust-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

.yatra-trust-card .yatra-review-inner {
    position: relative;
    z-index: 2;
}

.yatra-trust-icon-wrapper {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 20px;
    color: #fff;
    animation: float 3s ease-in-out infinite;
    flex-shrink: 0;
}

.yatra-trust-card .yatra-platform-name {
    color: #fff;
}

.yatra-trust-card:hover .yatra-platform-name {
    color: rgba(255, 255, 255, 0.9);
}

.yatra-trust-stats {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.yatra-stat {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.yatra-stat-number {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
}

.yatra-stat-label {
    font-size: 7px;
    color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.05;
    }
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
