/* Banner Section */
/* .banner-sec {
    padding: 200px 0;
    text-align: center;
    background-color: #eee;
} */

.banner-sec{
    /* padding: 118px 0 180px; */
    padding: 16vw 0 9vw;
    /* background-image: url(../images/hm-practice-bg.webp); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    /* clip-path: polygon(100% 0, 100% 85.3%, 50% 100%, 0 85.3%, 0 0); */

}

.lp-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.lp-btn a.cmn-btn {
    width: 350px;
    text-align: center;
    padding: 25px;
}

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1440px) {
    .lp-btn a.cmn-btn{width: 300px; }
    
}

@media screen and (max-width: 1280px) {
    .lp-btn a.cmn-btn{width: 275px; padding: 20px;}
}

@media screen and (max-width: 1024px) {
    .lp-btn a.cmn-btn{width: 250px; padding: 15px;}
    .lp-btns{gap: 15px;}
}

@media screen and (max-width:768px) {
    .banner-sec{padding: 150px 0 60px;}
    .lp-btn a.cmn-btn{width: 230px; }
    .banner-sec{padding: 40px 0;}
}