@media(min-width:992px){

  .captchaform {
    display: inline-block;
    position: relative;
    margin: 0 30%;
  }

}

@media(min-width:768px) and (max-width:991px){

  .captchaform {
    display: inline-block;
    position: relative;
    margin: 0 15%;
  }

}
@media(max-width:767px){

  .captchaform {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    -webkit-transform: scale(0.77,0.77) !important;
    -webkit-transform-origin: 0 0  !important;
    -moz-transform: scale(0.77,0.77)  !important;
    -moz-transform-origin: 0 0  !important;
    -ms-transform: scale(0.77,0.77)  !important;
    -ms-transform-origin: 0 0  !important;
    -o-transform: scale(0.77,0.77)  !important;
    -o-transform-origin: 0 0  !important;
  }

}

.captchaform.captcha-newsletter {
    margin-top: 10px;
    margin-left: 0px;
    
}
.mycaptchadropdown {
    display:none;
    width: auto;
    position: absolute;
    height: 140px;
    background: white;
    z-index: 999;
}

#captchaContact {
    left: -30px;
    padding-bottom: 15px;
}