@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Montserrat", sans-serif;
}
.headLogo{
    padding: 15px 0;
}
.headLogo img{
    width: 450px;
}
.herobanner{
    padding:  0;
    background: #333c77;
}
.herobanner h1{
    font-size: 46px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.bannerContent{
    padding: 70px 15px;
}
.coachingPnl{
    padding: 80px 0;
    background: #252e59;
}
.bannerimg{
    margin: -80px 0;
}
.coachingPnl h2{
    font-size: 40px;
    font-weight: 700;
}
.nextlevel{
    padding: 80px 0;
}
.nextlevel h2{
    color: #333c77;  
    font-size: 40px; 
}
.iconfeature img{
    height: 100px;
}
.feature-box h5{
        color: #004bbe;
    margin-bottom: 15px;
}
footer{
    background: #252e59;
}
.expertpnl h2{
    font-size: 40px;
    color: #333c77;  
}
.applypnl h2{
    font-size: 40px;
}
.ctaForm .form-control, .ctaForm .form-select{
    min-height: 48px;
    font-size: 15px;
}
@media(max-width:575px){
    .bannerimg{
        margin: 0 0 -40px;
    }
    .headLogo img {
        width: 250px;
    }
    .herobanner h1, .nextlevel h2, .coachingPnl h2, .expertpnl h2, .expertpnl h2{
        font-size: 30px;
    }
    .coachingPnl{
        padding: 40px 20px;
    }
    p{
        font-size: 14px;
    }
}