#popup {
  background: #ffffff;
  max-width: 700px;
  padding: 20px 20px 30px 20px;
}
#popup .inner{
  max-width: 530px;
  margin: 0 auto;
}
#popup h2 {
  font-size:25px;
  line-height: 37px;
  text-transform:uppercase;
  font-weight: 700;
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#popup h2::before {
  content:'\f059';
  font-family:FontAwesome;
  color: #3183c1;
  font-size: 60px;
  line-height: 60px;
  position:relative;
  top: 0;
  margin-right: 10px;
}
#popup .contentpop{

}
.form-field {
  margin-bottom:10px;
  display: flex;
  flex-wrap: wrap;
}
.form-field  label{
  width: 110px;
}
.form-field label, .form-button label {
  font-size:14px;
  font-weight:400;
  min-height: 1px;
  margin-bottom: 0;
}
.form-field .colRight{
  width: calc(100% - 110px);
  overflow: hidden;
}
.form-field .formFa{
  position: relative;
}
.form-field .formFa:before{
  font-family: fontAwesome;
  position: absolute;
  left:12px;
  top: 10px;
  color:#999999;
}

.form-field input,
.form-field textarea {
  width:100%;
  border-radius:0;
  border: none;
  height:42px;
  box-shadow:none;
  padding: 0 20px 0 35px;
  resize:none;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #f1f1f1;
}
.form-field textarea{
  padding-top: 10px;
  height: 150px;
}
img.ver_img {
  position: absolute;
  right: 0;
  padding: 6px;
  background: #000;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
}
.form-button {
  margin-top:30px;
}
.form-field .input-group{
  display: flex;
  justify-content: space-between;
}
.form-field .input-group .input-group-img{
  height: 42px;
  width: 165px;
}
.form-field .input-group .fa2line{
  width: calc(100% - 165px);
}
.btnAll button{
  padding: 10px 50px;
  background-color: #3183c1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #3183c1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.btnAll  button:hover{
  background-color: #fff;
  color: #3183c1;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
  .top-question{
    padding: 15px 20px;
    background-image: none;
  }
  .top-question .df{
    display: block;
  }
  .top-question .txt{
    max-width: 100%;
  }
  .top-question .ask-question{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .question{
    padding: 20px 0;
  }
  .question.active .quest .qtitle{
    font-size: 14px;
    line-height: 22px;
  }
  .question .quest .qdate{
    font-size: 13px;
    line-height: 21px;
  }
}
@media all and (max-width: 600px){
  .form-field label, .form-button label,
  .form-field .colRight{
    width: 100%;
  }
  .search-question button span{
    display: none;
  }
  .search-question button{
    width: 50px;
    height: 50px;
  }
  .search-question button i{
    margin-right: 0;
  }
  .search-question input {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    width: calc(100% - 70px);
  }
  .designPopup .fancybox-close-small{
    right: 0px;
  }
}

.mypopup .popup-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.mypopup .link .button-w {
  min-width: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 11px 15px;
  font-weight: 500;
  line-height: 23px;
  color: #ffffff;
  text-transform: uppercase;
}

.mypopup .button-w {
  background-color: #bd1e2c !important;
  color: #FFFFFF !important;
}

