
.fs16{font-size: 16px;}
.fs14{font-size: 14px;}
.box1{position: relative;}
.ip_res_media{
    position: absolute;
    width: 310px;
    right: 10px;
    top:90%;
    z-index: 2;
    box-shadow: 0px 0px 2px 1px #E3E7ED;
    display:none;
    border-bottom: 3px solid #1E70B9;
}
.ip_res_media div:nth-child(odd){
    font-size: 15px;
    font-weight: 700;
}
.ip_res_media div:nth-child(even){
    font-size: 14px;
    font-weight: 600;
}
.dage_toggle{
    background-image: url(../webimages/ip_address1.svg);
    min-width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #1E70B9;
}
.dage_rotate{transform: rotate(180deg);}
@media only screen and (max-width: 767px) {
    .mdb{display: block !important;}
    .mdn{display: none !important;}
    .ip_res_media{width: 260px;}
}