@media only screen and (min-width: 300px) and (max-width: 768px) {
    #demo {
      display: none
    }

    .mobileImage{
        width: 100%;
        /* position: relative;
        top: -75px;
        z-index: -1; */
    }

    .onlymobileAbsolute{
        position: absolute;
        padding: 0;
    }

    .collapsibleNavbar{
        position: absolute;
        z-index: -1;
    }

    .textBlue{
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .mobileBanner{
        display: block;
    }

    .sectMobile{
        position: absolute;
        font-size: 15px;
        font-weight: bold;
        bottom: 3rem;
        left: 3rem;
    }

    .joinUsbtn{
        width: 150px!important;
        position: relative;
        top: 0px;
    }

    .mobileBtnimg{
        width: 200px;
        position: relative;
        top: 0px;
        background: #fff;
    }

    .mobileTextbtn{
        background: #0b2f58;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 17px;
    }

    .mobileTextbtn:hover{
        text-decoration: none;
        color: #fff;
    }

    .mobileTextSecbtn{
        background: #00B8FC;
        color: #fff;
        padding: 10px 22px;
        border-radius: 5px;
        font-size: 17px;
        margin-left: 25px;
    }

    .mainLogo {
        width: auto;
        height: 70px;
        object-fit: unset;
        position: relative;
        left: 2rem;
    }

    .onlyDesktop{
        display: none !important;
    }
    
    .onlyMobile{
        display: block !important;
    }

    .onlyMobile.card-header{
        padding: 0;
    }

    .onlyMobile.card-header .cardNumber h3{
        background-color: rgba(0, 58, 144, 0.1) !important;
        padding: 15px 19px;
    }

    .onlyMobile .cardNumber{
        font-size: 25px;
        position: relative;
        background-color: unset !important;
        padding: unset;
        left: unset;
        font-weight: bold;
    }

    .onlyMobile .cardTitle{
        font: bold 25px / 1.2em montserrat, sans-serif;
        margin: auto;
        position: unset;
        top: unset;
        font-weight: bold;
    }

    .onlyMobile .cardTitle h3{
        padding: 15px;
        font-size: 23px;
        font-weight: bold;
    }

    .stickers{
        justify-content: center;
    }

    .downlodrow .col-md-6{
        text-align: center;
    }

    .stickers div:nth-child(2){
        margin-left: unset!important;
    }

    .innerContent{
        font-size: 15px;
        width: 250px;
        margin: 0 auto;
    }
    .backImage {
        padding: 30px;
        background-position: bottom;
    }

    .pd-5 {
        padding: 0!important;
    }

    .onlymobileAbsolute #collapsibleNavbar{
        margin-top: 50px;
    }

    .downlbtn{
        min-width: 50%;
        margin: 0 auto;
    }

    ul.navbar-nav{
        text-align: center;
    }

    .owl-carousel .item{
        width: 100% !important;
        margin: 0 auto !important;
    }

    .firstFont {
        font-size: 19px;
        font-weight: bold;
        padding-left: 3rem;
        line-height: 1.4;
    }

    p.firstFont:nth-child(1):before {
        content: "1";
        position: absolute;
        left: 1.5rem;
        font-size: 40px;
        font-weight: bold;
        color: orange;
    }
    p.firstFont.second:before {
        content: "2";
        position: absolute;
        left: 1.5rem;
        font-size: 40px;
        font-weight: bold;
        color: orange;
    }

    .navbar{
        padding: 1.5rem 1rem !important;
    }

    .joinusContainer {
        width: 100%;
    }

    .header-list{
        display: block;
        list-style: none;
    }
    
    .header-list li{
        float: left;
        padding: 3px;
    }
    
    .header-list li img{
        width: 25px;
    }

    #accordion .card-header.onlyMobile[aria-expanded="true"] .cardNumber h3{
        background-color: #00B8FC !important;
    }

    .navbar-toggler{
        position: relative;
        top: -0.5rem;
    }
    
    .posFixed{
        position: unset;
        width: 100%;
        bottom: 0;
    }

}