#register_page #sec .form_box form .box_foot .radio input[type="checkbox"] {
    top: 5px;
}
.help-block{
    color: #ce0c0c;
    font-size: 13px;
}
#login_page #sec .form_box form .box_foot .flex_box .radio input[type="checkbox"]{
    top: 5px; 
}
.logout-btn{
    font-size: 16px;
    letter-spacing: 0.6px;
    color: white;
    line-height: normal;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    padding: 0px;
}
.logout-btn:hover{
    text-decoration: none !important;
}
.repeat_div{
    width: 100%;
}
.add_more_box{
    float: right !important;
}
#dashboard_page .main_item_box form .form-control{
    height: 40px !important;
}
.label-pad{
    padding-top: 8px;
}
@media (max-width: 768px) and (min-width: 468px){
#our_services .box .title_box .title {
    font-size: 20px;
}
}

@media only screen and (min-width: 992px){
#Header.home_page:not(.sticky) .action_sec .account_option {
     filter: none; 
}
#Header.home_page:not(.sticky) .action_sec .account_option li a:hover{
     filter: none; 
         color: white;
    
}
#Header.home_page:not(.sticky) .action_sec .account_option li [data-toggle="dropdown"]{
      filter: invert(1) brightness(35); 
}
#Header.home_page:not(.sticky) .action_sec .account_option li [data-toggle="dropdown"]:hover{
    filter: invert(1) brightness(6);
     color: #0d3584; 
}
}