.faq{
    margin-bottom: 10px;
}
.faq .question{
    padding: 15px 20px;
    padding-left: 70px;
    padding-right: 50px;
    background: #f6f6f6;
    position: relative;
    cursor: pointer;
}
.faq .question:before{
    content: "\f128";
    font-family: fontAwesome;
    position: absolute;
    top: 20px;
    left: 25px;
    background: #1fbcbc;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    color:#ffffff;
    font-size: 20px;
    line-height: 30px;
}
.faq .question:after{
    content: "\f078";
    font-family: fontAwesome;
    position: absolute;
    top: 15px;
    right: 15px;
    color:#555555;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq.active .question:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq .question .title{
    font-weight: bold;
    margin-bottom: 5px;
}
.faq .answer{
    margin-top: 10px;
    padding: 15px 20px;
    padding-left: 70px;
    border:solid 1px #dddddd;
    background: url(../images/logo.png) no-repeat top 15px left 15px;
    background-size: 33px;
    display: none;
}
.faq .answer p{
    padding: 0;
}
/*==================================================*/
.formFaq{
    margin-bottom: 20px;
}
.formFaq .title {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #1fbcbc;
    font-weight: bold;
    border-bottom: solid 1px #1fbcbc;
    margin-bottom: 10px;
}
.formFaq .txt{
    font-size: 15px;
    line-height: 23px;
    color:#555555;
    margin-bottom: 15px;
}
.formFaq input[type="text"],
.formFaq textarea,
.formFaq select{
    width: 100%;
    height: 40px;
    border:solid 1px #dddddd;
    padding-left: 10px;
}
.formFaq textarea{
    resize:none;
    height: 150px;
    padding: 10px;
}
.formFaq button{
    width: 100%;
    height: 40px;
    background: #1fbcbc;
    color:#ffffff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
    border:none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.formFaq button:hover{
    background: #333333;
}
/*================================================================*/
/*=========================RESPONSIVE=============================*/
/*================================================================*/
@media all and (max-width: 991px){
.formFaq{
    margin-top: 30px;
}
}

@media all and (max-width: 767px){

}

@media all and (max-width: 639px){

}

@media all and (max-width: 480px) {

}

@media all and (max-width: 360px) {

}