@import url('https://fonts.googleapis.com/css2?family=Playwrite+NZ+Basic:wght@100..400&display=swap');

:root {
    --color-white: white;
    --color-black: #1e1e1e;
    --color-org: #ef7026;
    --color-blue: #004a91;
    --color-martblue: #22577a;
    --color-green: #00b67a;
    --font-eb: "EB Garamond", serif;
    --color-light-white: #f5f5f5;
    --logoColor: #ff7927;
}

.LogoColor {
    color: #ff7927;
}


p {
    font-size: 15px;
}

.section-title h2 {
    color: var(--title-color);
    font-family: "Playwrite NZ Basic", cursive;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}

.destination-img img {
    height: 400px;
}

.fw-light-custome {
    font-weight: 400;
}

.packagesStrip {
    grid-gap: 7px !important;
}

.packageDuration {
    position: absolute;
    top: -43%;
    background-color: #FF8B00;
    left: 40%;
    color: #fff;
    display: block;
    padding: 0px 14px;
    border-radius: 100px;
}

.packageDuration p {
    margin: 0;
    font-size: 14px;
}

.rating-star-cust {
    padding: 0;
    margin-bottom: 5px;
    list-style: none;
    display: flex;
    align-items: start;
    gap: 5px;
    line-height: 1;
    justify-content: start;
}

.rating-star-cust li {
    font-weight: 500;
    font-size: 14px;
    color: #ff7927;
}

.priceHome {
    color: #ff7927 !important;
}

.customPrice {
    background-color: #282b2d;
    border: none;
    color: var(--color-white);
    padding: 11px 17px;
    font-weight: 500;
    border-radius: 3px;
}

.cardPriceTitle {
    display: flex;
    justify-content: center;
    align-items: center;
}


.cardPriceTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    font-size: 14px;
}

.priceHome {
    font-size: 25px !important;
    font-weight: 600 !important;
}

.work-section .work-step-card .step-icon {
    background-color: #F0F0F0 !important;
    border-radius: 100%;
    max-width: 230px;
    min-width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}

.work-section .work-step-card .step-icon img {
    margin: 0 auto;
    display: flex;
}

.work-section .work-step-card {
    max-width: 323px;
    width: 100%;
    text-align: center;
}


.blog-card2 .blog-content {
    padding: 10px 11px 2px;
}

.blog-card2 .blog-content p {
    color: var(--text-color);
    font-family: var(--font-roboto);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 2px;
}

.hotelIcons img {
    width: auto;
    height: 41px;
    border: 2px dotted #ff7927;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 8px;
}

.hotelIcons {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    margin-top: 10px;
}

.dayMain {
    font-weight: 500;
    border: 1px solid #3a3a3a;
    color: #16477f;
    border: 1px solid #16477f;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 700;
}

.customizePackage {
    font-size: 14px;
    margin: 0px;
    line-height: 20px;
    color: #333333;
}

.package-card .package-content h5 {
    margin-bottom: 3px;
}

.package-card.four .package-content {
    padding: 16px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.primary-btn1 {
    background-color: #ff7927;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 15px;
    color: var(--white-color);
    letter-spacing: 0.48px;
    line-height: 1;
    padding: 20px 24px;
    border-radius: 10px;
    position: relative;
    align-items: center;
    display: inline-flex;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}


.custBox {
    padding: 10px;
    border-radius: 20px;
    border: 1px solid var(--borders-color);
    background-color: var(--white-color);
    box-shadow: 0px 3px 20px rgba(29, 58, 83, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.breadcrumb-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
    position: relative;
    height: 500px;
}

.pt-100 {
    padding-top: 40px;
}

.footer-section.two .footer-menu-wrap {
    padding: 67px 0 2px !important;
}

.footer-logo img {
    width: auto;
    height: 125px;
}

.footer-section .footer-menu-wrap .footer-logo-and-addition-info .address-area {
    margin-top: 14px;
    margin-bottom: 16px;
}

.destination-content h5 a {
    text-transform: capitalize;
}
.visa-package-content h5{
     text-transform: capitalize;
}

.arrow_common {
    background-color: #ef7026;
    color: var(--color-white);
    width: 35px;
    height: 35px;
    top: initial;
    transform: initial;
    bottom: 20px;
}

.package_des_slider .arrow_common2 {
    bottom: 5px;
}

.arrow_common2 {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.pack_ul li p {
    font-size: 15px;
}



header.style-2.sticky {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 999;
}


.flex_prop {
    display: flex;
    align-items: center;
}

.ratings_package {
    color: red;
}

.ratings_package i {
    font-size: 14px;
}

.price_cont {
    background-color: transparent;
    color: #000;
    padding: 0px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.content-grey {
    color: rgb(110, 110, 110);
}

.hight_light {
    background-color: rgba(34, 87, 122, 0.9);
    padding: 4px 14px;
    font-size: 15px !important;
    color: white;
}

.btn_package button,
.btn_package a {
    background-color: #282b2d;
    border: none;
    color: var(--color-white);
    padding: 11px 17px;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.btn_package a {
    background-color: #ef7026;
    ;
    color: #fff;
}

.cust_icon img {
    height: 25px;
    width: auto;
}

.gal_img_big img {
    object-fit: cover;
}

.head_cust {
    font-size: 16px;
    font-weight: 600;
}

.gal_holder img {
    border-radius: 3px;
    height: 140px;
    object-fit: cover;
    width: 100%;
}

.gal_img_big img {
    width: 100%;
}

.visa-package-grid-section {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 86px 0;
}

.btn_package {
    grid-gap: 10px;
}

/* p{
    font-size:14px;
} */

.bg_package {
    /* background-color: var(--color-light-white); */
    padding: 0px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.packages_card_hero {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-color: #22577a;
    color: #fff;
}

header {
    position: relative;
    width: 100%;
    z-index: 99;
}

footer {
    margin-top: 0px !important;
}

.packages_details_cnt {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    border-radius: 5px;
}

.tour_price p {
    font-size: 21px;
    line-height: 38px;
}

.packages_details_cnt h2 {
    color: yellow;
}

.ts {
    font-size: 16px;
}

span.dura {
    font-size: 25px;
    font-weight: 600;
}

.yellow {
    color: yellow;
}

.df {
    align-items: center;
    justify-content: center;
    display: flex;
}

p {
    margin: 0;
}


.package_tabs button {
    border-radius: 0px !important;
    color: #000;
    padding: 9px 30px;
    font-weight: 500;
    background-color: #ffffff !important;
}

.day_cont {
    background-color: #22577a;
    color: var(--color-white);
    padding: 9px 20px;
    display: flex;
    gap: 7px;
}

.day_img img {
    height: 17px;
    width: auto;
}

.day_cont {
    background-color: #22577a;
    color: var(--color-white);
    padding: 6px 12px;
    display: flex;
    gap: 7px;
    font-size: 15px;
}


.modal_package_semi {
    background-color: var(--color-white);
    width: 40%;
    padding: 25px;
    border-radius: 3px;
}

.package_tabs button {
    border-radius: 0px !important;
    color: #000;
    padding: 9px 30px;
    font-weight: 500;
    background-color: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg) #fff;
    border-color: var(--bs-nav-tabs-link-active-border-color);
    background-color: #ff7927 !important;
    font-weight: 600;
}

.priceForm {
    font-size: 14px;
    font-weight: 400;
}

.hight_light {
    background-color: rgba(34, 87, 122, 0.9);
    padding: 4px 14px;
    font-size: 15px !important;
    color: white;
}

.ratings_package {
    background-color: rgba(0, 182, 122, 0.1);
    padding: 5px 10px;
    border: 1px solid rgba(0, 182, 122, 0.4);
}

.ratings_package {
    color: var(--color-green);
}

.ratings_package i {
    font-size: 14px;
}

.gal_img img {
    border-radius: 3px;
}

.gal_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;

}

.gal_holder {
    cursor: pointer;
}

.gal_holder img {
    border-radius: 3px;
    height: 140px;
    object-fit: cover;
}

.package_des_slider .swiper-wrapper {
    padding-bottom: 0px;
}

.arrow_common2 {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.package_des_slider .arrow_common2 {
    bottom: 5px;
}

.swiper-button-prev.arrow_common2 {
    right: 55px;
}

.price_cont {
    font-family: var(--font-eb);
    font-size: 22px;
    background-color: var(--color-martblue);
    padding: 6px 15px;
    letter-spacing: 1px;
    border-radius: 3px;
}

.content-grey {
    color: rgb(110, 110, 110);
}

.package_tabs button {
    border-radius: 0px !important;
    color: var(--color-black);
    padding: 9px 30px;
    font-weight: 500;
    background-color: var(--color-light-cream) !important;
}

.package_tabs button:hover {
    color: var(--color-black);
}

.pack_ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

.pack_ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    background-color: rgb(239 239 239);
    padding: 7px 13px;
    border-radius: 5px;
}

.pack_ul li::before {
    /* font-family: "Font Awesome 5 Free";
    content: "\f00c"; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    background-color: #ffffff;
}

.pack_ul_accommodation {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 5px;
}

.pack_ul_accommodation p {
    margin: 0 !important;
}

.pack_ul_accommodation p::before {
    font-family: "Font Awesome 5 Free";
    content: "\f594";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    background-color: #ffffff;
    color: #ef7026;
}

ul.pack_ul li p {
    font-weight: 600;
}

.crossCheck {
    content: "\f00d" !important;
}

.pack_ul li p {
    width: calc(100% - 24px);
}

.m_p_space ul {
    margin-top: 12px;
}

.m_p_space p {
    margin-top: 12px;
}

.m_p_space ul li p {
    margin-top: 0px;
}

.m_p_space h3 {
    margin-top: 15px;
    font-family: var(--font-eb);
}

.m_p_space h4 {
    margin-top: 15px;
    font-family: var(--font-eb);
}

.m_p_space h5 {
    margin-top: 12px;
    font-family: var(--font-eb);
}

.day_cont {
    background-color: #7d7d7d;
    color: var(--color-white);
    padding: 9px 20px;
    display: flex;
    gap: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.days_steps p {
    font-size: 15px;
    padding: 15px 0px;
}

.view_btn {
    background-color: var(--color-green);
    border: none;
    padding: 14px;
    width: 100%;
}

.drop_down_click {
    display: none;
}

.drop_down_click_active {
    display: initial;
}

.less_content {
    display: none;
}

.less_content_active {
    display: initial;
}

.view_content_active {
    display: none;
}



.day_cont span {
    width: calc(100% - 25px);
}

.travel_cont {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.travel_img {
    overflow: hidden;
    border-radius: 5px;
}

.travel_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.travel_img img:hover {
    transform: scale(1.1);
}

.budget_slider2 .ratings i {
    font-size: 12px;
}

.process_grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.process_grid2 .process_content .font_14 {
    font-size: 13px !important;
}

.trust_slider2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.rev_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.trust_slider2 .trust_container {
    background-color: #eee;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    border: none;
}

.trust_slider2 .swiper-wrapper {
    padding: 10px 0px;
    padding-top: 55px;
}

.arrow_common3 {
    top: 32px;
}

.arrow_common3.swiper-button-prev {
    right: 55px;
}

.rev_grid .testi_container {
    padding: 20px 15px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.price_cont_1 {
    background: var(--color-org);
    color: white;
    padding: 5px 12px;
    border-radius: 3px 0px 0px 3px;
}

/*New New*/
.bg_package {
    /* background-color: var(--color-light-white); */
    padding: 20px;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
}

.price_cont {
    background-color: transparent;
    color: var(--color-black);
    padding: 0px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.btn_package button,
.btn_package a {
    background-color: #282b2d;
    border: none;
    color: var(--color-white);
    padding: 11px 17px;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn_package button i,
.btn_package a i {
    display: flex !important;
    width: 22px;
    height: 22px;
    background-color: var(--color-white);
    color: var(--color-martblue);
    border-radius: 50%;
    font-size: 14px;
}

.btn_package a {
    background-color: var(--color-org);
    color: var(--color-black)
}

.cust_icon img {
    height: 25px;
    width: auto;
}

.pack_hr {
    margin: 14px 0px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px !important;
    font-weight: 600;
}

.head_cust {
    font-size: 22px;

}

.ratings_package_rev {
    border: none;
    padding: 0px;
    background-color: transparent;
    margin-top: 10px;
}

.ratings_package_rev i {
    font-size: 20px;
}

.ratings_package_rev2 i {
    font-size: 15px;
}

h1.common_title2.fw-600 {
    font-size: 23px;
}

.rev_stars_ul li {
    margin: 14px 0px;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

ol,
ul {
    padding-left: 0rem;
}

.progress_container {
    margin: 14px 0px;
}

.m-2-m {
    margin-top: -12px;
}

.progress_container .progress,
.progress-stacked {
    border-radius: 0px;
    height: 20px;
}

.progress_container .progress-bar {
    background-color: var(--color-green);

}

.progress_container .progress {
    width: 100%;
}

.progress_label {
    font-size: 18px;
    font-weight: 500;
}

.rev_container_main {
    background-color: rgba(0, 182, 122, 0.1);
    padding: 15px 30px;
    border: 1px solid rgba(0, 182, 122, 0.3);
}

.common_title {
    font-size: 40px;
    font-family: var(--font-eb);
    font-weight: 600;
}

.revi_img2 {
    width: 120px;
    height: 120px;

}

.revi_img2 img {
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.w-75 {
    width: 75%;
}

.ex_btn {
    border: none;
    background-color: rgba(0, 182, 122, 0.4);
    border: 1px solid var(--color-green);
    padding: 6px 20px;
    font-size: 14px;
    margin-top: 6px;

}

.ex_cont {
    background-color: rgba(0, 182, 122, 0.1);
    padding: 15px;
    border-radius: 3px;
    border: 1px solid rgba(0, 182, 122, 0.2);
    ;
}

.rev_li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 17px;
    background-color: #fbfbfb;
    position: relative;
}

.rev_li::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;

}

.accordion_cont {
    background-color: transparent;
    border: none;
    border-top: none;
}

.acc_header {
    background-color: #7d7d7d;
    color: var(--color-white);
    padding: 10px 25px;
    cursor: pointer;
}

.acc_content {
    padding: 0px 25px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.acc_content_active {
    height: initial;
    visibility: visible;
    opacity: 1;
    padding: 15px 25px;
    transition: 0.3s;
}

.acc_content_active h5 {
    margin-top: 12px;
}

.package_header_active {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: var(--color-light-white);
    z-index: 99;
    padding: 8px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.package_header_active .row {
    width: 1320px;
    margin: auto;
}

/* .acc_content h5 {
    margin-top: 12px;
} */

.acc_content p {
    margin-top: 6px;
    font-size: 14px;
}

.acc_header p {
    font-weight: 600;
    font-size: 15px;
}

.acc_btn {
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: 0.7s;
}

.acc_icon_active .acc_btn {
    transform: rotate(180deg);
}

/*Modal*/
.modal_package {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.modal_package_active {
    visibility: visible;
    opacity: 1;
}

.modal_package_semi {
    background-color: var(--color-white);
    width: 40%;
    padding: 25px;
    border-radius: 3px;
}

.close_modal_pack {
    border: none;
    background-color: var(--color-martblue);
    color: var(--color-white);
    width: 100%;
    padding: 10px;
    font-size: 14px;
}

.close_modal_pack i {
    font-size: 17px;
}

.fw-500 {
    font-weight: 500;
}

.form_control_p {
    border-radius: 0px;
    padding: 8px 10px;
    font-size: 13px;
    background-color: #fafafa;
}

.form_control_p:focus {
    box-shadow: none;
}

.label_text {
    font-size: 13px;
}

.ul_check li {
    font-size: 13px;
    font-weight: 500;
    margin: 7px 0px;
}

.eq_btn {
    border: none;
    background-color: var(--color-martblue);
    color: var(--color-white);
    width: 100%;
    padding: 12px;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 500;
}

.eq_btn:hover {
    background-color: var(--color-org);
    color: var(--color-black);
}

.pack_form {
    margin: 0px -6px;
}

.pack_holder {
    padding: 0px 6px;
}

.remove_rating {
    color: #7a7a7a;
}

/*.package_des_slider {*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*    width: 100%;*/
/*    background-color: rgba(255,255,255,0.7);*/
/*    padding: 14px;*/
/*    border: 1px solid rgba(0,0,0,0.5);*/
/*}*/
.pack_title_des {
    font-size: 30px;
    font-weight: 700;
}

.pack_title {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.gal_img_big img {
    object-fit: cover
}


.in_de_cont>div {
    border: none;
    background-color: var(--color-martblue);
    color: var(--color-white);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.in_de_cont>div>i {
    font-size: 12px;
}

.in_de_cont input {
    width: calc(100% - 60px);
    height: 100%;
    border: none;
    background-color: transparent;
    text-align: center;
    font-size: 14px;
}

.in_de_cont {
    background-color: var(--color-white);
    border-radius: 3px;
}

.sub_btn {
    background: var(--color-org);
    ;
    color: white;
    border: none;
    width: 100%;
    padding: 14px;
}

.iconsEngine img {
    width: auto;
    height: 18px;
}

.form-inner {
    position: relative;
}

/* ....dropDown  */
.single-search-box {
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    min-height: 62px;
}

.single-search-box>svg {
    fill: var(--text-color);
    min-width: 18px;
}

.single-search-box.room-field .custom-select-dropdown {
    cursor: pointer;
}

.single-search-box.room-field .custom-select-dropdown h6 {
    font-size: 14px;
    font-family: var(--font-poppins);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.single-search-box.room-field .custom-select-wrap .room-list .single-room .guest-count .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 1;
}

.single-room .guest-count .single-item .quantity-counter {
    display: flex;
    align-items: center;
}

.single-room .guest-count .single-item .quantity-counter a {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    font-size: 17px;
    color: #000;
}

.single-room .guest-count .single-item .quantity-counter input {
    width: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}


.custom-select-wrap {
    min-width: 320px;
    left: unset;
    right: 0;
    max-height: unset;
    padding: 25px 20px;
}


.custom-select-dropdown {
    cursor: pointer;
}

.custom-select-wrap.active {
    display: block;
    transform: scaleY(1);
    animation: fade-down 0.3s linear;
}

.custom-select-wrap {
    padding: 10px 0;
    background-color: var(--white-color);
    border-radius: 10px;
    width: 100%;
    max-height: 285px;
    overflow-y: scroll;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 9;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
    min-width: 320px;
}

.room-list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
}

.single-room {
    border: 1px solid var(--borders-color);
    border-radius: 10px;
    margin-bottom: 5px;
}

.room-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #F0F0F0;
    border-radius: 10px;
    min-height: 45px;
    cursor: pointer;
}

.guest-count {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 25px 15px;
    display: none;
}

.single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 1;
}

.quantity-counter {
    display: flex;
    align-items: center;
}

.quantity-counter a {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    font-size: 17px;
    color: var(--primary-color1);
}

.quantity-counter input {
    width: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 1;
    color: var(--title-color);
    font-family: var(--font-roboto);
    font-size: 14px;
    font-weight: 500;
}

.custom-select-wrap {
    min-width: 320px;
    left: unset;
    right: 0;
    max-height: unset;
    padding: 25px 20px;
}


.hotelEngine {
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 10px;
}

.hotelTitle h1 {
    font-size: 45px;
    text-shadow: 1px 1px 3px #333;
}



.hotelEngine label {
    font-size: 15px;
    margin: 9px 5px;
    font-weight: 500;
}

.iconsEngine {
    position: absolute;
    right: 11px;
    top: 40px;
}

.form-inner input {
    border: 1px solid #848484;
    border-radius: 10px;
}

.checkBoxButton {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

label.form-check-label.custCheckBox {
    margin: 0 7px;
    line-height: 0;
}

.custPo label {
    cursor: pointer;
    line-height: 0 !important;
    font-size: 14px;
    font-weight: 600;
}

.disabled-field {
    background-color: #e9ecef !important;
    cursor: not-allowed;
}

.checkBoxButton .form-check {
    display: block;
    min-height: 0;
    padding-left: 1.5em;
    margin-bottom: 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.linkWrapInner a {
    color: #3a3a3a;
    font-size: 15px;
    margin-right: 11px;
}

.linkWrapInner a:hover {
    color: #ff7927;
}

.footernLinkWrap h4 {
    font-size: 18px;
    margin: 0;
}

.footernLinkWrap {
    padding-bottom: 10px;
}

.textBlue {
    color: #004a91 !important;
}

.cnt {
    margin-top: 20px;
}

.cnt p {
    font-size: 16px;
}

.about-img img {
    border-radius: 10px;
}

.cusPd {
    padding-bottom: 10px;
}


/* ------ */
.cusPdff {
    height: 50px;
    width: 50px;
    border-radius: 100%;
}

.side-menu {
    width: 14em;
    height: auto;
    margin: 4em 0 0;
    font-size: 1em;
    line-height: 2em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: fixed;
    top: 30%;
    right: -13em;
    z-index: 999;
}

/* Remove list styling */
.side-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Menu Items */
.side-menu ul li {
    display: block;
    background-color: #333;
    height: 4em;
    padding: 1em 1.5em;
    position: relative;
    transition: transform .5s, background-color .5s, color .5s;
}

/* Different colors */
.side-menu ul li:nth-child(1) {
    background-color: transparent;
}

/* Hover Effect (Slide LEFT) */
.side-menu ul li:hover {
    background-color: #ef7026;
    transform: translateX(-10em);
    /* slide toward left */
    border-radius: 38px;
}

/* Link Style */
.side-menu ul li a {
    display: block;
    color: #FFF;
    text-decoration: none;
}

/* Icon Span */
.side-menu ul li span {
    display: block;
    position: absolute;
    font-size: 1em;
    line-height: 2em;
    height: 2em;
    top: 0;
    bottom: 35px;
    margin: auto 0;
    padding: 1em 1.5em;
    left: -57px;
    color: #F8F6FF;
}


.pack_ul_inclusion ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
    margin-right: 10px;
}

.pack_ul_inclusion ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}


.pack_ul_exclusion ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
}

.pack_ul_exclusion ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
    margin-right: 10px;
}

/*newcss */
    header.style-2 .header-logo {
    width: 160px;
}

.google-Icons img{
    width:80px ;
}
.author-info h5{
    text-transform: capitalize;
}
.mss img{
    width: 200px;
}
.rating-area img {
    width: 200px;
}

.itta img {
    width: auto;
    height: 73px;
}

.testimonial-card .rating-area.trustpilot li {
    width: 15px;
    height: 15px;
    background-color: #fcbc06;
    display: flex;
    align-items: center;
    justify-content: center;
}




.footer-widget .widget-list li{
    text-transform: capitalize;
}

    .testimonial-card .author-area {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 0px;
}

.testimonial-card {
    padding: 6px 23px;
    background-color: var(--white-color);
    border-radius: 20px;
}

.rootWhyChoose {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 5px;
}

.home2-about-section .service-area .single-service a {
    display: flex;
    gap: 15px;
    color: var(--title-color);
    font-family: var(--font-roboto);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    transition: 0.5s;
    text-align: center;
    justify-content: center;
}

.gridTemll .single-service:hover{
    background-color: #ff7927;
    color: #fff!important;
}
.gridTemll .single-service a:hover{
    color: #fff!important;
}





@media screen and (max-width: 1400px) {
    .package_header_active .row {
        width: 1140px;
    }
}

@media screen and (max-width: 1200px) {
    .package_header_active .row {
        width: 100%;
        padding: 0px 15px;
    }

    .modal_package_semi {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    .pack_cont_price {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .hotelTitle h1 {
        font-size: 27px;

    }

    .modal_package_semi {
        width: 70%;
    }

    .travel_cont {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (max-width: 768px) {
    .modal_package_semi {
        width: 85%;
    }

    .hotelTitle h1 {
        font-size: 21px;
    }

    .travel_cont {
        grid-template-columns: repeat(2, 1fr)
    }
        .home1-testimonial-section {
        padding: 61px 0;
    }
}

@media screen and (max-width: 568px) {
    .pack_cont_price {
        flex-wrap: wrap;
    }
    
    .destination-img img {
    height: auto;
}

    .pack_ul_exclusion li {
        line-height: 40px;
    }

    .pack_ul_inclusion li {
        line-height: 40px;
    }

    .pack_ul_accommodation {
        grid-template-columns: repeat(1, 2fr);
    }

    .m_p_space h3 {
        font-size: 20px;
    }

    .package_header_active .row {
        padding: 0px 12px;
    }

    .btn_package button,
    .btn_package a {
        padding: 10px 14px;
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }

    .btn_package button i,
    .btn_package a i {
        width: 18px;
        height: 18px;
        font-size: 12px;
    }

    .modal_package_semi {
        width: 100%;
        border-radius: 0px;
    }

    .rootWhyChoose {
       grid-template-columns: repeat(1, 2fr);
       gap: 5px;
}

    .pack_title3 {
        font-size: 20px !important;
    }

    .hight_light {
        background-color: rgba(34, 87, 122, 0.1);
        color: black;
    }

    .package_des_slider .swiper-wrapper {
        padding-bottom: 25px;
    }
    




    .bg_package {
        padding: 13px;
    }

    .pack_cont_price div {
        width: 100%;
    }

    .package_des_slider .arrow_common2 {
        bottom: 15px;
    }

    .pack_cont_price .hight_light {
        width: 100%;
        justify-content: center;
        border-radius: 0px;
        padding: 7px;
    }
    
    .breadcrumb-section {
       height: 276px;
   }

    .ratings_package .fw-600.font_14 {
        font-size: 11px !important;
    }

    .price_cont2 {
        background-color: var(--color-martblue);
        border-radius: 0px;
        text-align: center;
        padding: 6px;
        color: var(--color-white);
        font-size: 15px !important;
    }

    .price_cont2 del {
        color: rgba(255, 255, 255, 0.7);
    }

    .cust_icon img {
        height: 20px;
    }

    .head_cust {
        font-size: 18px;
    }

    .pack_hr {
        margin: 10px 0px;
    }



    .rev_stars_ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .rev_stars_ul li {
        margin: 0px;
    }

    .rev_container_main {
        padding: 12px;
    }

    .rev_li {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px !important;
    }

    .w-75 {
        width: 100% !important;
    }

    .w-75 .font_15 {
        font-size: 12px;
    }

    .ex_cont {
        width: 100%;
    }

    .ex_cont {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .ex_btn {
        margin-top: 0px;
    }

    .progress_container .progress,
    .progress-stacked {
        height: 15px;
    }

    .progress_container {
        margin: 4px 0px;
    }

    .revi_img2 {
        width: 100%;
        height: 100%;
    }

    .rev_li .ratings_package_rev2 i {
        font-size: 16px !important;
    }

    .revi_content .mt-1.fw-600 {
        font-size: 16px;
    }

    .progress_label {
        font-size: 15px;
    }

    .rev_li {
        gap: 5px !important;
    }

    .rev_stars_ul li {
        gap: 5px;
    }

    .acc_header {
        padding: 8px 15px;
    }

    .acc_content {
        padding: 8px 15px;
    }

    .acc_content h5 {
        font-size: 17px;
    }

    .acc_content p {
        font-size: 12px;
    }

    .acc_header p {
        font-size: 18px;
    }

    .modal_package_semi {
        padding: 15px;
    }

    .label_text {
        font-size: 12px;
    }

    .form_control_p {
        font-size: 12px;
        padding: 6px 8px;
    }

    .close_modal_pack {
        padding: 5px 10px;
        font-size: 12px;
    }


    .close_modal_pack i {
        font-size: 14px;
    }
}

@media screen and (max-width: 568px) {
    .packages_card_hero {
        height: 180px;
    }

    .pck_card_tl h1 {
        font-size: 25px;
    }

    .package_tabs {
        min-width: max-content;
    }

    .package_tabs_main {
        overflow-y: scroll;
    }

    .package_tabs button {
        padding: 2px 15px;
    }

    .rev_stars_ul li {
        margin: 14px 0px;
        display: flex;
        gap: 5px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .ratings_package_rev2 i {
        font-size: 10px;
    }

    .gap-2 {
        gap: 2px;
    }

    .pack_ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .pack_ul_inclusion ul {
        grid-template-columns: repeat(1, 2fr);
    }


    .heroHotelBooking {
        background-image: none !important;
        padding: 14px 0px !important;
        background-color: #333 !important;
    }

    .pack_ul_exclusion ul {
        grid-template-columns: repeat(1, 2fr);
    }

    .hotelTitle h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0px;
    }

    .form-inner input {
        border-radius: 3px;
        background-color: #fff;
    }

    .hotelEngine {
        background-color: #333333;
        border-radius: 3px;
        padding: 10px;
    }

    .single-search-box {
        background-color: #ffffff;
    }

    .hotelEngine label {
        color: #fff;
    }
}