.demo-button {
    margin-top: -30px;
    margin-bottom: 20px;
    order: 1;
    margin-left: 0;
    width: 49%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 3px;
    background: #40C595;
    cursor: pointer;
    z-index: 1;
}

.demo-button > span {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
}

#myModal {
    margin: 0 auto;
    padding: 18px 9px;
    border-radius: 4px;
    background: #fafafa;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 38;
    text-align: center;
    height: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 400px;
    overflow: hidden;
    overflow-y: scroll;
    font-family: 'LibreFranklinIO';
}


#myModal .fields.col-md-6 {
    max-width: 73.4%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 10px;
}

#myModal form#contact-form {
    margin-top: 20px;
}

#myModal fieldset.fieldset {
    display: contents;
}

#myModal .field {
    width: 218%;
    text-align: left;
}

#myModal .comment {
    padding-top: 15px;
}

#myModal .label {
    margin: unset;
    margin-bottom: 10px;
}

#myModal .label span {
    color: black;
    font-weight: 600;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#myModal .label span:after {
    display: none !important;
}







.subs {
    width: 140px;
    display: block;
    height: 40px;
    border-radius: 3px;
    background: #FF6B00;
    border: unset;
    text-decoration: none;
    text-transform: initial;
    font-size: 18px;
    font-weight: 600;
    font-family: 'LibreFranklinIO';
    padding-top: 1px;
    margin-top: 15px;
    color: white;
    cursor: pointer;
}

.field.comment {
    padding-top: 15px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#9c9c9c;
}


#myModal::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #9aa7b5;
}

#myModal::-webkit-scrollbar {
    width: 3px;
}


#myModal #myModal__close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 12px;
    right: 8px;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#myOverlay {
  z-index: 10;
  position: fixed;
  background-color: rgba(0,0,0,.7);
  width: 100%; height: 100%;
  top: 0; left: 0;
  cursor :pointer;
  display :none;
}

.column:not(.sidebar-main) .form.contact, .column:not(.sidebar-additional) .form.contact {
    width: 100% !important;
}

div#myModal .control {
    width: 59.9%;
}

.circle{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.captcha {
    color: white;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

div#rcaptcha > div {
    margin: auto;
    padding-top: 12px;
}

span#captcha {
    color: red;
    margin-top: 27px;
    font-family: 'LibreFranklinIO';
    font-size: 15px;
    display: block;
}

@media only screen and (max-width: 420px) {
    #myModal {
        width: 350px;
    }
}