.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.5rem * 2));

}
#showOptionInfo .modal-dialog.modal-dialog-centered {
    justify-content: center;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 576px) {
  
  .modal-dialog-centered {
    min-height: calc(100% - (3.75rem * 2));
  }

}

.subscribe-form {
  background: #e9eef4;
  padding: 30px 0; 
}

.subscribe-form-wrapper {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 15px;
}

.subscribe-form-title {
  font-size: 17px;
  font-family: inherit;
  color: #3c3c3b;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}

.subscribe-form-title br {
  display: none;
}

.subscribe-form .form-control {
  height: 41px;
  line-height: 2.198;
  font-size: 15px;
  font-family: inherit;
  color: #adadad;
  border-color: transparent;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 22px;
}

.subscribe-form .form-control::-webkit-input-placeholder {color: #adadad;}
.subscribe-form .form-control::-moz-placeholder {color: #adadad;}
.subscribe-form .form-control:-ms-input-placeholder {color: #adadad;}
.subscribe-form .form-control:-moz-placeholder {color: #adadad;}

.subscribe-form .subscribe-form-group {
  margin-left: 22px;
}

.subscribe-form input[type="checkbox"]:checked, 
.subscribe-form input[type="checkbox"]:not(:checked), 
.subscribe-form input[type="radio"]:checked, 
.subscribe-form input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.subscribe-form input[type="checkbox"]:checked + label, 
.subscribe-form input[type="checkbox"]:not(:checked) + label, 
.subscribe-form input[type="radio"]:checked + label, 
.subscribe-form input[type="radio"]:not(:checked) + label {
    font-size: 12px;
    font-weight: normal;
    color: #3c3c3b;
    display: inline-block;
    position: relative;
    padding-left: 24px;
    line-height: 16px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 0;
}

.subscribe-form input[type="checkbox"]:checked + label:before, 
.subscribe-form input[type="checkbox"]:not(:checked) + label:before,
.subscribe-form input[type="radio"]:checked + label:before, 
.subscribe-form input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #4bae32;
    background-color: transparent;
}

.subscribe-form input[type="checkbox"]:checked + label:before, 
.subscribe-form input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

.subscribe-form input[type="radio"]:checked + label:before, 
.subscribe-form input[type="radio"]:not(:checked) + label:before {
    border-radius: 100%;
}

.subscribe-form input[type="checkbox"]:checked + label:after, 
.subscribe-form input[type="checkbox"]:not(:checked) + label:after, 
.subscribe-form input[type="radio"]:checked + label:after, 
.subscribe-form input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.subscribe-form input[type="checkbox"]:checked + label:after, 
.subscribe-form input[type="checkbox"]:not(:checked) + label:after {
    left: 2px;
    top: 3px;
    width: 12px;
    height: 7px;
    border-radius: 1px;
    border-left: 4px solid #4bae32;
    border-bottom: 4px solid #4bae32;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.subscribe-form input[type="radio"]:checked + label:after, 
.subscribe-form input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4bae32;
}

.subscribe-form input[type="checkbox"]:not(:checked) + label:after, 
.subscribe-form input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

.subscribe-form input[type="checkbox"]:checked + label:after, 
.subscribe-form input[type="radio"]:checked + label:after {
    opacity: 1;
}

.subscribe-form .col-btn-group {
  padding-left: 30px;
}

.subscribe-form .btn {
  font-size: 17px;
  font-family: inherit;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.446;
  border-radius: 0;
  box-shadow: none;
  outline: 0!important;
}

.subscribe-form .btn-success {
  border-color: transparent!important;
  background-color: #4bae32!important;
border-radius: 6px;
}

.btn-widget {
  width: 202px;
  height: 100px;
  position: fixed;
  right: 40px;
  bottom: 50px;
  font-size: 20px;
  color: #ffffff!important;
  line-height: 140px;
  background-color: unset!important;
  background: url(btn-widget-bg.png) no-repeat!important;
  background-size: cover;
  background-position: 0 0;
  border: 0!important;
  outline: 0!important;
  box-shadow: none!important;
  z-index: 1000;
}

.btn-widget-close {
  position: fixed;
  right: 28px;
  bottom: 116px;
  width: 24px;
  height: 24px;
  color: #757575;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}

.btn-widget-close:hover {
  background-color: #FF843D;
  border-color: #ffffff;
}

.btn-widget-close:hover:before,
.btn-widget-close:hover:after {
  background-color: #ffffff;
}

.btn-widget-close:before,
.btn-widget-close:after {
  position: absolute;
  top: 2.5px;
  left: 11px;
  content: ' ';
  height: 17px;
  width: 1.1px;
  background-color: #3c3c3b;
}

.btn-widget-close:before {
  transform: rotate(45deg);
}

.btn-widget-close:after {
  transform: rotate(-45deg);
}

.subscribe-form-modal {
  background-color: unset;
  padding: 0;
}

.subscribe-form-modal .modal-content {
  max-width: 548px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}

.subscribe-form-modal .modal-header {
  height: 211px;
  background: url(subscribe-form-modal-header-bg.png) no-repeat;
  background-size: cover;
}

.subscribe-form-modal .modal-header .close {
  width: 16px;
  height: 16px;
  background: url(close.png) no-repeat;
  background-size: cover;
  opacity: 1;
  outline: 0!important;
}

.subscribe-form-modal .modal-header .close span {
  display: none;
}

.subscribe-form-modal .modal-header .close:hover {
  -webkit-filter: brightness(0%);
  -moz-filter: brightness(0%);
  -ms-filter: brightness(0%);
  filter: brightness(0%);
}

.subscribe-form-modal .modal-body {
  padding: 40px 60px;
}

.subscribe-form-modal-title {
  font-size: 24px;
  font-family: inherit;
  color: #3c3c3b;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 15px;
}

.subscribe-form-modal-subtitle {
  font-size: 14px;
  font-family: inherit;
  color: #3c3c3b;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  max-width: 380px;
  margin: 0 auto 15px;
}

.subscribe-form-modal-subtitle br {
  display: none;
}

.subscribe-form-modal .row {
  margin: 0 -10px;
}

.subscribe-form-modal .col-sm-6 {
  padding: 0 10px;
}

.subscribe-form-modal .form-control {
  color: #86a26a;
  background-color: #f0fae5;
  height: 46px;
}

.subscribe-form.subscribe-form-modal .form-control::-webkit-input-placeholder {color: #86a26a;}
.subscribe-form.subscribe-form-modal .form-control::-moz-placeholder {color: #86a26a;}
.subscribe-form.subscribe-form-modal .form-control:-ms-input-placeholder {color: #86a26a;}
.subscribe-form.subscribe-form-modal .form-control:-moz-placeholder {color: #86a26a;}

.subscribe-form-modal .col-btn-group {
  margin-top: 20px;
  padding-left: 0;
}

.subscribe-form-modal .btn {
  max-width: 300px;
  height: 46px;
  margin: auto;
}

.subscribe-form-modal .subscribe-form-group {
  text-align: center;
  margin-top: 5px;
  margin-left: 0;
}

.subscribe-form-modal input[type="checkbox"]:checked + label:before, 
.subscribe-form-modal input[type="checkbox"]:not(:checked) + label:before,
.subscribe-form-modal input[type="radio"]:checked + label:before, 
.subscribe-form-modal input[type="radio"]:not(:checked) + label:before {
    border: 1px solid #d1d1d1;
}

.subscribe-form-modal input[type="checkbox"]:checked + label:after, 
.subscribe-form-modal input[type="checkbox"]:not(:checked) + label:after {
    border-left: 4px solid #ffd800;
    border-bottom: 4px solid #ffd800;
}

.subscribe-form-modal input[type="radio"]:checked + label:after, 
.subscribe-form-modal input[type="radio"]:not(:checked) + label:after {
    background-color: #ffd800;
}

.subscribe-form-modal-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 1000;
}

.subscribe-form-modal-message.show-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscribe-form-modal-message p {
  color: #3c3c3b;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 0;
}

.subscribe-form-modal-message p span {
  display: inline-block;
  font-size: 14px;
  margin-top: 40px;
}

@media (max-width: 768px) {

  .subscribe-form {
    padding: 20px 0;
  }

  .subscribe-form-title {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .subscribe-form-title br {
    display: inline-block;
  }

  .subscribe-form .form-control {
    height: 35px;
    font-size: 13px;
    padding-left: 15px;
  }

  .subscribe-form .subscribe-form-group {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }

  .subscribe-form .col-btn-group {
    text-align: center;
    margin-top: 15px;
    padding-left: 15px;
  }

  .subscribe-form .btn {
    display: inline-block;
    max-width: 180px;
    font-size: 15px;
  }

  .subscribe-form .col-sm-8 {
    padding: 0 25px;
  }

  .subscribe-form .col-sm-6 {
    width: 50%;
    float: left;
    padding: 0 10px;
  }

  .btn-widget,
  .btn-widget-close {
    display: none;
  }

  .subscribe-form-modal .modal-content {
    max-width: 380px;
  }

  .subscribe-form-modal .modal-header {
    height: 156px;
    background-position: center;
  }

  .subscribe-form-modal .modal-body {
    padding: 26px;
  }

  .subscribe-form-modal-title {
    font-size: 19px;
  }

  .subscribe-form-modal-subtitle {
    max-width: 300px;
  }

  .subscribe-form-modal-subtitle br {
    display: inline-block;
  }

  .subscribe-form-modal .col-sm-6 {
    width: 100%;
  }

  .subscribe-form-modal .form-control {
    max-width: 250px;
    margin: 0 auto 15px;
  }

  .subscribe-form-modal .col-btn-group {
    padding-left: 0;
  }

  .subscribe-form-modal .btn {
    max-width: 250px;
    height: 40px;
  }

  .subscribe-form input[type="checkbox"]:checked + label,
  .subscribe-form input[type="checkbox"]:not(:checked) + label,
  .subscribe-form input[type="radio"]:checked + label,
  .subscribe-form input[type="radio"]:not(:checked) + label {
    font-size: 11px;
  }

}

@media (max-width: 376px) {

  .subscribe-form-modal-title {
    font-size: 18px;
  }

}

@media (max-width: 360px) {

  .subscribe-form-modal-title {
    font-size: 17px;
  }

}

@media (max-width: 320px) {

  .subscribe-form .col-sm-8 {
    padding: 0 20px;
  }

  .subscribe-form-modal .modal-header {
    height: 124px;
  }

  .subscribe-form-modal-title {
    font-size: 14.8px;
  }

  .subscribe-form-modal-subtitle {
    font-size: 12px;
  }

  .subscribe-form input[type="checkbox"]:checked + label,
  .subscribe-form input[type="checkbox"]:not(:checked) + label,
  .subscribe-form input[type="radio"]:checked + label,
  .subscribe-form input[type="radio"]:not(:checked) + label {
    font-size: 10px;
  }

}