/*Standard Style*/
#editor-tabs {
  display: block;
  clear: both;
  text-align: center;
}
#editor-tabs ul {
  display: flex;
}
#editor-tabs li {
  list-style: none;
}
#editor-tabs li a {
  color: #fff;
  background-color: #101010;
  border: solid 1px #fff;
  margin: 3px;
  padding: 3px;
}

/*global styling*/
body {
  width: 100%;
  background: url("../img/Image.jpg") no-repeat center/cover;
  overflow-x: hidden;
  background-attachment: fixed;
}

/*end global styling*/
#block-my-certificate-webform input:not(.webform-button--submit),
#block-my-certificate-webform select {
  width: 100%;
  direction: rtl;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  border: #fff 1px solid;
  background: #021f36e3;
  color: #fff;
}
input::placeholder {
  color: #fff;
}
.form{
  background: #ffffffcf;
  border-radius: 10px;
  border: #53b75a 1px solid;
  box-shadow: #999999 8px 8px 8px;
  overflow-x: hidden;
}
.form_container{
  width: 60%;
  overflow-x: hidden;
}
[type="submit"] {
  padding: 5px;
  margin: 10px;
  background: #53b75a;
  color: #fff;
  border: #fff 1px solid;
  border-radius: 7px;
}
input[type=checkbox] {
    width: auto !important;
}

.js-form-type-textfield, .webform-type-webform-telephone, .webform-term-checkboxes {
    width: 48%;
    display: inline-block;
    vertical-align: text-top;
}
.form-item-lkhtss-lmtlwb{width: 96.5%;}

.webform-term-checkboxes legend {
    background-color: #EEE;
    padding: 10px 3px;
    border-right: solid 3px #1d364a;
    border-bottom: solid 1px #1d364a;
    color: #4db85c;
    font-weight: bold;
}
.webform-telephone--wrapper legend span{
    color: #50b85a;
    font-weight: bold;
}
.certificate-logo {
    display: flex
;
    text-align: center;
}

.certificate-logo img {
    width: auto;
    max-height: 120px;
    display: inline-flex
;
    text-align: center;
    margin: auto;
}

.adv h4{color: #50b85a}
.adv h2 {
  color: #666;
    text-align: center;
    border-bottom: solid 1px #50b85a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
label{
  font-size: 1.5rem;
  color: #50b85a;
    font-weight: bold;
}
.option {
  font-size: 1rem;
  color: #000;
}
.section_container {
  overflow-x: hidden;
}
div#block-my-certificate-webform h2 {
    text-align: center;
    color: #50b85a;
    border-bottom: solid 1px #50b85a;
    padding-bottom: 15px;
}
.adv.p-5 {
    background: #ffffffcf;
    border-radius: 10px;
    border: #53b75a 1px solid;
    box-shadow: #999999 8px 8px 8px;
    margin-top: 21px;
}
@media (max-width: 790px) {
  .form ,.adv{
    padding: 15px !important;
  }
  .form_container {
    width: 90%;
    order: 2;
    overflow-x: hidden;
  }
}

@media (min-width: 768px) {
}
@media (max-width: 500px) {
  .certificate-logo img{max-height: 90px;}
  .logo img {
    width: 20%;
    height: 20%;
    overflow-x: hidden;
  }

  .js-form-type-textfield, .webform-type-webform-telephone, .webform-term-checkboxes {
    width: 100%;
    display: block;
    vertical-align: text-top;
}
.form-item-lkhtss-lmtlwb{width: 100%;}

}
@media (max-width: 400px) {
}
@media (max-width: 350px) {
}
