.cms-banner-sec{
    position: relative;
    background-image: url(../images/home-cms/about-img.jpg);
    text-align: center;
    padding: 50px 0px;
    height: 350px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}

.cms-banner-sec h1{
    color: #fff;
    font-family: 'Noto Sans Hebrew';
    font-weight:600;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin:0px;
}

body{font-family:'Noto Sans Hebrew' !important;}

body .breadcrumb{
        background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    margin-bottom: 15px;
}

body .breadcrumb li a{font-size:13px;color:#333;text-decoration:none;}

body .breadcrumb li.active a{color:#0c15d2;}

.new-cms-body-content{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15);
    margin-bottom: 30px;
}

.btn.btn-primary{
    background-color: #003b93;
    border: 1px solid #003b93;
    color: #fff;
}

.btn.btn-primary:hover{
    background-color: #009ddc;
    border: 1px solid #009ddc;
    color: #fff;
}

form .form-group{margin-bottom:1rem;}

.new-cms-body-content h2{font-size:1.25rem;font-family:'Noto Sans Hebrew';font-weight:bold;margin-bottom:10px;color:#000;}

.new-cms-body-content p, .new-cms-body-content p span, .new-cms-body-content ul li, .new-cms-body-content ul li span{font-size:14px !important;margin-bottom:15px;color:#333;font-family:'Noto Sans Hebrew' !important;}

.new-cms-body-content p a{color:#333;}

.new-cms-body-content p a:hover{color:#007bff;}

.new-cms-body-content h3{font-size:14px;margin-bottom:5px;}

.new-cms-body-content label{font-size:14px;font-family:'Noto Sans Hebrew';font-weight:500;color:#333;}

.new-cms-body-content .form-control{font-size:14px;outline:0px;box-shadow:none;}


.new-cms-body-content .card .card-header{background-color: #0c15d2;
    color: #fff;
    font-family: 'Noto Sans Hebrew';font-weight:600;}
.new-cms-body-content .card .card-body{background-color:#fff;border-radius:0px 0px 10px 10px;}

.new-cms-body-content .card{}

.message-div h4{
    color: #000;
    font-family: 'Noto Sans Hebrew';
    font-weight:600;
    font-size: 1.5rem;
    margin-bottom:20px;
}

.message-div h5{
    font-size: 14px;
    font-family: 'Noto Sans Hebrew';
    font-weight:500;
}