@font-face {
    font-family: cairo;
    src: url(../fonts/cairo.ttf);
  }

  .fontcairo{
    font-family: cairo;
  }
.phoneinline{
    display: flex;
    width:100%;
    max-height: 39px;
}
.wid-30{
    width:30%;
}
.input-group-text {
    max-height: 38px;
}

.hei45{
    height: 45px !important;
}

@media screen and (max-width: 767px){
table {
    overflow: scroll !important;
    display: block;
}}

.bot-btn{
    padding : .75rem 1.25rem;
    border-top: 1px solid #f4f4f4;
}

.required-mark {
    color: red;
}

.clr-green{
    color : #2fff2f;
}

.clr-red{
    color : red;
}

.m5{
    margin :5px;
}

.minhi340{
    min-height: 340px;
}

.maxwi100{    
    max-height: 70px;
    margin-bottom: 10px;
}

.input-group-addon {
    padding:12px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group .input-group-addon {
    border-radius: 0 !important;
    border-color: #d2d6de !important;
    background-color: #fff !important;
    height: 38px;
}

.login-banner{
    background: url("/images/loginbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.wid500
{
   width : 500px;
}

.pt25{
    padding-top: 15px;
    margin-bottom: 0px;
}

.mb0{
    margin-bottom: 0px;
}

.bor0{
border-bottom: 0px;
}

