﻿.mn_pckoptn  ul li {
    list-style: none;
    background: url(https://staging.easemytrip.com/activities/Content/img/cr_arw.svg) no-repeat 0px 8px;
    padding: 0px 20px;
    font-size: 13px;
    line-height: 30px;
}
@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Open Sans', sans-serif;
    background: #fff !important;
}

.b_sdw {
    border-bottom: 1px solid #EAE8E8;
    box-shadow: 0px 2px 10px #eae8e8;
}

.mn_blw {
    width: 1200px;
    margin: 10px auto;
}

.fl_bx {
    width: 100%;
    display: flex;
}

.breadcrum {
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .breadcrum ul li {
        display: inline;
        font-size: 13px;
        margin-right: 1%;
        float: left;
        line-height: 30px;
        color: #989696;
    }

        .breadcrum ul li a {
            text-decoration: none;
            color: #2196f3;
        }

.ac {
    color: #2196f3 !important;
    font-weight: 600;
}

.tp12 {
    top: 148px !important;
}

.stck_sec {
    width: 100%;
}

.stck_sec_nw {
    position: sticky;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 999;
    padding: 0 6px;
    border-radius: 5px;
}

.cnt_lodr {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6) none repeat scroll 0 0;
    z-index: 999;
    top: 0;
    position: fixed;
    display: block;
}

.ldr_cnt {
    width: 15%;
    background: #fff;
    margin: 20% auto;
    font-size: 14px;
    text-align: center;
    padding: 10px 0px 5px;
    font-weight: 600
}

.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);
    }
}

.lft_prtn {
    width: 65%;
    margin-right: 20px;
}

.sldr_bx {
    width: 100%;
    display: flex;
}

.mn_slide {
    width: 60%;
    margin-right: 8px;
}
.org_mp_bx{width:100%;}
.mySlides {
    display: none
}

img {
    width: 100%;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    border-radius: 5px;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.statc {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s_mgbx {
    width: 100%;
    border-radius: 5px;
    height: 169px;
    overflow: hidden;
    margin-bottom: 5px;
}

.rgt_prtn {
    width: 30%;
}

.r_dtbx {
    width: 100%;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    position: sticky;
    top: 0;
}

.s_prce {
    width: 100%;
    padding: 5px 10px;
    background: #F3F1F1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #DFDBDB;
}

.sfrm_txt {
    font-size: 15px;
    width: 100%;
}

.prce {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3px 0px 0;
}

.old_prce {
    color: #989898;
    font-size: 13px;
    text-decoration: line-through;
}

.bg_rupee {
    color: #14A20A;
    font-size: 25px;
    font-weight: 600;
    margin-right: 2px;
}

    .bg_rupee span {
        font-size: 23px;
        color: #14A20A;
        font-weight: normal;
    }

.pp_t {
    color: #646161;
    font-size: 13px;
    padding-top: 8px;
}
.pp_t2 {
    color: #646161;
    font-size: 12px;
    padding-top: 5px;
}
.incl {
    color: #646161;
    font-size: 11px;
}

.slct_optn {
    width: 100%;
    border-bottom: 1px solid #CCC9C9;
}

.s_dtls {
    padding: 10px 10px;
    width: 100%;
}

.slct_ttle {
    font-size: 14px;
    font-weight: 600;
}

.c_dt_tm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 0;
}

.date_bx, .tm_bx {
    width: 48%;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    padding: 5px 8px;
}

.inpt_dt {
    outline: none;
    border: none;
    background: url(../img/cal_icn.svg) no-repeat;
    height: 22px;
    width: 100%;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.slct_cst {
    border: none;
    outline: none;
    width: 100%;
    background: url(../img/clock_icn.svg) no-repeat;
    height: 22px;
    padding: 0px 30px;
    cursor: pointer;
}

.selct_prsn {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #BCBCBC;
    font-size: 13px;
    background: url(../img/prsn_icn.svg) no-repeat 10px 6px;
    padding: 10px 38px;
    cursor: pointer;
}

.bkng_b {
    width: 100%;
    padding: 14px 10px;
}
.b_sdw {
    border-bottom: 1px solid #EAE8E8;
    box-shadow: 0px 2px 10px #eae8e8;
}
    .bkng_b a {
        color: #fff;
        background: #EF6614;
        border-radius: 5px;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 13px 0px;
        font-size: 15px;
		cursor:pointer;
    }

        .bkng_b a:hover {
            background: #da5200;
        }

.ttl_prce {
    margin: 5px 0px 0;
}

.strt-frm {
    font-size: 15px;
    padding: 5px 0px;
    display: block;
    font-weight: 600;
}

.acprc {
    font-size: 25px;
    color: #d63b05;
    line-height: 25px;
}

.bld_prce {
    font-weight: 600;
}

.mySlides img {
    border-radius: 5px;height: 342px;object-fit: cover;
}

.pck_tsd {
    width: 100%;
    align-items: center;
    margin: 10px 0px 5px;
}

.pckg_title {
    font-size: 27px;
    font-weight: 600;
}

.t_star {
    width: 52px;
    border-radius: 5px;
    color: #fff;
    background: #129b0d;
    font-size: 14px;
    text-align: center;
    padding: 4px;
    font-weight: 600;
    margin: 10px 0px;
}

.time_drtn {
    font-size: 14px;
    display: flex;
    margin-left: 17px;
}
.tr_lang{font-size:14px;display:flex;position:relative;margin-left: 17px;}
#drop {
    display: none;
    background: #fff;
    border: 1px solid #CCC;
    box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    position: absolute;
    top:30px;
    right:0px;
    width:215px;
    border-radius: 3px;
    z-index: 999;
    padding:10px;
}
#drop h3{font-size:15px;font-weight:600;}
#drop p{font-size:13px;}

#drop:before {
    position: absolute;
    top: -11px;
    left: 15px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e7e7e7;
    border-left: 10px solid transparent;
    content: '';
}

    .time_drtn img {
        margin-right: 5px;
        width: 16px;
    }
.tr_lang img {
    margin-right: 5px;
    width: 16px;
}
.act_menu {
    width: 100%;
}

    .act_menu ul li {
        list-style: none;
        color: #7C7777;
        display: inline-block;
        margin: 16px 17px 16px 0;
    }

        .act_menu ul li a {
            color: #7C7777;
            text-decoration: none;
            font-size: 15px;
        }

.actv {
    background: #2196f3;
    color: #fff !important;
    border-radius: 16px;
    padding: 5px 12px;
    color: #fff
}

    .actv a {
        color: #fff !important
    }

.box-avf {
    padding: 8px 0px;
    box-shadow: 1px 1px 5.5px #bcbcbc;
    border-radius: 4px;
    width: 100%;
    margin: 20px 0px;
}

.hedt {
    border-left: 4px solid #EF6614;
    padding: 5px 0 5px 12px;
    font-weight: 600;
    font-size: 18px;
}
/* Timeline */
.timeline {
    border-left: 2px solid #cfcfcf;
    margin: 20px auto;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0 51px;
    list-style: none;
    text-align: left;
}

    .timeline h1,
    .timeline h2,
    .timeline h3 {
        font-weight: 400;
        font-size: 20px;
        color: #000000;
    }

    .timeline .event {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
        padding-bottom: 25px;
        margin-bottom: -3px;
        position: relative;
    }

        .timeline .event:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
            border: none;
        }

        .timeline .event:before,
        .timeline .event:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline .event:before {
            left: -217.5px;
            content: attr(data-date);
            text-align: right;
            font-weight: 100;
            font-size: 16px;
            min-width: 120px;
            color: #89898A;
        }

        .timeline .event:after {
            box-shadow: 0 0 0 4px #cfcfcf;
            left: -54.85px;
            background: #cfcfcf;
            border-radius: 50%;
            height: 6px;
            width: 6px;
            content: "";
            top: 2px;
        }

ul.timeline p {
    color: #000;
    font-size: 13px;
    padding: 9px 0 0 0;
}

.timelinert {
    margin: 0 0 0 100px;
}

.mn_pckoptn, .hglts {
    width: 96%;
    margin: 10px auto;
}

    .mn_pckoptn, .hglts p {
        font-size: 13px;
        word-wrap: break-word;
    }

.pdg_bx {
    width: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    display: flex;
    padding: 0px 10px;
    margin: 15px 0px;
}

.parag_trns {
    width: 80%;
    border-right: 1px solid #C1C1C1;
}

.prg_txt {
    padding: 10px 10px;
    width: 100%;
}

    .prg_txt h3 {
        font-size: 19px;
        font-weight: 600;
    }

.drn_hrs {
    font-size: 14px;
    display: block;
    padding: 10px 0px 0px;
}

    .drn_hrs img {
        margin-right: 5px;
        width: 12px;
    }

.prce_dbx {
    width: 22%;
    border-left: #C1C1C1;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
    align-items: flex-end;
    text-align: right;
}

.org_prc {
    font-size: 24px;
}

    .org_prc span {
        font-weight: 700;
    }

.pp_sm {
    font-size: 12px;
}

.slct_btn {
    width: 70%;
    border: 1px solid #2196f3;
    border-radius: 4px;
    font-size: 13px;
    color: #2196f3;
    text-decoration: none;
    padding: 5px 5px;
    text-align: center;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.s_act {
    background: #2196f3;
    color: #fff;
}

.sl_dv {
    border: 1px solid #9ED5FF;
    background: #EFF8FF;
}

.slct_btn img {
    width: 20px;
    margin-right: 10px;
}

.mn_pckoptn ul li {
    list-style: none;
    font-size: 13px;
    
}

.hglts ul li {
    list-style: none;
    background: url(../img/cr_arw.svg) no-repeat 0px 8px;
    padding: 0px 20px;
    font-size: 13px;
    line-height: 30px;
}

.hglts ul {
    margin: 10px 0px;
}

.mainnewrt {
    margin: 10px 0;
    display: flex;
    padding: 0 15px;
}

.rewavt {
    width: 58%;
    margin-right: 25px;
}

.rewavtproges {
    width: 40%;
    margin: 0;
    padding: 0;
}

.rvw_pt {
    margin-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.ttl_rvw {
    font-size: 22px;
    color: #333;
    margin-right: 10px;
}

.fnt23 {
    font-size: 45px;
    font-weight: 600;
}

.pd_50 .rvw_txt_ttl {
    font-size: 14px;
    color: #000;
}

.tryu {
    color: #00B181;
    font-size: 13px;
}

.teyu {
    font-weight: 600;
    font-size: 13px;
}

.rvw_txt_ttl {
    margin-left: auto;
    width: 75%;
    margin-top: 8px;
}

.mg_btm {
    display: block;
    margin: 5px auto 0;
    float: left;
    width: 100%;
}

.rttsde_in_l {
    width: 95%;
    float: left;
}

.pd_50 .rvw_txt_ttl {
    font-size: 14px;
    color: #000;
}

.rvw_txt_ttl {
    font-size: 11px;
    color: #737373;
    margin: 0;
    font-weight: 500;
}

.fnt12 {
    font-size: 12px !important;
    font-weight: 600;
}

.progress {
    height: 5px;
    margin: 5px auto;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 4px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #00B181;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.rttsde_in_r {
    width: auto;
    font-size: 13px;
    color: #737373;
    font-weight: 600;
    margin-left: auto;
}

.mainhty {
    width: 100%;
    display: flex;
}

.mhty {
    background: #F8F8F8;
    margin: 10px 0;
    padding: 10px 10px;
    border-radius: 5px;
}

.chse_prsn {
    width: 100%;
    position: relative;
	margin-top: 10px
}
.tm_vldtn{text-align:right;font-size:13px;margin-top: 2px;}

.dropdown-travelr {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 317px;
    padding: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 45%);
    z-index: 1;
    top: 40px;
    left: 0;
    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;
    margin-top: 12px;
}

.trvlhead {
    font-size: 13px;
    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 {
    border: 0;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    font-size: 14px;
    font-family: 'Open Sans';
    width: 40px;
    background: #f6f9ff;
}

.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;
}

.flex-adltcol {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
}

.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;
}

    .dn_btn:hover {
        background: #2196f3;
        color: #fff;
    }

.r_nm_s {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exc_mg {
    width: 75%;
}

.ex_ltr {
    font-size: 13px;
}

.str_icn {
    width: 100%;
    display: block;
}

    .str_icn img {
        width: 10px;
    }

.rvw_prsn {
    width: 32%;
    display: flex;
    justify-content: space-between;
}

.nm_alpha {
    border-radius: 50%;
    background: #D2B8E3;
    color: #000;
    font-size: 19px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.fl_nm {
    font-size: 13px;
}

.dt_fl {
    font-size: 10px;
    color: #686868;
}

.p_nm_dt {
    display: flex;
    flex-direction: column;
}

.mhty p {
    font-size: 13px;
    color: #1E1E1E;
    padding-top: 5px;
}

.tgle_btn, .tgle_btn2 {
    border: 1px solid #2196f3;
    border-radius: 5px;
    font-size: 16px;
    color: #2196f3;
    padding: 10px 0px;
    width: 25%;
    text-align: center;
    margin: 10px auto;
    cursor: pointer;
}

    .tgle_btn:hover, .tgle_btn2:hover {
        background: #2196f3;
        color: #fff;
    }

.mp_bxs {
    width: 100%;
    display: flex;
    margin: 20px 0px;
    justify-content: space-between;
}

.mp_dtlbx {
    width: 48%;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    position: relative;
    padding: 20px;
}

.lgnd_tle {
    position: absolute;
    color: #2196f3;
    font-size: 14px;
    top: -11px;
    background: #fff;
    left: 15px;
    width: 100px;
    text-align: center;
}

.srt_pck {
    width: 100%;
    display: flex;
    align-items: center;
	margin-bottom: 15px
}

.pnt_lcn {
    width: auto;
    font-size: 16px;
    background: url(../img/loctn_icn.svg) no-repeat;
    height: 23px;
    padding: 0px 15px;
}

.srt_pck span {
    font-size: 12px;
    display: block;
    padding: 0 25px;
}

.v_map {
    width: 30%;
}

    .v_map a {
        border: 1px solid #2196f3;
        color: #2196f3;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: 5px;
        font-size: 13px;
    }

        .v_map a:hover {
            background: #2196f3;
            color: #fff;
        }

.maifaq {
    width: 100%;
    margin: 15px auto;
}

.qust {
    width: 100%;
    padding: 8px;
    background: #f9f9f9;
    border-left: 3px solid #2196f3;
    font-weight: 600;
    font-size: 15px;
}

.qustanswer {
    width: 100%;
    padding: 8px;
    display: flex;
    border-left: 3px solid #737373;
}

.qucolor {
    color: #2196f3;
    font-size: 22px;
    font-weight: 600;
    padding: 0 15px 0 0;
}

.aswcolor {
    color: #737373;
    font-size: 22px;
    font-weight: 600;
    padding: 0 23px 0 0;
}

.mainfawq {
    margin-bottom: 20px;
}

.testfaw {
    font-size: 14px;
}

.hid_shw {
    display: none;
}

.r_lc_dt {
    display: flex;
    align-items: center;
}

.rvw_cty {
    width:91%;
    margin-left: 20px;
    display: flex;
}

.revw_txt {
    font-size: 14px;
    margin: 0 15px 0 0;
}

.lctn_dtl {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .lctn_dtl img {
        width: 17px;
        margin-right: 5px;
    }

.vldtn_mnpax {
    color: red;
    font-size: 13px;
	margin-top: 2px;
}



@media only screen and (min-width: 320px) and (max-width: 680px) {
    .ser-l-bl2 {
        display: flex;
        align-items: baseline;
    }
    .cst_tlte {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 600;
        width: 90%;
    }
    .mn_blw {
        width: 100%;
        margin: 10px auto;
    }

    .breadcrum {
        width: 100%;
        float: left;
        margin: 0 0;
        padding: 0 15px;
		display:none;
    }

    .fl_bx {
        width: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row-reverse;
    }

    .lft_prtn {
        width: 100%;
        margin-right: 0px;
        padding: 0 8px;
    }

    .ldr_cnt {
        width: 80%;
        background: #fff;
        margin: 20% auto;
        font-size: 14px;
        text-align: center;
        padding: 10px 0px 5px;
        font-weight: 600;
    }

    .rewavtproges {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .mp_dtlbx {
        width: 100%;
    }

    .sldr_bx {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 0px;
    }

    .mn_slide {
        width: 100%;
        margin-right: 8px;
    }

    .s_mgbx {
        width: 100%;
        border-radius: 5px;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
        margin-right: 8px;
    }

    .statc {
        width: 100%;
        display: flex;
        flex-direction: inherit;
        justify-content: space-between;
    }

    .s_mgbx img {
        border-radius: 5px;
    }

    .pckg_title {
        font-size: 23px;
        font-weight: 600;
    }

    .stck_sec {
        width: 100%;
        padding: 0 10px;
    }

    .pck_tsd {
        width: 100%;
        align-items: center;
        margin: 0 0px 5px;
    }

    .t_star {
        float: left;
    }

    .r_lc_dt {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
		padding-bottom: 5px
    }

    .rvw_cty {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .rgt_prtn {
        width: 94%;
        display: flex;
        order: 2;
        margin:15px auto 25px;
    }

    .stck_sec_nw {
        position: inherit;
    }

    .parag_trns {
        width: 60%;
    }

    .slct_btn {
        width: 99%;
    }

    .prg_txt {
        padding: 10px 0;
        width: 100%;
    }

        .prg_txt h3 {
            font-size: 15px;
            font-weight: 600;
        }

    .prce_dbx {
        width: 40%;
        border-left: #C1C1C1;
        display: flex;
        flex-direction: column;
        padding: 10px 10px;
        align-items: flex-end;
        text-align: right;
        margin-left: auto;
    }
}
.r_lc_dt {
    display: flex;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0px;
}

.revw_txt {
    font-size: 14px;
    margin: 0 10px 5px 0;
}

.time_drtn {
    font-size: 14px;
    display: flex;
    margin-left: 10px;
}

.tr_lang {
    font-size: 14px;
    display: flex;
    position: relative;
    margin-left: 10px;
}

.act_menu ul li {
    list-style: none;
    color: #7C7777;
    display: inline-block;
    margin: 8px 17px 0px 0;
}

#trigger:hover {
    text-decoration: underline;
}
.expct_fl {
    width: 100%;
    display: flex;
    margin: 15px 0px;
}

.nbr_bx {
    width: auto;
    margin-right: 15px;
}

    .nbr_bx span {
        background: #2196f3;
        color: #fff;
        display: flex;
        font-size: 15px;
        font-weight: 600;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
    }

.cnt_expctbx {
    width: 80%;
    display: flex;
    flex-direction: column;
}

    .cnt_expctbx h4 {
        margin-top: 5px
    }

    .cnt_expctbx p {
        margin-top: 10px;
    }

.moretext {
    display: none;
}

.mrls-btn {
    margin: 5px 0;
    display: block;
    color: #2196f3;
}

.tck_adm {
    color: #7C7777;
}
.nbr_bx_sml span {
    background: white;
    color: rgba(64,156,242,1);
    display: flex;
    font-size: 50px;
    width: 45px;
    height: 29px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.ttlFrBrkp {
    font-size: 12px;
    color: #333;
    font-weight: 600;
}