.faq-wrapper {
    margin-bottom: 0px;
    font-weight: 300;
    width: 100%;
    margin: auto;
    margin-top: 120px;
    padding-bottom: 2em;
    color: black;
}

.faq-wrapper h1 {
    display: block;
    font-size: 45px;
    margin-bottom: 80px;
    padding: 0;
    width: 100%;
    text-align: center;
    /* letter-spacing: 8px; */
}

.faq-wrapper h3 {
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: normal;
    margin-bottom: 20px;
    font-size: 22px !important;
}

.faq-wrapper .line-thin {
    margin-bottom: 30px;
    width: 60%;
}

.faq-wrapper p {
    font-size: 15px;
    text-align: left;
    text-align: justify;
}

.faq-wrapper .tab-wrapper {
    width: 100%;
    text-align: left;
    font-size: 12pt;
    margin-bottom: 15px;
    background: #dafb45;
}

.faq-wrapper ul {
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.faq-wrapper ul li {
    list-style: none;
    position: relative;
    padding: 10px 0 0px 0px;
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 10px;
}

.faq-wrapper ul li h4 {
    cursor: pointer;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0;
    margin-top: 0;
    /* font-family: 'sofia_prolight'; */
    letter-spacing: normal;
    font-size: 15px !important;
    padding: 3px 0px 3px 10px;
    font-family: 'sofia_promedium';
}

.faq-wrapper ul li.hide-section h4 {
    /* padding-left:10px
    /* background: #f1f1f1;
    line-height: 30px; */
    */ background: rebeccapurple;
    background: #f5f5f5;
    /* padding-left: 10px; */
}

.faq-wrapper ul li .faq-ans {
    overflow: hidden;
    padding: 0;
    border: 0;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.faq-wrapper ul li.hide-section .faq-ans {
    overflow: hidden;
    padding: 0;
    border: 0;
    max-height: 350px;
    -webkit-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
}

.faq-wrapper ul li p {
    margin-bottom: 0;
    background: #fff;
    padding: 10px;
    font-size: 16px;
}

.faq-wrapper ul li a {
    display: block;
    margin-right: 2%;
    padding: 15px 15px;
    text-decoration: none;
    color: #333333;
}

.faq-wrapper .faq-content {
    /* margin-top: 70px; */
    min-height: 300px;
}


/*SUpport form css*/

.contact-btn a {
    margin: 20px auto;
    display: block;
}

.faq-tbl {
    padding: 10px;
}

.faq-tbl table {
    padding: 5px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.faq-tbl table th {
    background: #333;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
    padding: 3px
}

.faq-tbl table thead td:first-child {
    text-align: center;
}

.faq-tbl table td:first-child,
.faq-tbl table td:nth-child(2) {
    text-align: left;
}

.faq-tbl table td {
    padding: 3px;
    background: #f5f5f5;
}

.faq-tbl table td span img {
    max-width: 12px;
}

.faq-wrapper .faq-ans p a {
    display: inline;
    margin-right: 0;
    padding: 0;
    text-decoration: none;
    color: #333333;
}

.faq-full-bdr {
    margin-top: 10px;
    padding-bottom: 80px;
    /* float: left; */
}

.faq-full-bdr hr {
    display: block;
    height: 1px;
    position: absolute;
    left: -0;
    right: -0;
    margin: 20px auto;
}

@media only screen and (max-width:767px) {
	.faq-wrapper p {
		text-align: left;
	}
}
/* 767 End */




