.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: aut
  .buttoncss {o;
}
    background-position: 50% 50% !important;
    margin-top: -20px;
}
#menu ul li a {
    font-size: 13px !important;
    font-weight: bold;
}
#content-container .section-boxed {
    margin: auto;
}

/*   -----------Form -------------------*/

div#wpcf7-f6427-p6434-o2 {
    margin: 0 auto;
}

div.mql {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    justify-content: space-around;
}

.form-case-studies .width-size {
   width: 43%;
}

.form-case-studies .width-size span{
   display: flex;
   flex-direction: column;
}

.form-case-studies select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-appearance: none;
  border-radius: 2px;
  border:  1px solid #E2E2E2; 
  padding: 8px;
  background: #fcfcfc;
  font-size: 12px;
  color: #757575 !important;
  margin: 0px 0px 5px !important;
}

.form-case-studies input[type=email]:focus, select:focus {
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1) !important;
  background: #ffffff !important;
}

.form-case-studies .wpcf7-submit {
  margin: 2px 0px 5px !important;
  padding: 8px !important;
  width:100%;
}

.form-case-studies .ajax-loader {
  margin: 0 0 0 -16px !important;
}

.popmake-close {display:none !important}

@Media screen and (min-width: 1137px) and (max-width: 1366px) {
   .form-case-studies .width-size { width: 43% !important;}
}

@Media screen and (max-width: 1136px) {
   .form-case-studies .width-size {
       width: 100%;
   }
}

@Media screen and (min-width: 320px) and (max-width: 475px){
  #popmake-6433 {
        margin: 0 auto;
        width: 96% !important;
        top: 1% !important;
        left: 7px !important;
  }
  
}
