@media only screen and (max-width: 1440px){
    .building{
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 1350px){
    header .logo img{
        height: 55px;
    }
    header .navbar nav ul li a{
        font-size: 16px;
    }
    header .navbar nav ul li.signup a{
        font-size: 18px
    }
    .banner .banner-text h1{
        font-size: 62px;
        line-height: 80px;
    }
    .banner .banner-text p{
        font-size: 18px;
        padding: 30px 0;
    }
    .banner .banner-img img{
        height: 500px;
    }
    .power ul li img{
        height: 48px;
    }
    .banking .bank-heading h2{
        font-size: 44px;
    }
    .payment .pay-text h2{
        font-size: 44px;
    }
    .payment .pay-text ul li img{
        height: 24px;
        width: 24px;
    }
    .payment .pay-text ul li span{
        font-size: 18px;
    }
    .smart .smart-text h2{
        font-size: 44px;
    }
    .smart .smart-text h3{
        font-size: 48px;
    }
    .building .building-text h2{
        font-size: 44px;
    }
    .building .building-text p{
        font-size: 18px;
        padding-top: 18px;
    }
    .faq h3{
        font-size: 44px;
    }
    .faq span{
        font-size: 44px;
    }
    .faq .input-box input{
        font-size: 18px;
    }
    .faq .input-box input::placeholder{
        font-size: 18px;
    }
    .made .first-box h3{
        font-size: 44px;
    }
    .made .first-box p{
        font-size: 18px;
    }
    .made .second-box h3{
        font-size: 44px;
    }
    .made .second-box a{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1260px){
    .banner .banner-text h1{
        font-size: 52px;
        line-height: 70px;
    }
    .banner .banner-img img{
        height: 400px;
    }
    .banner .banner-text a{
        font-size: 18px;
    }
    .power{
        padding-top: 50px;
    }
    .power ul li img{
        height: 44px;
    }
    .slider{
        padding: 100px 0;
    }
    .banking .bank-heading h2{
        font-size: 40px;
    }
    .banking{
        padding: 0;
        padding-bottom: 120px;
    }
    .payment{
        padding: 0;
    }
    .payment .pay-text h2{
        font-size: 40px;
    }
    .smart .smart-text h2{
        font-size: 40px;
    }
    .smart .smart-text{
        max-width: 800px;
    }
    .building .building-text h2{
        font-size: 40px;
    }
    .smart .smart-text h3{
        font-size: 44px;
    }
    .smart .smart-text a{
        font-size: 18px;
    }
    .building .building-text p{
        padding-top: 0;
    }
    .faq h3{
        font-size: 40px;
    }
    .faq span{
        font-size: 40px;
    }
    .building{
        padding: 80px 0;
    }
    .faq .input-box input{
        font-size: 16px;
    }
    .faq .input-box input::placeholder{
        font-size: 16px;
    }
    .faq{
        padding: 100px 0;
    }
    .made .first-box h3{
        font-size: 36px;
    }
    .made .second-box h3{
        font-size: 36px
    }
    .made .second-box a{
        font-size: 16px;
    }
    .footer-box .footer-logo img{
        height: 55px;
    }
    .footer-box p{
        font-size: 18px;
        padding: 30px 0;
    }
    .footer-box ul li a{
        font-size: 18px;
    }
    .made{
        padding: 100px 0;
    }
    .made .first-box h3 svg{
        height: 30px;
        width: 30px;
    }
}

@media only screen and (max-width: 1140px){
    header .logo img{
        height: 50px;
    }
    header .navbar nav ul li{
        padding-left: 30px;
    }
    header .navbar nav ul li a{
        font-size: 14px;
    }
    header .navbar nav ul li.signup a{
        font-size: 16px;
        padding: 10px 24px;
    }
    .banner .banner-text h1{
        font-size: 48px;
        line-height: 65px;
    }
    .banner .banner-text p{
        font-size: 16px;
        padding: 20px 0;
    }
    .banner .banner-text a{
        font-size: 16px;
        padding: 10px 24px;
    }
    .power h2{
        font-size: 20px;
    }
    .banking .bank-heading h2{
        font-size: 36px;
    }
    .banking .bank-box h3{
        font-size: 22px;
        line-height: 26px;
    }
    .payment .pay-text h2{
        font-size: 36px;
        line-height: 50px;
    }
    .payment .pay-text ul li span{
        font-size: 16px;
    }
    .payment .pay-text ul li img {
        height: 20px;
        width: 20px;
    }
    .smart .smart-text{
        max-width: 650px;
    }
    .smart .smart-text h2{
        font-size: 36px;
    }
    .smart .smart-text h3{
        font-size: 40px;
        padding: 20px 0;
    }
    .smart .smart-text a{
        font-size: 16px;
    }
    .building .building-text h2{
        font-size: 36px;
        padding-top: 10px;
    }
    .building .building-text p{
        font-size: 16px;
    }
    .faq h3{
        font-size: 36px;
    }
    .faq span{
        font-size: 36px;
    }
    .made .first-box h3{
        font-size: 32px;
        line-height: 50px;
    }
    .made .second-box h3{
        font-size: 32px;
    }
    .made .first-box p{
        font-size: 16px;
    }
    .footer-box p{
        font-size: 16px;
        margin-bottom: 0;
    }
    .footer-box .foot-img img{
        height: 22px;
        width: 22px;
    }
    .footer-box ul li{
        padding-bottom: 20px;
    }
    .footer-box ul li a{
        font-size: 16px;
    }
    footer{
        padding: 0;
    }
}

@media only screen and (max-width: 991px){
    .container-fluid{
        padding: 0 30px;
    }
    header .navbar nav ul li{
        padding-left: 24px;
    }
    .banner .banner-text h1{
        font-size: 40px;
    }
    .banner .banner-text h1 svg{
        height: 52px;
        width: 52px;
    }
    .banking .bank-heading h2{
        font-size: 32px
    }
    .payment .pay-text h2{
        font-size: 32px;
    }
    .smart .smart-text h2{
        font-size: 32px;
        line-height: 50px;
    }
    .smart .smart-text h3{
        font-size: 36px;
    }
    .smart .smart-text a{
        font-size: 16px;
    }
    .building .building-text h2{
        font-size: 32px;
    }
    .banner .banner-img{
        justify-content: center;
    }
    .banner .banner-img img {
        height: 600px;
    }
    header .navbar ul li a{
        margin-left: 0 !important;
        margin-top: 10px;
    }
    header .navbar ul li.signup a{
        text-align: center;
    }
}
@media only screen and (max-width: 575px){
    .slider{
        padding: 80px 0;
    }
    .made .first-box h3{
        font-size: 24px;
    }
    .made .second-box h3{
        font-size: 24px;
    }
    .made .second-box a{
        font-size: 14px;
    }
    .made .second-box a{
        width: 100%;
    }
    .made .second-box .sec-2{
        flex-direction: column;
    }
    .banner .banner-text h1{
        text-align: center;
    }
    .banner .banner-text p{
        text-align: center;
    }
    .banner .banner-text a{
        display: flex;
        justify-content: center;
    }
    .banking .bank-box{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banking .bank-box p{
        text-align: center;
    }
}
@media only screen and (max-width: 500px){
    .banner .banner-img img{
        height: 450px;
    }    
    .smart .smart-text img{
        height: 70px;
    }
    header .navbar-brand img{
        height: 50px;
    }
}
@media only screen and (max-width: 425px){
    .banner .banner-text h1{
        font-size: 30px;
        line-height: 50px;
        text-align: center;
    }
    .banner .banner-text p{
        font-size: 14px;
    }
    .banner .banner-text a{
        font-size: 14px;
    }
    .banking .bank-heading h2{
        font-size: 24px;
        line-height: 40px;
    }
    .banking .bank-heading h2{
        padding-bottom: 20px;
    }
    .banking .bank-box h3{
        font-size: 20px;
    }
    .banking .bank-box p{
        font-size: 14px;
    }
    .banking{
        padding-bottom: 80px;
    }
    .payment .pay-text h2{
        font-size: 24px;
    }
    .payment .pay-text ul li span{
        font-size: 14px;
    }
    .payment .pay-text ul li img{
        height: 16px;
        width: 16px;
    }
    .smart .smart-text h2{
        font-size: 24px;
        line-height: 30px;
    }
    .smart .smart-text h3{
        font-size: 28px;
        line-height: 35px;
    }
    .smart .smart-text a{
        font-size: 14px;
    }
    .building .building-text h2{
        font-size: 24px;
        line-height: 30px;
    }
    .building .building-text p{
        font-size: 14px;
    }
    .faq h3{
        font-size: 24px;
        line-height: 40px;
    }
    .faq span{
        font-size: 24px;
        line-height: 40px;
    }
    .faq .input-box input{
        font-size: 12px;
    }
    .faq .input-box input::placeholder{
        font-size: 12px;
    }
    .made .first-box h3{
        font-size: 20px;
        line-height: 30px;
    }
    .made .first-box p{
        font-size: 14px;
    }
    .made .second-box h3{
        font-size: 20px;
    }
    .made .second-box a{
        text-align: center;
    }
    .footer-box .footer-logo img{
        height: 40px;
    }
    .footer-box p{
        font-size: 14px
    }
    .footer-box ul li a{
        font-size: 14px;
    }
}

@media only screen and (max-width: 375px){
    .banner .banner-img img{
        height: 350px;
    }
    header .navbar-brand img{
        height: 40px;
    }
    .navbar-toggler-icon{
        height: 1rem;
        width: 1rem;
    }
}