label{
        font-weight: normal;
}
.faq_container{
    padding:0 15px;
}
@media only screen and (max-width: 767px) {
    .faq_container .form-group label{
        padding: 0px 0px 5px 0px !important; 
    }
}
.pd_l0{
    padding-left: 0px;
}
span.re
{
    font-size: 14px;
    font-weight: bold;
    color: red;
}
.send_faq_content .send_faq_title
{
    font-size: 16px;
        text-shadow: 1px 1px 1px rgba(255, 243, 88, 0.15);
    font-weight: bold;
    color: #ff6c00;
    margin-left: -1px;
    text-align: center;
    padding: 10px 0px 20px 0px;
    text-transform: uppercase;
}
.send_faq_content .btn.btn-primary
{
    background: #fa6a00;
    border-radius: 0px !important; 
    border: 0px !important;
    box-shadow: none;
}
button.btn.btn-primary:hover{
    color: #fff;
    background-color: #fa6a00 !important;
    border-color: #c95500 !important;
    box-shadow: none;
    border:none;
}
button.btn.btn-primary:focus{
    color: #fff;
    background-color: #fa6a00 !important;
    border-color: #c95500 !important;
    box-shadow: none;
    border:none;
}
.radius_1{
    border-radius:1px;
}
.send_faq_content .well
{
    background-image:none !important;
    background-color: transparent ;
    border-radius: 0px !important;
}
.faq_question
{
    display: inline-block;
    position: relative;
    width: 100%;
}
.item_faq
{
    padding: 10px;
}
.faq_question .faq_question_content
{
    font-weight: bold;
    color: #000;
    font-size: 14px;
    padding: 4px 0px 8px 0px;

}
.faq_question .author_question
{
    font-size: 13px;
    padding: 0px 0px 10px 0px;
    color: #006b3f;
    font-weight: bold;
    position: relative;
    display: block;
}
.faq_question .author_question,
.faq_question .date_question
{
    float: left;
}
.faq_question .date_question
{
    font-size: 13px;
    padding-left: 20px;
    color: #f77c02;
}
.faq_answer
{
    font-size: 14px;
    font-family: tahoma;
    color: #686868;
    padding: 0px 20px 10px 20px;
    margin-bottom: 10px;
    line-height: 25px;
    border-bottom: 1px solid #f5d8bb;    
}
.faq_answer .faq_answer_title
{
    font-size: 14px;
    float: left;
    font-weight: bold;
    color: #000;
    padding-right: 5px;
}
@media screen and (max-width: 768px) {
    #form_contact div.form-group{
        margin-left: 0px;
    }
    #form_faq div.form-group{
        margin-left: 0px;
    }
    .send_faq_title, .faq_question_content{
        line-height: 1.4;
    }
}
@media screen and (max-width: 1120px) and (min-width: 769px) {
    .sidebar p{
        line-height: 1.4;
    }
    .sidebar table tr{
        height: 45px !important;
    }
    .sidebar table tr td{
        line-height: 1.4;
    }
}
@media screen and (max-width: 410px){
    .sidebar p{
        line-height: 1.4;
    }
    .sidebar table tr{
        height: 45px !important;
    }
    .sidebar table tr td{
        line-height: 1.4;
    }
}

.gmap{
    margin-bottom:10px; 
    border: 1px solid #ddd;
	margin:0 15px;
}
.gmap_iframe{
    width:100%;
    height:600px;
}
@media screen and (max-width: 768px) {
    .gmap_iframe{
        width:100%;
        height:400px;
    }
}
@media screen and (max-width: 500px) {
    .gmap_iframe{
        width:100%;
        height:300px;
    }
    
}
@media screen and (max-width: 500px) {
    form div.sort_limit{
        margin-top: 0px !important;
    }
    form div.sort_limit select{
        width: 60px;
    }
    .send_faq_content .send_faq_title {
        font-size:14px;
    }
}
.faq_view_more,
.faq_view_less
{
        color: #00502f;
    font-size: 14px;
    padding: 1px 10px;
    display: -webkit-inline-box !important;
    margin-top: 0px;
    padding-left: 0px;
    /* background: #e8821c; */
    position: relative;
    width: auto !important;
}
.faq_view_more:hover,
.faq_view_less:hover
{
    color: #001009;
    text-decoration: none;
}