@media only screen and (max-width: 1200px) and (min-width : 992px) {
    
   

}  

@media only screen and (max-width: 992px) and (min-width : 768px) {

    .backImg {
        background-color: transparent;
        background-image: url(../images/1.png);
        height: 1000px;
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: 100% 130%;
    }

    .sectionImg {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 0%;
    }

    .sectionImg1 {
        width: 90%;
        margin-left: 5%;
    }
   
   
}

@media only screen and (max-width: 767px) {

    .backImg {
        background-color: transparent;
        background-image: url(../images/1.png);
        height: 700px;
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: 68% 44%;
    }

    .sectionImg {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 0%;
    }

    .sectionImg1 {
        width: 90%;
        margin-left: 5%;
    }

    .navbarlogosec {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logosec
    {
        padding-left: 23px;
    }
    .easyEmi
    {
        text-align: left;
    }

}

@media only screen and (max-width : 576px) {

    

    .logo {
        height: 54px;
        margin: 0px;
    }
    
    .bannerTitle {
        font-size: 40px;
        font-family: 'RedHatDisplay-Bold';
        line-height: 50px;
        margin-top: 65px;
        color: white;
    }

    .secTitle {
        font-size: 55px;
        font-family: 'RedHatDisplay-Bold';
        line-height: 65px;
        color: white;
    }

    .secContent {
        font-size: 25px;
        font-family: 'RedHatDisplay-Regular';
        line-height: 35px;
        color: white;
    }

    .sectionImg {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 0%;
    }
    .more-linkB
    {
        float: left;
        margin-top: 0px;
        background: #ff3737;
        color: white;
        padding: 13px 40px;
        transition: all 0.5s;
        font-size: 16px;
        font-family: 'RedHatDisplay-Medium';
    }

    .bannerTitleUsed {
        font-size: 39px;
        font-family: 'RedHatDisplay-Bold';
        line-height: 49px;
        margin-top: 100px;
        color: white;
    }

    .backImg {
        background-color: transparent;
        background-image: url(../images/1phone.png);
        height: 550px;
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: 95% -25%;
    }



    .backImg1 {
        background-color: transparent;
        background-image: url(../images/2phone.png);
        height: 575px;
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: 81% -35%;
    }


    .backImg2 {
        background-color: transparent;
        background-image: url(../images/servicephone.png);
        height: 550px;
        background-size: inherit;
        background-repeat: no-repeat;
        background-position: 85% 0%;
    }


    .secTitle {
        font-size: 50px;
        font-family: 'RedHatDisplay-Bold';
        line-height: 60px;
        color: white;
    }

    .contactUs {
        font-size: 36px;
        font-family: 'RedHatDisplay-Bold';
        line-height: 46px;
        color: white;
    }

    .copyright
    {
        text-align: center;
        color: #e0e0e0;
        font-size: 15px;
        line-height: 30px;
    }

    .easyEmi
    {
        text-align: left;
    }

}


