.form-wrap,
.success-box {
      border: 1px solid #ddd;
    padding: 80px 15px;
}



.more{
    display: inline-block;
    vertical-align: middle;
}
.more a,.more button{
    display: inline-block;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 24px;
    transition: all .3s ease;
    color: #2C2C2C;
    letter-spacing: 0;
}
.more a:after,.more button:after{
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f105";
    padding-left: 8px;
    text-align: left;
    text-indent: 0;
    width: 20px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 15px;
    color: #2C2C2C;
}
.more:hover a:after,.more:hover button:after{
    -webkit-animation: more 0.8s infinite;
   animation:  more 0.8s infinite;
}

@-webkit-keyframes more {
  0%{
      text-indent: 0px;
  }

  100% {
        opacity: 0;
      text-indent: 20px;
  }

}

@keyframes more {
  0%{
      text-indent: 0px;
  }

  100% {
      text-indent: 20px;
       opacity: 0;
  }

}

.more:hover a,.more:hover button{
    color: #0D2EA1;

}
@media screen and (max-width: 1000px) {
    .form-wrap,
    .success-box {
        padding: 30px 15px;
    }
}
