 .switcher-block:hover h6 {
     color: #002254 !important;

 }

 .switcher-block-main li {
     width: 14.50%;
 }

 .switcher-img-holder:hover {
     border: 2px solid #002254 !important;
 }

 .switcher-img-holder {
     box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04) !important;
     border-radius: 100px;
     width: 75px;
     height: 75px;
 }

 .feature-section li {
     width: 33.33%;
 }
 
 @media screen and (max-width:767px) {
     .switcher-block-main li {
         width: 33.33%;
     }

     .feature-section li {
         width: 100%;
     }

     .icon-list li {
         width: 100%;
     }
      .pricing.card .card-body img{
    width: 100px;
 }
 }


 .pricing-card {
     background: linear-gradient(135deg, #FB9046, #E05456);
     border-top-left-radius: 8px;
     border-top-right-radius: 8px;
 }

.page-bg {
    /*background:linear-gradient(135deg,#ff5f00 0%,#ff8c00 100%);*/
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-icon {

    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #effff2;
    border: 8px solid #dff8e2;

    display: flex;
    align-items: center;
    justify-content: center;
}

.success-icon i {
    font-size: 65px;
    color: #15b93d;
}

h1 {
    margin-top: 22px;
    color: #ff5a00;
    font-size: 50px;
    font-weight: 700;
}

.subtitle {
    margin-top: 8px;
    font-size: 18px;
    color: #222;
    line-height: 1.6;
}

.subtitle span {
    color: #ff5a00;
    font-weight: 700;
}

.page-bg p {
    margin-bottom: 5px !important;
}


.hindi {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 600;
}

.hindi span {
    color: #ff5a00;
}

.info-boxes {

    margin-top: 50px;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.box {

    border: 1px solid #e4e4e4;
    border-radius: 12px;
    padding: 11px 14px 11px 10px;
    display: flex;
    align-items: center;
    text-align: left;
}

.psicon {

    width: 80px;
    height: 80px;
    background: #fff2ec;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    margin-right: 20px;
    flex-shrink: 0;
}

.psicon i {
    color: #ff5a00;
    font-size: 38px;
}

.text h3 {

    font-size: 20px;
    margin-bottom: 0px;
}

.text p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.green {
    color: #157b29 !important;
    font-weight: 600;
}

.buttons {

    margin-top: 60px;

    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.btn {

    text-decoration: none;
    padding: 18px 45px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: .3s;
}

.btn-orange {

    background: #ff5a00;
    color: #fff;
}

.btn-orange:hover {

    background: #e04f00;
}

.btn-white {

    color: #222;
    border: 2px solid #ff5a00;
}

.btn-white:hover {

    background: #ff5a00;
    color: #fff;
}

@media(max-width:991px) {

    h1 {
        font-size: 34px;
    }

    .subtitle {
        font-size: 22px;
    }

    .hindi {
        font-size: 22px;
    }

    .info-boxes {
        grid-template-columns: 1fr;
    }

    .buttons {
        flex-direction: column;
    }

    .btn {
        justify-content: center;
        width: 100%;
    }
}