
._topb::before {
    content: '';
    position: absolute;
    background: #0000002e;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
}
        
.bnr_cntfrst {
    position: absolute;
    top: 26%;
    left: 0%;
    text-align: center;
    z-index: 2;width:100%;
}

.bnr_cntfrst::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: #EF6614;
    top: -30px;
    left: 48%;
}

.bnr_cntfrst h1 {
    font-size: 50px;
    color: white;
    font-family: 'strong girl', sans-serif;
    font-weight: lighter;
}
.bnr_cntfrst p {
    color: white;
    margin: 20px 0 30px 0;
    font-size: 20px;
}

.prel {
    position: relative;
}

.whrbx_fld {
    width: 100%;
    text-align: left;
}

.whrbx_fld input {
    width: 100%;
    border: none;
    outline: none;
    background: none;
    font-size: 13px;
}
.brdrgry {
    height: 40px;
    border-right: 1px solid #D4D4D4;
    margin-top: 12px;
    border-radius: 10px;
}
.orgbtn_srch {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #EF6614 url('https://images.emtcontent.com/activities-img/srchicn.svg') no-repeat;
    background-position: center;
    cursor: pointer;
    outline: none;
    border: none;
}

.banner {
    border-radius: 10px;
    overflow: hidden;
    width: 77%;
    margin: 28px auto;
    height: 100px;
}
.banner a{
    text-decoration: none;
}
.banner img {
    width: 100%;
    height: 100px;object-fit: cover;
}

.title2 {
    margin: 25px 0 20px;
    font-size: 30px;
   
}
.title2 h2 {
    font-size: 30px;
    font-weight: 700;
}
.title2 em {
    font-style: normal;
    color: #EF6614;
}
.title2 p {
    font-size: 15px;
    font-weight: normal;
    text-align: justify;
}
.terreyt a{
    text-decoration: none;
}
.sldrslct {
    position: relative;
    cursor: pointer;display:block;width:100%;
}
.sldrslct::before {
    content: '';
    width: 100%;
    height: 90%;
    background: linear-gradient(#fff0, #000000c2 180%);
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 20px;
}
.terreyt{
    padding-right: 15px;
}
.fxddtl, .fxddtl2 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #181818;
    color: #fff;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;z-index:1;
}
.sldrslct img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.citynm {
    font-size: 22px;
    font-weight: 600;
    margin: 8px 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: absolute;
    color: #fff;
    bottom: 30px;
    z-index: 1;
}
.ovrlysec {
    position:absolute;
    top: 0;left:0;
    background: #0000008f;
    height: 90.3%;
    width: 100%;
    border-radius: 20px;
    z-index: 1;
    padding: 20px;
    padding-top: 80px;
    color: #fff;
    text-align: center;transition:all ease-in-out .2s;
}
.ovrlysec, .sldrslct:hover .fxddtl, .sldrslct:hover .citynm {
    display: none;
    transition: all ease-in-out .2s;
}
.sldrslct:hover .ovrlysec{
    display: block;
}
.ctnmstrt {
    font-size: 15px;
    text-align: center;
    color: #EF6614;
    margin-top: 10px;
    font-weight: 600;
}
.fntbld {
    font-size: 18px;
    position: relative;
}
.fntNrml {
    font-size: 18px;
}
.fntNrml span {
    font-size: 28px;
}

.arrwicn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #EF6614 url('https://images.emtcontent.com/activities-img/right-arrow.svg');
    background-repeat: no-repeat;
    border-radius: 50px;
    background-position: 50% 50%;
    cursor: pointer;
}
.topactv-side-ico {
    position: absolute;
    right: 0px;
    top: 10px;
}
.topactv-side-ico img {
    width: 200px;
}
.gridflx {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.bdrgt {
    position: relative;
}
.gridbox{
    width: 48%;
}
.mttl {
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.mtbxc {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    align-items: center;
    background: #FEF4EE;
    border-radius: 15px;
    padding: 5px;
    text-decoration: none;
}
.mtbxc:hover{
    background-color:#ffe3d1;
}
.lftb {
    width: 17%;
    background: whitesmoke;
    overflow: hidden;
    height: 85px;
}
.lftb img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
}
.rgtb {
    width: 80%;
    margin-left: auto;
    color: #000;
}
.fntxl {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fmclr {
    color: #EF6614;
    font-size: 15px;
}
._prceflbkn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
._actfprce {
    width: 60%;
    font-size: 24px;
    font-weight: 700;
}
.bknapbt {
    color: #EF6614;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.bknapbt i {
    height: 18px;
    margin-left: 10px;
}

.fntbld::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    border-radius: 5px;
    background: #EF6614;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
}

.act-td .card-title {
    position: static;
    transform: none;
    padding: 40px 40px 30px 55px;
    margin-bottom: 15px;
}
.act-td .card-title .ttl {
    font-size: 20px;
    position: relative;
    color: #000;
}
.descr {
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
}
.bnnrgft {
    /* float: left; */
    width: 100%;
    margin-bottom: 40px;
}
.bnnrgft img {
    width: 100%;
}
.act-td .card-title .ttl::before {
    content: " " attr(data) "";
    position: absolute;
    left: -60px;
    top: -73px;
    font-size: 100px;
    color: #EC821C;
    font-family: Playfair Display;
    opacity: .15;
}


.neftbg {
    background: #1a1a1a;
}
.dark_clr {
    background: #4263c1;
    width: 24%;
    float: left;
    height: 11px;
}
.light_clr {
    background: #468be8;
    width: 76%;
    float: left;
    height: 11px;
}
.why-ch{
    margin-bottom: 40px;
}
.footer_newnov {
    width: 95%;
    margin: 0 auto;
    padding: 23px 0 0 0;
}
.ftnewnovmain {
    width: 100%;
    border-bottom: 0.5px solid #4A4747;
    padding: 8px 0 10px;
}
.ftnew{
    display: flex;
}

.leftfotmenu {
    width: 20%;
    margin: 0;
    padding: 0 9px 0 0;
}
.leftfotmenu ul {

    padding: 0 16px 0 0;
}
.leftfotmenu li {
    color: #fff;
    list-style: none;
    margin: 0 0;
    padding: 5px 12px;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    font-size: 14px;
    border-bottom: 0.2px solid #4A4747;
}
.rightfotmenu {
    width: 75%;
    padding: 0 20px;
}
.f-para {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}
.menulinkx {
    width: 100%;
    padding: 0;
}
.menulinkx ul {
    display: flex;
    flex-wrap: wrap;
}
.menulinkx li {
    color: #ffffff;
    padding: 0;
    list-style: none;
    font-size: 13px;
    width: 25%;
}
.menulinkx li a {
    color: #ffffff;
    padding: 5px 0;
    list-style: none;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}
.hfgryufg{
    display: flex;
    flex-wrap: wrap;
}

.newftlogo {
    padding: 2px 0 9px;
}
.logomtwht {
    width: 67%;
    padding: 10px 29px 0 0;
}
.logowhtyu {
    width: 21%;
}
.logowhtyu img {
    width: 100%;
}
.contenht {
    color: #fff;
    font-size: 13px;
    width: 100%;
}
.logoandmtwht {
    width: 30%;
    padding: 0 27px;
}
.hedingemt {
    padding: 10px 0 15px;
    color: #ffffff;
}
.nhy {
    width: 30px;
    height: 3px;
    display: block;
    background: #3183ED;
    margin: 8px 0 0;
}
.apiconh {
    width: 43%;
}
.apiconh img {
    width: 90%;
}
.logoqrmtwht {
    width: 15%;
    margin-left: auto;
}
.qdrt {
    width: 40%;
}
.qdrt img {
    width: 100%;
}
.novftlast {
    border-top: 0.5px solid #4A4747;
    padding: 8px 15px;
}
.ndert {
    color: #707070;
    padding: 6px 20px;
    font-size: 14px;
    width: 20%;
}
.ndertimhgt {
    margin-left: auto;
    padding: 0 20px;
    width: 42%;
}
.ndertimhgt img {
    width: 100%;
}
.lastelement {
    color: #fff;
    padding: 7px 12px;
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
    font-size: 14px;
    text-decoration: none;
}
.neftr {
    background: #f00;
    padding: 2px 6px;
    font-size: 7px;
    text-transform: uppercase;
    margin: 0 15px;
    border-radius: 2px;
    top: 11px;
    position: absolute;
    transform: skew(-20deg);
    /* left: 52px; */
}


/*  activityy   */

._topb {
    background: url('images/actLstBg.png') no-repeat center top #e6e6e6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    width: 100%;
    height: 210px;
}

._topb::before {
    content: '';
    position: absolute;
    background: #0000002e;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    right: 0px;
}
.mai_nrt {
    padding-top: 1%;
    border-radius: 10px;
}
._mid_map {
    width: 90%;
    margin: auto;
}
._tpfltr {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
    margin-bottom: 20px;
    align-items: center;
}
.lft_20 {
    width: 20%;
}
._brdc_m, ._sortflt {
    font-size: 14px;
}
._brdc_m strong {
    color: #2196F3;
    font-weight: 500;
    cursor: initial;
}
.lft_78 {
    width: 78%;
    display: flex;
    justify-content: space-between;
}
.nw_srtfltr {
    width: 60%;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.nw_srtfltr span {
    margin-right: 15px;
}
.nw_srtfltr ul {
    margin: 0;
    padding: 0;
    display: flex;
}
.nw_srtfltr ul li {
    list-style: none;
    border: 1px solid #dbdbdb;
    text-align: center;
    background: #fff;
    padding: 5px 10px;
    border-radius: 40px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #808080;
}
.lstactiv {
    border: 1px solid #2196f3 !important;
    color: #2196f3 !important;
}
.srch_lstbx {
    width: 30%;
    border: 1px solid #dbdbdb;
    background: #fff url('images/srch_icn_nwl.svg') no-repeat;
    background-position: 96%;
    padding: 5px 10px;
    border-radius: 40px;
}
._inp_srch {
    border: 0;
    outline: 0;
    font-size: 14px;
    width: 90%;
}
.retggf{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.retggf ._lft30 {
    width: 20%;
}
.retggf ._lft70{
    width: 78%;
}
._tittl {
    font-size: 22px;
    display: flex;
    font-weight: 600;
    margin-bottom: 15px;
}
.probxrr{
    padding:5px 10px;
    font-size: 18px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    margin: 15px 0;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}
.prc_ttl2 {
    margin-right: auto;
    font-size: 14px;
    font-weight: 600;
    color: #353535;
}
.probxrr a{
    color: #2196F3;
    text-decoration: none;
    font-size: 14px;
    margin: auto 0;
}

.prc_ttls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.ytgft{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.range-value {
    margin-top: 10px;
    width: 100%;
}

.range-value input {
    outline: 0;
    border: 0;
    font-size: 13px;
}
.slidesss{
    width: 100%;
    margin-top: 10px;
}

.check-box {
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}
.check-box input {
    position: absolute;
    opacity: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #358CED;
    border-radius: 2px;
}

.container-radio {
    position: relative;
    padding-left: 25px;
    margin-top: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark-radio {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    margin-right: 10px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #2196F3;
}
.star_Img img {
    width: 14px;
}
.star_Img {
    margin-right: 5px;
}
.reviews_f{
    font-size: 12px;
}
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

._sldr{
    padding: 0 15px;
}
._ofr_bx_sld {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}
._ofr_bx {
    cursor: pointer;
    position: relative;
    width: 70px;
    margin: auto;
    margin-bottom: 8px;
}
._ofr_bx_sld img{
    border-radius: 50px;
    height: 70px;
    width: 70px;
    object-fit: cover;
}
.slick-next:before, .slick-prev:before {
    opacity: 0 !important;
    color: #fff;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 22% !important;
    color: #a2bedf !important;
}

.slick-prev:hover, .slick-next:hover {
    color: #358CED !important;
}

.slick-prev i, .slick-next i {
    font-size: 20px;
}
.slick-prev {
    left: -16px !important;
}
.slick-next {
    right: -16px !important;
}

.ouuhvvvy{
    width: 100%;
}
._probx {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    margin: 15px 0;
    justify-content: space-between;
    display: flex;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}
._p_imgs {
    max-width: 28%;
    width: 28%;
}
._p_imgs img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
._p_dec {
    max-width: 53%;
    width: 53%;
    padding-right: 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dbdbdb;
}
._cityname {
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
._loct {
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 14px;
    margin: 5px 0;
}
._pinIcn {
    width: 12px;
    height: 17px;
    background: url('images/pin-icon.svg') no-repeat;
    background-size: cover;
    margin-right: 4px;
}
._review {
    font-size: 14px;
    color: #808080;
    align-items: center;
    display: flex;
}
._time {
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    margin: 3px 0;
}
._time span {
    display: flex;
    margin-right: 5px;
    width: 15px;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
._dec {
    font-size: 13px;
    padding-top: 5px;
    border-top: 1px solid #eee;
    margin-top: 5px;
}
._p_prc {
    max-width: 15%;
    width: 15%;
    display: flex;   
    flex-direction: column;
    justify-content: space-between;
}

.pos-rel {
    position: relative;
}
._P_Price {
    font-size: 25px;
    text-align: right;
    display: block;
    font-weight: 600;
}
._prn {
    text-align: right;
    font-size: 14px;
    color: #555555;
    width: 100%;
    display: block;
}
._p_prc span {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 0px;
    border-radius: 5px;
    color: #088527;
    margin-bottom: 10px;
    justify-content: flex-end;
}
._p_prc span::before {
    content: '';
    background: url('images/duble_chck.svg');
    width: 13px;
    height: 13px;
    float: left;
    background-size: 13px 13px;
    margin-right: 4px;
}
._bookhBtn {
    padding: 8px 0px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    background-color: #ef6614;
    text-decoration: none;
    border-radius: 40px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    font-weight: 500;
}
.btact {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.bstactt {
    text-align: center;
    font-size: 24px;
    color: #4b98ef;
    font-weight: 600;
}
.toexl {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding: 7px 0px 6px 0px;
}
.txtpra {
    font-size: 14px;
    padding: 10px 50px;
}

.monnjbhh{
    width: 100%;
    margin: auto;
    margin-top: 0px;
}
.toprflcont {
    padding-top: 25px;
    padding-bottom: 2px;
}
.flightpage4 {
    width: 72%;
    margin: 0 auto;
}
.excdeals {
    font-size: 28px;
    font-weight: 600;
    color: #0C8BFD;
    margin-right: 40px;
    text-align: center;
    font-family: poppins;
}
.trnst2 {
    text-align: center;
    color: #202020;
    font-size: 25px;
    font-weight: 600;
    margin-top: 8px;
}
.flightpage4 .accordion-button{
    color: #000 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: var(--bs-accordion-btn-padding-y) 0 !important;
}
.flightpage4 .accordion-button:focus {
    box-shadow: none !important;
}
.flightpage4 .accordion{
    --bs-accordion-active-bg: white !important;
}
.flightpage4 .accordion-body {
    margin-top: -20px !important;
    padding: var(--bs-accordion-body-padding-y) 0 !important;
    font-size: 14px !important; 
    color: #626262 !important;
    width: 87% !important;
}
.flightpage4 .accordion-button::after{
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-right: 8px; 
    font-size: 22px !important;
    color: #0C8BFD;
    position: absolute;
    right: 15px !important;
    transition: .5s all !important;
    background-image: none !important;
}
#prce .ui-state-default{
  border-radius: 50% !important;
  
}
#prce .ui-state-default:hover,.ui-state-default:focus{
    border: none !important;
    outline: none !important;  
}
#prce .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 7px !important;
}
#prce .ui-slider .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    top: -5px !important; 
    /* left: 5px !important; */
    margin-left:-6px !important;
    background-color: #0C8BFD;
    border: none;
}

/* third page */

.mn_nwact{
    width: 1220px;
    margin: 0 auto;
}
.breadcrum {
    width: 100%;
    margin: 20px 0 10px;
   
}

.fhtu{
    font-size: 13px;
    cursor: pointer;
}
.breadcrum .fhtu {
    display: flex;
    gap: 12px;
    list-style: none;
    line-height: 30px;
    color: #989696;
}
.breadcrum .active{
    color: #2196f3 !important;
    font-weight: 500;
    cursor: pointer !important;
}

.mntpbrdr {
    border-top: 1px solid #D3D7DD;
    margin-top: 2px;
}
.tphead_rw {
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
}

.tphead_rw h1{
    font-size: 23px;
    font-weight:700;
}
.strygy {
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.strygy p {
    margin-left: 8px;
    font-size: 15px;
}
.strygy span img {
    width: 16px;
}
.strygy span{
    margin-top: -2px;
}
.rv_loc_tym{
    display: flex;
    align-items: center;
}
.locfty{
    font-size: 15px;
}
.locfty img {
    margin-right: 5px;
    width: 18px;
}

.blw_mn{
    max-width: 1220px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.frst_mn{
  width: 66%;
}
.horVerSlider{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#vertical-slider ul li {
    width: 140px;
    height: 90px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    background-position: center;
    border-radius: 10px;
    margin-bottom: 6px;
}
.vertical-wrapper{
    width: 20%;
}

#vertical-slider {
    height: 380px;
    overflow: hidden;
    position: relative;
}

#vertical-slider ul li::after {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.veall {
    width: 98%;
    position: absolute;
    color: #fff;
    cursor: pointer;
    bottom: 0;
    margin: 10px auto;
    text-align: center;
    align-items: center;
}
.slfrst {
    width: 100%;
    font-size: 14px;
    padding: 29px;
}
.horizon-wrapper{
    width: 80%;
   
}
.zoomin{
    border-radius: 20px;
    overflow: hidden;
    height: 380px;
}
.hgyt{
    width: 100%;
    height: 100%;
}
.ext_srvs {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 20px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.ech_srvce {
    width: 18%;
    margin-right: 13px;
}
.al_mnus{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tabdiv {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin-top: 20px;
}
.nav-link.active{
    border:none !important;
    color: #2196f3 !important;
    border-bottom: 4px solid #2196f3 !important;
}
.nav{
    --bs-nav-link-padding-x: 10px !important;
    --bs-nav-link-padding-y: 15px !important;
    overflow: hidden !important;
}
.nav-link{
    font-size:14px !important;
    font-weight: 600 !important;
    border: none !important;
    margin: 0 15px !important;
    color: black !important;
}

.pckg_optns {
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.optn_sngle {
    cursor: pointer;
    width: 100%;
    border: 2px solid #2196F3;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    position: relative;
}
.optn_actv:before {
    content: '';
    background: url('images/actv_tick_Dxtp.svg') no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
    right: -10px;
    top: -15px;
}
.lt_optn {
    width: 80%;
    border-right: 1px dashed #E1E1E1;
}
.tym_hrs {
    background: #EAFAEE;
    border-radius: 5px;
    width: auto;
    padding: 7px;
    margin: 10px 0;
    display: inline-flex;
}
.tym_hrs img {
    width: 15px;
}
.tym_hrs span {
    color: #16C344;
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
}
.article{
    font-size: 14px;
}
.inr_optndv {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rt_optn {
    width: 16%;
    text-align: right;
}
.optn_prce {
    font-size: 24px;
}
.optn_prce span{
    font-weight: 700;
}
.mflex{
    display: flex;
    justify-content: space-between;
}
.inclu {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    position: relative;
    width: 49%;
    background: #EAFAEA;
}
.exclu {
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding: 15px;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    position: relative;
    width: 49%;
    background: #FBEBEB;
}
.inclu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #63C266;
    height: 30px;
    width: 5px;
}
.heading {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
ul.inclsn {
    margin: 7px 0 0 0;
    padding: 0;
}
ul.inclsn li {
    margin: 0 0 4px 20px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    list-style-image: url('images/check-icon.svg');
}
.exclu::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: #DA1515;
    height: 30px;
    width: 5px;
}
ul.exclsn li {
    margin: 0 0 4px 20px;
    padding: 0;
    list-style: none;
    font-size: 13px;
    list-style-image: url('images/exclusion-icon.svg');
}
.scnd_mn {
    width: 32%;
}
.prce_dtlbx {
    width: 100%;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 15px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}
.prc_lwst {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.strng{
    font-size: 16px;
    
}
.rt_mnprce{
    font:23px;
    font-weight: 600;
}
.f13 {
    cursor: default;
    font-size: 13px;
}
.slct_optn {
    padding-bottom: 20px;
    border-bottom: 1px dashed #E1E1E1;
}
.slct_ttle {
    margin: 15px 0;
    font-size: 18px;
    font-weight:600 ;
}
.c_dt_tm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
}
.wd48 {
    width: 48%;
}
.date_bx {
    cursor: pointer;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 5px 13px;
    background: #fff;
    position: relative;
}
.inpt_dt{
    cursor: pointer;
    outline: none;
    border: none;
    background: url('images/clndr_mg.svg') no-repeat 0px;
    width: 100%;
    padding: 0px 0 0 38px;
    background-size: 19px;
    font-weight: 600;
    font-size: 14px;
}
.date_bx, .tm_bx {
    cursor: pointer;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 5px 13px;
    background: #fff;
    position: relative;
}
.tm_bx_fl {
    width: 60%;
    font-size: 14px;
    font-weight: 600;
}
.chse_prsn {
    width: 100%;
    position: relative;
}
.selct_prsn {
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    background: url('images/adt_chd_mg.svg') no-repeat 12px 10px #fff;
    padding: 12px 10px 12px 50px;
    height: 44px;
    background-size: 22px;
    font-weight: 600;
}

.dropdown-travelr {
    position: absolute;
    background-color: #fff;
    width: 339px;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 45%);
    z-index: 1;
    top: 45px;
    left: 0px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.flex-adltcol {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
}
.trvlhead {
    font-size: 13px;
    font-weight: 600;
}
.agetxt {
    font-size: 11px;
}
#field1, #field2, #field3 {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
}
.inptno {
    cursor: default;
    border: 0;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 14px;
    width: 40px;
    background: #f6f9ff;
}

.sub, .add {
    width: 26px;
    height: 31px;
    border: 0;
    background: none;
    font-size: 18px;
    cursor: pointer;
}
.dn_btn {
    padding: 8px 12px;
    border: 1px solid #2196f3;
    color: #2196f3;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-top: 7px;
    cursor: pointer;
}
.act_pckprce {
    width: 100%;
    margin: 9px 0;
}
.prc_descrp{
    font-size: 16px;
    font-weight: 600;
}
.fnl_prce {
    color: #14A20A;
    font-size: 28px;
    font-weight: 700;
}
.bkng_b {
    width: 100%;
    padding: 0 0 5px;
}
.bkng_b a{
    cursor: pointer;
    color: #fff !important;
    background: #EF6614;
    border-radius: 40px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 18px;
}
.fr-cncl {
    border-radius: 7px;
    overflow: hidden;
    margin-top: 20px;
}
.cncl-hd {
    background: #3F9D3F;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    gap: 5px;
}
.tck-bx {
    display: block;
    position: relative;
    height: 14px;
    width: 14px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
}
.tck-bx .chm {
    top: 45%;
    display: block;
    width: 3px;
    height: 6px;
    position: absolute;
    border: solid #3F9D3F;
    border-width: 0 2px 2px 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.cncl-bx {
    padding: 10px;
    background: #F2FFF3;
    border: 1px solid #78EA84;
    border-radius: 0 0 7px 7px;
    border-top: 0;
    font-size: 13px;
}
.adtn_info {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    padding: 15px;
    margin-top: 20px;
    height: 358px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #dbdbdb;
}

.ad_left {
    width: 75%;
    font-size: 19px;
    font-weight: 600;
}
.ad_left img {
    margin-right: 10px;
    width: 25px;
}
.adtn_info ul {
    margin: 0;
    padding: 0;
    position: relative;
}
.adtn_info ul li {
    list-style: none;
    margin-left: 22px;
    padding: 7px 0 0;
}
.adtn_info ul li:before {
    content: '';
    background: url('images/black-dot.png') no-repeat;
    width: 20px;
    position: absolute;
    height: 20px;
    left: -2px;
    margin-top: 6px;
    margin-left: 8px;
    background-size: 8px;
}
.adtn_info li{
    font-size: 14px;
}

/* linkssss */
._dropdownromenu {
    position: absolute;
    z-index: 999;
    min-width: 235px;
    border-radius: 5px;
    display: block;
    background: #fff !important;
    transition: max-height .2s ease-in;
    -webkit-transition: max-height .2s ease-in;
    box-shadow: rgba(0, 0, 0, .5) 0 0 6px !important;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
    -moz-box-shadow: rgba(0, 0, 0, .5) 0 0 6px;
    top: 32px;
    right: -4px;
    padding: 0 10px;
}
._listrwmenu ul li a {
    margin: 0 5px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #202020;
    text-decoration: none;
    padding: 6px 10px;
    font-weight: 500;
    text-transform: capitalize;
}
._romnutxt .fnt14 {
    font-size: 13px;
    font-weight: 600;
}
._romnutxt .fnt12 {
    font-size: 11px;
    font-weight: 500;
}
.menuropos {
    min-width: 40px;
    width: 40px;
    height: 40px;
    background: url('https://images.emtcontent.com/nwhomfiles/menuspriteicon.png?v9.2') 0 0 / 355px 330px no-repeat #f9f8fa;
    border-radius: 10px;
    margin-right: 10px;
}

.emtcards-roico {
    background-position: -280px -245px;
}
._listrwmenu ._drpdubro {
    width: 100%;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: flex-start;
    color: #202020 !important;
    margin: 0 !important;
    background: unset !important;
    border-radius: 0 !important;
}
._drpdubro, ._listrwmenu ._drpdubro {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0 !important;
}
._romnutxt {
    display: flex;
    flex-direction: column;
    position: relative;
}
._drpdubro {
    text-decoration: none;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    color: #202020;
    margin: 0 !important;
    background: unset !important;
    border-radius: 0 !important;
}
.custlog-roico {
    background-position: -280px -176px;
}
.corplog-roico {
    background-position: -104px -210px;
}
.agntlog-roico {
    background-position: -35px -210px;
}
.mybooking-roico {
    background-position: -244px -210px;
}
.callsupport-roico {
    background-position: -210px -175px;
}
.mailsupport-roico {
    background-position: -140px -210px;
}

.act_crcle {
    width: 60px;
    height: 60px;
    background: #00000061;
    border-radius: 100px;
    opacity: 0.8;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 2px solid #fff;
}

.act_crcle img{
    width:28px;
    height: 28px;
    position: absolute !important;
    object-fit: contain !important;
}
.ed-grade {
    position: absolute;
    top: 0;
    background: #0023477d;
    width: 100%;
    height: 100%;
    z-index: 1;
}



/* input field */

#for_absolute{
    z-index: 990;
    position: absolute;
    top:60px;
    left: -28px;
    width: 600px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    /* gap: 8px; */
    padding:0 7px;
    background-color: white;
    border-bottom: 0px solid #ddd;
    box-shadow: 2px 2px 4px #00000057;
    border-radius: 10px;
  }

  .list_items {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 6px;
    border-radius: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.forinput {
    display: flex;
    flex-direction: column;
}
.ahgfhklk {
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  
}
.bvcdfdeeyy {
    font-size: 12px;
    color: #666666;
}
.icoactmn {
    width: 44px;
    text-align: center;
    height: 44px;
}
.icoactmn img {
    border-radius: 10px;
    object-fit: cover;
    height: 44px;
    width: 44px;
}
.carousel-item{
    height: 400px;
}
.carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.srch_pnlnew {
    width: 770px;
    background: #fff;
    border-radius: 40px;
    height: 64px;
    margin: auto;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}
.whr_autpnl {
    width: 45%;
    padding: 8px 5px 7px 10px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.whe_drpnl {
    width: 35%;
    padding: 8px 5px 7px 10px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.child-class, .adult-class {
    width: 20%;
    padding: 8px 5px 7px 10px;
    display: flex;
    flex-direction: column;
}

.tilettp {
    font-size: 15px;
    font-weight: 600;
    align-self: start;
}
select.textfields {
    border: 0px;
    outline: 0px;
    padding: 6px 0px 0px;
    background: transparent;
    width: 100%;
    font-size: 13px;
}
.search-btn {
    padding: 4px 5px 7px 10px;
}
