body{
    font-family: "Poppins", sans-serif;
}
.bgImg{
    background-image: url('../images/LandingPageBG.webp');
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.primary-lg{
    background-color: #009C8C;
    border: none;
    color: #fff;
    font-weight: bolder;
    border-radius: 50px;
    font-size: 24px;
    padding: 10px 15px;
    text-decoration: none;
    display: flex;
}
.headerText{
    color: #009C8C;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 5.5;
    align-items: center;
    /* padding: 0px 0px 50px 12vw; */
    padding: 40px 0px 50px 0px;
    height: 66vh;
}
.content-main{
    display: flex;
    width: 100%;
    height: 80vh;
    /* align-items: center; */
}

.sm-size-50{
    width: 58px;
}
.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.bottom-row{
    height: calc(100vh - 24vh);
}

@media (max-width:992px){
    .bgImg{
        background-size: 100%;
        /* background-position-y: 100%; */
        background-image: url('../images//LandingPageMBG.webp');
    }
}

@media(max-width: 767px){
    
    .primary-lg{
        font-size: 16px;
        padding: 12px 10px;
    }
    .sm-size-50{
        width: 50px;
    }
    .headerText{
        font-size: 22px;
        line-height: 35.2px;
        padding: 40px 0px 0px 0px;
    }
}
