.btn-blue {
    margin: 10px 0px;
}
.button{
    margin: 10px 0px; 
} 
.btn-blue a {
    color: #FFF;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 7px;
    background: #316AA5;
    padding: 6px 18px;
    border: 1px solid #316AA5;
    transition-duration: 0.5s;
}
.btn-blue a:hover {
    color: #316AA5;
    background: transparent;
}
.back-blue{background-color:#EEF8FF;}
.bg-d-blue{background: #185889;}
.bg-blue{background-color: #F3F9FF !important;}
.bg-lblue{background-color: #F6FBFF;}
.bg-white{background-color: #fff ;}
.bg-light-d-blue{background:#DFEFFF;}
.text-blue{color: #185889 !important;}
.txt-blue{color: #316AA5;}
.txt-gray{color:#5E5E68;}
.txt-grey{color: #5C5C5C;}
.black-btn{margin: 10px 0px;background-color: #1F1F1F; border: 1px solid #1F1F1F; color: #fff; font-family: Open Sans; font-size: 16px;font-style: normal;font-weight: 600;line-height: normal; padding: 6px 18px;transition: 0.5s;}
.black-btn:hover{background-color: transparent !important; border: 1px solid #1F1F1F; color: #1F1F1F;transition: 0.5s;}
.disable-hover:hover{
    color: #fff !important;
    background-color: #000 !important;
}
.bg-sky-blue{
    background: #E3F1FF;
}
@media screen and (min-width:300px)and (max-width:1080px){
    .mbl-back-blue{background-color:#EEF8FF;}
}