.logo img {
    max-width: 250px;
}

.custom-icon {
    font-size: 2.5rem;
}

.lh-21 {
    line-height: 21px;
}

.fb-icon-div {
    width: 24px;
    height: 24px;
    background-color: #274898 !important;
    text-align: center;
    padding-top: 2px;
}
.footer-content p, .footer-content a{
   
    font-size: 14px;
    font-weight: normal;
}
.footer-links li a{
    color: #fff !important;
}
.about-section{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    border-radius: 10px;
}

.view-btn{
    background-color: #4d7beb;
    color: #fff;
    cursor: pointer;
    
}
.view-btn:hover, .view-btn:focus{
    box-shadow: none;
    background-color: #FDD428;
}
.footer-links{
    list-style-type: none;
}

.footer-links li{
    color: #fff;
    padding: 5px 10px 5px 0;
    font-size: 0.9rem;    
}
.mmr-list{
    display: flex;
    
}
.page-header-title{
    background-image:url(assets/images/services/service4.jpg);
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  
    width: 100%;
}
.banner-content{
    position: absolute;
    z-index: 11;
 
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5); /*dim the background*/
  }
.banner{
   
    padding-top: 47px;
    padding-bottom: 0;
    position: relative;
    min-height: 347px;
}
.banner-hr{
    background-color: #fff !important;
}
.contact-form textarea {
    height: 120px !important;

}
.slider-heading {
    letter-spacing: 0;
    
}

.our-address span{
    margin-top: -5px;
    position: relative;
}
.our-address p{
    line-height: 21px;
}
a.ml-2.mb-0.fs--1.d-flex.color-primary.fw-700.header-phone {
    position: relative;
    margin-top: -14px;
    font-size: 26px !important;
}
 a.ml-2.mb-0.fs--1.d-flex.color-primary.fw-700.phone{
    position: relative;
    
    font-size: 26px !important;
}
@media (max-width: 767px) {
    .slider-heading{
        font-size: 36px !important;
    }
    .slider-heading span{
        font-size: 32px !important;
    }
    .col-auto.d-block.logo {
        width: 50%;
    }
    .mv-phone{
        width: 50%;
    }
}
@media (max-width: 575px) {
    .expertise-img img{
    width: 97%;
    }
    .footer-content p, .footer-content a{
        text-align: center;
    }
    .mmr-list{
        display: block;
      
    }
    .mmr-list ul{
        margin-bottom: 0;
    }
    .contact-form textarea {
       margin-top: 28px;
        
    }
    .slider-heading{
        font-size: 24px !important;
    }

    .slider-heading span{
        font-size: 22px !important;
    }
    .col-auto.d-block.logo {
        width: 50%;
    }
    .logo img{
        max-width: 190px;
    }
    .mv-phone{
        width: 50%;
    }
    .custom-icon{
        font-size: 2rem;
    }
    a.ml-2.mb-0.fs--1.d-flex.color-primary.fw-700.header-phone, a.ml-2.mb-0.fs--1.d-flex.color-primary.fw-700.phone{
        font-size: 20px !important;
        margin: 0;
        margin-top: 3px;
    }
}

@media (max-width: 390px) {
    .logo img {
        max-width: 150px;
    }
    .custom-icon{
        font-size: 1rem;
        margin-top: 2px;
    }
    a.ml-2.mb-0.fs--1.d-flex.color-primary.fw-700.header-phone, a.ml-2.mb-0.fs--1.d-flex.color-primary.fw-700.phone{
        font-size: 16px !important;
        margin: 0;
    }

}



