h3 {
    border-top: 2px solid #E7E7E7;
    border-bottom: 1px solid #EBEBEB;
    /*color: #18bc9c;*/
    font-weight:bold;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(223, 223, 223, 0.5) 0%,  rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(223, 223, 223, 0.5) 100%);
}
.carousel-control:hover,
.carousel-control:focus {
    color: #000000;
}
.custom-color>li>a{
    background-color:#F8F8F8;
    color:#999999;
    /*height: 29px;*/
    padding: 5px 30px;
}
.pro_submenu li a{
    background-color:#E0E0E0; 
    color: #999999;
}
.custom-color >li>a:hover,.custom-color>li>a:focus,.pro_submenu li a:hover,.pro_submenu li a:focus{
    background-color:#F8F8F8;
    color:#000000;
}
.dropdown_ul{
    padding-left:0px;
    border-top: 2px solid white;
    list-style: none;
    width:100%;
    height:100%;
}
.dropdown_ul li{
    border-bottom: 2px solid white;
}
.dropdown_ul li a{
    background-color: #F8F8F8;
    color:#999999;

}
.dropdown_ul li:last-child{
    border-bottom:none; 
}
.dropdown_ul > li >a{
    color:#999999;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown_ul > li > a:hover,.dropdown_ul > li > a:focus{
    background-color:#F8F8F8;
    color:#000000;
    text-decoration: none;
}
.footer{
    color: #555555 !important; 

}
.footer a{
    color: #555555;
    text-decoration:none;
}
.footer a:hover{
    color: #000000;
    text-decoration:underline;
}
.block-heading {
    color: #000000;
    font-weight:bold;
    border-top: 2px solid #E7E7E7;
    border-bottom: 1px solid #EBEBEB;
}
.form-control_img{
    height: 57px;
    padding: 8px 12px;

}

.sf-with-ul{
    background-image: url(../../../images/down_arow_dark.png);
    background-repeat: no-repeat;
    background-position:right center;
}
.help-cust{
    color: #959595;
}
