@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/******** Stylesheet *******/

body
{
    font-family: "Lexend", sans-serif!important;
}

h1, h2,h3, h4, h5, h6
{
    font-family: "Lexend", sans-serif!important;
    font-weight:500!important;
}

.navbar-light .navbar-nav .nav-link
{
    font-family: "Lexend", sans-serif!important;
    font-weight: 400!important;
    padding:35px 20px!important;
}

.mb_service_Section .banner-wrapper .service-card img 
{
    width:120px; margin:0 auto 10px;
}

.mb_service_Section .banner-wrapper .service-card .service-card-body p
{
    font-size:14px;
}

.mb_service_Section .banner-wrapper .service-card 
{
    background: linear-gradient(#fff,#f2f2f2); 
    border-radius:25px;
    width:270px;
    margin:0 auto;
}

.mb_service_Section .banner-wrapper .service-card h3 {font-size:20px;}

.banner-wrapper
{
    background: linear-gradient(#9653cd,#e63946);
    padding: 50px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.banner-wrapper .mb-banner-top h2 {color:#fff;}
.banner-wrapper .mb-banner-top span 
{
    background: linear-gradient(90deg, #edff98, #4fffde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:50px;
    font-weight:700;
    
}

.mb_ch_section .loc-pin 
    {   
        padding: 5px 20px 15px; 
        border-radius: 7px; 
        text-align:center;
        box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    }




