
section {
    width: 100%;
    /* text-align: center;*/
}

a {
    text-decoration: none;
}

/*Header*/
.mic_header {
    width: 100%;
    position: absolute;
    top: 0;
    float: left;
    z-index: 99999;
}

    .mic_header.common_h {
        position: relative;
        float: none;
        display: inline-table;
    }

        .mic_header.common_h.z_in {
            z-index: 10;
        }

        .mic_header.common_h .sub_common_header {
            float: left;
            width: 100%;
            border-bottom: 6px solid #9aedff;
            background: #ffffff;
            box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
        }

            .mic_header.common_h .sub_common_header.car {
                border-bottom: 6px solid #aecd64;
            }

            .mic_header.common_h .sub_common_header.tw {
                border-bottom: 6px solid #66e6fd;
            }

            .mic_header.common_h .sub_common_header.pa {
                border-bottom: 6px solid #76e9f3;
            }

            .mic_header.common_h .sub_common_header.health {
                border-bottom: 6px solid #fcbc22;
            }

            .mic_header.common_h .sub_common_header.critical {
                border-bottom: 6px solid #65cc6f;
            }

            .mic_header.common_h .sub_common_header.endowment {
                border-bottom: 6px solid #7dc0ff;
            }

            .mic_header.common_h .sub_common_header.money-bk {
                border-bottom: 6px solid #4ad297;
            }

            .mic_header.common_h .sub_common_header.child {
                border-bottom: 6px solid #9aedff;
            }

            .mic_header.common_h .sub_common_header.pension {
                border-bottom: 6px solid #f9f5ae;
            }

            .mic_header.common_h .sub_common_header.ulip {
                border-bottom: 6px solid #6afffa;
            }

            .mic_header.common_h .sub_common_header.travel {
                border-bottom: 6px solid #fee5b2;
            }

            .mic_header.common_h .sub_common_header.term {
                border-bottom: 6px solid #f79481;
            }

        .mic_header.common_h .right_section nav.menu ul {
            margin: 12px 0 0px;
        }

    .mic_header .logo_section {
        float: left;
        text-align: left;
        margin: 15px 0 0 25px;
    }

    .mic_header .mic_logo {
        float: left;
        text-align: left;
    }

        .mic_header .mic_logo a:hover img {
            opacity: 1;
        }

    .mic_header .mic_right_txt {
        float: left;
        text-align: left;
        font-size: 13px;
        margin: 39px 15px 0px;
        color: #343434;
    }

    .mic_header .right_section {
        float: right;
        margin: 0px 20px 0 10px;
    }

.right_section nav.menu {
    min-height: 45px;
    height: 100%;
}

    .right_section nav.menu ul {
        margin: 12px 0px;
    }

.right_section > nav > ul {
    padding: 0;
}

.menu > ul > li {
    list-style: none;
    display: inline-block;
    color: #fff;
    line-height: 45px;
    padding: 0px 32px;
    font-size: 15px;
}

.mic_header.common_h .menu > ul > li {
    line-height: 51px;
}

.menu > ul > li > a {
    border-bottom: 2px solid transparent;
}

.menu > ul li a, .xs-menu li a {
    text-decoration: none;
    color: #000000;
    display: block;
    padding: 0px;
    outline: none;
}

    .menu > ul li a:hover {
        border-bottom: 2px solid #ff6633;
        color: #000000;
    }

.menu_c_j {
    border-bottom: 2px solid #ff6633 !important;
}

.menu_c_j_c {
    border-bottom: 2px solid #ffffff !important;
}
/*.mic_header .active{
	border-bottom:2px solid #ff6633 !important;
	
}*/

.mic_header.common_h .menu > ul li a:hover {
    border-bottom: 2px solid #ffffff;
    color: #000000;
}

.displaynone {
    display: none;
}

.xs-menu-cont {
    display: none;
}

    .xs-menu-cont > a {
        background: none repeat scroll 0 0 #ff7f50;
        border-radius: 3px;
        padding: 3px 6px;
        display: block;
        border-bottom: 1px solid #E67248;
        box-shadow: 0 1px 2px #e67248;
        -webkit-box-shadow: 0 1px 2px #e67248;
        -moz-box-shadow: 0 1px 2px #e67248;
    }

        .xs-menu-cont > a:hover {
            cursor: pointer;
        }

.xs-menu li {
    color: #fff;
    padding: 14px 30px;
    border-bottom: 1px solid #ccc;
    background: #FF7F50;
}

.xs-menu a {
    text-decoration: none;
}

.mic_menu {
    background: none repeat scroll 0 0 #ffffff;
    left: 0;
    margin-top: 0px;
    position: absolute;
    width: 100%;
    padding: 12px 0px 38px 0px;
    display: none;
}

.mic_header.common_h .mic_menu {
    border-top: 6px solid #9aedff;
}

    .mic_header.common_h .mic_menu.car {
        border-top: 6px solid #aecd64;
    }

    .mic_header.common_h .mic_menu.tw {
        border-top: 6px solid #66e6fd;
    }

    .mic_header.common_h .mic_menu.pa {
        border-top: 6px solid #76e9f3;
    }

    .mic_header.common_h .mic_menu.health {
        border-top: 6px solid #fcbc22;
    }

    .mic_header.common_h .mic_menu.critical {
        border-top: 6px solid #65cc6f;
    }

    .mic_header.common_h .mic_menu.endowment {
        border-top: 6px solid #7dc0ff;
    }

    .mic_header.common_h .mic_menu.money-bk {
        border-top: 6px solid #4ad297;
    }

    .mic_header.common_h .mic_menu.child {
        border-top: 6px solid #9aedff;
    }

    .mic_header.common_h .mic_menu.pension {
        border-top: 6px solid #f9f5ae;
    }

    .mic_header.common_h .mic_menu.ulip {
        border-top: 6px solid #6afffa;
    }

    .mic_header.common_h .mic_menu.travel {
        border-top: 6px solid #fee5b2;
    }

    .mic_header.common_h .mic_menu.term {
        border-top: 6px solid #f79481;
    }

#menutoggle i {
    color: #fff;
    font-size: 33px;
    margin: 0;
    padding: 0;
}



.mm-3column {
    float: left;
    width: auto;
    margin-right: 5%;
}

.categories-list {
    float: left;
    width: auto;
}

    .categories-list ul {
        padding: 0;
        float: left;
        margin: 0 !important;
    }

    .categories-list .categories-list-child {
        margin-right: 43px !important;
    }

.mm-3column:last-child {
    margin: 0;
}

.categories-list li {
    display: block;
    line-height: normal;
    margin: 0;
    padding: 6px 0;
    color: #878787;
    font-size: 14px;
}

    .categories-list li a {
        color: #878787 !important;
        text-decoration: none !important;
    }

        .categories-list li a:hover {
            color: #ff6633 !important;
            border: none !important;
        }

    .categories-list li :hover {
        background: inherit !important;
    }

.categories-list .txt {
    color: #3c3d3d;
    font-size: 14px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
}

.display-on {
    display: block;
}

.drop-down > a:after {
    content: "\f107";
    font-size: 18px;
    position: relative;
    top: 2px;
    color: #000000;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.mic_header.common_h .drop-down > a:hover:after {
    content: "\f106";
    color: #ff6633;
}

.mic_header.common_h .drop-down > a.active:after {
    content: "\f106";
    color: #ff6633;
}

.ui-datepicker.section_mic_term_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f79481;
}

.ui-datepicker.section_mic_child_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #9AEDFF;
}

.ui-datepicker.section_mic_critical_ill_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #65cc6f;
}

.ui-datepicker.section_mic_endowment_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #7dc0ff;
}

.ui-datepicker.section_mic_money-bk_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #4ad297;
}

.ui-datepicker.section_mic_pension_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #f9f5ae;
}

.ui-datepicker.section_mic_ulip_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #6afffa;
}

.ui-datepicker.section_mic_travel_cal:before {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fee5b2;
}

.ui-datepicker-current-day {
    background: none !important;
}

.ui-datepicker .ui-state-default.ui-state-active {
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    pointer-events: none;
}

.mic_menu_cont { /*width:725px;*/
    width: 1095px;
    margin: 0 auto;
    position: relative;
}

/*Animation--*/

.animated_m {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*End Header*/

.section_mic {
    background: #9AEDFF;
    display: table;
    height: 100vh;
    padding: 0;
    z-index: 2;
}



    .section_mic.health {
        background: #fcbc22;
    }

        .section_mic.health.maternity {
            background: #dac3f6;
        }

        .section_mic.health.senior {
            background: #45d1cf;
        }

    .section_mic.bike {
        background: #66e6fd;
    }

    .section_mic.car {
        background: #aecd64;
    }

    .section_mic.term {
        background: #aecd64;
    }

    .section_mic .mic_content {
        display: table-cell;
        vertical-align: middle;
        z-index: 99;
        text-align: center;
    }

        .section_mic .mic_content .top_cont {
            font-size: 48px;
            font-weight: bold;
            color: #000000;
            text-transform: uppercase;
        }

    .section_mic.hd_p .mic_content .top_cont {
        font-size: 40px;
    }

    .section_mic.car.hd_p .mic_content .top_cont {
        font-size: 40px;
        color: #ffffff;
    }

    .section_mic .mic_content .bottom_cont {
        font-size: 16px;
        color: #000000;
    }

    .section_mic .mic_content .mid_cont {
        width: 100%;
        position: relative;
        margin: 20px 0px 20px 0px;
    }

        .section_mic .mic_content .mid_cont .select_main i {
            position: absolute;
            right: 20px;
            font-size: 30px;
        }

        .section_mic .mic_content .mid_cont .select_main {
            position: relative;
            margin: 0 auto;
            width: 730px;
            z-index: 99999;
        }

    .section_mic.hd_p .mic_content .mid_cont .select_main {
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
    }

/* new product - dropdown*/
.wrapper-dropdown {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 21px 15px 21px 22px;
    background: #fff;
    cursor: pointer;
    outline: none;
    float: left;
    text-align: left;
    line-height: 1.412;
    font-size: 18px;
}

    .wrapper-dropdown .selected_pd {
        font-size: 18px;
        color: #c4c4c4;
    }

    .wrapper-dropdown .dropdown li a {
        font-size: 16px;
        display: block;
        text-decoration: none;
        color: #333;
        padding: 12px 20px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .wrapper-dropdown .dropdown li.subitem {
        /*padding-left: 20px;*/
    }

    .wrapper-dropdown .dropdown li a:hover, .wrapper-dropdown .dropdown li a.active {
        background-color: #fca284;
        color: #ffffff;
    }

    .wrapper-dropdown.active:after {
        webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .wrapper-dropdown:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 14px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 20px;
        top: 43%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 14px;
    }

    .wrapper-dropdown.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

    .wrapper-dropdown .dropdown {
        position: absolute;
        top: 100%;
        left: 0px;
        right: -15px;
        background: white;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        opacity: 0;
        pointer-events: none;
        padding-left: 0px;
        border-top: 1px solid #cccccc;
        z-index: 999;
        /*box-shadow: 0px 4px 10px 0px #cccccc;*/
    }


.section_mic .mic_content .mid_cont .select_main .sel_prod {
    position: relative;
    color: #c4c4c4;
    font-size: 20px;
    text-align: left;
    background: #ffffff;
    padding: 0px 15px 0px 0px;
    cursor: pointer;
    width: 480px;
    float: left;
}
/*.section_mic.hd_p .mic_content .mid_cont .select_main .sel_prod{width:480px;padding:0;}
.section_mic .mic_content .mid_cont .select_main .sel_prod input{width:100%;outline:none;border:none;font-size:17px;height:66px;padding:0px 28px;color:#9f9f9f;}
.section_mic .mic_content .mid_cont .select_main .sel_prod input:focus{color:#000000;}*/
.section_mic .mic_content .mid_cont .select_main .comp_btn {
    background: #ff6633;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 21px 0px;
    cursor: pointer;
    line-height: 1.412;
}

.section_mic.hd_p .mic_content .mid_cont .select_main .comp_btn {
    padding: 21px 1px;
}

.section_mic .mic_content .mid_cont .select_main .sel_innr {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    color: #122E5B;
    text-align: left;
}

    .section_mic .mic_content .mid_cont .select_main .sel_innr .sel_txt {
        padding: 5px 15px;
    }

.bg_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
    display: none;
}

.bg_overlay_hd {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100px;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}

    .bg_overlay_hd.z_in {
        z-index: 9;
    }

/* Myaccount menu */
.my_acc_menu {
    background: none repeat scroll 0 0 #ffffff;
    right: 26px;
    margin-top: 0px;
    position: absolute;
    width: 150px;
    padding: 20px 30px 20px 30px;
    display: none;
}

.mic_header.common_h .my_acc_menu {
    border-top: 6px solid #9aedff;
}

    .mic_header.common_h .my_acc_menu.car {
        border-top: 6px solid #aecd64 !important;
    }

.my_acc_menu .categories-list {
    float: none;
}

    .my_acc_menu .categories-list ul {
        float: none;
    }

.my_acc_dd > a:after {
    content: "\f107";
    font-size: 18px;
    position: relative;
    top: 2px;
    color: #000000;
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 5px;
}

.mic_header.common_h .my_acc_dd > a:hover:after {
    content: "\f106";
    color: #ff6633;
}

.mic_header.common_h .my_acc_dd > a.active:after {
    content: "\f106";
    color: #ff6633;
}
/* /Myaccount menu */


/*Bottom*/
.service_bt_block {
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.service_innr_block {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    z-index: 10900;
}

    .service_innr_block .service_innr_cont {
        background: #f7f7f7 none repeat scroll 0 0;
        position: relative !important;
    }

.service_innr_cont ul {
    box-sizing: border-box;
    display: table;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}

.service_bt_block .service_innr_cont ul li {
    padding: 10px 0 5px;
}

.service_innr_block .service_innr_cont ul li {
    border-bottom: 0 none;
    border-right: 1px solid #e9e9e9 !important;
    margin: 0;
}

    .service_innr_block .service_innr_cont ul li:hover {
        background: #ffffff;
    }

.service_innr_cont ul li {
    border-right: 2px solid #383838;
    display: table-cell;
    margin-bottom: 0;
    padding: 0;
}

.service_innr_block .service_innr_cont ul li a {
    border-bottom: 3px solid transparent;
    color: #3a3a3a;
    position: relative;
    transition: all 0.2s ease-in 0s;
    outline: none;
    text-decoration: none;
}

    .service_innr_block .service_innr_cont ul li a:hover {
        color: #000000;
    }

.service_innr_cont ul li a {
    color: #fff;
    display: block;
    padding: 0;
}

.icon_block {
    height: 42px !important;
    margin: 0 auto;
    width: 65px !important;
}

.mic_health_icon, .mic_car_icon, .mic_two_wheeler_icon, .mic_term_icon, .mic_endowment_icon, .mic_money_icon, .mic_child_icon, .mic_pension_icon, .mic_travel_icon {
    background-image: url("services_icon.png");
    background-repeat: no-repeat;
}

.mic_health_icon {
    background-position: 11px 3px;
}

.mic_car_icon {
    background-position: 11px -48px;
}

.mic_two_wheeler_icon {
    background-position: 7px -100px;
}

.mic_term_icon {
    background-position: 10px -157px;
}

.mic_endowment_icon {
    background-position: -3px -218px;
}

.mic_money_icon {
    background-position: 7px -272px;
}

.mic_child_icon {
    background-position: -2px -332px;
}

.mic_pension_icon {
    background-position: 2px -388px;
}

.mic_travel_icon {
    background-position: 0px -449px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_health_icon {
    background-position: -73px 3px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_car_icon {
    background-position: -72px -48px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_two_wheeler_icon {
    background-position: -73px -100px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_term_icon {
    background-position: -78px -157px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_endowment_icon {
    background-position: -78px -219px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_money_icon {
    background-position: -79px -272px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_child_icon {
    background-position: -77px -333px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_pension_icon {
    background-position: -80px -388px;
}

.service_innr_block .service_innr_cont ul li:hover .mic_travel_icon {
    background-position: -75px -449px;
}


.service_innr_block .service_innr_cont ul li a span {
    padding-bottom: 6px;
    font-size: 13px;
}
/*End Bottom*/

/*Section sec*/
.section_sec {
    background: #5EC9BF;
    float: left;
}

.col_mic_12 {
    width: 100%;
}

.col_mic_4 {
    float: left;
    width: 33.3%;
}

.section_sec .service_grids {
    text-align: center;
    color: #ffffff;
    float: left;
    margin: 50px 0 40px 0;
}

    .section_sec .service_grids .service {
        padding: 0px 60px;
    }

    .section_sec .service_grids h4 {
        font-size: 26px;
        font-weight: normal;
        margin: 10px 0;
    }

    .section_sec .service_grids p {
        font-size: 14px;
        margin: 10px 0;
    }

        .section_sec .service_grids p.bt {
            font-size: 16px;
            text-transform: uppercase;
        }
/*End Section sec*/

/*TW & car*/
/*.bt_tw_main{text-align:left;margin-top:18px;}
.bt_tw_main a{color:#000000;font-size:14px;text-transform:uppercase;text-decoration:none;}
.bt_tw_main .forgot{float:left;line-height:16px;border-bottom:1px solid #000000;}
.bt_tw_main .new{float:left;margin-left:67px;line-height:16px;border-bottom:1px solid #000000;}*/
/*End TW & car*/

@media (min-width: 768px) and (max-width: 1080px) {
    .menu > ul > li {
        padding: 0px 16px;
    }
}


/*Select*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    height: 66px;
    line-height: 40px;
    outline: none;
    padding-left: 22px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    padding-top: 13px;
    width: 480px;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 14px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 24px;
        top: 43%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 14px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        font-size: 16px;
        color: #3a3a3a;
        width: 480px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 1px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0px;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }
    /*.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }*/
    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 44px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 37px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover {
            background-color: #fca284;
            color: #ffffff;
        }

        .nice-select .option.selected, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #fca284;
            color: #ffffff;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


.section_mic.health .nice-select .option:hover {
    background-color: #f3a91f;
    color: #ffffff;
}

.section_mic.health .nice-select .option.selected, .section_mic.health .nice-select .option.focus, .section_mic.health .nice-select .option.selected.focus {
    background-color: #f3a91f;
    color: #ffffff;
}

.section_mic.health.maternity .nice-select .option:hover {
    background-color: #9a7bc1;
    color: #ffffff;
}

.section_mic.health.maternity .nice-select .option.selected, .section_mic.health.maternity .nice-select .option.focus, .section_mic.health.maternity .nice-select .option.selected.focus {
    background-color: #9a7bc1;
    color: #ffffff;
}

.section_mic.health.senior .nice-select .option:hover {
    background-color: #229b99;
    color: #ffffff;
}

.section_mic.health.senior .nice-select .option.selected, .section_mic.health.senior .nice-select .option.focus, .section_mic.health.senior .nice-select .option.selected.focus {
    background-color: #229b99;
    color: #ffffff;
}

/*End Select*/


/* Section Menu mobile*/
@media (max-width: 1080px) {
    .page {
        /*max-width: 990px;*/
        position: relative;
    }

    .mic_header {
        width: 100%;
        position: absolute;
        top: 0;
        float: left;
        z-index: 99;
        padding: 14px 0;
    }

        .mic_header.c_mob_c {
            z-index: 70;
        }

        .mic_header.common_h {
            padding: 0px;
            display: block;
            min-height: 70px;
        }

            .mic_header.common_h .sub_common_header {
                padding: 10px 0px;
                margin-bottom: 15px;
                box-shadow: 0px 2px 7px -3px rgba(0, 0, 0, 0.4);
            }

    .c_rel_header {
        position: relative;
        background: #aecd64;
    }

    .t_rel_header {
        position: relative;
        background: #66e6fd;
    }

    .mic_header .logo_section {
        float: left;
        text-align: left;
        margin: 0 0 0 15px;
    }

    .mic_header .right_section {
        float: right;
        margin: 11px 20px 0 10px;
    }

        .mic_header .right_section .menu_bar {
            background: url(menu_bar.png) no-repeat;
            width: 28px;
            height: 20px;
            cursor: pointer;
        }



    /* Menu */

    .menu_container.menu_hm .user {
        background-color: #33abc5;
    }

    .menu_container.menu_twp .user {
        background-color: #9a7bc1;
    }

    .menu_container.menu_cp .user {
        background-color: #799439;
    }

    .menu_container.menu_pa .user {
        background-color: #27acb7;
    }

    .menu_container.menu_cri .user {
        background-color: #3f9247;
    }

    .menu_container.menu_ep .user {
        background-color: #4684be;
    }

    .menu_container.menu_mbp .user {
        background-color: #308c64;
    }

    .menu_container.menu_cip .user {
        background-color: #1a9fc0;
    }

    .menu_container.menu_pp .user {
        background-color: #b8b028;
    }

    .menu_container.menu_up .user {
        background-color: #1ba49f;
    }

    .menu_container.menu_trp .user {
        background-color: #e2ad41;
    }

    .menu_container.menu_tp .user {
        background-color: #eb674d;
    }





    .menu_container.menu_hm .m_sl_bl .m_lg {
        background-color: #33abc5;
    }

    .menu_container.menu_hm .m_pd_sec li a:hover {
        background-color: #33abc5;
    }

    .cust_highlighted .pageWrapper {
        margin-top: -14px !important;
    }


    .menu_container.menu_tp .m_sl_bl .m_lg {
        background-color: #eb674d;
    }

    .menu_container.menu_tp .m_pd_sec li a:hover {
        background-color: #eb674d;
    }

    .menu_container.menu_trp .m_sl_bl .m_lg {
        background-color: #e2ad41;
    }

    .menu_container.menu_trp .m_pd_sec li a:hover {
        background-color: #e2ad41;
    }

    .menu_container.menu_cri .m_sl_bl .m_lg {
        background-color: #3f9247;
    }

    .menu_container.menu_cri .m_pd_sec li a:hover {
        background-color: #3f9247;
    }

    .menu_container.menu_ep .m_sl_bl .m_lg {
        background-color: #4684be;
    }

    .menu_container.menu_ep .m_pd_sec li a:hover {
        background-color: #4684be;
    }

    .menu_container.menu_mbp .m_sl_bl .m_lg {
        background-color: #308c64;
    }

    .menu_container.menu_mbp .m_pd_sec li a:hover {
        background-color: #308c64;
    }

    .menu_container.menu_cip .m_sl_bl .m_lg {
        background-color: #1a9fc0;
    }

    .menu_container.menu_cip .m_pd_sec li a:hover {
        background-color: #1a9fc0;
    }

    .menu_container.menu_pp .m_sl_bl .m_lg {
        background-color: #b8b028;
    }

    .menu_container.menu_pp .m_pd_sec li a:hover {
        background-color: #b8b028;
    }

    .menu_container.menu_up .m_sl_bl .m_lg {
        background-color: #1ba49f;
    }

    .menu_container.menu_up .m_pd_sec li a:hover {
        background-color: #1ba49f;
    }

    .menu_container.menu_cp .m_sl_bl .m_lg {
        background-color: #799439;
    }

    .menu_container.menu_cp .m_pd_sec li a:hover {
        background-color: #799439;
    }

    .menu_container.menu_twp .m_sl_bl .m_lg {
        background-color: #9a7bc1;
    }

    .menu_container.menu_twp .m_pd_sec li a:hover {
        background-color: #9a7bc1;
    }

    .mic_header.section_pg_header {
        background-color: #ffffff;
        padding: 12px 0;
        border-bottom: 3px solid #fcbc22;
        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
        position: relative;
    }

        .mic_header.section_pg_header.mtp_header {
            border-bottom: 3px solid #9a7bc1;
        }

        .mic_header.section_pg_header.snr_header {
            border-bottom: 3px solid #229b99;
        }
    /* menu container */
    .mm_nav {
        position: fixed;
        right: -308px;
        background-color: #ffffff;
        z-index: 999;
        height: 100%;
        top: 0px;
        overflow: hidden;
    }

    .menu_container {
    }

        .menu_container .menu_close {
            background: url(menu_close.png) no-repeat;
            width: 21px;
            height: 21px;
            cursor: pointer;
            display: inline-block;
            float: right;
            margin-top: 4px;
        }

        .menu_container .user {
            font-size: 14px;
            color: #ffffff;
            line-height: 31px;
            background-color: #f3a91f;
            padding: 25px 20px;
        }

            .menu_container .user .user_ic {
                background: url(user_icon.png) no-repeat;
                display: inline-block;
                width: 31px;
                height: 31px;
                float: left;
                margin-right: 18px;
            }



        .menu_container .m_pd_sec .menu_pd_ic {
        }

        .menu_container .m_pd_sec {
            padding-left: 0px;
            width: 100%;
            overflow: auto;
            margin-bottom: 0px;
        }

            .menu_container .m_pd_sec li {
                list-style-type: none;
            }

                .menu_container .m_pd_sec li a {
                    padding: 10px 20px;
                    background-color: #ffffff;
                    display: block;
                    text-decoration: none;
                    line-height: 24px;
                    font-size: 13px;
                    color: #000000;
                    text-transform: uppercase;
                }



                    .menu_container .m_pd_sec li a:hover {
                        background-color: #f3a91f;
                        color: #ffffff;
                    }

            .menu_container .m_pd_sec .menu_pd_ic {
                background: url("menu_icons.png") no-repeat;
                width: 25px;
                height: 22px;
                display: inline-block;
                float: left;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_car_ic {
                background-position: -35px -2px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_car_ic {
                background-position: -5px -2px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_tw_ic {
                background-position: -35px -45px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_tw_ic {
                background-position: -5px -45px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_pa_ic {
                background-position: -35px -90px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_pa_ic {
                background-position: -5px -90px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_health_ic {
                background-position: -35px -138px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_health_ic {
                background-position: -5px -138px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_maternity_ic {
                background-position: -35px -677px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_maternity_ic {
                background-position: -5px -677px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_senior_ic {
                background-position: -35px -630px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_senior_ic {
                background-position: -5px -630px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_ci_ic {
                background-position: -35px -183px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_ci_ic {
                background-position: -5px -183px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_tp_ic {
                background-position: -35px -226px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_tp_ic {
                background-position: -5px -226px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_ep_ic {
                background-position: -35px -272px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_ep_ic {
                background-position: -5px -272px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_mbp_ic {
                background-position: -35px -317px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_mbp_ic {
                background-position: -5px -317px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_cp_ic {
                background-position: -36px -363px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_cp_ic {
                background-position: -5px -363px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_pp_ic {
                background-position: -36px -406px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_pp_ic {
                background-position: -5px -406px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_ulip_ic {
                background-position: -35px -452px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_ulip_ic {
                background-position: -5px -452px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_ti_ic {
                background-position: -35px -498px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_ti_ic {
                background-position: -5px -498px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_hi_ic {
                background-position: -35px -540px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_hi_ic {
                background-position: -5px -540px;
            }

            .menu_container .m_pd_sec li .menu_pd_ic.m_cpi_ic {
                background-position: -35px -586px;
            }

            .menu_container .m_pd_sec li a:hover .menu_pd_ic.m_cpi_ic {
                background-position: -5px -586px;
            }


            .menu_container .m_pd_sec .menu_pd_txt {
                margin-left: 20px;
            }

        .menu_container .m_sl_bl {
            overflow: auto;
            border-top: 1px solid #8b8b8b;
            position: absolute;
            width: 100%;
            bottom: 0;
        }

            .menu_container .m_sl_bl .menu_btn {
                font-size: 13px;
                text-transform: uppercase;
                width: 50%;
                border: 0px;
                line-height: 56px;
                text-align: center;
                float: left;
                outline: none;
                text-decoration: none;
            }

            .menu_container .m_sl_bl .m_sp {
                background-color: #ffffff;
                color: #000000;
                border-right: 1px solid #8b8b8b;
            }

            .menu_container .m_sl_bl .m_lg {
                background-color: #f3a91f;
                color: #ffffff;
            }


    .m_mask {
        position: fixed;
        z-index: 99;
        background-color: #000000;
        opacity: 0.6;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .menu_container .m_sl_bl .logout_btn {
        width: 50%;
        background-color: #a9a9a8;
        /*display: none;*/
        color: #ffffff;
    }

    .cust_slogan {
        text-align: center;
        font-size: 11px;
        padding: 3px 0px;
    }
}

/* cal active */
.term_pd_cal_active {
    background-color: #eb674d;
}

.child_pd_cal_active {
    background-color: #1a9fc0;
}

.critical_ill_pd_cal_active {
    background-color: #3f9247;
}

.ulip_pd_cal_active {
    background-color: #1ba49f;
}

.pension_pd_cal_active {
    background-color: #b8b028;
}

.money-bk_pd_cal_active {
    background-color: #308c64;
}

.endowment_pd_cal_active {
    background-color: #4684be;
}

.travel_pd_cal_active {
    background-color: #e2ad41;
}


.ui-datepicker.section_mic_child_cal .ui-state-hover {
    background-color: #1a9fc0;
    color: #ffffff;
}

.ui-datepicker.section_mic_term_cal .ui-state-hover {
    background-color: #eb674d;
    color: #ffffff;
}

.ui-datepicker.section_mic_critical_ill_cal .ui-state-hover {
    background-color: #3f9247;
    color: #ffffff;
}

.ui-datepicker.section_mic_ulip_cal .ui-state-hover {
    background-color: #1ba49f;
    color: #ffffff;
}

.ui-datepicker.section_mic_pension_cal .ui-state-hover {
    background-color: #b8b028;
    color: #ffffff;
}

.ui-datepicker.section_mic_money-bk_cal .ui-state-hover {
    background-color: #308c64;
    color: #ffffff;
}

.ui-datepicker.section_mic_endowment_cal .ui-state-hover {
    background-color: #4684be;
    color: #ffffff;
}

.ui-datepicker.section_mic_travel_cal .ui-state-hover {
    background-color: #e2ad41;
    color: #ffffff;
}



/* cal active */

@media(min-width: 1440px) {
    .section_mic .mic_content .top_cont {
        font-size: 44px;
    }

    .nice-select {
        height: 60px;
        line-height: 32px;
    }

    .section_mic .mic_content .mid_cont .select_main .comp_btn {
        padding: 18px 0px;
    }

    .wrapper-dropdown {
        padding: 18px 15px 18px 22px;
    }
}

@media(max-width: 768px) {
    .section_mic.car {
        height: 85vh !important;
    }
}



@media (min-width: 1px) and (max-width: 767px) {
    .section_mic .mic_content .mid_cont {
        display: none !important;
    }

    .section_mic .mic_content .top_cont {
        margin-top: 70px;
    }

    .frm_pg .cont_main {
        margin-top: 100px !important;
    }

    .menu > ul > li {
        padding: 0px 7px;
    }

    .dropdown {
        width: 130px;
    }
}
