@font-face {font-family: 'ZohoPuvi';src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff2') format('woff2'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_regular.ttf') format('truetype');font-style: normal;font-weight: 300;font-display: swap;}
@font-face {font-family: 'ZohoPuvi';src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_medium.ttf') format('truetype');font-style: normal;font-weight: 400;font-display: swap;}
@font-face {font-family: 'ZohoPuvi';src: url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff2') format('woff2'), /* Modern Browsers */ url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.woff') format('woff'), url('https://fonts.zohowebstatic.com/zohopuvi/3.5/zoho_puvi_extrabold.ttf') format('truetype');font-style: normal;font-weight: 700;font-display: swap;}
body{font-family: ZohoPuvi, sans-serif;}

.notify_box{padding: 15px 30px!important;border-top-right-radius:4px;border-bottom-right-radius:4px;overflow-x:auto}
.blue_bg{background: #F2FBFF;border:1px solid #d7f1fd;border-left:3px solid #029AE5}

.tabstrip-device {
    padding: 30px 0px;
}
.tabstrip-device{
    width: 100%;
    position: relative;
margin: 20px 0px;
}
.tabstrip-device > ul{
    display: flex;
    flex-direction: row;
    padding: 0;
    text-align: center;
    width: 100%;
padding: 0 !important;
}
.tabstrip-device> ul li{
    margin: 0 5px 0 0;
    padding: 7px 35px;
    line-height: 32px;
    font-size: 18px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 8px 8px 0 0;
    cursor: pointer; 
    list-style: none !important;
}
.tabstrip-device > ul li.active{
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
    font-weight: 600;
    color: white;
    background-color: #0579c7;
    transition: background .5s ease;
}

.tabstrip-device .desc-tab{
    border-top: solid 1px #3f97fd;
    border-bottom: solid 1px #3f97fd;
    width: 100%;
    padding: 15px 0px 40px;
    background: #fff;
    display:none
}
.tabstrip-device .desc-tab.active{
    display: block;
}
