h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    text-rendering: optimizeLegibility !important;
}

.menutab_top {
    background: url('../img/img_bg_page_title_inner.3003822d.jpg') no-repeat;


}

#head{
    width: 100%;
    top:0;
    height: 80px;
    /* background: rgba(144, 0, 255, 0.114); */
    /* position: fixed; */
    z-index: 100;
}

.menutab a {
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
}

.menu_tab_plain a {
    color: #8A8AA0 !important;
}

.card-box-image {
    width: 100% !important;
    height: 250px !important;
    padding: 50px;
    background-color: white !important;
    box-shadow: 0 3px 16px 0 #2f536d1f !important;
    border: 1px solid white !important;
    border-radius: 16px !important;
}
.icon a{
   background: rgb(228, 228, 228);
   padding: 12px;
   border-radius: 10%;
   font-size: 18px;
   margin-left: 8px;
   color: #555353;
}

.icon a:hover{
    
    background: rgb(103, 18, 250) ;
    color: #ffffff;
}

#sub_btn{
    color: white;
    background: rgb(53, 53, 230);

}

a{
    outline: none !important;
    text-decoration: none;
}

.btn-link,.btn-link:hover{
    color:#333;
    text-decoration: none;
}


@media only screen and (max-width: 475px) {
    .footer {
        margin-left: 0px;
        margin-top: 0px;
       
    }
}