@media screen and (min-width:425px) {
  

   
}


@media screen and (max-width:999px) {
    .nav-pills{
        width: 100% ;
    }
}






@media screen and (min-width:768px) {
    .nav-item{
        margin-left:14px;
        margin-right:14px;
    }
    .headerSection {
        /* background-color: #f6f7fb; */
        /* clip-path: polygon(100% 0, 100% 16%, 90% 26%, 78% 35%, 62% 41%, 45% 44%, 27% 44%, 13% 42%, 0 38%, 0 0); */
       
        /* border-radius: 0 0 100% 20%; */
    }
    .bannerContent p{
        font-size: 18px;
    }
    .featuresCard{
        /* width: 50%; */
        text-align: center;
    }
}







@media screen and (min-width:999px) {
    .headerSection{
        /* position: relative; */
    background-image: url('../images/banner-bg.png');
    background-size: 100% 100%;

    }
    .bannerCTA{
        padding-bottom: 40px;
    }
 .headerTopSection::after{
   /* content: url('../images/banner-bg-circle.png');
    background-image: url('../images/banner-bg.png');
    background-size: contain;
    position: absolute;
   z-index: -1;
   bottom: -8%;
   left: -5%; */
 }
 .footerSection{
    background-image: url('../images/footer-lg-bg-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 28px 12px;
 }
 .footerDiv{
    transform: translate(0, 50%);
 }
 .copyrightSection{
    height: 160px;
 }
}

@media (min-width:799px) and (max-width:1199px){
    .fs_14{
        font-size: 14px !important;
    }
}

@media screen and (min-width:1199px){
    .intBannercontent{
        text-align: center;
        /* width: 450px ; */
    }
    .internalBannerImage{
        width: 75% !important;
    }
} 

 