@media only screen and (max-width: 1330px) and (min-width : 1200px) {

   
}

@media only screen and (max-width: 1199px) and (min-width : 992px) {

    .whatareweImg {
        width: 90%;
        margin-left: 5%;
    }
    

    .css-typing p:nth-child(1) {
        width: 90%;
    }
    
    .css-typing p:nth-child(2) {
        width: 90%;

    }
    
    .css-typing p:nth-child(3) {
        width: 90%;
    }

    .bannerC
    {
        background-color: white;
        min-height: 550px;
        background-image: url(../images/Home\ banner\ left.png), url(../images/Home\ banner\ right.png);
        background-position: left bottom, top right;
        background-repeat: no-repeat, no-repeat;
        background-size: 50%, 80%;
    }
}


@media only screen and (max-width: 991px) and (min-width : 768px) {

    .bannerC
    {
        background-color: white;
        min-height: 500px;
        background-image:none;
       
    }

    .bannerC .downloadBtn {

        position: inherit;
        bottom: 0;
        right: 0;

    }

    .whatM .container img {
        width: 35%;
    }

    .scholarCover {
        background-color: white;
        height: 250px;
    }

    .logoSecH
    {
        width: 40%;
        height: 90px;
        float: left !important;
        display: flex; 
        align-items: center;
        justify-content: start !important;
        
    }

    .loginSecH
    {
        height: 90px;
        float: right !important;
        display: flex; 
        align-items: center;
        
    }
    
  
}

@media only screen and (max-width: 991px) {
    .navMenu
    {
        display: block;
    }
    
}


@media only screen and (max-width: 767px) {
    
    .bannerC
    {
        background-color: white;
        min-height: 500px;
        background-image:none;
       
    }


    .bannerC .downloadBtn {

        position: inherit;
        bottom: 0;
        right: 0;

    }

    .whatM .container img {
        width: 45%;
    }

    .bannerC_Head strong {
        font-size: 55px;
        line-height: 65px;
    }


    .scholarCover {
        background-color: white;
        height: 200px;
       
    }


    .css-typing p:nth-child(1) {
        width: 100%;
    }
    
    .css-typing p:nth-child(2) {
        width: 100%;

    }
    
    .css-typing p:nth-child(3) {
        width: 100%;
    }

    .whyC
    {
        text-align: left;
    }

    .ListingC
    {
        text-align: left;
    }

    .BlogC
    {
        text-align: left;
    }

    .aboutC {
        text-align: left;
    }

    .historyC
    {
        text-align: left !important;
    }
    .scholSecC 
    {
        text-align: left !important;
    }


    .logoSecH
    {
        width: 40%;
        height: 90px;
        float: left !important;
        display: flex; 
        align-items: center;
        justify-content: start !important;
        
    }

    .loginSecH
    {
        height: 90px;
        float: right !important;
        display: flex; 
        align-items: center;
        
    }
    
}


@media only screen and (max-width : 576px) {


    .bannerC
    {
        background-color: white;
        min-height: 450px;
        background-image:none;
       
    }

    .bannerC .downloadBtn {

        position: inherit;
        bottom: 0;
        right: 0;

    }

    .whatM .container img {
        width: 100%;
    }

    .bannerC_Head {
        font-size: 26px;
        line-height: 36px;
    }

    .bannerC_Head strong {
        font-size: 38px;
        line-height: 45px;
    }

    .whyH {
        font-size: 30px;
        color: white;
        line-height: 37px;
    }
 
    .LidstingH {
        font-size: 34px;
        line-height: 45px;
    }

    .whyC {
        font-size: 17px;
        color: white;
    }

    .aboutH {
        font-size: 22px;
        color: black;
        line-height: 35px;
    }

    .aboutC
    {
        margin-right:0;
    }

    .scholarH {
        font-size: 36px;
        line-height: 50px;
    }

    .scholarCover {
        background-color: white;
        min-height: 350px;
       
    }

    .contactFrm
    {
        box-shadow: none !important;
    }

    .BlogH {
        font-family: 'Outfit-VariableFont_wght';
        font-weight: 600;
        font-size: 34px;
        line-height: 60px;
    }

    .whatareweImg {
        width: 80%;
        margin-left: 10%;
    }

    .teamH {
        font-family: 'Outfit-VariableFont_wght';
        font-weight: 600;
        font-size: 35px;
        line-height: 60px;
    }

    .scholSecImg
    {
        width: 100%;
        margin-left: 0%;
    }


    .css-typing p:nth-child(1) {
        width: 100%;
    }
    
    .css-typing p:nth-child(2) {
        width: 100%;

    }
    
    .css-typing p:nth-child(3) {
        width: 100%;
    }
}


