.emt_header_abut {
    width: 95% !important;
    margin: 0 auto;
    padding: 5px 15px;
}

.maincon {
    margin: 0 auto;
    background: #fff;
    margin-top: 35px;
}
.aself{align-self: baseline;}
        .stockbox {
            border: 1px solid #eee;
            border-radius: 5px;
            padding: 15px;
        }

        .mflex {
            display: flex
        }

        .cmnhtxt {
            font-size: 14px;
            font-weight: 600;
            color: #707070
        }

        .stockprice {
            font-size: 44px;
            font-weight: 600;
            color: #000
        }

        .acenter {
            align-items: center
        }

        .fw600 {
            font-weight: 600
        }

        .ftn22 {
            font-size: 22px;
        }

        .ftn18 {
            font-size: 18px;
        }

        .ftn12 {
            font-size: 12px;
        }

        .greenclr {
            color: #02BC77
        }

        .redclr {
            color: #FF2366
        }

        .mgr12 {
            margin-right: 12px
        }

        .mgtb8 {
            margin: 8px 0
        }

        .wid23p {
            width: 23%
        }
		.wid77p {
    width: 77%;
}

        .wid40p {
            width: 38%;
            flex-flow: row wrap
        }

        .box1 {
            width: 47%;
            border: 1px solid #eee;
            border-radius: 5px;
        }

        .bdrbtm {
            border-bottom: 1px solid #eee;
            padding: 10px;
        }

        .pda10 {
            padding: 10px
        }

        .jsb {
            justify-content: space-between
        }

        .mgb10 {
            margin-bottom: 10px
        }
.tabs_wrapper, .year_content {
    float: left;
    width: 100%;
}


.year_container .year_content{
  display: none;
}

.year_container .year_content.active{
  display:block;
}
        .timeline-badge {
            width: 20px;
            height: 20px;
            text-align: center;
            position: absolute;
            top: 0;
            left: -9px;
            z-index: 100;
            background: #2196f3;
            -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
        }
        
        .btn:not(:disabled):not(.disabled),
        .btn.btn-default:not(:disabled):not(.disabled):active:focus {
            cursor: pointer;
            box-shadow: none;
            outline: 0;
        }
        
        .pd10 {
            padding: 10px;
            padding-top: 0px;
        }
        
        .dates {
            font-size: 12px;
            font-weight: 600;
            color: #ffffff;
            border: 1px solid;
            background: #2196f3;
            padding: 5px 10px;
            border-radius: 6px;
        }
        
        .newdt2 {
            font-size: 10px;
            padding: 0;
            font-weight: 600;
            color: #2196f3;
        }
        
        .newdt {
            font-size: 10px !important;
            padding-top: 0 !important;
            font-weight: 600 !important;
            color: #2196f3;
        }
        
        .block_2 {
            width: 49%;
            float: left;
            display: block;
            padding: 0 21px;
            border-right: 1px solid #ececec;
            font-size: 14px;
            line-height: 23px;
        }
        
        .tabnew {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .divtags::-webkit-scrollbar {
            display: none
        }
        
        .divtags {
            width: 100%;
            overflow: auto;
            float: left;
            margin-bottom: 20px;
            color: #5f5f5f;
            font-size: 14px;
            padding: 4px 0;
            border: 1px solid #cacaca;
            border-radius: 50px;
            box-shadow: 0px 0px 10px rgb(72 73 121 / 15%);
        }
        
.divtags span {
    cursor: pointer;
    padding: 10px 12px;
    margin: auto 0px;
    text-align: center;
}
        
        .divtags span:hover,
        .actvtabs {
            background: #2196f3;
            color: #fff;
            border-radius: 50px;
            border-right: 1px solid #2196f3;
        }
        
        .tabcontent,
        .tabcontentcomp,
        .tabcontentoptn {
            display: none;
        }
.yeartab {display: flex;float: left;width: 100%;margin-bottom: 15px;}
.yeartab span, .yeartab li {list-style:none;font-size: 14px;background: #f5f5f5;margin-right: 15px;padding: 5px 18px;border-radius: 50px;color: #424242;font-weight: 600;cursor: pointer;border: 1px solid #dbdbdb;}
.yeartab .active, .yeartab span:hover, .yeartab li:hover  {font-size: 14px;background-image: linear-gradient(to right, #2F80ED, #56CCF2);margin-right: 15px;padding: 5px 18px;    border-radius: 50px;color: #fff;border-color: #42a5ef;}        
        @media only screen and (max-width: 499px) {
            .block_1 {
                width: 100%;
                float: left;
                display: block;
                padding: 30px 15px;
                text-align: center;
                color: #8b8686;
                border: 1px solid #ececec !important;
            }
            .block_2 {
                width: 100%;
                border-right: 0;
                border-bottom: 1px solid #ececec;
                margin-bottom: 10px;
                padding: 0;
                padding-bottom: 10px;
            }
            .tabnew2 {
                width: 570px !important;
                display: flex;
                align-items: center;
            }
            .tabnew {
                width: 1120px;
                display: flex;
                align-items: center;
                justify-content: space-around;
            }
        }
        
        .emt_header_wrap {
            width: 97%;
        }
        
        .emt_nav ul li a {
            padding: 19px 9px;
        }
        
        .footer .footer_inr {
            width: 97%;
        }
        
        .toggle .toggle-title {
            position: relative;
            display: block;
            border-top: 1px solid #dddddd;
            margin-bottom: 6px;
        }
        
        .title-name {
            padding: 30px 0 15px 0;
            font-weight: 600;
        }
        
        .toggle:last-child {
            border-bottom: 1px solid #dddddd;
        }
        
        .toggle .toggle-title h3 {
            font-size: 20px;
            margin: 0px;
            line-height: 1;
            cursor: pointer;
            font-weight: 200;
        }
        
        .toggle .toggle-title i {
            position: absolute;
            background: url(https://images.emtcontent.com/giftcard/plus_minus_icn.png) 0px -24px no-repeat;
            width: 24px;
            height: 24px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            margin: 20px;
            right: 0;
        }
        
        .toggle .toggle-title.active_n2 i {
            background: url(https://images.emtcontent.com/giftcard/plus_minus_icn.png) 0px 0px no-repeat;
        }
        
        .toggle .toggle-title .title-name {
            display: block;
            padding: 25px 25px 14px;
            font-size: 18px;
            font-family: 'Open Sans';
            font-weight: 600;
        }
        
        .toggle .toggle-inner {
            padding: 7px 25px 10px 25px;
            display: none;
            margin: -7px 0 6px;
        }
        
        table {
            
            border-collapse: collapse;
            width: 100%;
            border: 1px solid #d3e5ff;
        }
        
        td {
            border-top: 1px solid #dddddd;
            text-align: left;
            padding: 15px;
        }
        
        .tabcontentoptn td {
            width: 50%;
        }
        
        th {
            text-align: left;
            background-color: #d3e5ff;
            padding: 10px 15px;
        }
        
        td:last-child {
            border-right: 0px;
        }
        
        td:first-child {
            border-left: 0px;
        }
        
        .bg_about {
            padding: 18px 0px;
            background: url(https://images.emtcontent.com/banners/about-bg.png);
            background-size: cover;
            position: relative;
        }
        
        .bg-ovrly {
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(0, 0, 0, .3);
            top: 0;
        }
        
        .bg_about .entry-title-n {
            margin-bottom: 0px;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: #fff;
            z-index: 1;
            position: relative;
            text-shadow: 1px 1px 2px rgb(0 0 0 / 80%);
        }
        
        .pd0 {
            padding: 0px;
            margin-top: 20px;
        }
        
        .about-text p {
            margin-bottom: 0px;
            font-size: 13px;
            text-align: justify;
        }
        
        .services-area.bg {
            margin: auto;
            padding-bottom: 40px;
            background-color: #fff;
        }
        
        .ModuleTitle {
            font-weight: 600;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        
        .module_title .ModuleTitle {
            text-transform: capitalize;
        }
        
        .about-text {
            width: 100%;
            position: relative;
        }
        
        .bggry {
            background: #f7f7f7;
        }
        
        .module_title {
            font-size: 20px;
            margin: auto;
            text-align: center;
        }
        
        .bgsec {
            background: #ffffff;
            padding: 0px;
            margin-bottom: 30px;
            border-radius: 5px;
            -webkit-box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
            box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
            -webkit-transition: 0.4s;
            transition: 0.4s;
            width: 100%;
            float: left;
        }
        
        .mflx {
            float: left;
            align-items: center;
            width: 100%;
            justify-content: center;
        }
.cgrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}  
.tab {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    height: 150px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


.tab h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 22px;
}
        
        .w33 {
            width: 33.3%;
        }
        
.odd-row:hover {
    background: #ffffff;
    box-shadow: 0px 0px 12px rgb(72 73 121 / 15%);
    border-radius: 6px;
    border: 0;
    cursor: pointer;
}
        
.odd-row {
    padding: 9px 0;
    border-bottom: 1px solid #f2f2f2;
}
        
        .odd-row p {
            padding-top: 8px;
            font-weight: 500;
            font-size: 15px;
        }
        
        .odd-row .btn {
            border: solid 1px #dbdbdb;
            color: #535557;
            float: right;
            font-size: 12px;
            font-weight: 400;
            padding: 5px 10px;
        }
        
        .odd-row .btn:hover {
            border: solid 1px #ff5252;
            background: #ff5252;
            color: #fff;
        }
        
        .odd-row img {
            margin-left: 6px;
        }
        
        .backbtn {
            position: absolute;
            top: 0;
            left: 15px;
            font-size: 14px;
            font-weight: 600;
            align-items: center;
            border: 1px solid #b9b9b9;
            padding: 4px 14px 4px 9px;
            display: flex;
            background: #ddd;
            cursor: pointer;
            box-shadow: 0px 0px 10px rgb(72 73 121 / 15%);
            border-radius: 50px;
        }
        
        .backbtn:hover {}
        
        .backbtn img {
            margin-right: 5px;
            width: 12px;
        }
        
        .line {
            padding-left: 25px;
            position: relative;
            padding-bottom: 25px;
        }
        
        .line:after {
            content: " ";
            width: 1px;
            background: #2196f3;
            position: absolute;
            z-index: 1;
            top: 8px;
            bottom: 45px;
            left: 0;
            height: 100%;
        }
        
        .tab:hover {
            background: #006bb1;
        }
        
        .tab:hover h4 {
            color: #fff;
        }
  									
._grid4{display: grid;    grid-template-columns: repeat(3, 1fr);    gap: 30px;}
._gbox {
    width: 100%;
    box-shadow: 0 0 5px rgb(0 0 0 / 5%);
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    background: #f8faff;
    overflow: hidden;
    position: relative;
}
._gbox::before {
    content: '';
    display: inline-block;
    width: 150px;
    position: absolute;
    height: 130px;
    top: -82px;
    right: -52px;
    border-radius: 50%;
    background-color: #ECF3FF;
}
._gbox:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    left: -88px;
    bottom: -115px;
    border-radius: 50%;
    background-color: #ECF3FF;
}
._t15b {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #256FFF;
    z-index: 1;
    position: relative;
}
._t12 {
    font-size: 15px;
    z-index: 1;
    position: relative;
}      
        @media only screen and (max-width: 499px) {
.cgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}		
            .banner_wrap,
            .msgBox {
                width: 100%
            }
            .msgBox h5 {
                font-size: 28px;
            }
            .mid_wrap {
                max-width: 100%;
                padding: 30px 15px 50px;
            }
            td {
                border: 1px solid #dddddd;
                text-align: left;
                padding: 10px 5px;
                font-size: 12px;
            }
            th {
                font-size: 12px;
            }
            .toggle .toggle-title .title-name {
                padding: 15px 0px;
            }
            .toggle .toggle-inner {
                padding: 15px 0px;
                display: none;
                margin: -7px 0 6px;
            }
            .tab {
                margin: auto;

                display: flex;
                padding: 15px;
                flex-direction: column;
                height: 140px;
                cursor: pointer;
                border-left: 1px solid #eee;
                border-bottom: 1px solid #eee;
            }
            .tab img {
                max-width: 100%;
                width: 33%;
                margin: auto 0;
            }
            .bgsec {
                margin-top: 25px;
            }
            .backbtn {
                top: -55px;
                left: 0;
            }
            .odd-row .btn {
                margin-top: 15px;
            }
            .tab h4 {
                font-size: 13px;
                font-weight: 600;
                margin: auto 0;
            }
._grid4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}			
		._t15b {
    font-size: 18px;
}	
	._t12 {
    font-size: 13px;
}		
        }