@media (min-width: 992px) and (max-width: 1199px)
{

    .light-pricing-wrapper .light-pricing-img {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 90px;
        height: 90px;
        border-radius: 99px;
        background-color: #fff;
        margin: 37px auto 25px;
    }

    .banner-section-wrapper .banner-section-inner p {
        padding: 0 5rem;
        font-size: 18px;
    }

}


@media (min-width: 767px) and (max-width: 991px)
{

    .banner-section-wrapper .banner-section-inner h1 {
        font-size: 34px;
        font-weight: 600;
    }

    .banner-section-wrapper .banner-section-inner p {
        padding: 0;
        font-size: 16px;
    }

    .light-pricing-wrapper
    {
        margin-bottom: 40px;
    }

    .custome-pricing
    {
        padding: 40px 0;
    }

    .faq-wrapper
    {
        padding: 0 0 40px 0;
    }

    hr.customeline {
        border-top: 1px dotted #000;
        margin-top: 20px;
    }

    .custome-logo img {
        width: 250px;
    }


    .custome-btn ul
    {
        justify-content: center;
    }
    

    .custome-btn
    {
        position: unset;
        text-align: center;
        margin: 20px 30px 0 0;
    }

    

}



@media (min-width: 576px) and (max-width: 766px)
{

    .banner-section-wrapper .banner-section-inner h1 {
        font-size: 34px;
        font-weight: 600;
    }

    .banner-section-wrapper .banner-section-inner p {
        padding: 0;
        font-size: 16px;
    }

    .light-pricing-wrapper
    {
        margin-bottom: 40px;
    }

    .custome-pricing
    {
        padding: 40px 0;
    }

    .faq-wrapper
    {
        padding: 0 0 40px 0;
    }

    hr.customeline {
        border-top: 1px dotted #000;
        margin-top: 20px;
    }

    .custome-logo img {
        width: 250px;
    }


    .custome-btn ul
    {
        justify-content: center;
    }
    

    .custome-btn
    {
        position: unset;
        text-align: center;
    }

}

@media (max-width: 991px){

    .custome-header-inner .custome-logo {
        text-align: center;
    }
}

@media (max-width: 575px){

    .banner-section-wrapper .banner-section-inner h1 {
        font-size: 34px;
        font-weight: 600;
    }

    .banner-section-wrapper .banner-section-inner p {
        padding: 0;
        font-size: 16px;
    }

    .light-pricing-wrapper
    {
        margin-bottom: 40px;
    }

    .custome-pricing
    {
        padding: 40px 0;
    }

    .faq-wrapper
    {
        padding: 0 0 40px 0;
    }

    hr.customeline {
        border-top: 1px dotted #000;
        margin-top: 20px;
    }

    .custome-logo img {
        width: 250px;
    }


    .custome-btn ul
    {
        justify-content: center;
    }
    

    .custome-btn
    {
        position: unset;
        text-align: center;
        margin: 20px 30px 0 0;
    }
    
    .light-pricing-inner-cont ul {
        padding: 0 15px;
        margin: 0;
        text-align: left;
    }
}