@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, select, input, button{margin:0;padding:0;border:0;outline:0;font-family: 'Poppins', sans-serif;}

body {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

.flx {
    display: flex;
}

.jsb {
    justify-content: space-between;
}

.alignit {
    align-items: center;
}

.clm {
    flex-direction: column;
}

.f12 {
    font-size: 12px;
}

.f13 {
    cursor: default;
    font-size: 13px;
}

.f14 {
    cursor: default;
    font-size: 14px;
}

.f15 {
    cursor: default;
    font-size: 15px;
}

.f16 {
    cursor: default;
    font-size: 16px;
}

.f18 {
    cursor: default;
    font-size: 18px;
}

.f19 {
    cursor: default;
    font-size: 19px;
}

.f20 {
    cursor: default;
    font-size: 20px;
}

.f23 {
    cursor: default;
    font-size: 23px;
}

.f24 {
    cursor: default;
    font-size: 24px;
}

.f26 {
    cursor: default;
    font-size: 26px;
}

.f28 {
    cursor: default;
    font-size: 24px;
}

.f40 {
    cursor: default;
    font-size: 40px;
}
.wt400 {
    font-weight: 400;
}
.wt500 {
    font-weight: 500;
}

.wt600 {
    font-weight: 600;
}

.wt700 {
    font-weight: 700;
}
.mr13{margin-right: 13px;}
.mr18{margin-right: 18px;}
/*Scrollbar*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #EAEAEA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2093EF;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

/*Scrollbar*/
.mn_nwact {
    width: 1200px;
    margin: 0 auto;
}

.breadcrum {
    width: 100%;
    float: left;
    margin:20px 0 10px;
}

    .breadcrum ul li {
        cursor: default;
        display: inline;
        margin-right: 1%;
        float: left;
        line-height: 30px;
        color: #989696;
    }

.ac {
    color: #2093EF !important;
    font-weight:500;
    cursor: pointer !important;
}
.ac:hover{text-decoration:underline;}

.tphead_rw, .rv_loc_tym {
    width: 100%;
    margin: 10px 0;
}

.str span img {
    width: 16px;
}

.str p {
    margin-left: 8px;
}

.loc img {
    margin-right: 5px;
    width: 18px;
}

.mr20 {
    margin-right: 20px;
}

.blw_mn {
    width: 100%;
}

.frst_mn {
    width: 66%;
}

/*slider*/
.slider {
    width: 100%;
    flex-direction: row-reverse;
}

    .slider ul.bxslider img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

.bx-pager {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .bx-pager img {
        width: 107px;
        height: auto;
        border-radius: 10px;
    }

    .bx-pager a {
        margin-bottom: 10px;
        border-radius: 10px;
    }

        .bx-pager a:last-child {
            margin-bottom: 0;
        }

        .bx-pager a:hover,
        .bx-pager a.active {
            opacity: 1;
        }
/*slider*/

.ext_srvs {
    width: 100%;
    border-top:1px solid #dbdbdb;
    border-bottom:1px solid #dbdbdb;
    padding: 10px 0px;
    margin: 20px 0;
}

.ech_srvce {
    width: auto;
}

.ech_srvce_fl {
    width: auto;
    position: relative;
    font-weight: normal;
    font-size: 14px;
}
#mainLang:hover {
    color: #2093EF;
}
    .ech_srvce img, .ech_srvce_fl img {
        margin-right: 7px;
    }

#drop {
    background: #fff;
    border: 1px solid #CCC;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    position: absolute;
    top: 35px;
    right: 15px;
    width: 215px;
    border-radius: 5px;
    z-index: 999;
    padding: 10px;
}

    #drop:before {
        position: absolute;
        top: -11px;
        right: 24px;
        display: inline-block;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #e7e7e7;
        border-left: 10px solid transparent;
        content: '';
    }

    #drop h3 {
        font-size: 15px;
        font-weight: 600;
    }

    #drop p {
        font-size: 13px;
        margin-top: 5px;
    }

.al_mnus {
    width: 100%;
    margin-bottom: 20px;
}

    .al_mnus ul {
        padding: 0;
        margin: 0;
    }

        .al_mnus ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
        }

            .al_mnus ul li a {
                color: #7C7777;
                text-decoration: none;
                padding-bottom: 13px;
            }

                .al_mnus ul li a:hover {
                    color: #2093EF;
                    border-bottom:4px solid #2093EF;
                }

.pckg_optns{
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding:15px 20px;
    margin-bottom: 20px;
    font-size:14px;
}
    .pckg_optns ul{margin:0;padding:0;}
        .pckg_optns ul li{margin-left:15px !important;font-size:14px !important;}

        .optn_sngle {
            cursor: pointer;
            width: 100%;
            border: 1px solid #dbdbdb;
            border-radius: 10px;
            padding: 20px;
            margin: 15px 0;
            position: relative;
        }

.optn_actv {
    border: 2px solid #2093EF;
}

    .optn_actv:before {
        content: '';
        background: url(../img/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;
    }

.descpt_fl {
    width: 100%;
}

#section {
    width: 100%;
    word-wrap: break-word;
}

.moretext {
    display: none;
}

.rt_optn {
    width: 16%;
    text-align: right;
}

.al_polcys {
    width: 100%;
}

    .al_polcys ul {
        padding: 0;
        margin: 0;
    }

        .al_polcys ul li {
            margin: 0 18px;
            color: #4D5151;
            line-height: 25px;
        }

    .al_polcys p {
        margin: 10px 0;
    }

.semre {
    color: #00689C;
    margin: 10px 0;
    cursor: pointer;
    display: inline-block;
}

    .semre img {
        margin-left: 8px;
    }

.al_polcys a:hover {
    text-decoration: underline;
}

.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%;
}

.lwst_pr {
    color: #2F86BF;
    margin: 5px 0;
}

#more {
    display: none;
}

.c_dt_tm {
       width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    flex-direction: column;
}

.date_bx, .tm_bx {
    cursor: pointer;
    width:100%;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 5px 7px;
    background: #fff;
    position: relative;
}

.inpt_dt {
    cursor: pointer;
    outline: none;
    border: none;
    background: url(../img/clndr_mg.svg) no-repeat 0px;
    height: 30px;
    width: 100%;
    padding: 0px 0 0 38px;
    background-size: 19px;
	font-weight:600;
	font-size: 14px;
}

.dropdown-travelr {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 333px;
    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;
}

.innr_pnl_v2 {
    width: 100%;
    position: relative;
}

.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: 14px;
    font-weight: 600;
}

.agetxt {
    font-size: 12px;
}

#field1, #field2, #field3 {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: flex;
}

.sub, .add {
    width: 26px;
    height: 31px;
    border: 0;
    background: none;
    font-size: 18px;
    cursor: pointer;
}

.inptno {
    cursor: default;
    border: 0;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 14px;
    width: 40px; font-weight: 700;
    background: #f6f9ff;
}

.dn_btn {
    padding: 8px 12px;
    border: 1px solid #2093EF;
    color: #2093EF;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin-top: 7px;
    cursor: pointer;
}

.tm_bx_fl {
    width: 100%;
    font-size:14px;
    font-weight: 600;padding-left: 0px;
}
.wd55{ width: 100%;
    margin-top: 3%;}

.clck {
    height: 30px;     padding: 0px 20px 0 0px;
}

    .clck img {
        width: 24px;
    }

.slct_ttle {
    margin: 15px 0;
}

.chse_prsn {
    width: 100%;
    position: relative;
}

.selct_prsn {
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    background: url(../img/adt_chd_mg.svg) no-repeat 7px 10px #fff;
    padding:12px 10px 12px 50px;
    height: 44px;
    background-size: 22px;
    font-weight: 600;
}

.drp_tmslct {
       position: absolute;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 5px;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 37px;
    max-height: 200px;
    overflow-y: auto;
    border-bottom-right-radius: 5px;
 
}

.dn_btn:hover {
    background: #2093EF;
    color: #fff;
}

.drp_tmslct ul {
    margin: 0;
    padding: 0;
}

    .drp_tmslct ul li {
        list-style: none;
        padding: 7px 8px;
        cursor: pointer;
		font-size: 15px;
    }

        .drp_tmslct ul li:hover {
            background: #f6f9ff;
        }

.slct_optn {
    padding-bottom: 20px;
    border-bottom: 1px dashed #E1E1E1;
}

.act_pckprce {
    width: 100%;
    margin: 9px 0;
}

.fnl_prce {
    color: #14A20A;
}
.pro-icon-h{display:none;}
.bkng_b {
    width: 100%;
    padding:0 0 5px;
}

    .bkng_b a {
        cursor: pointer;
        color: #fff;
        background: #EF6614;
        border-radius:40px;
        text-decoration: none;
        display: block;
        text-align: center;
        padding:10px 0px;
        font-size:18px;
    }

        .bkng_b a:hover {
            background: #da5200;
        }

.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;
}

.tp_hdre {
    width: 100%;
}

    .tp_hdre a:hover {
        text-decoration: underline;
    }

.ad_left {
    width: 75%;
}

    .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(../img/diamnd.svg) no-repeat;
            width: 20px;
            position: absolute;
            height: 20px;
            left: 0;
            margin-top: 3px;
            background-size: 15px;
        }*/
        .adtn_info ul li:before {
            content: '';
            background: url(../img/black-dot.png) no-repeat;
            width: 20px;
            position: absolute;
            height: 20px;
			left: -2px;
			margin-top: 6px;
			margin-left: 8px;
			background-size: 8px;
        }

.tabdiv {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin-top: 20px;
    padding: 15px 10px;
}

    .tabdiv ul {
        margin: 0;
        padding: 0;
    }

        .tabdiv ul li {
            list-style: none;
            padding: 0;
            font-size: 14px;
            cursor: pointer;
            font-weight: 600;
        }

.tab li a.active-qms {
    color: #2093EF !important;
    border-bottom:4px solid #2093EF;
    padding: 0 0 13px;
}

.tabdiv ul li a {
    color: #000000;
    text-decoration: none;
    margin: 0 15px;
}

.mr15 {
    margin: 15px 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    text-align: justify;
    margin-bottom: 15px;
}

.mb25 {
    margin-bottom: 25px;
}

.smheadng {
    display: block;
    margin-bottom: 5px;
}

.incl_excl_bx {
    width: 100%;
}

.incl_mn, .exclu_mn {
    width: 48%;
}

.ie_dtls {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 5px 0px;
}


    .ie_dtls img {
        margin: 5px 10px 0px 0;
    }

.fl_map_dv {
    width: 100%;
}

.p25 {
    padding: 25px 0;
}

.brd_btm {
    border-bottom: 1px solid #e1e1e1;
}

.rewavtproges {
    width: 35%;
    border: 1px solid #dbdbdb;
    padding: 15px;
    border-radius: 10px;
    float: left;
}

.rvw_pt {
    margin-left: 0;
    width: 100%;
}

.ttl_rvw {
    color: #00A664;
    width: 30%;
}

.rvw_txt_ttl {
    margin: 0;
    font-weight: 500;
}

.teyu {
    font-weight: 600;
}

.tryu {
    color: #00A664;
}

.mg_btm {
    display: block;
    margin: 5px auto 0;
    float: left;
    width: 100%;
}

.rttsde_in_l {
    width: 100%;
    float: left;
}

.mainhty {
    width: 100%;
    display: flex;
}

.rttsde_in_r {
    width: auto;
}

.progress {
    height: 6px;
    margin: 5px auto;
    overflow: hidden;
    background-color: #E5E5E5;
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00A664;
}

.mhty {
    background: #F4F6F8;
    padding: 12px;
    border-radius: 10px;
}

.r_nm_s {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exc_mg {
    width: 27%;
}

.str_icn {
    margin-left: 15px;
}

    .str_icn img {
        width: 12px;
    }

.rvw_prsn {
    width: 32%;
    display: flex;
    justify-content: space-between;
}

.nm_alpha {
    border-radius: 50%;
    color: #000;
    font-size: 19px;
    width: 45px;
    text-align: center;
    line-height: 35px;
}

.p_nm_dt {
    display: flex;
    flex-direction: column;
}

.mhty p {
    color: #737374;
}

.rewavt {
    width: 63%;
    float: right;
}

.dt_fl {
    color: #A5A6A9;
}

.t_star {
    width: 55px;
    border-radius: 5px;
    color: #fff;
    background: #00A664;
    text-align: center;
    padding: 5px;
    margin: 10px 0px;
}

.cnt_lodr {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
    z-index: 9999;
    top: 0;
    position: fixed;
    display: block;
}

.ldr_cnt {
    margin: 20%;
    text-align: center;
}

.ldr_gif {
    width: 10%;
}

.ldr_txt {
    color: #fff
}

.lodr {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 65px;
    height: 65px;
    animation: spin 2s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.imgSlideBtn {
    margin-top: 210px;
}

.imgSlideBtnL {
    transform: rotate(180deg);
    height: 17px;
}

.imgSlideBtnR {
    height: 17px;
}

.tltle_str {
    width: 100%;
}

.trvl_pics {
    width: 100%;
}

.on_picbx {
    width: 25%;
    border-radius: 5px;
}

.mrlt {
    margin-left: 10px;
}

.ech_rvw {
    width: 100%;
    border-bottom: 1px solid #E4E2E2;
    padding-bottom: 25px;
}

.mt10 {
    margin-top: 10px !important;
}

.inr_optndv {
    width: 100%;
}
.fqmnfl {
    width: 100%;
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.fqmnfl ul{margin:0;padding:0;}
    .fqmnfl ul li {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        list-style: none;
    }
.newbxn {
    width: 100%;
    position: relative;
}

.mflex {
    display: flex;
}

.jsb {
    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;
}

    .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(https://www.easemytrip.com/holidays//Content/customize/detail/img/check-icon.svg);
    }

.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;
}

    .exclu::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        background: #DA1515;
        height: 30px;
        width: 5px;
    }

ul.exclsn {
    margin: 7px 0 0 0;
    padding: 0;
}

    ul.exclsn li {
        margin: 0 0 4px 20px;
        padding: 0;
        list-style: none;
        font-size: 13px;
        list-style-image: url(https://www.easemytrip.com/holidays//Content/customize/detail/img/exclusion-icon.svg);
    }
	
.mntpbrdr{border-top:1px solid #D3D7DD;margin-top:2px;}
/*gallery*/
.glry_mn_bx {
    width: 60%;
    margin:6rem auto;
    position: relative;
}

.nxt_arwgr, .prv_arwgr {
    background: rgba(0,0,0,.5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.nxt_arwgr {
    position: absolute;
    right: 10px;
    top: 50%;
}

.prv_arwgr {
    position: absolute;
    left: 10px;
    top: 50%;
}

    .nxt_arwgr img, .prv_arwgr img {
        width: 50px !important;
        height: 50px !important;
        object-fit: none !important;
    }

.glry_mn_bx img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.glry_mn_bx span {
    font-size: 25px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top: -50px;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.galbg {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 82%) none repeat scroll 0 0;
    z-index: 999;
    top: 0px;
    position: fixed;
    display: block;
	}
/*gallery-ends*/

.dtndtmvald {
    display:none;
    color: red;
    margin-top:2px;
    font-size: 11px; text-transform: capitalize;
}
.wd48{width:100%;     margin-top: 3%;}
.act-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
}

.actmodal-cont {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width:45%;
    max-width: 700px;
    text-align: center;
    border-radius: 20px;
}
.actmodal-cont img{width:20%;}
.phglt{background:#FBF6CA;padding:0 5px;border-radius:5px;}
.act-mtitle {
    font-size: 21px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	margin:8px 0;
}
.act-mtitle img{width:20px;}
.terminate {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: 100;
    line-height: 1;
}

    .terminate:hover,
    .terminate:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
		
	 .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;
    }
.cncl-bx li{font-size:14px;list-style:none;position:relative;margin-left:10px;}
.cncl-bx li:before {
    content: '';
    background: url(../img/black-dot.png) no-repeat;
    width: 20px;
    position: absolute;
    height: 20px;
    left:-13px;
    margin-top: 6px;
    background-size: 8px;
}
.str_icn {
    margin-left: auto;
    width: 15%;
    text-align: right;
}
.tltle_str h4 {
    width: 400px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mrlangue {
  position: absolute;
    right: -91px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 5px;
    width: 72%;
    border-radius: 10px;
    font-size: 13px;
    top: 30px;
}
.fnt{font-weight: 500;}
.mrlangue:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 16px;
    margin-left: -5px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7e7e7;
    border-left: 10px solid transparent;
}
label#tslVal {
    cursor: pointer;
}
  .tooltip-wrapper {
      display: inline-block;
      position: relative;
      margin-left: 6px;
      vertical-align: middle;
    }


    .tooltip-box {
      visibility: hidden;
      opacity: 0;
        background-color: #fff;
    color: #333;
    padding: 6px 10px;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    position: absolute;
    white-space: nowrap;
    bottom: -37px;
    left: -87%;
    transform: translateX(-50%);
    z-index: 100;
    transition: opacity 0.3s ease;
    }

    .tooltip-box::before {
       content: "";
    position: absolute;
    top: -10px;
    left: 57%;
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid #ffffff00;
    margin-left: -3px;
    }
 .tooltip-wrapper:hover .tooltip-box {
      visibility: visible;
      opacity: 1;
    }
	
	.tooltip-wrapper2 {
      display: inline-block;
      position: relative;
      margin-left: 6px;
      vertical-align: middle;
    }
	.tooltip-box2 {
      visibility: hidden;
      opacity: 0;
        background-color: #fff;
    color: #333;
    padding: 6px 10px;
    border: 1px solid #ececec;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    position: absolute;
    white-space: nowrap;
   bottom: -44px;
    left: 27%;
    transform: translateX(-50%);
    z-index: 100;
    transition: opacity 0.3s ease;
    }

    .tooltip-box2::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 57%;
    transform: translateX(-50%);
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7e7e7;
    border-left: 10px solid transparent;
    margin-left: -3px;
    }
 .tooltip-wrapper2:hover .tooltip-box2 {
      visibility: visible;
      opacity: 1;
    }