html{
    font-family: 'Roboto', sans-serif;
}
.yell{
    background-color: #fbfe01;
}
#mainb{
    min-height: 100vh;
    height: 100vh;
}

.linker1{
    text-decoration: underline;
    color: #3a3a3a;

}
a.linker1:hover{
    text-decoration: none;
    color: #000000;

}

.useruser{
    width:33px 
}

.userexit{
   width:33px 
}
.toper1{
    padding-top: 122px;
}

.bodyn{
    background-color: #e9e9e9 !important;
}

.containermaxi{
    max-width: 400px !important;
}

.logohome{
 
    padding-top: 22px;
}

.topercon{
    padding-top: 133px;
    z-index: 1;
}

.linbox{
    margin: 0 auto;
    margin-top: 26vh;
    max-width: 410px;
}
.linboxlogo{
    width:120px
}
.mfont{
font-size: 14px;
font-weight: 300;
}
.mfontb{
    font-size: 14px;
    font-weight: 400;
    /* font-weight: ; */
    }
    .h11{
        font-size: 30px;
color: #009fe3;
font-weight: 700;
margin-top: 14px;
    }

    .cllist{
        padding-left: 14px;
    }
    .cllist li{
     line-height: 16px;
     font-size: 14px;
    }

 .morebutton{
     cursor: pointer;
 }   

.vfornty{
min-height: 100vh;
}

.homeback{
    background-size: cover;
    background-image: url("../images/backhome1.jpg");
}

.fixedmenu{
    background-color: #ffffff;
    position: fixed;
    width: 100vw;
    margin: 0 auto;
    height: 84px;
    z-index: 100;
}
.tell{
    padding-left: 2px;
    padding-right: 19px;
    /* padding-right: 222px; */
}

.left1{
    float: left;
    margin-left: 11px;
}
.right1{
    float: right;
    margin-right: 11px;
    text-align: right;
  margin-top: 21px;
  color:  #009fe3;;
  padding-right: 22px;
}

a.blueb{
    margin-top: 22px;
    color: #ffffff;
    background-color: #009fe3;
    padding: 9px;
    border: 1px solid #009fe3;

  border-radius: 9px;
  text-decoration: none;
  font-weight: bold;
}
a.blueb:hover{
    color: #ffffff;
    background-color: #009fe3;
    padding: 9px;
    border: 1px solid #009fe3;

  border-radius: 9px;
  text-decoration: none;
  font-weight: bold;
}

.linkmenu{
    color: #000;
    margin-left: 19px;
    margin-right: 19px;
    padding-right: 13px;
    /* text-decoration: underline;
    text-decoration-color: #009fe3; */
    padding-bottom: 5px;
    position: relative;
}

a.linkmenu{
    color: #000;
    font-weight: bold;
    margin-left: 22px;
    margin-right: 19px;
    padding-right: 13px;
    /* text-decoration: none;
    text-decoration-color: #009fe3; */
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
}

a.linkmenu:hover{
    color: #000;
    font-weight: bold;
    margin-left: 22px;
    margin-right: 19px;
    padding-right: 13px;
    text-decoration: none;
    /* text-decoration: none;
    text-decoration-color: #009fe3; */
    font-family: 'Roboto', sans-serif;
    /* border-bottom-color: #009fe3;
    border-bottom-width: 1px;
    border-bottom-style: solid; */
    padding-bottom: 5px;
    position: relative;
}

/* 
.linkmenu:before{
    content: "";
    position: absolute;
    width: 108px;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 1px solid #009fe3;
} */

.leveli{
    display: inline-block;
    padding-left: 14px;

}
.mobm{
    display: none;
}

.b_mobm{
    cursor: pointer;
    position: absolute;
    right: 22px;
    top: 12px;
    margin-top: 12px;
    display: inline-block;
}

@media only screen and (max-width:1155px) {
    .mobm{
        cursor: pointer;
        position: absolute;
        right: 22px;
        top: 4px;
        margin-top: 12px;
        display: none;
        /* display: inline-block; */
    }
    
.logohome{
    max-width: 170px;
    margin-top: 18px;
    padding-top: 24px;
}

    .leveli{
        display: none;
    }
    .right1{
        display: none;
    }

}