h1,
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 1.8rem;
}

p,
a {
    font-family: 'Montserrat', sans-serif;
}

.para-3 {
    line-height: 30px;
}

.c-w {
    color: white;
}

.know-more-btn {
    background-color: #e44b3b;
    color: #fff;
    border-radius: 30px;
    border: none;
}

.banner-form-btn {
    border-radius: 20px;
    background-color: #e44b3b;
    border: none;
    color: #fff;
    padding: 10px 60px;
}

.banner-form-btn:hover {
    color: #fff;
}

.banner-form-pad {
    padding-left: 15px;
    padding-right: 15px;
}

.input-classs {
    border-radius: 15px;
    background-color: #f4f4f4;
    color: #9b9b9b;
    border: none;
}

.card {
    border-radius: 1.25rem;
}

.red-ball {
    font-size: 14px;
    color: #e54b3b;
}

.services {
    padding-top: 336px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ts-1 {
    text-shadow: 5px 5px 10px #ababab;
}

.blogs {
    background-color: #efefef;
    border-radius: 12px;
}

.blog-para {
    font-size: 12px;
}

.ul-list ul {
    list-style-type: none;
}

.ul-list ul li {
    padding: 5px 8px;
}

.ul-list ul li a {
    text-decoration: none;
    color: #474646;
}

.footer-form {
    background-color: #f4f4f4;
    color: #9b9b9b;
}

.footer-form-btn {
    border-radius: 0px;
    background-color: #e44b3b;
    border: none;
    padding: 10px 20px;
    color: #fff;
}

.know-more-link {
    color: #e44b3b;
}

.know-more-link:hover {
    color: #e44b3b;
}

.footer-form-btn:hover {
    color: #fff;
}

.footer-form-input {
    height: 46px;
    border: 1px solid #d5d1d2;
    background-color: #efefef;
    border-radius: 0px;
}

.footer-social ul {
    list-style-type: none;
}

.footer-social ul li {
    float: left;
}

.footer-social ul li {
    font-size: 12px;
    color: white;
}

.footer-social ul li a {
    color: white;
    font-weight: 600;
}

.facebook-social {
    background-color: #385193;
    padding: 5px 10px;
    border-radius: 50px;

}

.twitter-social {
    background-color: #00a9ff;
    padding: 5px 7px;
    border-radius: 50px;
}

.linkedin-social {
    background-color: #3b83d8;
    padding: 5px 8px;
    border-radius: 50px;
}

.copy-right {
    font-size: 10px;
    padding-top: 10px;
}

.font-10 {
    font-size: 10px;
}
.help-block.form-error{
        position: absolute;
    top: 101px;
    font-size: 12px;
    color: #e44b3b;
    letter-spacing: 0.5px;
}
.footer-form-btn{
    border: 1px solid #e44b3b
}
#newsthanku{
        font-size: 18px;
    margin-bottom: 20px;
    color: #028806;
}
@media only screen and (min-width: 767px) and (max-width: 882px){
.abt-section .pt-5{
         padding-top: 1rem!important;
 }
 .flex_row{
    display: flex;
    align-items: center;
}

}
.pb-55{
    background: #efefef;
}
.b_card {
    background: #ffffff;
    min-height: 210px;
    display: block;
    padding: 15px;
        border-radius: 16px;
}
.b_card a{
        background-color: #e44b3b;
    color: #fff;
    border-radius: 30px;
    border: none;
    padding: 13px 30px;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}
.b_card h4{
        font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    padding-top: 10px;
}