

.faqleft{background-color:rgba(	255,255,255,0.4);border-radius:10px;padding:10px;border:1px solid #eee;min-height:200px;}
.faqlefttit{font-family: 'Poppins', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    color: #171717;
    padding-bottom: 10px;
    margin-bottom: 10px;;}
.faqlefttxt{    font-family: "Roboto",sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
}
.faqlefttxt2{    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #3f3de9;
    margin-bottom: 10px;}
.faqleftbox{transition-duration:0.3s;padding:10px;background:url('images/arrow4861.html') no-repeat center bottom;border-radius: 10px;}
.faqleftbox:hover{background: #fc7742 url(images/arrow486.png) no-repeat center bottom;
    color: #fff;
    transition-duration: 0.3s;
}


.faq{margin-bottom:10px;transition-duration:0.3s;}
.faq:hover{margin-bottom:10px;transition-duration:0.3s;//max-width:800px;}
hr {
	width:100%;
    height:1px;
    border:none;
    background-color:rgb(220,220,220)
}
.faqtit{    font-size: 16pt;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fb6d44;}
.faq_question {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    //: ;
    max-width: 800px;
    font-size: 20px;
    font-size: 18px;
    padding: 10px;
    background-color: #171717;
    border-radius: 10px;
    border-left: 5px solid #fb6d44;
    border-right: 5px solid #fb6d44;
    color: #ffae11;
}
.faq_question:hover {transition-duration: 0.3s;
    color: #fff;
    background: #fb6e44;
    //box-shadow: none;
    border-left: 5px solid #171717;
    border-right: 5px solid #171717;}
.faq_answer_container {
    height: 0px;
    overflow: hidden;
	width:100%;//max-width:800px;
	text-align:justify;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    padding: 5px 10px 0px 10px;
}
.faq_answer_container:hover {
//color:#fff;
}

.block12 {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    padding-right: 10px;
}


@media only screen and (max-width: 1024px)
{
.block12 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
}

.block13 {
	
	display:inline-block;width:100%;margin-bottom:20px;
}

}






















