.top-question {
    padding: 25px 30px;
    background: url(../images/bg.jpg) no-repeat center right;
    background-size: cover;
    margin-bottom: 25px;
    border:solid 1px #cccccc;
}
.top-question .txt {
    max-width: 60%;
    margin-bottom: 10px;
}
.top-question .ask-question {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 16px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    color: #ffffff;
    background: #dd3c7f;
    position: relative;
    border: solid 2px #dd3c7f;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
}
.top-question .ask-question:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top-question .ask-question:hover:before{
    right:0;
}
.top-question .ask-question span {
    padding-left: 30px;
    position: relative;
}
.top-question .ask-question span:before {
    position: absolute;
    content: "\f086";
    font-family: FontAwesome;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-question .ask-question:hover {
    color: #dd3c7f;
}
.question {
    padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #e2e2e2;
    font-size: 16px;
    line-height: 24px;
}
.question:before {
    content: "\f0e6";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    line-height: 30px;
    color: #ed3f46;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.question .quest{
    cursor: pointer;
}
.question .quest .que {
    margin-bottom: 5px;
}
.question .author {
    font-style: italic;
    margin-bottom: 10px;
    color:#ed3f46;
}
.question .tit {
    font-weight: bold;
    margin-bottom: 5px;
    color: #136557;
}
.question .cont {
    color: #636363;
}
.question .answer {
    padding: 20px;
    border:solid 1px #dddddd;
    position: relative;
    margin-top: 15px;
    display: none;
    font-size: 16px;
    line-height: 24px;
}
.question .answer:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 30px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #dddddd;
    z-index: 2;
}
.question .answer .tl {
    color: #666666;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
/*=================POPUP=============*/
.popup-question{
    min-width: 525px;
}
.popup-question .title {
    padding-left: 65px; 
    font-size: 32px;
    line-height: 40px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 6px;
}
.popup-question .title:before{
    content: "\f059";
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 68px;
    color:#00a651;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-question label {
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    width: 100px;
    float: left;
}
.popup-question .col-right{
    width: calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    float:right;
}
.popup-question input[type="text"], 
.popup-question textarea, .popup-question select {
    width:100%;
    border: solid 1px #d1d1d1;
    background-color:#f1f1f1;
    border-bottom:none;
    border-right:none;
    font-size: 14px;
    line-height: 22px;
    padding-left:30px;
    height:45px;
}
.popup-question textarea{
    resize: none;
    height:85px;
}
.popup-question .icon1 {
    background-image: url(../images/contact/icon1.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.popup-question .icon2 {
    background-image: url(../images/contact/icon3.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.popup-question .icon3 {
    background-image: url(../images/contact/icon2.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.popup-question .icon4 {
    background-image: url(../images/contact/icon5.png);
    background-repeat: no-repeat;
    background-position: top 5px left 10px;
}
.popup-question .icon5 {
    background-image: url(../images/contact/icon6.png);
    background-repeat: no-repeat;
    background-position: center left 10px;
}
.input-group-img {
    width: 1%;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: initial;
}
.popup-question button {
    background: #00a651;
    border: none;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 48px;
    border: solid 2px #00a651;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.popup-question button:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.popup-question button:hover:before{
    right:0;
}
.popup-question button span{
    position: relative;
}
.popup-question button:hover{
    color: #00a651;
}
/*=======================FORM=======================*/
.formQuestion {
    padding: 25px 30px;
    background: #f5f5f5;
}
.formQuestion label{
    width:125px;
    font-weight: normal;
    color:#666666;
    float:left;
}
.formQuestion label span{
    color:#ed3f46;
}
.formQuestion .colRight{
    width:-webkit-calc(100% - 125px);
    width:-moz-calc(100% - 125px);
    width:-ms-calc(100% - 125px);
    width:calc(100% - 125px);
    float:right;
}
.formQuestion input,
.formQuestion select,
.formQuestion textarea{
    width:100%;
    height:45px;
    background: #ffffff;
    border:none;
    border-top:solid 1px #cccccc;
    border-left:solid 1px #cccccc;
    padding-left: 20px;
}
.formQuestion textarea{
    height:165px;
    resize: none;
}
.formQuestion button{
    background: #373737;
    color:#ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border:none;
    margin-right: 10px;
    font-size: 14px;
    line-height: 26px;
    width:110px;
    height:45px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.formQuestion button:hover{
    background: #ed4349;
    color:#ffffff;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.top-question{
    background: #ffffff;
}
.top-question .txt{
    max-width:100%;
}
.formQuestion label{
    width:100%;
}
.formQuestion .colRight{
    width:100%;
}
}