﻿.faq_list_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}

.faq_list_main {
    position: relative;
    clear: both;
    padding: 50px 60px 22% 0px;
    text-align: right;
}

    .faq_list_main li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        color: black;
        font-size: 22px;
        font-weight: 500;
        padding: 10px 30px 10px 0px;
        text-align: right;
        cursor: pointer;
    }

        .faq_list_main li .span1 {
            position: absolute;
            right: 0px;
            top: 15px;
            color: #C8BFE7;
            font-size: 20px;
        }

.faq_hide {
    position: relative;
    width: 100%;
    margin-right: -30px;
    padding: 20px 0px;
    display: none;
}

    .faq_hide p {
        color: black;
        font-size: 18px;
        font-weight: 300;
        margin: 0px;
        padding: 0px;
        text-align: right;
        width: 75%;
    }

.registraion-image {
    /*background: url(../../Images//home/contact-side.png) no-repeat;*/
    background-position: 50% 50%;
    height: 100%;
    background: url(../../Images//QandA/AQ.PNG) no-repeat;
}
.mrh2{
    margin-right:5%
}

@media (min-width: 1500px) {
    .fields_form, .registraion-image {
        height: 50vh;
        min-height: 50vw;
    }

    .fields_form, .registraion-image {
        height: 50vh;
        min-height: 50vw;
    }
}

@media (max-width: 990px) {
    .fields_form {
        height: auto;
    }
    .registraion-image {
        height: 50%;
    }
    .mrh2 {
        margin-right: 10%
    }
    .h2, h2 {
        font-size: 30px !important;
    }
}