@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;500;600&display=swap');
body
{
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #f0f0f0;
}
header
{
    background: #fff;
    text-align: left;
    padding:20px 10px 10px 10px;
    color: #b30909;
    font-weight:600;
}
header h2 a
{
 color: #b30909;   
}
header .col-md-3 h5
{
    text-align:right;
}
header .col-md-3 h5 a
{
    text-align:right;
    text-transform: uppercase;
    color: #b30909;
}
header h2 a:hover
{
    color: #850505;
    text-decoration: none;
}
.serch-boxolder 
{
    width: 100%;
    margin:15px 0;
    padding: 25px 45px;
    background: #fff;
    float: left;
}
.serch-boxolder h2
{
    color: #b30909;
    font-size:20px;
    padding: 0 0 15px 0;
    margin: 0;
}
.serch-boxolder input[type="text"]
{
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0 10px;
    color: #444;
    height: 35px;
    float: left;
    border: 1px solid #ccc;
}

.serch-boxolder input[type="date"]
{
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0 10px;
    color: #444;
    height: 35px;
    float: left;
    border: 1px solid #ccc;
}

.serch-boxolder input[type="time"]
{
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0 10px;
    color: #444;
    height: 35px;
    float: left;
    border: 1px solid #ccc;
}

.serch-boxolder select
{
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0 10px;
    color: #444;
    height: 35px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 0;
    font-weight: normal !important;
}

.serch-boxolder textarea
{
    width: 100%;
    margin: 10px 0 15px 0;
    padding: 0 10px;
    color: #444;
    height: 100px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 0;
    font-weight: normal !important;
}

.serch-boxolder span
{
    font-size: 12px;
    color: #000;
}
.serch-boxolder em
{
    color: #b30909;
}
.gender label
{
padding: 0 15px;    
}
.save-btn
{
    padding: 8px 25px;
    margin: 15px 0;
    text-align: center;
    background: #b30909;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
.save-btn:hover
{
    background: #850505;
    color: #fff;
    text-decoration: none;
}
.filter-box h2
{
   color: #b30909; 
    margin: 0;
    font-size:30px;
    padding-bottom:10px;
}
.filter-box h3 
{
   color: #b30909; 
    margin: 0;
    font-size:20px;
}
.filter-box label
{
    color:#717171;
}
.filter-box label b
{
    color:#000;
}
.filter-attributes label
{
    display:block;
}
.promery-background
{
    width: 100%;
    margin:15px 0;
    background: #fff;
    float: left;
}
.pd-lr-15 
{
    padding: 15px;
}
.widgets
{
    width: 100%;
    margin: 15px 0;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.widgets .gender label
{
    width: 50%;
    float: left;
}
.widgets h4
{
    font-size: 17px;
    color: #b30909;
    padding-bottom: 10px;
}
.widgets .gender span
{
    padding-bottom: 8px;
    display: inline-block;
    font-weight: bold;
     width: 100%;
}
.education label
{
    width: 100%;
    float: left;
}
.profile-box
{
    width: 100%;
    margin:0 0 15px 0;
    padding: 5px;
    float: left;
    background: #fff;
}
.profile-box.active
{
    background:#cdf9cd;
}
.profile-box img
{
    width: 100%;
    height: 150px;
}
.profile-details 
{
    padding: 10px;
}
.profile-details h3 a
{
font-size: 16px;
margin: 0;
    padding:5px 0 3px 0;
    color:#b30909;
}
.profile-details span
{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color:#717171;
}
.profile-details span b
{
    color:#000;
}
.detail-btn
{
    background:#b30909;
    padding:4px 15px;
    color:#fff;
    border-radius:4px;
}
.detail-btn:hover
{
    background:#000;
    color:#fff;
    text-decoration:none;
    
}
.profile-details p
{
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #b30909;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 0;
}
.olderprofile 
{
    width:100%;
    margin:0;
    padding:50px 0;
    float:left;
}
.olderprofile h3
{
    text-align:center;
    text-transform: uppercase;
    color:#b30909;
}
.olderprofile h4
{
    text-align:center;
    color:#686868;
    font-size:16px;
    width:100%;
    text-align:center;
}
.gender h6
{
    color: #b30909;
    padding-top: 15px;
    text-transform: capitalize;
}
.popup-details p
{
    color:#717171;
}
.popup-details p b
{
    color:#000;
}