@font-face {
    font-family: 'Light';
    src: url('../Assets/fonts/pjs/PlusJakartaSans-Light.ttf');
}
@font-face {
    font-family: 'Medium';
    src: url('../Assets/fonts/pjs/PlusJakartaSans-Medium.ttf');
}
@font-face {
    font-family: 'Regular';
    src: url('../Assets/fonts/pjs/PlusJakartaSans-Regular.ttf');
}
@font-face {
    font-family: 'SemiBold';
    src: url('../Assets/fonts/pjs/PlusJakartaSans-SemiBold.ttf');
}
@font-face {
    font-family: 'Bold';
    src: url('../Assets/fonts/pjs/PlusJakartaSans-Bold.ttf');
}
@font-face {
    font-family: 'ExtraBold';
    src: url('../Assets/fonts/pjs/PlusJakartaSans-ExtraBold.ttf');
}



.hero_ty_slide{
    margin-top: 78px;
    position: relative;
}
.bg_slider_hero{
    min-height: 78vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg_01_sty{
    background-image: url('../Assets/Home/slider/slider_home_01.png');
}
.bg_02_sty{
    background-image: url('../Assets/Home/slider/slider_home_02.png');
}
.bg_03_sty{
    background-image: url('../Assets/Home/slider/slider_home_03.png');
}
.bg_04_sty{
    background-image: url('../Assets/Home/slider/slider_home_04.png');
}
.content_slider{
    width: 50%;
    background-color: #00000085;
    border-radius: 12px;
    padding: 24px 24px;
}
.loc_icon{
    max-width: 100%;
    height: auto;
    margin-right: 4px;
}
.loc_ty_slider{
    font-family: 'Medium';
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #fff;
}
.tys_pacakge_name{
    font-family: 'SemiBold';
    font-size: 38px;
    line-height: 130%;
    color: #fff;
}

.searchContMainHome{
    width: 80%;
    background-color: #fff;
    /* height: 240px; */
    margin: -68px auto 0px auto;
    z-index: 123;
    position: relative;
    border-radius: 18px;
    border: 1px solid #0000002d;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    padding: 22px 22px 30px 22px;
}
.searchBtnMain{
    border-radius: 8px;
    /* border: 1px solid #000; */
    background: #FEDF89;
    /* height: 42px; */
    padding: 14px 36px;
    width: fit-content;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-family: 'Medium';
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    text-decoration: none;
}
.labelSearch{
    color: #1D2939;
    font-family: 'Bold';
    font-size: 16px;
    margin-bottom: 8px !important;
    line-height: 120%; /* 19.2px */
}
.inptSearchMain{
    color: #475467;
    font-family: 'Regular';
    border-radius: 0px !important;
    border-left: 0px !important;
    padding-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    font-size: 18px !important;
    line-height: 120%; /* 21.6px */
}
.inptSearchMain:focus{
    box-shadow: none !important;
    border-radius: 0px !important;
    border-left: 0px !important;
    border-bottom: 2px solid #101828 !important;
    border-right: 0px !important;
    border-top: 0px !important;
}
/* .bbRightSearch{
    border-right: 1px solid #E4E7EC;
} */
.searchMainContBtn{
    /* text-align: center; */
    margin-top: 20px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.btn_slider_main{
    margin-top: 42px;
    margin-bottom: 22px;
}
.cta_slider_main{
    background-color: #FEDF89;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-family: 'SemiBold';
    padding: 16px 38px;
    border-radius: 8px;
}
/* Second Fold Starts */
.second_fold_main{
    position: relative;
    padding: 140px 0px 120px 0px;
    margin-top: -72px;
}
.main_second_con{
    margin-top: 32px;
}
.prop_sty_up, .prop_sty_down{
    max-width: 100%;
    height: auto;
}
.prop_sty_up{
    position: absolute;
    top: 0px;
    right: 0px;
}
.prop_sty_down{
    position: absolute;
    bottom: -30px;
    left: -10px;
    height: 160px !important;
}
.head_st{
    color: #1D2939;
    font-family: 'Bold';
    font-size: 34px;
    font-style: normal;
    line-height: 130%; /* 46.8px */
}
.para_st{
    color: #515355;
    font-family: 'Regular';
    font-size: 18px;
    font-style: normal;
    line-height: 160%;
}
.alignMiddleMain{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards_second_ty{
    margin-top: 52px;
}
.cards_main_cre{
    border-radius: 28px;
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay_cards_main{
    border-radius: 32px;
    height: 100%;
    padding: 20px 18px 12px 18px;
    display: flex;
    justify-content: start;
    align-items: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.bg_stty_01{
    background-image: url('../Assets/Home/secondFold/sec_01.png');
}
.bg_stty_02{
    background-image: url('../Assets/Home/secondFold/sec_02.png');
}
.bg_stty_03{
    background-image: url('../Assets/Home/secondFold/sec_03.png');
}
.bg_stty_04{
    background-image: url('../Assets/Home/secondFold/sec_04.png');
}
.cat_cards_title{
    color: #FFF;
    text-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    font-family: 'SemiBold';
    font-size: 30px;
    line-height: 126%; /* 35.28px */
    padding-right: 6%;
}
.cat_cards_title:hover{
    color: #FEDF89;
    transition: .3s all ease;
}
.lnk_secty{
    text-decoration: none !important;
}
/* Second Fold Ends */
/* Third Fold Starts */
.mvt_main{
    padding: 120px 0px;
    background-color: #FAF9FF;
}
.subhead_third{
    color: #667085;
    font-family: 'Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
}
.cards_dynamic_ttr{
    margin-top: 62px;
}
.image_package_main{
    width: 28%;
    height: 277px;
    position: relative;
}
.image_packagetrm{
    /* min-height: 277px; */
    background-position: center;
    background-size: cover;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    position: relative;
    padding-top: 18px;
    width: 96%;
    height: 100%;
}
.package_cards_content{
    border-radius: 24px;
    border: 0.2px solid rgba(0, 0, 0, 0.56);
    display: flex;
    margin-bottom: 36px;
    background-color: #fff;
}
.cardMainListing{
    border-radius: 24px;
    border: 0.2px solid rgba(0, 0, 0, 0.56);
    display: flex;
    margin-bottom: 36px;
    background-color: #fff;
    padding: 0px !important;
}
.priceListingMain{
    background: #FAFAFA;
    padding: 22px 24px;
    height: 100%;
    border-radius: 0px 24px 24px 0px;
}
.listingCardMiddle{
    padding: 22px 24px 22px 0px;
}
.paddCardPackMain{
    padding-left: 20px;
}
.tag_main_sttry{
    color: #FFF;
    font-family: 'SemiBold';
    font-size: 12px;
    line-height: 130%;
    border-radius: 0px 22px 22px 0px;
    background: #039855;
    padding: 4px 8px;
    width: fit-content;
}
.tag_main_sttry_discount{
    color: #FFF;
    font-family: 'Bold';
    font-size: 12px;
    line-height: 130%;
    border-radius: 0px 22px 22px 0px;
    background: #F04438;
    padding: 4px 8px;
    margin-bottom: 8px;
    width: fit-content;
}
.package_content_main_middle{
    width: 54%;
    padding: 22px 24px;
}
.price_rtr_right{
    background: #FAFAFA;
    width: 18%;
    padding: 22px 24px;
    border-radius: 0px 24px 24px 0px;
}
.loc_cards_tr{
    max-width: 100%;
    height: 20px !important;
    margin-right: 2px;
}
.location_pcardstr{
    color: #6D6D6D;
    font-family: 'Medium';
    font-size: 15px;
    line-height: 132%; /* 21.12px */
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}
.title_package_card{
    color: #1D2939;
    font-family: 'SemiBold';
    font-size: 21px;
    line-height: 138%; /* 27.2px */
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.facilities_main_cbt{
    padding: 12px 0px 0px 0px;
    justify-content: space-between;
}
.fac_amen_al{
    display: flex;
}
.icon_facilities_cards{
    max-width: 100%;
    height: 20px;
    margin-right: 8px;
}
.facilities_title{
    color: #1D2939;
    font-family: 'Regular';
    font-size: 14px;
    margin-top: 0px;
    line-height: 22px;
    margin-bottom: 10px;
}
.bottom_card_info{
    display: flex;
    margin-top: 16px;
}
.tag_gdays{
    color: #462EC5;
    font-family: 'Medium';
    font-size: 14px;
    line-height: 22px;
    border-radius: 26px;
    background: #F5F3FF;
    padding: 4px 12px;
    margin-right: 16px;
}
.review_card_ptr, .price_card_ptr{
    height: 50%;
}
.review_card_ptr{
    text-align: right;
}
.price_card_ptr{
    display: flex;
    justify-content: end;
    align-items: end;
}
.price_frm{
    color: #98A2B3;
    text-align: right;
    font-family: 'Medium';
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 4px; 
}
.price_package_main_tr{
    color: #101828;
    font-family: 'SemiBold';
    text-align: right;
    font-size: 24px;
    line-height: 130%; 
}
.star_cardd_ptr{
    max-width: 100%;
    height: 18px;
    margin-top: -4px;
}
.star_ratings_tr_th{
    padding: 4px 8px;
    border-radius: 16px;
    margin-bottom: 6px;
    width: fit-content;
    background-color: #FFF3E0;
    color: #000;
    font-family: 'SemiBold';
    font-size: 18px;    
    font-weight: 700;
    margin-left: auto;
    line-height: 130%; 
}
.reviews_cards_trp{
    color: #717171;
    font-family: 'SemiBold';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.old_price_card_main{
    text-decoration: line-through;
}
/* Third Fold Ends */

/* Fourth Fold Starts */
.fourth_fold_main{
    padding: 120px 0px 200px 0px;
    position: relative;
    overflow: hidden;
}
.top_leaf_fourth{
    position: absolute;
    top: -40px;
    right: -10px;
    max-width: 100%;
    height: auto;
    z-index: 123;
}
.cards_amazing_retreats{
    margin-top: 52px;
}
.f16{
    font-size: 16px !important;
}
.star_amz{
    max-width: 100%;
    height: 22px;
    margin-right: 4px;
}
.star_tag_amz_rig{
    padding: 4px 12px;
    border-radius: 22px;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    width: fit-content;
    margin-left: auto;
    font-family: 'SemiBold';
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 14px;
}
.space_right_amz{
    margin-bottom: 20px;
}
.right_card_main{
    min-height: 300px !important;
}
.main_card_amaz_off{
    min-height: 620px;
    width: 100%;
    border-radius: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.b20{
    margin-bottom: 16px !important;
}

.bottom_content_amaz{
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.reviews_main_tag_amz{
    color: #FFF;
    font-family: 'Medium';
    font-size: 16px;
    text-align: right;
    line-height: 130%;          
}
.reviews_main_tag_amz:hover{
    color: #FEDF89;
}
.star_right_amz{
    padding-right: 4%;
    text-align: right;
}
.upper_card_amz{
    display: flex;
    padding-top: 5%;
    justify-content: space-between;
    align-items: flex-start;
}
.content_amaz_bottom{
    padding: 42px 4%;
    border-radius: 0px 0px 18px 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.89) 86.83%);    
}
.right_cont_amz{
    padding: 26px 4% !important;
}
.right_disc_amz{
    font-size: 12px !important;
}
.right_tag_amz{
    font-size: 14px !important;
}
.right_amz_star{
    margin-bottom: 8px !important;
    font-size: 16px !important;
}
.right_small_amz{
    height: 16px !important;
}
.txt_title_pac_amz{
    color: #FFF;
    text-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    font-family: 'SemiBold';
    font-size: 32px;
    line-height: 126%; /* 25.2px */
    margin-bottom: 16px;
}
.right_title_amz{
    font-size: 22px ;
    margin-bottom: 10px;
    color: #FFF;
    text-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    font-family: 'SemiBold';
    line-height: 126%; /* 25.2px */
    margin-bottom: 16px;
}

.location_amaz_pac{
    color: #dadada;
    text-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.24);
    font-family: 'Medium';
    font-size: 20px;
    line-height: 126%; /* 25.2px */
    margin-bottom: 0px;
}
.right_loc_amz{
    font-size: 16px !important;
}
.bottom_leaf_fourth{
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: -10px;
    left: -10px;
}
/* Fourth Fold Starts */
/* fifth fold starts */
.fifith_fold_main{
    padding: 120px 0px;
    background-image: url('../Assets/Home/fifthFold/trav_fifth_us.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.white_txt{
    color: #fff !important;
}
.gray_txt{
    color: #D0D5DD !important;
}
.content_title_main{
    padding-right: 28%;
}
.fif_su_titile{
    color: #FEDF89;
    font-family: 'SemiBold';
    font-size: 24px;
    font-style: normal;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 130%;
}
.sup_fif_sm{
    color: #DDD;
    font-family: 'Medium';
    font-size: 16px;
    margin: 0px;
    line-height: 130%; /* 20.8px */
}
.fif_icon{
    max-width: 100%;
    height: 62px;
    margin-right: 16px;
}
.img_trfif{
    display: flex;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(12px);
    padding: 24px 36px;
    margin-bottom: 42px;
    width: fit-content;
}
.middle_space{
    margin-left: 8%;
}
.card_support_lv{
    margin-top: 62px;
    padding-left: 2%;
}
/* fifth fold ends */

/* sixth fold starts */
.sixth_fold_main{
    padding: 60px 0px;
    background-color: #1D2939;
}
.creative_card_s{
    background: #FFF;
    min-height: 162px;
}
.first_creative{
    padding: 42px 0px 42px 42px;
    position: relative;
    border-radius: 0px 20px 22px 0px;
}
.creative_bg_title{
    color: #1D2939;
    font-family: 'SemiBold';
    font-size: 4rem;
    text-align: center;
    margin: 0px;
    line-height: 120%; /* 76.8px */
}
.highlight_yellow{
    color: #FFA800;
}
.shape_first{
    position: absolute;
    top: 0px;
    left: 0px;
}
.shape_second{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.second_creative{
    padding: 22px 26px 22px 26px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px 0px 0px 22px;
}
.creative_sup_txt{
    color: #475467;
    font-family: 'Medium';
    font-size: 24px;    
    margin-bottom: 0px;
    line-height: 140%; 
}
.highlight_black{
    color: #1E2022;
font-family: 'Bold';
}
.third_creative{
    padding: 22px 26px 22px 26px;
    position: relative;
    border-radius: 0px 22px 22px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #89E9FE;
}
.space_creative_main{
    margin-bottom: 26px;
}
.cta_title_cr{
    color: #3F3F3F;
    font-family: 'Medium';
    font-size: 22px;
    line-height: 120%; 
}
.arrow_custom{
    max-width: 100%;
    height: auto;
    margin-left: 4px;
}
.cta_lnk_btn{
    color: #000;
    font-family: 'Bold';
    font-size: 38px;
    line-height: 120%;
    text-decoration: none;
}
.fourth_creative{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-radius: 22px 0px 0px 22px;
}
.right_cre_f{
    max-width: 100%;
    height: auto;
}
.left_cre_f{
    max-width: 100%;
    height: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.mi_creative_main{
    max-width: 100%;
    max-height: 162px !important;
}
.fifth_creative{
    border-radius: 0px 22px 22px 0px;
    height: 350px;
}
.sixth_creative, .seventh_creative{
    margin-bottom: 24px;
    border-radius: 22px 0px 0px 22px;
}
.slide_main_creat{
    height: 350px;
    background-position: center;
    background-size: cover;
    border-radius: 0px 22px 22px 0px;
    border:  1px solid #FEDF89;
}
.sixth_creative{
    background-color: #FEDF89;
    overflow: hidden;
    padding: 18px 22px 0px 22px;
}
.flex_align_cr{
    display: flex;
}
.supp_txt_crea{
    color: #1D2939;
    font-family: 'SemiBold';
    font-size: 52px;
    line-height: 120%; 
}
.gra_last_crea{
    max-width: 100%;
    height: auto;
    margin-bottom: -8px;
}
.shape_last_crea{
    max-width: 100%;
    height: auto;
}
.last_crea_min{
    display: flex;
    justify-content: center;
    align-items: center;
}
.w100cre{
    width: 100%;
}
.seventh_creative{
    overflow: hidden;
}
.benefits_creat{
    color: #1D2939;
    font-family: 'SemiBold';
    font-size: 22px;
    margin: 0px;
    line-height: 120%; 
}
.bene_block{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.tag_wishlist_upper{
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
  }
.wishlist-icon{
    /* background-color: white; */
    opacity: 0.8;
    z-index: 998;
    border-radius: 50%;
    padding: 8px;
  }
  .padCardPackMainRigLef{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .padCardPackMain{
    padding-left: 0px !important;
  }

  .wishlist-icon {
    cursor: pointer;
    padding: 8px;
    width: 34px;
    background-size: contain;
    height: 34px;
    background-position: center;
    opacity: 0.6;
    background-repeat: no-repeat;
    background-image: url('../Assets/icons/heart.png');
    }
  .iwishlist-icon:hover {
    opacity: 1;
  }
  .wishlist-icon.in-wishlist {
    opacity: 1;
    background-position: center;
    animation-name: wishlist-ani;
    animation-duration: 1000ms;
    background-image: url('../Assets/icons/likedheart.svg');
  }


  @keyframes wishlist-ani {
    0% {
      transform: scale(1);
   }
    50% {
      transform: scale(0.9);
   }
    100% {
      transform: scale(1);
   }
  }
  .filter_left_trty{
    border-radius: 18px;
    background: #FFF;
    padding: 16px 16px;
}
.filter_block_main_wrap{
    margin-top: 20px;
}
  .headFilterMain{
    color: #1D2939;
    font-family: 'Bold';
    font-size: 22px;
    line-height: 130%; /* 26px */
}
.small_head_filter{
    color: #344054;
    font-family: 'Bold';
    font-size: 16px;
    margin-bottom: 16px;
    padding: 0px !important;
    background-color: transparent !important;
    border-bottom: none !important;
    line-height: 130%; /* 20.8px */
}
.small_head_filter:focus {
    z-index: 3;
    border: none !important;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.spaceBetFilters{
    display: flex !important;
    justify-content: space-between ;
    align-items: center !important;
    margin-bottom: 10px !important;
}
.count_filters{
    color: #808CA0;
    text-align: right;
    font-family: 'Regular';
    font-size: 14px;
    margin: 0px;
    line-height: 120%; /* 14.4px */
}
.labelFilterMain{
    color: #475467;
    font-family: 'Regular';
    cursor: pointer;
    font-size: 15px;
    margin: 0px;
    line-height: 120%; /* 16.8px */
}
.filter_groups_tags{
    margin-bottom: 28px;
}
.small_head_filter_pr{
    color: #344054;
    font-family: 'Bold';
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 10px;
    line-height: 130%; /* 20.8px */
}
.inptFilterMain{
    color: #1D2939;
    text-align: left;
    font-family: 'Medium';
    font-size: 14px !important;
    line-height: 120%; /* 18px */
}
.labelMinMaxFilter{
    color: #475467;
    font-family: 'Medium';
    font-size: 14px;
    line-height: 120%; /* 16.8px */
}
.itemFilterAcc{
    border: none !important;
}
.filterCustomBody{
    padding: 0px !important;
    border: none !important;
}

/*  */
/*  */
/* Ready To Book Starts Styles */
.PageHistory{
    margin-bottom: 32px;
}
.brdCrmbPgHis{
    color: #667085;
    font-family: 'SemiBold';
    font-size: 15px;
    line-height: 130%; /* 18.2px */
}

.readyToBookBlock{
    padding: 126px 0px 100px 0px;
}
.leftRtBokWrapper{
    border-radius: 12px;
    border: 0.5px solid rgba(71, 46, 197, 0.56);
    background: #FFF;
    padding: 24px 22px;
}
.statysMain_redTBok{
    border-radius: 6px;
    background: #11A44C;
    padding: 6px 12px;
    width: fit-content;
    color: #FFF;
    margin-bottom: 16px;
    font-family: 'SemiBold';
    font-size: 16px;
    line-height: 130%; /* 20.8px */
}
.fwNormal{
    font-family: 'Medium';
}
.GreetHeadMain{
    color: #101828;
    font-family: 'Bold';
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 130%; /* 31.2px */
}
.spprtrtbTxt{
    color: #667085;
    font-family: 'Regular';
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 150%; /* 27px */
}
.spacertbLef{
    margin: 30px 0px 34px 0px;
}
.tagCretRtb{
    color: #462EC5;
    font-family: 'Medium';
    width: fit-content;
    font-size: 16px;
    border-radius: 32px;
    background: #F5F3FF;
    padding: 12px 24px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 140%; /* 22.4px */ 
}
.rtbIcoM{
    max-width: 100%;
    height: 24px;
    margin-right: 6px;
}
.depositAmtCardrtb{
    border-radius: 12px;
    border: 0.5px solid rgba(2, 103, 0, 0.56);
    background: #FCFFFC;
    padding: 20px 18px;
    margin-bottom: 18px;
}
.titleDepositAmtMain{
    color: #02933C;
    font-family: 'ExtraBold';
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 140%; /* 25.2px */
}
.depositAmtMainPay{
    color: #000;
    font-family: 'ExtraBold';
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    background: #FAFAFA;
    width: fit-content;
    padding: 8px 18px;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 140%; /* 28px */
}
.headdepositAmtMainPay{
    color: #344054;
    font-family: 'Medium';
    font-size: 16px;
    margin-right: 24px;
    line-height: 140%; /* 22.4px */
}
.paraDepstCardMain{
    color: #475467;
    font-family: 'Regular';
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 16px;
    border-bottom: 0.5px solid #0000007c;
    line-height: 150%; /* 24px */
}
.nonRefndAmtRtb{
    color: #101828;
    font-family: 'SemiBold';
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 150%; /* 24px */
}
.cancelRefPolTxt{
    color: #0072DC;
    font-family: 'SemiBold';
    font-size: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0px;
    line-height: 120%; /* 19.2px */
    text-decoration-line: underline;
}
.cancellationIcrtb{
    max-width: 100%;
    height: 24px;
    margin-right: 6px;
}
.buttonsWrapperrtb{
    display: flex;
    margin-top: 30px;
}
.filledBtnMain{
    color: #000;
    font-family: 'Medium';
    font-size: 16px;
    line-height: 140%; /* 22.4px */
    border-radius: 8px;
    text-decoration: none;
    padding: 16px 32px;
    margin-right: 24px;
    background: #FEDF89;
}
.outlineBtnMain{
    border-radius: 8px;
    border: 1px solid #8A8A8A;
    background: #FFF;
    text-decoration: none;
    padding: 16px 32px;
    color: #000;
    font-family: 'Medium';
    font-size: 16px;
    line-height: 140%; /* 22.4px */
}
/* Ready To Book Ends Styles */
/*  */
/*  */
/* ------------- */
/*  */
/*  */
/*  */
/* Retreat Business Registration Styles */
.registrationRetreatMain{
    padding: 66px 0px;
    background-image: url('../Assets/businessRegistration/brBgMain.png');
    background-position: center;
    margin-top: 80px;
    background-size: cover;
}
.headIntroBrRBB{
    color: #FEDF89;
    font-family: 'Bold';
    font-size: 36px;
    line-height: normal;
}
.paraBrrF{
    color: #ECECEC;
    font-family: 'Medium';
    font-size: 20px;
    line-height: 140%; /* 28px */ 
}
.txtBlockBrrF{
    margin: 42px 0px;
}
.progressStepBrret{
    margin-top: 18px;
}
.leftStepsBrrtMain{
    border-radius: 12px;
    border: 0.5px solid rgba(71, 46, 197, 0.18);
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.04);
    padding: 22px 16px;
    position: sticky;
    top: 80px;
}
.bregRetBHead.collapsed {
    box-shadow: none !important;
}
.headBelowBrrM{
    color: #1D2939;
    font-family: 'Bold';
    font-size: 28px;
    font-style: italic;
}
.paraMainTxtBrb{
    color: #475467;
    font-family: 'Regular';
    font-size: 16px;
    line-height: 140%; /* 22.4px */
}
.step-container {
    flex: 1;
}

.step-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-list-item {
    margin-bottom: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: #98A2B3;
    font-family: 'SemiBold';
    font-size: 20px;
    line-height: normal;
}
.bregRetBHead{
    color: #344054;
    font-family: 'Bold';
    font-size: 20px !important;
    line-height: normal;
    background-color: transparent !important;
    padding: 0px 0px !important;
    /* margin-bottom: 16px; */
}
.stepFormBusniessregistration{
    padding-bottom: 80px;
}
.spaceBrgRet{
    margin-bottom: 22px;
}
.labbelStyleBrret{
    color: #1D2939;
    font-family: 'Medium' !important;
    font-size: 16px !important;
    margin-bottom: 12px;
    line-height: normal;
}
.inptStyleBret{
    border-radius: 8px !important;
    border: 0.5px solid rgba(71, 46, 197, 0.56) !important;
    background: #FFF !important;
    height: 42px;
}
.inptStyleBret:focus{
    box-shadow: none !important;
    border: 1px solid #472EC5 !important;
}
.PZBRetForm{
    padding: 0px !important;
    margin-top: 16px;
}
.spacBetBtnspbrtr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}
.bgMainFormBlock{
    border-radius: 10px !important;
    border: 0.5px solid rgba(186, 186, 186, 0.56) !important;
    background: #FAFAFA !important;
    padding: 22px 18px;
    margin-bottom: 28px;
}
.txtSupportBrret{
    color: #344054;
    font-family: 'Medium';
    font-size: 16px;
    line-height: normal;
}
.autoDetectBtnMap{
    border-radius: 8px;
    background: #00A811;    
    text-decoration: none;
    cursor: pointer;
    padding: 12px 24px;
    color: #FFF;
    font-family: 'SemiBold';
    font-size: 14px;
    line-height: 140%; /* 19.6px */
}
.headStepFormBr{
    color: #1D2939;
    font-family: 'Medium';
    font-size: 28px;
    line-height: normal;
}
.containerMainFormBrret{
    border-radius: 12px;
    border: 0.5px solid rgba(71, 46, 197, 0.56);
    background: #FFF;
    padding: 28px 24px;
}
.step-list-item:hover {
    background-color: #e4f2ff;
    color: #0072DC;
}

.step-list-item.active {
    background-color: #0085FF;
    color: #fff;
}

.step-content {
    flex: 2;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.progress {
    margin-bottom: 20px;
}


.bottomPadZerobrre{
    margin-bottom: 0px !important;
}
.fxdBtBtnsBrret{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    bottom: 0px;
    background-color: #fff;
    border-top: 1px solid #0000004e;
    padding: 14px 0px;
}
.supportTxtBelowForm{
    color: #7B8497;
    font-family: 'Regular';
    margin: 20px 0px 32px 0px;
    font-size: 14px;
    line-height: 160%; /* 22.4px */
}
/* Define different button colors */
.btn-prev {
    color: #000;
    font-family: 'Medium' !important;
    font-size: 16px !important;
    padding: 14px 32px !important;
    font-style: normal;
    line-height: 120% !important; /* 22.4px */
    border-radius: 8px;
    border: 1px solid #8A8A8A !important;
    background: #FFF;
}

.btn-next {
    color: #000;
    font-family: 'Medium' !important;
    font-size: 16px !important;
    padding: 14px 32px !important;
    font-style: normal;
    line-height: 120% !important; /* 22.4px */
    border-radius: 8px;
    background: #FEDF89 !important;
}

.btn-submit {
    background-color: #28a745 !important; /* Green */
    color: #fff !important;
} .form-group {
    margin-bottom: 20px; /* Increased spacing between form fields */
}
.form-control {
    border-radius: 0; /* Remove border-radius for a cleaner look */
}

/* Retreat Business Registration Styles */
/*  */
/*  */
/*  */
/*  */
.succRegComplBlock{
    padding-top: 140px;
    background-color: #FAFAFA;
    padding-bottom: 120px;
    min-height:100vh;
}
.mainWrapperInforBregC{
    border-radius: 12px;
    border: 0.5px solid rgba(71, 46, 197, 0.56);
    background: #FFF;
    text-align: center;
    padding: 32px 30px;
    position: relative;
    width: 92%;
    margin: 0px auto;
}
.titleBRegComFor{
    color: #009B10;
    text-align: center;
    font-family: 'SemiBold';
    font-size: 32px;
    line-height: 144%; /* 46.08px */
    margin-bottom: 2px;
}
.subHeadfrmtypebrcf{
    color: #344054;
    text-align: center;
    font-family: 'Bold';
    font-size: 24px;
    line-height: 144%; /* 40.32px */
}
.statusCardbregCmp{
    border-radius: 12px;
    border: 0.8px dashed rgba(51, 0, 255, 0.56);
    background: #F7F5FF;
    width: fit-content;
    margin: 30px auto;
    padding: 22px 24px;
}
.statHeadbregm{
    color: #101828;
    text-align: center;
    margin-top: 00px;
    font-family: 'Bold';
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 120%; /* 24px */
}
.statusTxtUpdate{
    color: #462EC5;
    text-align: center;
    font-family: 'Bold';
    font-size: 20px;
    margin: 0px;
    line-height: 120%; /* 24px */
}
.parabregFrmTyp{
    color: #344054;
    text-align: center;
    font-family: 'Regular';
    margin-bottom: 42px;
    font-size: 18px;
    line-height: 150%; /* 27px */
}
.emailMainbregFrm{
    color: #0068FF !important;
    font-family: 'Bold' !important;
    font-size: 18px;
}
.btnCnfRegB{
    color: #101828;
    font-family: 'SemiBold';
    font-size: 20px !important;
    /* padding: ; */
    line-height: 120%; /* 24px */
}
.paraExpcnfForm{
    color: #475467;
    font-family: 'Regular';
    font-size: 16px;
    text-align: left;
    margin-bottom: 0px;
    line-height: 160%; /* 25.6px */ 
}
.verifImgcnfreg{
    max-width: 100%;
    height: 28px;
    margin-right: 6px;
}
.supprtCnfReg{
    border-radius: 10px;
    border: 0.5px solid rgba(71, 46, 197, 0.33);
    background: #FFF;
    padding: 16px 18px;
    width: 92%;
    position: absolute;
    bottom: -36px;
    margin-top: 86px;
    margin: 0px auto 0px auto;
}
.btSpCnfReg{
    margin-bottom: 82px;
}
.spprtCnftxt{
    color: #1D2939;
    text-align: center;
    font-family: 'Regular';
    font-size: 16px;
    margin: 0px;
    line-height: 140%; /* 22.4px */
}
.connectmaincnfreg{
    color: #0068FF;
    font-family: 'Bold';
    text-decoration-line: underline;
}
.greenMaincnfreg{
    border-radius: 8px;
    border: 0.5px solid #008200;
    background: #F7FAF7;
}
.redMaincnfreg{
    border-radius: 8px;
    border: 0.5px solid rgba(163, 0, 0, 0.46) !important;
    background-color: #FFFAFA;
}
.ConfrmimgStyl{
    max-width: 100%;
    height: 72px;
    margin-bottom: 16px;
}
.tagStatus{
    border-radius: 21px;
    background: #009B10;
    color: #fff;
    font-family: 'SemiBold' !important;
    text-align: center;
    padding: 8px 16px;
}
.btnExp{
    margin-bottom: 80px;
}
.cardPiBiMain{
    border-radius: 8px;
    border: 0.6px dashed rgba(71, 46, 197, 0.58);
    background: #FAFAFA;
    border-style: dashed;
    text-align: left;
    padding: 22px 18px;
}
.bntver{
    color: #101828 !important;
}
.redntverbg{
    background-color: #db2525;
}
.titilePbntver{
    color: #000;
    font-family: 'SemiBold';
    font-size: 22px;
    margin-bottom: 4px;
    line-height: 140%; /* 30.8px */
}
.smallTagpbinfo{
    color: #FF4141;
    font-family: 'ExtraBold';
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 120%; /* 16.8px */
}
.checklistntver{
    color: #344054;
    font-family: 'Medium';
    font-size: 16px;
    line-height: 150%; /* 24px */
}
.checklistWrapntver{
    margin-bottom: 48px;
}
/*  */
.mobile{
    display: none;
}
.desktop{
    display: block;
}
@media only screen and (max-width: 768px) {
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .bg_slider_hero{
        height: 64vh;
    }
    .content_slider{
        width: 100%;
        padding: 16px;
    }
    .tys_pacakge_name{
        font-size: 22px;
        text-align: center;
    }
    .btn_slider_main {
        margin-top: 28px;
        margin-bottom: 22px;
    }
    .cta_slider_main {
        font-size: 14px;
        padding: 12px 28px;
    }
    .btn_slider_main {
        margin-top: 42px;
        text-align: center;
        margin-bottom: 22px;
    }
    .searchContMainHome {
        width: 98%;
        margin: -68px auto 0px auto;
        border-radius: 12px;
        padding: 18px 14px 28px 18px;
    }
    .searchMainContBtn {
        bottom: -13px;
        left: 20px;
        transform: translateY(0%) translateX(0%);
    }
    .labelSearch {
        font-size: 14px;
    }
    .loc_ty_slider{
        text-align: center;
        font-size: 14px;
    }
    .head_st {
        font-size: 26px;
    }
    .para_st {
        font-size: 16px;
    }
    .cards_second_ty {
        margin-top: 22px;
    }
    .cat_cards_title{
        font-size: 18px;
        font-family: 'Bold';
        margin-bottom: 0px;
        padding-right: 0px;
    }
    .cards_main_cre {
        border-radius: 20px;
        height: 160px;
        margin-bottom: 22px;
    }
    .overlay_cards_main {
        border-radius: 22px;
        height: 100%;
        padding: 12px 12px 12px 12px;
    }
    .second_fold_main{
        padding: 140px 0px 60px 0px;
    }
    .prop_sty_down {
        position: absolute;
        bottom: -30px;
        left: -10px;
        height: 110px !important;
    }
    .mvt_main {
        padding: 60px 0px;
        background-color: #FAF9FF;
    }
    .subhead_third {
        font-size: 16px;
    }
    .content_title_main {
        padding-right: 0%;
    }
    .cards_dynamic_ttr {
        margin-top: 32px;
    }

    .image_packagetrm {
        border-top-left-radius: 20px;
        min-height: 190px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        padding-top: 18px;
        width: 100%;
    }
    .location_pcardstr {
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: start;
        margin-bottom: 6px;
    }
    .loc_cards_tr {
        max-width: 100%;
        height: 15px !important;
        margin-right: 2px;
    }
    .title_package_card {
        margin-top: 6px;
        font-family: 'Bold';
        font-size: 16px;;
        margin-bottom: 10px;
    }
    .facilities_title {
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 10px;
    }
    /* .padCardPackMainLef{
        padding-left: 0px !important;
    } */
    .tag_main_sttry_discount {
        font-size: 10px;
        margin-bottom: 10px;
    }
    .listingCardMiddle {
        padding: 18px 6px;
    }
    .cardMainListing {
        border-radius: 20px;
        margin-bottom: 36px;
    }
    .facilities_main_cbt {
        padding: 6px 0px 0px 0px;
    }
    .bottom_card_info{
        display: flex;
        margin-top: 8px;
    }
    .tag_main_sttry {
        font-size: 10px;
    }
    .icon_facilities_cards {
        height: 18px;
        margin-right: 6px;
    }
    .priceListingMain {
        padding: 16px 16px;
        height: 100%;
        border-radius: 0px 0px 22px 22px;
    }
    .price_card_ptr {
        display: block;
    }
    .price_frm {
        width: fit-content;
        text-align: left;
        margin-bottom: 0px;
    }
    .price_package_main_tr {
        width: fit-content;
        margin-bottom: 0px;
        font-size: 18px;
        font-family: 'Bold';
    }
    .mobileAlignPrice {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tag_gdays{
        width: fit-content;
        margin-bottom: 0px;
        font-size: 12px;
        font-family: 'SemiBold';
    }
    .ratrevMobile{
        display: flex;
        position: absolute;
        bottom: 0px;
        padding: 6px 16px;
        background-color: #0000003a;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .reviews_cards_trp{
        margin-bottom: 0px;
        color: #fff;
        font-size: 12px;
        opacity: .9;
    }
    .star_ratings_tr_th {
        padding: 4px 8px;
        border-radius: 16px;
        margin-bottom: 0px;
        width: auto;
        font-size: 15px;
        font-family: 'Bold';
        margin-left: 0px;
    }
    .top_leaf_fourth {
        top: -38px;
        right: -20px;
        height: 160px;
    }
    .bottom_leaf_fourth {
        height: 160px;
        bottom: -40px;
        left: -4px;
    }
    .fourth_fold_main {
        padding: 84px 0px 80px 0px;
    }
    .main_card_amaz_off {
        min-height: 300px;
        width: 100%;
        border-radius: 18px;
        margin-bottom: 28px;
    }
    .cards_amazing_retreats {
        margin-top: 38px;
    }
    .right_title_amz, .txt_title_pac_amz{
        font-size: 20px;
        margin-bottom: 10px;
        font-family: 'SemiBold';
    }
    .right_loc_amz, .location_amaz_pac{
        font-size: 14px !important;
    }
    .content_amaz_bottom, .right_cont_amz{
        padding: 18px 6% 22px 6% !important;
        background: linear-gradient(180deg, rgb(0 0 0 / 32%) 0%, rgb(0 0 0 / 95%) 86.83%);
    }
    .mfalOf{
        font-size: 12px !important;
    }
    .malStar{
        font-size: 16px ;
    }
    .star_amz {
        height: 16px;
    }
    .reviews_main_tag_amz, .right_tag_amz {
        font-size: 12px !important;
    }
    .fifith_fold_main {
        padding: 80px 0px 60px 0px;
        background-image: url(../Assets/Home/fifthFold/trav_fifth_us.png);
        background-position: center;
    }
    .img_trfif {
        display: block;
        text-align: left;
        padding: 20px 18px;
        margin-bottom: 28px;
        width: fit-content;
    }
    .fif_icon {
        max-width: 100%;
        height: 48px;
        margin-bottom: 8px;
    }
    .middle_space {
        margin-left: 0px;
    }
    .card_support_lv {
        margin-top: 42px;
        padding-left: 4%;
        padding-right: 4%;
    }
    .fif_su_titile {
        font-family: 'Bold';
        font-size: 20px;
    }
    .sup_fif_sm {
        font-size: 14px;
    }
    .inptSearchMain {
        font-size: 16px !important;
    }
    .prop_sty_up {
        position: absolute;
        top: 20px;
        right: 0px;
    }
    .filterMobileMain{
        text-align: center;
    }
   
    .filterMobileMain{
        margin-bottom: 28px;
        padding: 0px 3%;
    }
    .filterIcM{
        max-width: 100%;
        height: 18px;
        margin-right: 4px;
    }
    .btnFiltersMobile{
        width: fit-content;
        background-color: #462EC5;
        border: 1px solid #9f9f9f !important;
        padding: 12px 24px;
        color: #fff;
        font-family: 'SemiBold' !important;
        font-size: 13px !important;
        border-radius: 8px;
    }
    .filter_left_trty {
        border-radius: 18px;
        background: #FFF;
        padding: 0px 10px;
    }
    .filter_block_main_wrap {
        margin-top: 0px;
    }
    .headFilterMain {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .sixth_fold_main {
        padding: 60px 0px;
        display: none;
        background-color: #1D2939;
    }
    .paddCardPackMain {
        padding-left: 20px;
        padding-right: 20px;
    }
    .small_head_filter{
        margin-bottom: 12px;
    }
    .filter_groups_tags {
        margin-bottom: 18px;
    }
    .labelFilterMain {
        font-family: 'Medium';
        font-size: 15px;
    }
    .mainWrapperInforBregC {
        border-radius: 12px;
        padding: 26px 16px;
        width: 96%;
    }
    .succRegComplBlock {
            margin-top: 70px;
    padding-top: 60px;
    }
    .titleBRegComFor {
        font-size: 24px;
        line-height: 120%;
    }
    .subHeadfrmtypebrcf {
        font-size: 18px;
    }
    .statusCardbregCmp {
        margin: 26px auto;
        padding: 20px 18px;
    }
    .statHeadbregm {
        font-family: 'Bold';
        margin-bottom: 6px;
        font-size: 18px;
    }
    .statusTxtUpdate {
        font-size: 16px;
    }
    .parabregFrmTyp {
        margin-bottom: 36px;
        font-size: 15px;
    }
    .btnCnfRegB {
        color: #101828 !important;
        font-size: 16px !important;
        padding: 10px !important;
    }
    .mPadcnfreg{
        padding: 0px 10px 10px 10px !important;
    }
    .paraExpcnfForm {
        font-size: 13px;
    }
    .spcMrBcnfreg{
        margin-bottom: 24px;
    }
    .verifImgcnfreg {
        height: 26px;
    }
    .btSpCnfReg {
        margin-bottom: 10px;
    }
    .spprtCnftxt {
        font-size: 14px;
        line-height: 150%;
    }
    .supprtCnfReg {
        padding: 12px 14px;
        width: 94%;
        margin: 0px auto -18px auto;
        position: relative;
    }
    .emailMainbregFrm {
        font-size: 16px;
    }
    .btnExp {
        margin-bottom: 38px;
    }
    .verifiedTagCn{
        margin-bottom: -46px !important;
    }
    .ConfrmimgStyl {
        height: 48px;
    }
    .titilePbntver {
        font-size: 20px;
    }
    .smallTagpbinfo {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .checklistntver {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .registrationRetreatMain {
        padding: 42px 0px;
        margin-top: 68px;
    }
    .headIntroBrRBB {
        font-size: 24px;
    }
    .paraBrrF {
        font-family: 'Regular';
        font-size: 16px;
        margin-bottom: 0px;
    }
    .headBelowBrrM {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .txtBlockBrrF {
        margin: 36px 0px 28px 0px;
    }
    .step-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .step-list-item {
        margin-bottom: 10px;
        padding: 12px 10px;
        border-radius: 8px;
        font-size: 14px;
    }
    .progressStepBrret {
        margin-top: 8px;
    }
    .paraMainTxtBrb {
        font-size: 14px;
        line-height: 160%;
    }
    .progress {
        margin-bottom: 0px;
    }
    .leftStepsBrrtMain {
        padding: 20px 14px;
        margin-bottom: 24px;
    }
    .containerMainFormBrret {
        padding: 22px 16px;
    }
    .headStepFormBr {
        font-size: 22px;
    }
    .bgMainFormBlock {
        padding: 16px 14px;
        margin-bottom: 24px;
    }
    .bregRetBHead {
        font-size: 18px !important;
    }
    .labbelStyleBrret {
        font-size: 14px !important;
        margin-bottom: 12px;
    }
    .supportTxtBelowForm {
        margin: 24px 0px 32px 0px;
        font-size: 12px;
    }
    .spcbrregfrm{
        margin-bottom: 16px
    }
    .btn-prev, .btn-next {
        font-size: 14px !important;
        padding: 14px 28px !important;
    }
    .txtSupportBrret {
        font-size: 15px;
        margin-bottom: 24px;
    }
    .spacBetBtnspbrtr {
        display: block;
        margin-top: 18px;
        margin-bottom: 28px;
    }
    /*  */
    .fourth_creative {
        position: relative;
        display: block;
        justify-content: space-between;
        align-items: end;
        border-radius: 22px 0px 0px 22px;
    }
}