@import '/themes/default/fonts/iranyekan/css/fontiran.css';


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'iranyekan', sans-serif;
}

body,
html {
    overflow-x: hidden;
    /* background-image: linear-gradient(180deg, #d0fcff, #fff) ; */
    background-color: #fff;

}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}


.menu_active {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    transition: all .6s ease-in-out;
}


/*----------- divider ------------------------*/


.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-align: center;
    width: 75% !important;
    margin: 100px auto;
}

.divider.question {
    margin-bottom: 5rem !important;
}


.divider span {
    display: flex;
    width: 5rem;
    height: 5px;
    position: relative;
    font-size: 13pt;
    font-weight: 600;
}

.divider span:first-child,
.divider span:last-child {
    width: 50%;
    top: 13px;
    background-size: 100% 2px;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}

.divider span:first-child {
    background-image: linear-gradient(270deg, transparent, #5c5cbf);
}

.divider span:nth-child(2) {
    color: #000;
    padding: 0px 5px;
    width: auto;
    white-space: nowrap;
    color: #808080;
}

.divider span:last-child {
    background-image: linear-gradient(270deg, #5c5cbf, transparent);
}



/*--- divider Responsive -----*/

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


    .divider {
        font-size: 10pt;
        width: 90%;
        margin: 70px auto;
    }

    .divider span {
        display: flex;
        width: 5rem;
        height: 5px;
        position: relative;
        font-size: 10pt;
        font-weight: 400;
    }


    .divider.documents {
        margin-top: 60px;
    }

    .divider span:first-child,
    .divider span:last-child {
        width: 20%;
    }

}




/*--- End divider Responsive -----*/


/*----------- End divider ------------------------*/


/*----------- Btn Hover ------------------------*/


.btn13_hover {
    width: 160px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all .4s ease-in-out;
}

.btn13_hover:hover {
    background-position: 100% 0;
    transition: all .4s ease-in-out;
}

.btn13_hover:focus {
    outline: none;
}

.btn13_hover.btn13 {
    background-image: linear-gradient(to right,
            #0ba360,
            #3cba92,
            #30dd8a,
            #2bb673);
    box-shadow: 0 4px 15px 0 #10CF9B;
}

.btn13 a {
    color: #fff;
}


.calc_loan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem 0;
}



/*--- Responsive Btn ----*/

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

    .btn13_hover {
        width: 16px;
        margin: 2px;
        height: 35px;
    }

    .calc_loan {
        margin: 2rem 0;
    }

    .calc_loan .btn13_hover {
        width: 7rem;
    }


    .btn13 a {
        font-size: 9pt;
        padding: 0 0px;
    }

}




/*--- End Responsive Btn ----*/



/*----------- End Btn Hover ------------------------*/



/*--- Slider -----*/



.swiper-container {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px !important;
    overflow: hidden;
}

.swiper-slide img {
    width: 50rem;
    height: 25rem;
    object-fit: cover;
    border-radius: 15px !important;
}

.swiper-pagination {
    position: absolute;
    top: -100px;
    right: 300px;
    width: 40rem !important;
    left: auto !important;
    margin: 0;
}

.swiper-pagination-bullet {

    padding: 5px;
    border-radius: 7px !important;
    margin: 0 5px;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    line-height: 34px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(255, 255, 255) !important;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}


.swiper-button-next {
    position: absolute !important;
    right: 925px !important;
    transform: rotate(180deg);
}

.swiper-button-prev {
    position: absolute !important;
    transform: rotate(180deg);
    right: -52px !important;
}


/*---- end slider -----*/

/*------------- End Of Original Styles  ----------------------*/



/*---------- Header -------------------*/

header {
    width: 100%;
    height: 7rem;
    display: flex;
    z-index: 20;
}

.header__wrapper {
    width: 1024px;
    margin: 1rem auto;
    box-shadow: 0px 6px 16px -1px #d4d4d4;
    background-color: #fbfbfb;
    border-radius: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 5rem;
    transition: all .3s ease-in-out;
}

.header__wrapper.active {
    width: 100%;
    margin: 0 auto;
    border-radius: unset;
}

.header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    cursor: pointer;
}

.header__logo img {
    width: 7rem;
    height: 7rem;
}

.header__links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
}

.header__links li {
    margin-right: 6rem;
}

.header__links li a {
    color: #404040;
}

.hamburger {
    display: none !important;
}


/* --- Responsive Header ---------------*/

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

    .header__wrapper {
        border-radius: unset;
        top: 0;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto !important;
        height: 4rem;
    }

    .header__logo {
        margin-left: 25px;
    }

    .header__links {
        background-color: #fbfbfb;
        width: 45%;
        height: 100vh;
        position: fixed;
        top: 64px;
        flex-direction: column;
        margin-left: 0;
        margin-right: -500px;
        align-items: center;
        padding-bottom: 120px;
        transition: all .3s ease-in-out;
        z-index: 10;
    }

    .header__links.active {
        margin-right: 0;
        border-left: 3px solid #10CF9B;
        border-top-left-radius: 1rem;
    }

    .header__links.active a {
        font-size: 10pt;
    }

    .header__links li {
        margin: 30px 0;
    }


    .hamburger {
        display: block !important;
        height: 20px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        margin-right: 55px;
    }

    .hamburger span {
        display: block !important;
        position: absolute;
        height: 3px;
        width: 30px;
        background: #000000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 0px;
        transform-origin: left center;
    }

    .hamburger span:nth-child(2) {
        top: 10px;
        transform-origin: left center;
    }

    .hamburger span:nth-child(3) {
        top: 20px;
        transform-origin: left center;
    }

    .hamburger.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 1px;
        left: 10px;
    }

    .hamburger.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 22px;
        left: 10px;
    }

}





/* --- End Responsive Header ---------------*/



/*---------- End Header -------------------*/


/*---------- Introduction -------------------*/

.introduction {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 5rem;
}

.introduction__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0px 20px 16px -1px #d4d4d4;
    width: 80%;
    border-radius: 5rem;
}

.introduction__wrapper img {
    border-radius: 1rem;
    box-shadow: 0px 20px 16px -1px #d4d4d4;
    width: 100%;
    /*height: 30rem;*/
    background-size: cover;
}

.introduction__wrapper .vam_res {
    display: none;
    height: auto;
}



/*--- introduction Responsive --- */


@media only screen and (max-width: 768px) {
    .introduction {
        margin-top: 0;
    }

    .introduction__wrapper img {
        display: none;
    }

    .introduction__wrapper .vam_res {
        display: block;
    }
}

/*--- End introduction Responsive --- */



/*---------- End Introduction -------------------*/


/*---------- Banner_Top -------------------*/


.banner__top {
    width: 100%;
    margin: 1rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__top img {
    object-fit: cover;
    width: 720px;
}


/*--- Banner_Top Responsive --- */


@media only screen and (max-width: 768px) {
    .banner__top {
        margin: 0 auto;
    }

    .banner__top img {
        object-fit: cover;
        width: 350px;
    }
}

/*--- End Banner_Top Responsive --- */



/*---------- End Banner_top -------------------*/


/*---------- SLider -------------------*/

.slider {
    width: 100%;
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slider__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1024px;
    margin: 0 auto;
    border-radius: 5px;
    border-width: 1px;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 10px #ccc;

}


.slider__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    background-color: #f2f5ff;
    border-radius: 1rem;
    border-width: 3px;
    width: 1000px;
    margin: 1rem;
    padding: 1rem 0;
}

.slider__brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 2rem;
}

.slider__brand p:first-child {
    align-self: flex-start;
    margin-bottom: 5px;
    color: #404040;
}

.slider__brand p:nth-child(2) {
    border: 1px solid #0070C0;
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
    color: #0070C0;
}


.slider__price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
}

.slider__price p:first-child {
    align-self: flex-start;
    margin-bottom: 10px;
    margin-right: 1rem;
    color: #404040;
}

.slider__price ul {
    display: flex;
    flex-direction: row;
    align-self: flex-start;
}

.slider__price ul li {
    margin-right: 1rem;
    border: 1px solid rgb(172, 172, 172);
    border-radius: 5px;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: center;
    color: rgb(172, 172, 172);
    font-size: 13pt;
    background: #fff;
    background-size: cover;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 20%);
    transition: all .3s ease-in-out;
}

.slider__price ul li.active {
    border: 1px solid #0070C0;
    color: #0070C0;
    border-radius: 5px;
    box-shadow: unset;
}

.slider__price ul span {
    margin-right: 10px;
    color: #404040;
}

.slider__scroll {
    width: 900px;
    height: auto;
    position: relative;
    margin: 15px 0;
    background-color: #0070C0;
    border-radius: 1rem;
}


.slider__item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    background-color: #0070C0;
    box-shadow: 0 0 20px #0070C0 !important;
}


.slider__item__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 900px;
}

.slider__item__content .top {
    width: 300px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    line-height: 45px;
    background-color: #fff;
    margin-top: 2rem;
    box-shadow: 0 0 20px #0070C0;
}

.slider__item__content .top p {
    color: #0070C0;
    line-height: 50px;
}

.slider__item__content .bottom {
    color: #fff;
    width: 100%;
    height: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.slider__item__content .bottom .bottom__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}


.slider__item__content .bottom .bottom__content .border__side {
    position: relative;
}

.slider__item__content .bottom .bottom__content .border__side::after {
    content: '';
    border: 1px solid #fff;
    height: 5rem;
    position: absolute;
    left: -60px;
    top: 0;
}


.slider__item__content .bottom .bottom__content .month li span:nth-child(2),
.slider__item__content .bottom .bottom__content .loan li span:nth-child(2),
.slider__item__content .bottom .bottom__content .total li span:nth-child(2) {
    margin-right: 2rem;
}


.slider__other {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    width: 1000px;
}

.other__content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    background-color: #10CF9B;
    border-radius: 36px;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
}





/*--- Slider Responsive --- */


@media only screen and (max-width: 768px) {
    .slider__wrapper {
        width: 330px;
    }

    .slider__title {
        width: 300px;
        flex-direction: column;
    }

    .slider__brand {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
    }

    .slider__brand p:first-child {
        align-self: unset;
        margin-bottom: 0;
    }

    .slider__brand p:nth-child(2) {
        margin-right: 10px;
    }

    .slider__price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 30px;
        width: 300px;
    }

    .slider__price p:first-child {
        align-self: unset;
        margin-bottom: 10px;
    }

    .slider__price ul {
        display: flex;
        flex-direction: row;
        align-self: unset;
        flex-wrap: wrap;
    }

    .slider__price ul li {
        margin-right: 13px;
        width: 35px;
        height: 30px;
        font-size: 11pt;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .slider__price ul span {
        margin-right: 23px;
    }



    .slider__scroll {
        width: 320px;
        height: auto;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }


    .slider__item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 320px;
    }


    .slider__item__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300px;
    }

    .slider__item__content .top {
        width: 200px;
        height: 40px;
        text-align: center;
        line-height: 45px;
        background-color: #fff;
        margin-top: 10px;
        box-shadow: 0 0 20px #0070C0;
    }

    .slider__item__content .top p {
        color: #0070C0;
        line-height: 40px;
        font-size: 10pt;
    }

    .slider__item__content .bottom {
        color: #fff;
        width: 98%;
        height: 8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 0;
    }

    .slider__item__content .bottom .bottom__content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }


    .slider__item__content .bottom .bottom__content .border__side {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider__item__content .bottom .bottom__content .border__side::after {
        content: '';
        border: 1px solid #fff;
        height: 5rem;
        position: absolute;
        left: -8px;
        top: 8px;
    }


    .slider__item__content .bottom .bottom__content .month,
    .slider__item__content .bottom .bottom__content .loan,
    .slider__item__content .bottom .bottom__content .total {
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    .slider__item__content .bottom .bottom__content .month li,
    .slider__item__content .bottom .bottom__content .loan li,
    .slider__item__content .bottom .bottom__content .total li {
        width: 100%;
    }

    .slider__item__content .bottom .bottom__content .month li span,
    .slider__item__content .bottom .bottom__content .loan li span,
    .slider__item__content .bottom .bottom__content .total li span {
        font-size: 8pt;
        margin-right: 5px;
    }


    .slider__item__content .bottom .bottom__content .month li span:nth-child(2),
    .slider__item__content .bottom .bottom__content .loan li span:nth-child(2),
    .slider__item__content .bottom .bottom__content .total li span:nth-child(2) {
        margin-right: 0;
    }

    .slider__other {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1px;
        width: 200px;
        height: 60px;
    }

    .other__content {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 113px;
        background-color: #10CF9B;
        border-radius: 36px;
        padding: 0;
        color: #fff;
        cursor: pointer;
    }

    .other__content p {
        font-size: 8pt;
    }

}


/*--- End Slider Responsive --- */


/*---------- End Slider -------------------*/




/*---------- loan Details Section -------------------*/

.loan__details {
    width: 100%;
    display: flex;
    margin-top: 3rem;
}

.details__content {
    width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.details__item {
    border-radius: 1rem;
    width: 13rem;
    padding-right: 10px;
    position: relative;
    margin: 0 2rem 2rem 0;
    box-shadow: 0 0 13px #bbbbbb;
    display: flex;
    align-items: center;
}

.details__item a {
    color: #0070C0;
}

.details__item.not__margin__right {
    margin-right: unset !important;
}

.details__item::before{
    content: '';
    background-size: cover !important;
    display: block;
    position: absolute;
    top: 50%;
    right: -25px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    transform: translate(0,-50%);
}

.details__item:first-child::before {
    background: url('/files/images/landing/vam/گردش-مالی2-min.png') no-repeat;
}

.details__item:nth-child(2)::before {
    background: url('/files/images/landing/vam/شرط-لازم-دریافت-وام2-min.png') no-repeat;
}

.details__item:nth-child(3)::before {
    background: url('/files/images/landing/vam/غیر-حضوری2-min.png') no-repeat;
}

.details__item:nth-child(4)::before {
    background: url('/files/images/landing/vam/ارسال-مدارک2-min.png') no-repeat;
}

.details__item:nth-child(5)::before {
    background: url('/files/images/landing/vam/ارسال-اصل-مدارک-به-شرکت2-min.png') no-repeat;
}

.details__item:nth-child(6)::before {
    background: url('/files/images/landing/vam/دریافت-پستی-مدارک-min.png') no-repeat;
}

.details__item:nth-child(7)::before {
    background: url('/files/images/landing/vam/استفاده-از-چک2-min.png') no-repeat;
}

.details__item:nth-child(8)::before {
    background: url('/files/images/landing/vam/استفاده-از-سفته2-min.png') no-repeat;
}

.details__item:nth-child(9)::before {
    background: url('/files/images/landing/vam/محاسبه‌گر-اقساط2-min.png') no-repeat;
}

.details__item:nth-child(10)::before {
    background: url('/files/images/landing/vam/فرصت-۳۰-روزه2-min.png') no-repeat;
}

.details__item p {
    font-size: 10pt;
    text-align: justify;
    padding: 1rem;
}




/*--- loan Details Responsive --- */


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

    .loan__details {
        width: 100%;
        display: flex;
        margin-top: 3rem;
    }

    .details__content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .details__item {

        border-radius: 1rem;
        width: 85%;
        height: 7rem;
        position: relative;
        margin: 1rem 0 2rem 0;
        box-shadow: 0 0 13px #bbbbbb;
    }

    .details__item a {
        color: #7f58ff;
    }

    .details__item.not__margin__right {
        margin-right: unset !important;
    }

    .details__item::before {

        position: absolute;
        top: -27px !important;
        right: 130px !important;
        width: 40px;
        height: 40px;
    }


    .details__item p {
        text-align: center;
    }



}

/*--- End loan Details Responsive --- */



/*---------- End loan Details Section -------------------*/


/*---------- process__loan Section -------------------*/

.process__loan {
    width: 100%;
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.process__loan img {
    width: 1024px;
    margin: 3rem auto;

}

.process__loan__responsive {
    display: none;
}


/*--- Responsive Process Loan -----*/


@media only screen and (max-width: 768px) {
    .process__loan {
        margin-top: 1rem;
    }

    .process__loan img {
        display: none;
    }

    .process__loan__responsive {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
    }

    .process__loan__responsive li {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 1rem;
    }

    .process__loan__responsive li i {
        background: url(../img/icon/tick.png) no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
    }

    .process__loan__responsive li p {
        font-size: 9pt;
        margin-right: 1rem;
    }



}



/*--- End Responsive Process Loan -----*/



/*---------- End process__loan Section -------------------*/



/*---------- documents Section -------------------*/

.documents {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.documents img {
    width: 1024px;
    margin: 0 auto;
}

.documents__responsive {
    display: none;
}



/*---- Documents Responsive ----*/

@media only screen and (max-width: 768px) {
    .documents img {
        display: none;
    }

    .documents__responsive {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }

    .documents__responsive li {
        display: flex;
        flex-direction: column;
    }

    .documents__responsive li:first-child {
        background: url(../img/banner/01.png) no-repeat;
        background-size: cover;
        width: 20rem;
        height: 10rem;
    }

    .documents__responsive li:nth-child(2) {
        background: url(../img/banner/02.png) no-repeat;
        background-size: cover;
        width: 20rem;
        height: 10rem;
    }

    .documents__responsive li:last-child {
        background: url(../img/banner/03.png) no-repeat;
        background-size: cover;
        width: 20rem;
        height: 10rem;
    }
}




/*---- End Documents Responsive ----*/



/*---------- End documents Section -------------------*/


/*---------- question Section -------------------*/

.questions {
    margin-top: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.questions .questions_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.questions .questions_content p {
    font-size: 20pt;
    text-align: center;
}


.questions .questions_content .accordian {
    width: 800px;
    padding: 2rem;
}


.questions .questions_content .accordian .accordian_item a {
    color: #0070C0;
}


.questions .questions_content .accordian .accordian_item {
    padding: 8px 0;
    border: 1px solid #aadff1;
    border-radius: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 0 12px #10CF9B;
    max-width: 100%;
    margin: 2rem auto;
    background-color: #fff;
}



.questions .questions_content .accordian .accordian_item .item_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 8px 0 8px 0;
    max-width: 40rem;
}

.questions .questions_content .accordian .accordian_item .item_header i {
    background: url(../img/icon/plus.png) no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    transition: transform .8s ease-in-out;
    position: absolute;
    left: -65px;
}


.questions .questions_content .accordian .accordian_item .item_header>p {
    padding-right: 1rem;
    font-size: 11pt;
    color: #4e5053;
    text-align: justify;
    max-width: 35rem;
}

.questions .questions_content .accordian .accordian_item .item_header.active i {
    background: url(../img/icon/minus.png) no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    transition: transform .8s ease-in-out;
    transform: rotate(180deg);
}

.questions .questions_content .accordian .accordian_item .item_body {

    line-height: 1.5rem;
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease-out;
}


.questions .questions_content .accordian .accordian_item .item_body .body_content p {
    border-right: 3px solid #10CF9B;
    padding: 1rem;
    margin-right: 2rem;
    text-align: justify;
    max-width: 682px;
    font-size: 10pt;
    line-height: 2;
    color: #9da0a3;
}

.questions .questions_content .accordian .accordian_item .item_body .body_content p strong {
    color: #404040;
    font-weight: 800;
}


.btn__more,
.btn__less {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #10CF9B;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    border: 0;
    width: 100%;
    font-size: 12pt;
}

.btn__less {
    display: none;
}

.more__Question {
    display: none;
}



/*------------------ Responsive section questions -------------*/

@media only screen and (max-width : 768px) {
    .questions {
        margin-top: -3rem;
    }

    .questions .questions_content p {
        font-size: 13pt;
        font-weight: bold;
        text-align: center;
    }


    .questions .questions_content .accordian {
        width: 370px;
        padding-top: 0 !important;
    }


    .questions .questions_content .accordian .accordian_item a {
        color: blue;
    }


    .questions .questions_content .accordian .accordian_item {
        padding: 5px 0;
        border: 1px solid #aadff1;
        border-radius: 1rem;
        margin-bottom: 1rem;
        box-shadow: 0 0 12px #10CF9B;
        max-width: 100%;
        margin: 2rem auto;
        background-color: #fff;
    }



    .questions .questions_content .accordian .accordian_item .item_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
        padding: 5px 0 5px 0;
    }

    .questions .questions_content .accordian .accordian_item .item_header i {
        background: url(../img/icon/plus.png) no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        left: 15px;
    }


    .questions .questions_content .accordian .accordian_item .item_header>p {
        padding-right: 1rem;
        font-size: 8pt;
        font-weight: 800;
        color: #4e5053;
        text-align: justify;
        max-width: 15rem;
    }

    .questions .questions_content .accordian .accordian_item .item_header.active i {
        background: url(../img/icon/minus.png) no-repeat;
        background-size: cover;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .questions .questions_content .accordian .accordian_item .item_body {
        line-height: 1.5rem;
        overflow: hidden;
        max-height: 0;
        transition: max-height .5s ease-out;
    }


    .questions .questions_content .accordian .accordian_item .item_body .body_content p {
        padding: 13px;
        margin-right: 1.3rem;
        text-align: justify;
        max-width: 260px;
        font-size: 8pt;
    }

    .btn__more,
    .btn__less {
        font-size: 10pt;
    }
}



/*------------------ End Responsive section questions -------------*/




/*---------- End question Section -------------------*/