@media screen and (min-width: 1500px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

@media screen and (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
}

@media screen and (min-width: 992px) {
    
}

@media screen and (min-width: 576px) {
   
}

@media screen and (max-width: 1399px) {

   
}

@media screen and (max-width: 1200px) {

    
}


@media screen and (max-width: 992px) {
    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }
    .navbar-light .navbar-toggler {
        color: transparent;
        border-color: transparent;
    }
}
@media screen and (max-width:767px) {
    .bannertext {
        padding-right: 0px;
    }
    .bannertext span {
        font-size: 32px;
        line-height: initial;
    }
    .Features li{
        width: 45%;
    }
    .step_text, .step_img {
        width: 100%;
        display: inline-block;
    }
    .comntitle {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .cpmnpadding {
        padding: 40px 0;
    }
    .pricing-card{
        width: 100%;
    }
    .pricing-card .price {
        font-size: 40px;
        margin-top: 30px;
    }
    .copyright{
        justify-content: center;
    }
    .ft_social {
        margin-top: 15px;
    }
    .clien_box{
        width: 100%;
    }
    .ftlink a {
        width: 45%;
        display: inline-block;
        margin: 5px;
    }
}