.text-for-index-out {
    color: #666;
    font-size: 14px;
}
.text-for-index-out h2{
    font-family: CalibriBold;
    font-style: normal;
    font-size: 30px;
    line-height: 37px;
    text-align: left;
    text-transform: uppercase;
    color: #232323;
    margin-top: 40px;
    margin-bottom: 40px;

}

.text-for-index-out ul li ,
.text-for-index-out ol li
{
    list-style-position: outside;
    margin: 5px 0 0 18px;
    text-align: left;
    list-style: disc;
}
.text-for-index-out p {
    text-align: justify;
    line-height: 21px;
    margin-bottom: 1rem;
    color: #232323;
    font-size: 16px;
}
.text-for-index-out h3 {
    line-height: 21px;
    font-size: 15px;
}


@media (max-width: 767px)
{


    .text-for-index-out .toggle-box-mob-mob-hide{
        display: none;
    }
    .toggle-btn-mob:after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border-left: 2px solid #15b0de;
        border-top: 2px solid #15b0de;
        right: 0;
        top: 13px;
        transform: rotate(225deg);
    }

    .toggle-btn-mob.active:after {
        transform: rotate(45deg);
    }

    .text-for-index-out ~ .text-for-index-out h2{
    border-top: 0px solid #fff;
    }

    .text-for-index-out  .toggle-btn-mob:after{
        transform: translate(0, -50%);
        background-color: #dfeafe;
        background-image: url(/include/img2/main/icon-chevron-down.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px;
        border-radius: 34px;
        width: 36px;
        height: 36px;
        border-width: 0px;
        top: 50%;
        margin-bottom: -18px;
     padding-bottom: 11px !important;
    }

.text-for-index-out   .toggle-btn-mob.active:after {
    transform: rotate(180deg);
    margin-top: -18px;
}

.text-for-index-out  .toggle-btn-mob.active{
    margin-bottom:22px !important;
}
.text-for-index-out  .toggle-btn-mob{
    position: relative;
    font-size: 25px;
    line-height: 31px;

    border-bottom: 1px solid #36b3eb;
    border-top: 1px solid #36b3eb;
    position: relative;
    padding: 11px 10px !important;
    padding-right: 38px !important;

    font-family: CalibriBold;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    color: #232323

}
.text-for-index-out .toggle-box-mob h2,
.text-for-index-out .toggle-box-mob h3
{
    font-size: 1.3rem !important;
    margin-bottom: 22px;
    color:#666666;
}


}
