.themes_comnBnr {
    background: linear-gradient(90deg, rgba(255, 244, 246, 0.00) 34.55%, #FFF4F6 75.8%), #FFF4F6;
    height: 75vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.themes_comnBnr .bg_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.themes_comnBnr .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.themes_comnBnr .banner_wrpr .title {
    font: normal normal 500 22px/24px var(--font-heading);
    color: #EF3A3A;
    display: flex;
    align-items: center;
    gap: 12px;
}

.themes_comnBnr .banner_wrpr .title img {
    width: 26px;
    height: auto;
}

.themes_comnBnr .banner_wrpr h1 {
    font: normal normal 700 62px/76px var(--font-primary);
    color: var(--Gray-Mode-950);
    letter-spacing: -0.465px;
    margin: 24px 0 32px;
    max-width: 80%;
}

.themes_comnBnr .banner_wrpr h1 span {
    color: #EF3A3A;
}

.themes_comnBnr .banner_wrpr .card_form {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--Gray-Mode-200);
    background: var(--color-white);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    min-width: 860px;
    min-height: 92px;
    position: relative;
    z-index: 1;
}

.themes_comnBnr .banner_wrpr .card_form .before_submission {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .input_bottom {
    display: none;
}

.themes_comnBnr .banner_wrpr .card_form .form_section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .input_grps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 15px;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .input_top {
    padding: 5px 0;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .input_bottom {
    display: none;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .input_inr {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .input_label {
    font: normal normal 400 12px/16px var(--font-primary);
    color: var(--Gray-Mode-950);
    letter-spacing: 0.06px;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .form-control {
    font: normal normal 400 14px/20px var(--font-primary);
    color: var(--Gray-Mode-950);
    letter-spacing: 0.035px;
    padding: 0;
    border: none;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .seperator {
    width: 1px;
    height: 36px;
    background: #D7DAE0;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .form-control::placeholder {
    color: var(--Gray-Mode-400);
    opacity: 1;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .error {
    font: normal normal 400 12px/16px var(--font-primary);
    color: red;
    letter-spacing: 0.06px;
    display: none;
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps {
    display: flex;
    align-items: center;
    gap: 16px;
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps .form-check {
    min-height: 1px;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0;
    border: 1px solid var(--Gray-Mode-400);
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps .form-check-input:checked {
    background-color: transparent;
    border-color: var(--color-primary);
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps .form-check-input:checked[type=radio] {
    background-image: url(../../images/common-img/check-circle.svg);
    background-size: 6px;
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps .form-check-label {
    font: normal normal 400 14px/20px var(--font-primary);
    color: var(--Gray-Mode-400);
    letter-spacing: 0.035px;
}

.themes_comnBnr .banner_wrpr .card_form .radio_grps .form-check-input:checked+.form-check-label {
    color: var(--Gray-Mode-950);
}

.themes_comnBnr .banner_wrpr .card_form .form_section .iti__selected-flag {
    padding: 0;
}

.themes_comnBnr .banner_wrpr .card_form .form_section .iti .form-control {
    padding-left: 50px !important;
}

.themes_comnBnr .banner_wrpr .card_form .select_wrapper .form-select,
.themes_comnBnr .banner_wrpr .card_form .select_wrapper .custom_select {
    padding: 0;
    border-radius: 0;
    border: none;
}

.themes_comnBnr .banner_wrpr .card_form .select_wrapper .custom_select::placeholder {
    color: var(--Gray-Mode-500);
    opacity: 1;
}

.themes_comnBnr .banner_wrpr .card_form .select_wrapper .select_options {
    max-height: none;
}

.themes_comnBnr .banner_wrpr .btn_comnBnr {
    font: normal normal 400 16px/24px var(--font-primary);
    color: var(--color-white);
    letter-spacing: 0.024px;
    padding: 12px 20px;
    border-radius: 100px;
    border: 1px solid #EF3A3A;
    background: #EF3A3A;
}

.themes_comnBnr .banner_wrpr .card_form .after_submission {
    height: 94px;
    padding-left: 100px;
    display: none;
    align-content: center;
    position: relative;
}

.themes_comnBnr .banner_wrpr .card_form .after_submission h5 {
    color: var(--Gray-Mode-950);
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02px;
}

.themes_comnBnr .banner_wrpr .card_form .after_submission .btn_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.themes_comnBnr .banner_wrpr .card_form .after_submission .btn_close img {
    width: 24px;
    height: auto;
}

.themes_comnBnr .banner_right {
    position: relative;
}

.themes_comnBnr .banner_right .center_blc {
    padding-left: 32px;
}

.themes_comnBnr .banner_right .center_blc img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 48px 0;
    background-color: #DDD;
}

.themes_comnBnr .banner_right .left_blc {
    position: absolute;
    left: -135px;
    top: 60px;
    width: 278px;
    height: 150px;
}

.themes_comnBnr .banner_right .right_blc {
    position: absolute;
    left: calc(100% - 40px);
    bottom: 60px;
    width: 210px;
    height: 210px;
}

.themes_comnBnr .banner_right .left_blc img,
.themes_comnBnr .banner_right .right_blc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    background: #F0F0F0;
    box-shadow: 7px 8px 14px 0 rgba(0, 0, 0, 0.10);
}

.themes_comnBnr .banner_right .bnr_card {
    padding: 6px 12px;
    border-radius: 12px;
    background: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    width: fit-content;
    position: absolute;
    z-index: 990;
}

.themes_comnBnr .banner_right .package_bnr {
    left: -15px;
    top: 176px;
}

.themes_comnBnr .banner_right .destination_bnr {
    right: -55px;
    top: 40px;
}


.themes_comnBnr .banner_right .bnr_card h4 {
    font: normal normal 600 28px / 34px var(--font-primary);
    letter-spacing: -0.07px;
    color: #EF3A3A;
    text-align: center;
}

.themes_comnBnr .banner_right .bnr_card span {
    font: normal normal 400 14px/20px var(--font-primary);
    color: var(--Gray-Mode-950);
    text-align: center;
    letter-spacing: 0.035px;
    display: block;
}

/*=========Best Honeymoon Packages CSS Start==========*/
.selling_packages .item_card {
    position: relative;
    z-index: 0;
}

.selling_packages .item_card::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 53.12%, rgba(0, 0, 0, 0.65) 76.74%, rgba(0, 0, 0, 0.9) 99.96%);
    z-index: 1;
}

.selling_packages .item_card .img_block img {
    width: 100%;
    height: 260px;
    border-radius: 16px;
    object-fit: cover;
}

.selling_packages .item_card .content_blk {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.selling_packages .item_card .content_blk h5 {
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.02px;
    color: var(--color-white);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.selling_packages .item_card .content_blk .text_sm {
    font: normal normal 400 14px / 20px var(--font-primary);
    color: var(--color-white);
    letter-spacing: 0.035px;
    display: block;
}

.selling_packages .item_card .content_blk .text_sm b {
    font-weight: 600;
}

.selling_packages .item_card .content_blk .lft_blk {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.selling_packages .item_card .content_blk .rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.selling_packages .item_card .content_blk .star_icon {
    line-height: 1;
}

.selling_packages .item_card .content_blk .star_icon img {
    width: 18px;
    height: auto;
}

.selling_packages .item_card .content_blk .rating .text_sm {
    display: flex;
    align-items: center;
    gap: 4px;
}

.selling_packages .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.selling_packages .owl-nav .owl-prev {
    left: -22px;
}

.selling_packages .owl-nav .owl-next {
    right: -22px;
}

/*=========Best Honeymoon Packages CSS End==========*/

/*=========Trending Destination CSS Start==========*/
.trending_section {
    background-color: #FFF9FA;
    background-image: url(../../images/commonHoneymoonLP/InternationalHoneymoonDestination/bg-image.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* .trending_section .owl-stage-outer {
    padding-bottom: 32px;
} */

.trending_section .card_animation {
    width: 100%;
    height: 295px;
    border-radius: 144.118px;
    padding-top: 38px;
    border: 2px solid #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 0;
    transition: 0.5s all ease-out;
}

.trending_section .card_animation:hover {
    padding-top: 24px;
    box-shadow: 0px 12px 44px -18px rgba(35, 31, 26, 0.36);
}

.trending_section .card_animation::before,
.trending_section .card_animation::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    transition: 0.5s all ease-out;
    z-index: 1;
}

.trending_section .card_animation .text img {
    width: 142px;
    height: auto;
    margin: auto;
    display: block;
    transition: 0.5s all ease-out;
}

.trending_section .card_animation:hover .text img {
    width: 110px;
}

.trending_section .card_animation .bg_img {
    position: absolute;
    left: auto;
    right: auto;
    bottom: 0;
    margin: auto;
    width: 100%;
    transition: 0.5s all ease-out;
}

.trending_section .card_animation.europe:hover .bg_img {
    width: 216px;
}

/**********Mauritius CSS**********/
.trending_section .card_animation.mauritius {
    background: linear-gradient(0deg, #fffef0 0%, #d1e9ff 100%);
}

.trending_section .card_animation.mauritius .bg_img {
    width: 160px;
    left: 0;
    bottom: 8px;
}

.trending_section .card_animation.mauritius:hover .bg_img {
    width: 183px;
}

.trending_section .card_animation.mauritius::before {
    left: auto;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 90px;
    background-image: url(../../images/commonHoneymoonLP/InternationalHoneymoonDestination/mauritius-bg-before.png);
    background-size: 70px;
    z-index: -1;
}

.trending_section .card_animation.mauritius:hover::before {
    bottom: 10px;
    width: 80px;
    background-size: 80px;
}

/**********Vietnam CSS**********/
.trending_section .card_animation.vietnam {
    background: linear-gradient(180deg, #ffdcba 0%, #fff9f3 100%);
}

.trending_section .card_animation.vietnam:hover .bg_img {
    width: 232px;
}

/**************Bali*************/
.trending_section .card_animation.bali {
    background: linear-gradient(180deg, #D1FADF 0%, #F6FEF9 100%);
}

.trending_section .card_animation.bali .bg_img {
    width: 160px;
}

.trending_section .card_animation.bali:hover .bg_img {
    width: 180px;
}

.trending_section .card_animation.bali::before {
    left: -8px;
    bottom: 0;
    width: 60px;
    height: 140px;
    background-image: url(../../images/commonHoneymoonLP/InternationalHoneymoonDestination/bali-bg-before.png);
    background-size: 100%;
    z-index: -1;
}

.trending_section .card_animation.bali:hover::before {
    left: 0;
    width: 71px;
    height: 170px;
}

.trending_section .card_animation.bali::after {
    right: -10px;
    bottom: 4px;
    width: 50px;
    height: 85px;
    background-image: url(../../images/commonHoneymoonLP/InternationalHoneymoonDestination/bali-bg-after.png);
    background-size: 100%;
    z-index: -1;
}

.trending_section .card_animation.bali:hover::after {
    right: 0;
    bottom: 4px;
    width: 67px;
    height: 126px;
}

/**********EGYPT CSS**********/
.trending_section .card_animation.egypt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, #FFF 100.08%), #CA9339;
}

.trending_section .card_animation.egypt:hover .bg_img {
    width: 232px;
}

/**********Thailand CSS**********/
.trending_section .card_animation.thailand {
    background: linear-gradient(0deg, #FFFEF0 0%, #D1E9FF 100%);
}

.trending_section .card_animation.thailand .bg_img {
    width: 160px;
}

.trending_section .card_animation.thailand:hover .bg_img {
    width: 100%;
}

/**********Swiss CSS**********/
.trending_section .card_animation.swiss {
    background: linear-gradient(0deg, #FFFEF0 0%, #D1E9FF 100%);
}

.trending_section .card_animation.swiss .bg_img {
    width: 100%;
}

.trending_section .card_animation.swiss:hover .bg_img {
    width: 220px;
}

.trending_section .card_animation.swiss::before,
.trending_section .card_animation.swiss::after {
    bottom: 0;
    height: 138px;
    background-size: 100%;
    z-index: -1;
}

.trending_section .card_animation.swiss::before {
    left: 0;
    width: 142px;
    background-image: url(../../images/commonHoneymoonLP/InternationalHoneymoonDestination/swiss-bg-before.png);
}

.trending_section .card_animation.swiss:hover::before {
    width: 180px;
    height: 176px;
    left: -20px;
}

.trending_section .card_animation.swiss::after {
    right: 0;
    width: 120px;
    background-image: url(../../images/commonHoneymoonLP/InternationalHoneymoonDestination/swiss-bg-after.png);
}

.trending_section .card_animation.swiss:hover::after {
    width: 150px;
    height: 172px;
}

.trending_section .card_animation .package {
    background: linear-gradient(180deg, rgba(151, 151, 151, 0) 0%, rgba(0, 0, 0, 0.5) 50.36%, rgba(0, 0, 0, 0.8) 100%);
    padding: 32px 16px 16px 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(150px);
    transition: 0.5s all ease-out;
    z-index: 2;
}

.trending_section .card_animation:hover .package {
    transform: translateY(0);
}

.trending_section .card_animation .package {
    font-weight: 400;
    color: #f8f9fa;
    letter-spacing: 0.024px;
    text-align: center;
}

.trending_section .card_animation .package .btn {
    width: fit-content;
    margin: auto;
    padding: 6px 12px;
}

/*=========Trending Destination CSS End==========*/

/*==========India Honeymoon Packages CSS Start ==========*/
.comn_package {
    background: linear-gradient(180deg, #f5faff 50.04%, #fff 100%), #fff;
    padding-bottom: 40px;
}

.comn_package .item_card {
    border-radius: 16px;
    background: #46bfee;
    position: relative;
    transition: 0.5s all ease-out;
}

.comn_package .item_card:hover {
    transform: scale(0.97);
}

.comn_package .item_card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.comn_package .item_card .text_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comn_package .item_card .text_box>div {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.comn_package .item_card .text_box .heading_blk {
    gap: 4px;
}

.comn_package .item_card .text_box .rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

.comn_package .item_card .text_box .star_icon {
    line-height: 1;
}

.comn_package .item_card .text_box .star_icon img {
    width: 18px;
    height: auto;
}

.comn_package .item_card .text_box .rating .text_sm {
    display: flex;
    align-items: center;
    gap: 4px;
}

.comn_package .item_card .text_box h5 {
    letter-spacing: 0.02px;
    line-height: 140%;
    font-weight: 600;
    color: var(--color-white);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.comn_package .item_card .text_box .text_sm {
    font: normal normal 400 14px/20px var(--font-primary);
    color: var(--color-white);
    letter-spacing: 0.035px;
    display: block;
}

.comn_package .item_card .text_box .text_sm b {
    font-weight: 600;
}

.comn_package .item_card .text_box .btn_withIcon {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comn_package .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.comn_package .owl-nav .owl-prev {
    left: -22px;
}

.comn_package .owl-nav .owl-next {
    right: -22px;
}

/*==========India Honeymoon Packages CSS End ==========*/

/*==========Themes Gallery CSS Start==========*/
.themes_gallery {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.themes_gallery .preview_slide {
    border-radius: 24px;
    overflow: hidden;
}

.themes_gallery .preview_slide .card_item {
    width: 100%;
    height: 700px;
    position: relative;
}

.themes_gallery .preview_slide .card_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.themes_gallery .preview_slide .card_item .card_inr {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 20px;
    width: 260px;
    border-radius: 16px;
    background: var(--color-white);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.themes_gallery .preview_slide .card_item .card_inr .icon img {
    width: 20px;
    height: auto;
}

.themes_gallery .preview_slide .card_item .card_inr .btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    background: #EF3A3A;
    border-radius: 0;
}

.themes_gallery .preview_slide .card_item .card_inr .btn img {
    width: 16px;
    height: auto;
    filter: brightness(0) invert(1);
}

.themes_gallery .preview_slide .card_item .card_inr h3 {
    font: normal normal 700 24px var(--font-heading);
    color: #EF3A3A;
    text-transform: uppercase;
}

.themes_gallery .preview_slide .card_item .card_inr span {
    font: normal normal 500 14px/20px var(--font-primary);
    color: #EF3A3A;
    letter-spacing: 0.035px;
    display: block;
    margin-top: 4px;
}

.themes_gallery .gallery_slide .card_item {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
}

.themes_gallery .gallery_slide .current .card_item {
    border: 2px solid #008ADE;
}

.themes_gallery .gallery_slide .card_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #fff;
}

/*==========Themes Gallery CSS End==========*/

/*=========Why Customers Love Thomas Cook CSS Start==========*/
.customer_love {
    background: #fff7f2;
}

.customer_love .heading h2 {
    font-weight: 400;
    line-height: 137.5%;
    text-align: center;
    color: #733600;
}

.customer_love .statistics_blk {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    margin-top: 48px;
}

.customer_love .statistics_blk h3 {
    font: normal normal 500 48px/100% var(--font-primary);
    color: var(--Orange-orange-10, #733600);
    text-align: center;
    letter-spacing: -0.24px;
}

.customer_love .statistics_blk h6 {
    text-align: center;
    font-weight: 500;
    line-height: 144.444%;
    letter-spacing: 0.027px;
    margin-top: 8px;
}

.customer_love .statistics_blk .brdr {
    width: 2px;
    height: 72px;
    background-color: #733600;
}

.customer_love .customer_slide {
    margin-top: 56px;
}

.customer_love .customer_slide .owl-stage-outer {
    padding-bottom: 20px;
}

.customer_love .item_slide {
    padding: 24px;
    border-radius: 14px;
    background: #fff;
    transition: 0.5s all ease-in-out;
}

.customer_love .center .item_slide {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.customer_love .item_slide .quotes {
    margin-bottom: 20px;
}

.customer_love .item_slide .quotes img {
    width: auto;
    height: 24px;
}

.customer_love .content_blk {
    min-height: 168px;
    max-height: 168px;
    overflow: auto;
}

.customer_love .content_blk::-webkit-scrollbar {
    -webkit-appearance: none;
}

.customer_love .content_blk::-webkit-scrollbar:vertical {
    width: 4px;
}

.customer_love .content_blk::-webkit-scrollbar:horizontal {
    height: 4px;
}

.customer_love .content_blk::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--Gray-Mode-200);
}

.customer_love .item_slide .content_blk p {
    font-weight: 400;
    margin-bottom: 24px;
    color: var(--Gray-Mode-800);
}

.customer_love .item_slide .content_blk p:last-child {
    margin-bottom: 0;
}

.customer_love .cust_profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.customer_love .cust_profile .pro_img {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 3px solid var(--Gray-Mode-50);
    overflow: hidden;
}

.customer_love .cust_profile .pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer_love .cust_profile .info p {
    font-weight: 600;
    color: var(--Gray-Mode-950);
}

.customer_love .cust_profile .info span {
    font: normal normal 500 12px/133.333% var(--font-primary);
    letter-spacing: 0.06px;
    color: var(--Gray-Mode-700);
    margin-top: 2px;
    display: block;
}

.customer_love .customer_slide .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
}

.customer_love .customer_slide .owl-nav button.owl-prev,
.customer_love .customer_slide .owl-nav button.owl-next {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    font-size: 0;
}

.customer_love .customer_slide .owl-nav button.owl-prev {
    background-image: url(../../images/common-img/chevron-left-02.svg);
}

.customer_love .customer_slide .owl-nav button.owl-next {
    background-image: url(../../images/common-img/chevron-right-02.svg);
}

/*=========Why Customers Love Thomas Cook CSS End==========*/

/*=========Travel Blogs CSS Start==========*/
.our_blogs {
    overflow: hidden;
}

.our_blogs.blogs_bg {
    background: linear-gradient(180deg, #f5faff 50.04%, #fff 100%);
}

.our_blogs .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.our_blogs .owl-item {
    opacity: 0.4;
    transition: 0.3s all ease-in-out;
}

.our_blogs .owl-item.active {
    opacity: 1;
}

.our_blogs .item_card {
    border-radius: 18px;
    border: 1px solid var(--Gray-Mode-100);
    background: var(--color-white);
    padding: 8px 8px 0;
    transition: 0.5s all ease-out;
}

.our_blogs .item_card:hover {
    background: #eff8ff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.our_blogs .item_card .img_box {
    border-radius: 12px;
    overflow: hidden;
}

.our_blogs .item_card .img_box img {
    width: 100%;
    height: auto;
    transition: 0.5s all;
}

.our_blogs .item_card:hover .img_box img {
    transform: scale(1.05);
}

.our_blogs .item_card .text_box {
    padding: 20px 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.our_blogs .item_card .text_box .top_blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our_blogs .item_card .text_box span {
    font: normal normal 600 12px/133.333% var(--font-primary);
    color: var(--color-primary);
    display: block;
}

.our_blogs .item_card .text_box span span {
    color: var(--Gray-Mode-700);
}

.our_blogs .item_card .text_box p {
    font-weight: 600;
}

.our_blogs .item_card .text_box p a {
    color: var(--Gray-Mode-950);
    text-decoration: none;
}

.our_blogs .item_card .text_box .btm_blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our_blogs .item_card .text_box .btm_blk span {
    color: var(--Gray-Mode-700);
}

.our_blogs .item_card .text_box .btm_blk .btn_withIcon {
    gap: 0;
    overflow: hidden;
}

.our_blogs .item_card .text_box .btm_blk .btn_withIcon {
    padding: 6px 12px;
}

.our_blogs .item_card .text_box .btm_blk .btn_withIcon span {
    font: normal normal 600 14px / 142.857% var(--font-primary);
    letter-spacing: 0.035px;
    color: var(--Gray-Mode-950);
    white-space: nowrap;
    display: inline-block;
    max-width: 0;
    opacity: 0;
    padding: 0;
    transition: max-width 0.6s ease, opacity 0.6s ease, transform 0.6s ease, padding 0.6s ease;
    transform: translateX(-10px);
}

.our_blogs .item_card:hover .text_box .btm_blk .btn_withIcon span {
    max-width: 100px;
    opacity: 1;
    transform: translateX(0);
    padding-right: 4px;
}

.our_blogs .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our_blogs .owl-nav button.owl-prev,
.our_blogs .owl-nav button.owl-next {
    background-color: var(--color-primary);
}

.our_blogs .owl-nav button.owl-prev img,
.our_blogs .owl-nav button.owl-next img {
    filter: brightness(0) invert(1);
}

.our_blogs .owl-nav .owl-prev {
    left: -22px;
}

.our_blogs .owl-nav .owl-next {
    right: -22px;
}

/*=========Travel Blogs CSS End==========*/

/*=========Download App CSS Start==========*/
.download_app {
    background: var(--Blue-blue-2);
}

.download_app .card_box {
    position: relative;
    padding: 0 56px;
    border-radius: 20px;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(225deg, #2e90fa 0%, #175cd3 100%);
    z-index: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download_app .card_box::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../../images/commonHoneymoonLP/DownloadApp/download-tc-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}

.download_app .card_box h3 {
    font: normal normal 600 32px / 120% var(--font-primary);
    letter-spacing: -1px;
    color: var(--Gray-Mode-950);
}

.download_app .card_box h3 span {
    color: var(--color-primary);
}

.download_app .card_box p {
    color: var(--Gray-Mode-600);
    margin: 12px 0 42px;
    max-width: 450px;
}

.download_app .card_box .right_block img {
    width: 520px;
    height: auto;
}

.download_app .card_box .app_store {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.download_app .card_box .app_store .btn {
    padding: 0;
    display: block;
}

.download_app .card_box .app_store .btn img {
    width: 145px;
    height: auto;
}

.download_app .card_box .app_store .qr img {
    width: 48px;
    height: auto;
}

/*=========Download App CSS End==========*/

/*=========Faq CSS Start==========*/
.faq_section .main_heading {
    justify-content: center;
}

.faq_section .btn_loadFaq {
    font: normal normal 400 16px / 150% var(--font-primary);
    letter-spacing: 0.024px;
    padding: 11px 20px;
}

.faq_section .btn_loadFaq.less img {
    transform: rotate(180deg);
}

.faq_section .accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 38px;
}

.faq_section .accordion-item {
    background-color: var(--color-white);
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 16px;
    transition: 0.5s all ease-out;
}

.faq_section .accordion-item:hover {
    border: 1px solid #2e90fa;
    background: var(--Blue-blue-1);
}

.faq_section .accordion-item.active {
    background: linear-gradient(225deg, #2e90fa 0%, #175cd3 100%);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.faq_section .accordion-button {
    font: normal normal 500 18px/26px var(--font-primary);
    letter-spacing: 0.027px;
    color: var(--Gray-Mode-950);
    background-color: transparent;
    border-radius: 8px;
    box-shadow: unset;
    padding: 0;
}

.faq_section .accordion-item.active .accordion-button {
    color: var(--color-white);
    transition: unset;
}

.faq_section .accordion-item.active .accordion-body p {
    font-weight: 400;
    color: var(--color-white);
}

.faq_section .accordion-body {
    padding: 10px 0 0;
}

.faq_section .accordion-button::after {
    width: 24px;
    height: 24px;
    background-image: url(../../images/common-img/chevron-down.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.faq_section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

/*=========Faq CSS End==========*/

/*=========Travel Highlights CSS Start==========*/

.tour_agency {
    background: var(--Blue-blue-1);
}

.tour_agency .top_section h5 {
    font-weight: 600;
    color: var(--Gray-Mode-950);
    margin-bottom: 16px;
}

.tour_agency .top_section h6 {
    font-weight: 500;
    color: var(--Gray-Mode-950);
    margin-bottom: 4px;
}

.tour_agency .agency_content p {
    font-weight: 300;
    color: var(--Gray-Mode-900);
    margin-bottom: 16px;
}

.tour_agency .agency_content p b {
    font-weight: 600;
}

.tour_agency .agency_content p:has(b) {
    margin-bottom: 6px;
}

.tour_agency .agency_content ul {
    margin: -8px 0 8px;
}

.tour_agency .agency_content ul li {
    font: normal normal 300 16px / 150% var(--font-primary);
    letter-spacing: 0.024px;
    color: var(--Gray-Mode-900);
}

.tour_agency .agency_content ul li b {
    font-weight: 400;
}

.tour_agency .agency_content .read_moreText {
    margin-top: 24px;
}

.tour_agency .agency_content .read_moreText h6 {
    color: var(--Gray-Mode-950);
    margin: 24px 0 8px;
}

.tour_agency .agency_content .read_moreText>h6:first-child {
    margin-top: 0;
}

.tour_agency .agency_content {
    margin-top: 16px;
}

.tour_agency .agency_content .booking_table {
    border-radius: 8px;
    border: 1px solid var(--Gray-Mode-100);
    background-color: var(--color-white);
    margin-bottom: 8px;
    overflow: hidden;
}

.tour_agency .agency_content .table {
    margin: 0;
}

.tour_agency .agency_content .table tr:nth-child(even) {
    background-color: var(--Gray-Mode-25);
}

.tour_agency .agency_content .table tr:last-child {
    border-color: transparent;
}

.tour_agency .table> :not(:last-child)> :last-child>* {
    border-bottom-color: var(--Gray-Mode-100);
}

.tour_agency .agency_content .table th {
    font: normal normal 500 18px / 144.444% var(--font-primary);
    color: var(--Gray-Mode-950);
    letter-spacing: 0.027px;
    padding: 12px 16px;
    width: 50%;
}

.tour_agency .agency_content .table td {
    font: normal normal 400 16px / 150% var(--font-primary);
    color: var(--Gray-Mode-900);
    letter-spacing: 0.024px;
    padding: 12px 16px;
}

.tour_agency .agency_content .read-more {
    font: normal normal 600 14px/142.857% var(--font-primary);
    letter-spacing: 0.035px;
    padding: 0;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 4px;
}

.tour_agency .agency_content .read-more img {
    width: 16px;
    height: auto;
    transition: 0.5s all ease-out;
}

.tour_agency .agency_tabs {
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    gap: 32px;
}

.tour_agency .agency_tabs .brdr_line {
    width: 1px;
    min-width: 1px;
    background: var(--Gray-Mode-200);
}

.tour_agency .agency_tabs .nav-pills {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 305px;
    max-width: 305px;
    max-height: 338px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tour_agency .agency_tabs .nav-pills::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tour_agency .agency_tabs .nav-pills:hover {
    scrollbar-width: thin;
}

.tour_agency .agency_tabs .nav-pills:hover::-webkit-scrollbar {
    width: 8px;
}

.tour_agency .agency_tabs .nav-pills:hover::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

.tour_agency .agency_tabs .nav-pills .nav-link {
    font: normal normal 400 18px/144.444% var(--font-primary);
    color: var(--Gray-Mode-600);
    letter-spacing: 0.027px;
    text-align: left;
    padding: 4px 4px 4px 16px;
    border: none;
    border-left: 2px solid transparent;
    border-radius: 0;
    transition: 0.4s all ease-in-out;
}

.tour_agency .agency_tabs .nav-pills .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-left: 2px solid var(--color-primary);
}

.tour_agency .agency_tabs .nav-pills .nav-link.active:hover {
    border-radius: 0;
}

.tour_agency .tags_btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.tour_agency .tags_btns .btn {
    font: normal normal 400 14px/142.857% var(--font-primary);
    color: var(--color-primary);
    letter-spacing: 0.035px;
    border-radius: 8px;
    border: 1px solid var(--color-primary);
    padding: 12px 16px;
}

.tour_agency .tags_btns .btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.checkBalance_modal .modal-dialog {
    max-width: 796px;
}

.checkBalance_modal .modal-body {
    padding: 20px 16px;
}

.checkBalance_modal .global_form .input_grps {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: flex-start;
    gap: 12px;
}

.checkBalance_modal .global_form .btn_primary {
    padding: 10px 18px;
    border-bottom: none;
}

.checkBalance_modal .modal-footer {
    padding: 16px;
    border-top: 1px solid var(--Gray-Mode-100);
    display: block;
}

.checkBalance_modal .modal-footer .footer_info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 0;
}

.checkBalance_modal .modal-footer .footer_info .card_box {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    background: var(--Gray-Mode-25);
}

.checkBalance_modal .modal-footer .footer_info .card_box span {
    font: normal normal 400 12px/16px var(--font-primary);
    color: var(--Gray-Mode-500);
    letter-spacing: 0.06px;
    display: block;
}

.checkBalance_modal .modal-footer .footer_info .card_box h6 {
    color: var(--Gray-Mode-950);
    font-weight: 500;
    letter-spacing: 0.027px;
}

/*=========Travel Highlights CSS End==========*/

@media only screen and (max-width: 767px) {
    .themes_comnBnr {
        height: auto;
        padding: 24px 0;
    }

    .themes_comnBnr .row {
        row-gap: 24px;
    }

    .themes_comnBnr .banner_wrpr .title {
        font: normal normal 400 12px / 16px var(--font-heading);
        gap: 8px;
    }

    .themes_comnBnr .banner_wrpr .title img {
        width: 15px;
    }

    .themes_comnBnr .banner_wrpr h1 {
        font: normal normal 700 30px / 36px var(--font-primary);
        letter-spacing: -0.075px;
        margin: 4px 0 16px;
    }

    .themes_comnBnr .banner_wrpr .btn_bookNow {
        font: normal normal 400 12px / 14px var(--font-primary);
        letter-spacing: 0.06px;
        padding: 8px 14px;
    }

    .themes_comnBnr .banner_wrpr .forMobile_popup {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 0 12px;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }

    .themes_comnBnr .banner_wrpr .forMobile_popup.show {
        display: flex;
    }

    .themes_comnBnr .banner_wrpr .card_form {
        padding: 20px 16px;
        min-width: 100%;
    }

    .themes_comnBnr .banner_wrpr .card_form .form_section {
        width: 100%;
    }

    .themes_comnBnr .banner_wrpr .card_form .form_section .input_grps {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .themes_comnBnr .banner_wrpr .card_form .form_section .seperator {
        display: none;
    }

    .themes_comnBnr .banner_wrpr .card_form .form_section .input_bottom {
        display: grid;
    }

    .themes_comnBnr .banner_wrpr .card_form .before_submission {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .themes_comnBnr .banner_wrpr .forMobile_popup .btn_comnBnr {
        font: normal normal 400 16px / 22px var(--font-primary);
        letter-spacing: 0.024px;
        padding: 12px 20px;
        width: 100%;
    }

    .themes_comnBnr .banner_wrpr .card_form .after_submission {
        height: auto;
        padding-left: 0;
        padding-top: 12px;
    }

    .themes_comnBnr .banner_wrpr .card_form .after_submission h5 {
        font: normal normal 600 14px / 20px var(--font-primary);
        letter-spacing: 0.035px;
        text-align: center;
    }

    .themes_comnBnr .banner_wrpr .card_form .after_submission .btn_close {
        right: -6px;
        top: -12px;
    }

    .themes_comnBnr .banner_wrpr .card_form .after_submission .btn_close img {
        width: 20px;
    }

    .themes_comnBnr .banner_right .center_blc {
        padding-left: 0;
        width: 57%;
        margin-left: auto;
        margin-right: 60px;
    }

    .themes_comnBnr .banner_right .center_blc img {
        height: auto;
        border-radius: 24px 0;
    }

    .themes_comnBnr .banner_right .left_blc {
        left: 0;
        top: 25px;
        width: 40%;
        height: 26%;
    }

    .themes_comnBnr .banner_right .right_blc {
        position: absolute;
        left: unset;
        right: -12px;
        bottom: 40px;
        width: 30%;
        height: 30%;
    }

    .themes_comnBnr .banner_right .left_blc img,
    .themes_comnBnr .banner_right .right_blc img {
        border-radius: 6px;
    }

    .themes_comnBnr .banner_right .right_blc img {
        border-radius: 6px 0 0 6px;
    }

    .themes_comnBnr .banner_right .package_bnr {
        left: 21%;
        top: 28%;
    }

    .themes_comnBnr .banner_right .destination_bnr {
        right: 30px;
        top: 24px;
    }

    .themes_comnBnr .banner_right .bnr_card {
        padding: 3px 8px;
        border-radius: 6px;
    }

    .themes_comnBnr .banner_right .bnr_card h4 {
        font: normal normal 600 14px / 18px var(--font-primary);
        letter-spacing: -0.035px;
    }

    .themes_comnBnr .banner_right .bnr_card span {
        font: normal normal 400 8px / 12px var(--font-primary);
        letter-spacing: 0.018px;
    }


    .selling_packages .item_card .img_block img {
        height: 190px;
        border-radius: 12px;
    }

    .selling_packages .item_card .content_blk .lft_blk {
        gap: 2px;
    }

    .selling_packages .item_card .content_blk .star_icon img {
        width: 15px;
    }

    .selling_packages .item_card .content_blk h5 {
        font: normal normal 500 16px / 24px var(--font-primary);
        letter-spacing: 0.04px;
    }

    .selling_packages .item_card .content_blk .text_sm {
        font: normal normal 400 12px / 16px var(--font-primary);
        letter-spacing: 0.012px;
    }

    .selling_packages .item_card .content_blk .btn_withIcon {
        padding: 6px 10px;
    }

    .trending_section .destinations_slide {
        padding: 14px 0;
    }

    .trending_section .owl-carousel .owl-stage-outer {
        overflow: unset;
    }

    .trending_section .card_animation {
        height: 214px;
        padding-top: 20px;
        opacity: 0.54;
        transition: 0.5s all ease;
    }

    .trending_section .card_animation:hover {
        padding-top: 20px;
    }

    .trending_section .card_animation.swiss .bg_img,
    .trending_section .card_animation.swiss:hover .bg_img {
        width: 148px;
    }

    .trending_section .card_animation.swiss::before,
    .trending_section .card_animation.swiss:hover::before {
        width: 142px;
        height: 138px;
        left: -20px;
    }

    .trending_section .card_animation.swiss::after,
    .trending_section .card_animation.swiss:hover::after {
        width: 120px;
        height: 138px;
    }

    .trending_section .owl-item.center .card_animation {
        transform: scale(1.15);
    }

    .trending_section .owl-item.center .card_animation {
        opacity: 1;
    }

    .trending_section .card_animation .text img,
    .trending_section .card_animation:hover .text img {
        width: 70px;
    }

    .trending_section .card_animation .package {
        padding: 24px 12px 12px 12px;
        transform: translateY(0);
    }

    .trending_section .card_animation .package p {
        font: normal normal 400 12px / 133.333% var(--font-primary);
        margin-bottom: 2px;
        letter-spacing: 0.06px;
    }

    .trending_section .card_animation .package h6 {
        font: normal normal 600 14px / 142.857% var(--font-primary);
        letter-spacing: 0.035px;
        margin: 0 0 8px;
    }

    .trending_section .card_animation .package .btn {
        padding: 8px;
        gap: 0;
        justify-content: center;
    }

    .trending_section .card_animation.mauritius:hover .bg_img,
    .trending_section .card_animation.mauritius .bg_img {
        width: 100px;
        bottom: 20px;
    }

    .trending_section .card_animation.mauritius::before,
    .trending_section .card_animation.mauritius:hover::before {
        bottom: 18px;
        width: 45px;
        height: 60px;
        background-size: 45px;
    }

    .trending_section .card_animation.vietnam .bg_img,
    .trending_section .card_animation.vietnam:hover .bg_img {
        width: 145px;
    }

    .trending_section .card_animation.bali .bg_img,
    .trending_section .card_animation.bali:hover .bg_img {
        width: 126px;
    }

    .trending_section .card_animation.bali::before,
    .trending_section .card_animation.bali:hover::before {
        left: -9px;
        bottom: 20px;
        width: 36px;
        height: 110px;
    }

    .trending_section .card_animation.bali::after,
    .trending_section .card_animation.bali:hover::after {
        bottom: 11px;
        width: 36px;
        height: 80px;
    }

    .trending_section .card_animation.egypt .bg_img,
    .trending_section .card_animation.egypt:hover .bg_img {
        width: 132px;
    }

    .trending_section .card_animation.thailand .bg_img,
    .trending_section .card_animation.thailand:hover .bg_img {
        width: 132px;
    }

    .themes_gallery {
        padding: 16px 12px;
        gap: 6px;
    }

    .themes_gallery .preview_slide {
        border-radius: 12px;
    }

    .themes_gallery .preview_slide .card_item {
        height: 250px;
    }

    .themes_gallery .preview_slide .card_item .card_inr {
        left: 12px;
        top: 12px;
        padding: 10px 12px;
        width: 165px;
        border-radius: 8px;
        gap: 8px;
    }

    .themes_gallery .preview_slide .card_item .card_inr .icon img {
        width: 15px;
    }

    .themes_gallery .preview_slide .card_item .card_inr .btn {
        padding: 2px;
    }

    .themes_gallery .preview_slide .card_item .card_inr .btn img {
        width: 12px;
    }

    .themes_gallery .preview_slide .card_item .card_inr h3 {
        font: normal normal 600 14px var(--font-heading);
    }

    .themes_gallery .preview_slide .card_item .card_inr span {
        font: normal normal 500 10px / 14px var(--font-primary);
        letter-spacing: 0.05px;
        margin-top: 2px;
    }

    .themes_gallery .gallery_slide .card_item {
        height: 70px;
        border-radius: 6px;
    }

    .themes_gallery .gallery_slide .card_item img {
        border-radius: 4px;
    }

    /*==========Common Package CSS Start ==========*/
    .comn_package {
        background: linear-gradient(180deg, #f5faff 50.04%, #fff 100%), #fff;
        padding-bottom: 40px;
    }

    .comn_package .item_card {
        border-radius: 12px;
    }

    .comn_package .item_card:hover {
        transform: scale(0.97);
    }

    .comn_package .item_card img {
        border-radius: 12px;
    }

    .comn_package .item_card .text_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .comn_package .item_card .text_box>div {
        padding: 12px;
    }

    .comn_package .item_card .text_box h5 {
        font: normal normal 600 16px / 24px var(--font-primary);
    }

    .comn_package .item_card .text_box .text_sm {
        font: normal normal 400 12px/16px var(--font-primary);
        color: var(--color-white);
        letter-spacing: 0.06px;
        display: block;
    }

    .comn_package .item_card .text_box .text_sm b {
        font-weight: 600;
    }

    .comn_package .item_card .text_box .rating .text_sm {
        gap: 2px;
    }

    .comn_package .item_card .text_box .star_icon img {
        width: 15px;
    }

    .comn_package .item_card .text_box .btn_withIcon {
        width: 40px;
        height: 40px;
    }

    .customer_love {
        padding: 40px 24px;
    }

    .customer_love .heading h2 {
        font: normal normal 700 24px / 133.333% var(--font-heading);
        letter-spacing: 0.036px;
        max-width: 80%;
        margin: auto;
    }

    .customer_love .statistics_blk {
        gap: 16px;
        margin-top: 16px;
    }

    .customer_love .statistics_blk h3 {
        font: normal normal 500 18px / 144.444% var(--font-primary);
        letter-spacing: 0.027px;
    }

    .customer_love .statistics_blk h6 {
        font: normal normal 500 10px / 140% var(--font-primary);
        margin-top: 0;
    }

    .customer_love .statistics_blk .brdr {
        width: 1px;
        height: 46px;
    }

    .customer_love .customer_slide {
        margin-top: 20px;
    }

    .customer_love .item_slide {
        padding: 20px 16px 16px 16px;
        border-radius: 12px;
    }

    .customer_love .item_slide .quotes img {
        height: 16px;
        margin: auto;
        display: block;
    }

    .customer_love .item_slide .quotes {
        margin-bottom: 16px;
    }

    .customer_love .item_slide .content_blk p {
        font: normal normal 400 14px/142.857% var(--font-primary);
        letter-spacing: 0.035px;
        margin-bottom: 16px;
        text-align: center;
    }

    .customer_love .cust_profile {
        flex-direction: column;
        gap: 12px;
        margin-top: 16px;
    }

    .customer_love .cust_profile .pro_img {
        width: 48px;
        height: 48px;
        box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);
    }

    .customer_love .cust_profile .info p {
        text-align: center;
    }

    .customer_love .cust_profile .info span {
        font: normal normal 500 10px/140% var(--font-primary);
        letter-spacing: 0.05px;
        margin-top: 4px;
        text-align: center;
    }

    .customer_love .customer_slide .owl-nav {
        margin-top: 0;
    }

    .our_blogs .main_heading {
        flex-direction: row;
    }

    .our_blogs .item_card .text_box {
        padding: 12px 4px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .our_blogs .item_card .text_box .btm_blk .btn_withIcon span {
        font: normal normal 700 12px / 133.857% var(--font-primary);
    }

    .our_blogs .item_card .text_box span {
        font: normal normal 600 10px / 140.333% var(--font-primary);
    }

    .our_blogs .item_card .text_box .btm_blk {
        margin-top: 4px;
    }

    /*==========Common Packages CSS End ==========*/

    .faq_section .main_heading {
        align-items: center;
    }

    .faq_section .accordion {
        gap: 8px;
        padding: 0;
    }

    .faq_section .accordion-item {
        padding: 16px;
    }

    .faq_section .accordion-button::after {
        width: 20px;
        height: 20px;
    }

    .faq_section .accordion-body {
        padding: 12px 0 0;
    }

    .faq_section .accordion-button {
        font: normal normal 400 14px / 142.857% var(--font-primary);
        letter-spacing: 0.035px;
    }

    .faq_section .accordion-item.active .accordion-button {
        font-weight: 600;
    }

    .faq_section .btn_loadFaq {
        font: normal normal 400 12px / 16px var(--font-primary);
        letter-spacing: 0.06px;
        padding: 7px 15px;
    }

    .tour_agency .main_heading {
        align-items: flex-start;
    }

    .tour_agency .main_heading h4 {
        font: normal normal 700 14px / 142.857% var(--font-primary);
        letter-spacing: 0.035px;
    }

    .tour_agency .agency_content {
        margin-top: 12px;
    }

    .tour_agency .agency_content p {
        font: normal normal 400 12px / 133.333% var(--font-primary);
        letter-spacing: 0.06px;
    }

    .tour_agency .agency_content .read-more img {
        width: 20px;
    }

    .tour_agency .agency_accordian {
        margin-top: 36px;
        flex-direction: column;
        gap: 8px;
    }

    .tour_agency .agency_accordian .accordion {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .tour_agency .agency_accordian .accordion-item {
        border-radius: 8px;
        border: 1px solid var(--Blue-blue-2);
    }

    .tour_agency .agency_accordian .accordion-button {
        background: var(--Blue-blue-2);
        border-radius: 8px;
        box-shadow: none;
        padding: 12px 16px;
        font: normal normal 500 12px/133.333% var(--font-primary);
        letter-spacing: 0.06px;
        color: var(--Gray-Mode-700);
    }

    .tour_agency .accordion-button:not(.collapsed) {
        background: var(--color-primary);
        color: var(--color-white);
    }

    .tour_agency .accordion-item .accordion-body {
        padding: 16px 8px;
    }

    .tour_agency .tags_btns {
        gap: 8px;
    }

    .tour_agency .tags_btns .btn {
        font: normal normal 400 12px / 133.333% var(--font-primary);
        letter-spacing: 0.06px;
        border: 1px solid rgba(15, 76, 164, 0.2);
        padding: 8px;
    }

    .tour_agency .accordion-button::after {
        width: 20px;
        height: 20px;
        background-image: url(../../images/common-img/plus.svg);
        background-size: 100%;
    }

    .tour_agency .accordion-button:not(.collapsed)::after {
        background-image: url(../../images/common-img/minus.svg);
    }

    .tour_agency .top_section h5 {
        font: normal normal 600 16px / 24px var(--font-primary);
        margin-bottom: 12px;
    }

    .tour_agency .top_section h6 {
        font: normal normal 600 14px / 20px var(--font-primary);
        margin-bottom: 8px;
    }

    .tour_agency .agency_content .read_moreText h6 {
        font-weight: 600;
        margin: 12px 0 8px;
    }

    .tour_agency .agency_content p {
        margin-bottom: 12px;
    }

    .tour_agency .agency_content ul li {
        font: normal normal 300 12px / 150% var(--font-primary);
        letter-spacing: 0.06px;
    }

    .tour_agency .agency_content ul {
        padding-left: 1.4rem;
    }

    .tour_agency .agency_content .table th {
        font: normal normal 600 12px / 144.444% var(--font-primary);
    }

    .tour_agency .agency_content .table td {
        font: normal normal 400 12px / 150% var(--font-primary);
    }
}