.implementacion-ban #myVideo {
  width: 100%;
  height: 100%;
  margin: auto;
}
div#fixedbtn {
  display: none !important;
}
.form-sec-bg {
  padding: 3em 0;
  background: #bbedf4 0% 0% no-repeat padding-box;
}
.Per50 {
  width: calc(100% / 2);
}
.implementacion-ban {
  text-align: center;
}

section.form-sec-bg.two-box .two-box {
  width: 100%;
}
.form-sec {
  top: 0;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}

.form-sec h1 {
  text-align: left;
  font: normal normal bold 35px/48px Zoho Puvi;
  letter-spacing: -1.05px;
  color: #0d0240;
  font-family: Zoho_Puvi_Bold;
  line-height: 48px;
  margin: 12px 0;
}

.form-sec p {
  text-align: left;
  font: normal normal normal 17px/21px Zoho Puvi;
  letter-spacing: -0.45px;
  color: #222222;
  font-family: Zoho_Puvi_Regular;
  line-height: 21px;
  margin: 5px 0;
}
section.form-sec-bg .two-box {
  padding: 0;
}
section.form-sec-bg .container {
  width: 90%;
  margin: 80px auto;
}

/* FORM */
.rows:after {
  display: table;
  content: "";
  clear: both;
}
.rows:before {
  display: table;
  content: "";
  clear: both;
}

.rows {
  margin-right: -15px;
  margin-left: -15px;
}

.form-control.btn-submits {
  background: transparent;
  text-align: center;
}
.form-control {
  height: 55px;
  margin-bottom: 12px;
}

/* form css  */
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  border: 1px solid #fff;
  box-shadow: none;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: border ease 1.5s;
  -moz-transition: border ease 1.5s;
  -o-transition: border ease 1.5s;
  transition: border ease 1.5s;
  height: 48px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 7px;
}
.dropdown-control {
  background: url("https://cdn.manageengine.com/images/submenu-sel-arrow.png")
    no-repeat;
  background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
  background: #fff;
}
.form-control.active-row {
  border: 1px solid #fff;
}
.form-control.btn-submits {
  border: none;
  margin-bottom: 45px;
  padding-left: 0;
}
.form-control.form-comments {
  height: 85px;
}
.form-control:after,
.form-control:before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border: 2px solid transparent;
  border-radius: 5px;
  pointer-events: none;
}
.form-control:before {
  top: 0px;
  left: 0px;
}
.form-control:after {
  bottom: 0;
  right: 0;
}
.form-control .error {
  position: absolute;
  bottom: -8px;
  left: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 12px;
  z-index: 8;
  opacity: 1;
  background: linear-gradient(to bottom, #fff, #f7f7f7);
  padding: 5px;
  line-height: 0.5;
  color: red;
  display: none;
}
.form-control .error.phone_codeerror {
  line-height: 1.2;
  bottom: -18px;
  left: 14px;
  margin-right: 8px;
}
.form-control * {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-control .label {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 30px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 16px;
  z-index: 8;
  opacity: 0.7;
  text-align: left;
  font: normal normal normal 14px/16px Zoho Puvi;
  letter-spacing: -0.35px;
  color: #bcbcbc;
  font-family: Zoho_Puvi_Regular;
}
.form-comments.form-control .label {
  top: 35%;
}
.form-control input,
.form-control select,
.form-control textarea {
  outline: none;
  border: none;
  background: none !important;
  padding-left: 20px;
  font-size: 1.2em;
  position: relative;
  z-index: 9;
  opacity: 0.6;
  resize: none;
  font-family: "Zoho_Puvi_Regular";
  width: 100%;
  height: 100%;
}
.form-control select {
  opacity: 0;
  background: url(https://cdn.manageengine.com/government/images/arrow.png)
    no-repeat !important;
  background-position: 98% !important;
}
.form-control.active-row select {
  opacity: 1;
  color: #999999;
}
.enquiry-popup .form-control {
  height: 48px;
  border: 1px solid #bfbfbf;
  -webkit-transition: border ease 0.9s;
  -moz-transition: border ease 0.9s;
  -o-transition: border ease 0.9s;
  transition: border ease 0.9s;
}
.enquiry-popup .active-row.form-control {
  border-color: #fff;
}
.form-control.btn-submits {
  border: none;
}
.btn-submits button {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid #e04d3b;
  background: #e04d3b;
  color: #fff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 0 20px 0;
}
.btn-submits button:hover {
  background: #000000;
  border-color: #000000;
}
p.callback-text {
  margin: 0 0 12px 0;
  color: #333;
  font-size: 0.9em;
  position: relative;
  bottom: 7px;
}
b.sup {
  font-size: 0.8em;
  position: relative;
  bottom: 5px;
  left: 2px;
}
.form-control.btn-submit,
.form-control.btn-submit-new {
  background: transparent;
  border: none;
  height: auto;
  text-align: center;
}
.btn-submit-new button {
  cursor: pointer;
  outline: none;
  display: inline-block;
  padding: 12px 50px;
  border: none;
  margin: 20px 0;
  background: #fcc727 0% 0% no-repeat padding-box;
  border-radius: 6px;
  text-align: center;
  font: normal normal bold 18px/21px Zoho Puvi;
  font-family: "Zoho_Puvi_Bold";
  letter-spacing: 0px;
  color: #000000;
  width: 70%;
  height: 59px;
  transition: 0.5s;
}
.btn-submit-new button:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-color: #0d0d0d;
}
.active-row.form-control::before {
  border-top-color: #0a2aff;
  border-right-color: #0a2aff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
  width: 100%;
  height: 100%;
}
.active-row.form-control::after {
  border-bottom-color: #0a2aff;
  border-left-color: #0a2aff;
  transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s,
    height 0.15s ease-out 0.45s;
  width: 100%;
  height: 100%;
}
.form-control.active-row .label {
  top: 0;
  background: linear-gradient(to bottom, #f1f5ff, #fff);
  padding: 0 6px;
  left: 15px;
  font-size: 1em;
  opacity: 1;
}
.popup .form-control.active-row .label {
  background: #fff;
}
.uscountry.form-control {
  height: auto;
  background: transparent;
  padding: 0;
  border-color: transparent;
}
.uscountry.form-control:before,
.uscountry.form-control:after {
  display: none;
}
.uscountry select#contact_country,
.uscountry select#zc-country {
  height: 60px;
  border: 2px solid #3754ff;
  border-radius: 4px;
  opacity: 1;
  background: url(https://cdn.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
}
.popup .uscountry select#contact_country,
.popup .uscountry select#zc-country {
  height: 48px;
}
.uscountry.form-control.active-row .label {
  z-index: 99;
}
.uscountry select#country_state,
.uscountry select#ukcountry_region {
  height: 60px;
  background: url(https://cdn.manageengine.com/government/images/arrow.png)
    no-repeat #fff !important;
  background-position: 95% !important;
  margin-top: 15px;
  border-radius: 4px;
  opacity: 1;
  border: 2px solid #3754ff;
}
.uscountry .state-label {
  top: unset !important;
  bottom: 38px;
}

.rows.flex {
  display: flex;
}

.rows.flex .form-control {
  width: 50%;
}

.form-control.marlf2 {
  margin-right: 2%;
}

.form-control.marri3 {
  margin-left: 2%;
}

form#IframeUrl {
  width: 96%;
  margin: 2em auto;
}
.rows.flex {
  display: flex;
}
.marginlt {
  margin-left: 2%;
}
.marginrt {
  margin-right: 1%;
}
@media screen and (max-width: 1200px) {
  section.form-sec-bg .container {
    margin: 80px auto 0px;
  }
}
@media screen and (max-width: 800px) {
  section.form-sec-bg .two-box {
    flex-direction: column;
  }

  .Per50 {
    width: 100%;
  }
}

@media screen and (max-width: 620px) {
  .form-sec-bg {
    padding: 3em 0 0;
  }
  .btn-submit-new button {
    width: auto;
    padding: 10px;
  }
}
@media screen and (min-width: 800px) and (min-height: 1180px) {
  body,
  html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .form-sec-bg {
    width: 100%;
    height: 100%;
    padding: 20px 20px 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (min-height: 1366px) {
  body,
  html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .Per50 {
    width: 100%;
    max-width: 1000px;
  }
  .two-box {
    flex-direction: column;
  }
}
