.gform_page_fields {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.gform_fields {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0px;
    padding-left: 16px !important;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;

}


.description_field_Faqs_info_right{
    padding: 9px 18px;
    margin: 0;
}
#close_description_field_Faqs_info_right{
    float: right !important;
    display: block;
    padding: 0px 5px;
    background: #2260d3;
    color:#fff;
}
#close_description_field_Faqs_info_right:hover{
    background:#768de3;
    color:#fff;
}



.Faqs-Guidelines-Description {
    position: relative;
    float: right;
    width: 40%;
    margin: 0px;
    padding-left: 10px;
    display: -ms-flexbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: inline-block;
}


.Faqs-Guidelines-Description .gform_Description_information_Faqs .description_label {
    width: 100%;
    cursor: help;
    padding-left: 10px;
    font-size: 15px;
}

.gform_Description_information_Faqs .description_label .GFDescription_info {
    position: absolute;
    background: #fff;
    border: 3px outset rgb(215, 212, 212);
    top: auto;
    padding: 0px !important;
    font-size: 15px;
    cursor: context-menu;
    margin-top: -20px;
    right: 97%;
    width: 150%;
	z-index: 1;
}


/*-------------------------------------------------responsive css -----------------------------------------------------*/
@media(max-width: 640px) {


    .gform_fields {
        padding-right: 16px !important;
    }

    .Faqs-Guidelines-Description {
        width: 50% !important;
        font-size: smaller;
    }
}

@media(max-width: 420px) {

    .Faqs-Guidelines-Description {
        width: 55% !important;
    }

    .Faqs-Guidelines-Description .gsection_title {
        font-size: 11px !important;
        font-weight: 600 !important;
    }

    .Faqs-Guidelines-Description>.field_sublabel_below span {
        font-size: 11px;
        font-weight: 600;
        font-size: 12px;
    }
}

@media(max-width: 767px) {
    .gform_Description_information_Faqs .description_label .GFDescription_info {
        width: auto;
        left: -167%;
        z-index: 1;
    }
.description_field_Faqs_info_right{
     font-size: 12px;
}
    .Faqs-Guidelines-Description {
        width: 40%;
    }
}

@media(max-width: 474px) {
    .gform_page_footer .gform_previous_button {
        margin-bottom: 10px !important;
    }
}