.h60{
    height: 60px;
}
.head{
    background-color: #26343C;
    border-radius: 8px 8px 0px 0px;
    color: #ffffff;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fw600{
    font-weight: 600;
}
.lh20{
    line-height: 20px;
}
.lh24{
    line-height: 24px;
}
.fs19{
    font-size: 19px;
}
.fs16{
    font-size: 16px !important;
}
.fs23{
    font-size: 23px;
}
.fs14{
    font-size: 14px;
}
.fs28{
    font-size: 28px;
}
.w33{
    width: 33.3333333333333%;
}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.colNumberStyle{
    width: 36px;
    height: 36px;
    background-color: rgba(11, 99, 206, 0.1);
    font-size: 23px;
    color: #0B63CE;
    padding:4px 6px;
}
.colorBlack{
    color: #09101d;
}
.border-right{
    border-right: 1px solid #DADEE3;
}
.pl27{
    padding-left: 27px;
}
a:hover{
    color: #09101d;
}
.pt10{
    padding-top: 10px;
}
.pr18{
    padding-right: 18px;
}
.pt28{
    padding-top: 28px;
}
.pt52{
    padding-top: 52px;
}
.pt100{
    padding-top: 100px;
}
.mr4{
    margin-right: 4px;
}
.supportLineDiv{
    width: 100%;
    height: 80px;
    border-radius: 8px;
    background-color: #0B63CE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}
.inputNumberStyle{
    width: 48px;
    height: 48px;
    background-color: #F4F6F9;
    box-sizing: border-box;
    border: 1px solid #DADEE3;
    text-align: center;
    flex: none;
    order: 0;
    border-radius: 8px;
    color: #09101d;
}
#menu{
    width: 35%;
}
#context{
    width: 65%;
}
@media(max-width: 992px){
    #menu{
        display: none;
    }
    #context{
        width: 100%;
        margin-left: 15px;
    }
}