*{
  font-family: 'Open Sans', sans-serif;
}
body.checkout-loading {
    opacity: 0.5;
    pointer-events: none;
}
.email_subscribe_error {
    border: 2px solid red !important;
}
.data_col {
    background-color: #b6d99c;
    padding: 30px;
    border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -ms-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -o-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.data_col label {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    letter-spacing: -1px;
}

.data_col .form-control {
    border: 2px solid #a7a8a8;
    border-radius: 6px;
    margin-bottom: 2px;
}

.data_col .form-control:focus{
  box-shadow: none;
}

.data_col .row{
  margin-left: -25px;
  margin-right: -25px;
}

.data_col [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

.btns_res [class*="col-"]:first-child {
  padding-right: 5px;
}

.btns_res [class*="col-"]:last-child {
  padding-left: 5px;
}

.data{
  padding: 30px 0px;
}

.data h4 {
    color: #008457;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

button.rest_btn {
    background-color: #008457;
    border: 2px solid #fff;
    width: 100%;
    padding: 8px 10px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 15px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54);
}

button.rest_btn:focus, button.rest_btn:hover{
  outline: none;
}

.email_btn{
  /*padding: 0px 30px;*/
}

.email_btn button{
  background-color: #b6d99c;
  border: 2px solid #fff;
  width: 100%;
  padding: 8px 10px;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 15px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -ms-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54); -o-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.54);
}

.email_btn button.rest_btn{
  background-color: #008457;
  color: #fff;
}

.email_btn button:focus, .email_btn button:hover{
    outline: none;
}

.info_cont span {
    display: inline-block;
    cursor: pointer;
}

.info_cont {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.info_cont img {
    margin-right: 6px;
    width: 25px;
}
.or {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    background-color: #008457;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px;
}
.row.or_ro {
    position: relative;
}
.email_btn .card-body {
    border: 0px;
    background-color: #b6d99c;
    padding: 30px 30px 13px 30px;
    margin-bottom: 15px;
    border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -moz-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);  -ms-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25); -o-box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
}
.email_btn .form-control{
  height: 47px;
  border: 2px solid #a7a8a8;
  border-radius: 6px;
}
.email_btn .form-control:focus{
  box-shadow: none;
}

.convert_buttons {
    margin-top: 25px;
}
.convert_button_layout, .convert_button_layout:hover {
    text-transform: inherit;
    display: block;
    border: 2px solid #008457;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    background-color: #008457;
	margin-top: 18px;
}


@media (max-width: 575px){
  .btns_res [class*="col-"]:first-child {
    padding-right: 25px;
  }
  button.rest_btn{
    margin-bottom: 15px;
  }
   .btns_res [class*="col-"]:last-child {
    padding-left: 25px;
  }
  .or{
    position: relative;
    bottom: 0;
    margin-bottom: 15px;
  }
}