
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.click-to-call-modal {
  text-align: center;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  text-align: left;
}
.modal-header h3 {
  font-size: 24.5px;
  margin: 0;
  padding: 0;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.modal-dialog .btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.click-to-call-modal .btn-success {
  background: #b7d495;
  color: #394c23;
  border: none;
  padding: 11px 18px;
}
.click-to-call-modal .cancel-btn {
  color: #333333;
  padding: 11px 18px;
  border: none;
  background: #ddd;
}
.click-to-call-modal .btn-danger.called {
  color: #ffffff;
  background: none;
  background-color: #d9534f;
  border-color: #d43f3a;
  border: none;
  padding: 11px 18px;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-body .text-block {
  font-size: 13px;
  background: #f1f1f1;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  padding: 5px 10px;
  margin-top: 15px;
  text-align: left;
}
.modal-footer {
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


/*Callback Request*/
#callback-request-modal textarea { resize: none;}
.category_select {margin:10px 0; }
/*.field_text span { font-size: 14px; color: #3a87ad; display: inline-block;}*/
bootstrap #callback-request-modal {overflow:auto;}
bootstrap #callback-request-modal .modal-footer{padding: 10px 0;}
#callback-request-form span {font-size: 14px;  display: inline-block; margin: 0 0 5px 0;}
.clear { clear: both;}
.field_name_phone { width: 100%; height: 50px; margin-top: 10px; display: inline-block; height: 100%;}
.field_name_phone div { text-align: left;}
#callback-request-form span.country { margin:  11px 0 0 0; display: inline-block;width: 100%;}
.category_select { text-align: left;}
.not_your_country {  margin-top: 5px; cursor: pointer; display: inline-block; color: #3a87ad;  font-size: 14px; }
.hide {display: none;}
.field_comment {text-align: left; }
.field_comment .input-group {width: 100%;}
.country option{max-width: 100%;width: 100%;}
.modal-footer {margin-top:11px;}
.field_id_customer_id_email .field_text {  float: left; width: 185px; text-align: left; }
.donot_have_any a{  cursor: pointer;  font-size: 14px; color: #3a87ad;}
.donot_have_any { margin: 10px 45px 10px 0;}
span.error_callback_request {color: red; background: #ecbcc0; padding: 5px; margin:3px 0 0 1px; width:225px;}
#callback-request-modal .alert {margin-top: 10px; margin-bottom: 15px; font-size: 15px;}
input.input-error { border-color: #a94442; }
#callback-request-form div.alert-danger { display: none;}

#callback-request-form .btn-success {background: #b7d495 none repeat scroll 0 0;
    border: medium none;
    color: #394c23;
    padding: 11px 18px;}
#callback-request-form .cancel-btn, .answer-callback-request-content .cancel-btn {
    background: #ddd none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    padding: 11px 18px;
}
#callback-request-form { color: #3f3f3f;}
span#phone_prefix_callback_modal { display: table-cell;}
.answer-callback-request-content cancel-btn { text-align: center;}
#callback-request-modal h4 { font-size: 15px; margin: 10px 0 0 0; color: #3f3f3f; font-weight: bold;}

.form-callback-request-content textarea, .form-callback-request-content input{
    max-width: 100% !important;
    // height: 100% !important;
}
.form-callback-request-content select{
    width: 100% !important;
}
.modal-dialog .btn.btn-success{
      margin-top: 0 !important;
}

.go-back-modal * {
  box-sizing: border-box;
}
.go-back-modal .modal-dialog {
  display: table;
  height: 100%;
  margin: 0 auto;
  padding: 0 10%;
  position: relative;
  max-width: 80%;
  width: 100%;
}
.go-back-modal .modal-dialog .modal-content {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #ffffff;
  outline: 0;
  position: relative;
}
.go-back-modal .modal-dialog .modal-inside {
  display: table-cell;
  vertical-align: middle;
}
.go-back-modal .modal-header {
  display: block !important;
  border-bottom: 1px solid #dae2e0;
  padding: 30px 50px;
  text-align: center;
}
.go-back-modal .modal-header .close {
  background: transparent;
  border: none;
  cursor: pointer;
  float: right;
  margin-top: 11px;
  opacity: 1;
  padding: 0;
}
.go-back-modal .modal-header i {
  color: #9a9a9a;
  font-size: 28px;
  line-height: 18px;
}
.go-back-modal .modal-header i:hover {
  color: #7a7a7a;
}
.go-back-modal .modal-header a {
  border: none;
  display: inline-block;
}
.go-back-modal .modal-body {
  font-family: Arial;
  max-height: inherit;
  overflow-y: inherit;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.go-back-modal .modal-body h4 {
  font-size: 17.5px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  text-align: center;
}
.go-back-modal .modal-body form {
  margin: 20px auto;
  max-width: 600px;
}
.go-back-modal .modal-body form .form-group {
  margin-bottom: 15px;
  text-align: center;
}
.go-back-modal .modal-body form .form-group .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.go-back-modal .modal-body form .form-group .btn {
  background: -moz-linear-gradient(top,#7eac0d 0%,#4a6508 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7eac0d),color-stop(100%,#4a6508));
  background: -webkit-linear-gradient(top,#7eac0d 0%,#4a6508 100%);
  background: -o-linear-gradient(top,#7eac0d 0%,#4a6508 100%);
  background: -ms-linear-gradient(top,#7eac0d 0%,#4a6508 100%);
  background: linear-gradient(to bottom,#7eac0d 0%,#4a6508 100%);
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  outline: none;
  padding: 20px 80px;
  text-shadow: none;
  text-transform: none;
  color: white;
}
.go-back-modal .modal-body form .form-group .btn:hover {
  background: -moz-linear-gradient(top,#8fc40f 0%,#5b7d09 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8fc40f),color-stop(100%,#5b7d09));
  background: -webkit-linear-gradient(top,#8fc40f 0%,#5b7d09 100%);
  background: -o-linear-gradient(top,#8fc40f 0%,#5b7d09 100%);
  background: -ms-linear-gradient(top,#8fc40f 0%,#5b7d09 100%);
  background: linear-gradient(to bottom,#8fc40f 0%,#5b7d09 100%);
}
.go-back-modal .modal-body form .input-group .input-group-addon {
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
  border-right: none !important;
  border: 3px solid #777777;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset;
  display: table-cell;
  padding: 6px 12px 6px 20px;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.go-back-modal .modal-body form .input-group .input-group-addon i {
  color: #777777;
  font-size: 28px;
  height: 28px;
}
.go-back-modal .modal-body form .input-group .form-control {
  border-radius: 0 8px 8px 0;
}
.go-back-modal .modal-body form .form-control {
  border-left: none !important;
  border: 3px solid #777777;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.3) inset;
  color: #3d3d3d;
  display: table-cell;
  font-size: 24px;
  height: 50px;
  line-height: 26px;
  margin: 0;
  padding-left: 5px;
  transition: none;
  width: 100%;
}
.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
  color: #777777;
  opacity: 1;
}
.go-back-modal .modal-body form .input-group.focused .input-group-addon {
  border-color: #60847d;
}
.go-back-modal .modal-body form .input-group.focused .form-control {
  border-color: #60847d;
}
.go-back-modal .lead-text {
  color: #85ba10;
  font-size: 38px;
  font-weight: bold;
  line-height: 62px;
  text-transform: uppercase;
}
.go-back-modal .secondary-text {
  color: #363636;
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
  color: #85ba10;
}
.go-back-modal .modal-counter-holder {
  margin: 10px auto;
}
.go-back-modal .modal-counter-holder span {
  display: inline-block;
  font-size: 20px;
  padding-right: 10px;
  vertical-align: 28px;
}
.go-back-modal .modal-counter {
  display: inline-block;
  width: 381px;
}
.go-back-modal .modal-counter span {
  background-color: #d3d3d3;
  border-left: 3px solid #ffffff;
  color: #262626;
  float: left;
  font-size: 62px;
  height: 68px;
  line-height: 40px;
  padding: 15px 3px 13px;
  position: relative;
  text-align: center;
  width: 109px;
}
.go-back-modal .modal-counter span:first-child {
  border-radius: 4px 0 0 4px;
  border: none;
}
.go-back-modal .modal-counter span:last-child {
  border-radius: 0 4px 4px 0;
}
.go-back-modal .modal-counter span:last-child:after {
  content: none;
}
.go-back-modal .modal-counter span:last-child:before {
  content: none;
}
.go-back-modal .modal-counter span:after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 13px;
  position: absolute;
  right: -8px;
  top: 18px;
  width: 13px;
  z-index: 2;
}
.go-back-modal .modal-counter span:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 13px;
  position: absolute;
  right: -8px;
  top: 18px;
  top: 41px;
  width: 13px;
  z-index: 2;
}
.go-back-modal .for-free {
  position: absolute;
  right: 250px;
  top: 5px;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
  color: #777777;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  margin: 0 -10px 0 14px;
  vertical-align: 1px;
}
.go-back-modal ._validation-error {
  color: #e03100;
  display: none;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 0 20px 0;
}
.go-back-modal .btn:active {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.24);
  margin-top: 1px;
}
.go-back-modal .btn:focus {
  outline: none !important;
}
.go-back-modal .form-error .input-group-addon {
  border-color: #e03100 !important;
}
.go-back-modal .form-error .form-control {
  border-color: #e03100 !important;
}
.go-back-modal.modal {
  background: none;
  bottom: 0;
  left: 0;
  margin: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1050;
}
.modal-open .go-back-modal.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal-backdrop .in {
  opacity: 0.9;
}
.go-back-modal.go-back-modal-book .secondary-text {
  font-size: 32px;
}
.go-back-modal.go-back-modal-book .modal-body {
  padding-top: 50px;
}
#goBackModalWithTimer.go-back-modal .lead-text {
  font-size: 33px;
  line-height: 45px;
}
#goBackModalWithTimer.go-back-modal .secondary-text {
  font-size: 24px;
  padding-bottom: 2px;
}
#goBackModalWithTimer.go-back-modal .modal-body form {
  margin: 0px auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
    padding: 0px 0 10px 0; 
}
.go-back-modal .alert-danger-gdbr{
    display: block;
    color: rgb(224, 49, 0);
    font-family: Arial;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    background: transparent !important;
}

@media (max-width: 768px) {
  .go-back-modal .modal-counter {
    width: 100%;
  }
  .go-back-modal .modal-counter span {
    width: 33%;
    font-size: 53px;
  }
  .go-back-modal .modal-header a img {
    width: 100%;
  }
  .go-back-modal .modal-header .close {
    margin-right: -28px;
  }
  .go-back-modal .modal-body form .form-group .btn {
    padding: 10px 50px;
    font-size: 20px;
    line-height: 30px;
  }
}

.client-lead-informer {
  display: none;
}
.client-lead-informer.desktop-view {
  top: 50%;
  margin-top: -27px;
  left: 14px;
  border-radius: 5px;
  width: 200px;
  position: fixed;
  background: rgba(0,0,0,0.95);
  opacity: 0.94;
  color: #fff;
  z-index: 4;
}
.client-lead-informer.desktop-view::after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: rgba(0,0,0,0.95);
  border-width: 0px 12px 24px 0px;
  top: 50%;
  margin-top: -16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.client-lead-informer.desktop-view.closed {
  width: auto;
}
.client-lead-informer.desktop-view .fa-phone {
  font-size: 40px;
  float: left;
  padding: 9px 11px 3px 14px;
  cursor: pointer;
}
.client-lead-informer.desktop-view.closed .fa-phone {
  position: relative;
}
.client-lead-informer.desktop-view .fa-plus {
  z-index: 999999;
}
.client-lead-informer.desktop-view .fa-phone {
  position: absolute;
}
.client-lead-informer.desktop-view div {
  width: 190px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 17px;
}
.client-lead-informer.desktop-view div span {
  padding-right: 10px;
  padding-left: 55px;
  width: 195px;
  display: inline-block;
}
.client-lead-informer.desktop-view div strong {
  background-color: #85b844;
  background-image: -moz-linear-gradient(top,#9bcd5a,#659922);
  background-image: -ms-linear-gradient(top,#9bcd5a,#659922);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#9bcd5a),to(#659922));
  background-image: -webkit-linear-gradient(top,#9bcd5a,#659922);
  background-image: -o-linear-gradient(top,#9bcd5a,#659922);
  background-image: linear-gradient(top,#9bcd5a,#659922);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bcd5a',endColorstr='#659922',GradientType=0);
  color: white;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  cursor: pointer;
  display: block;
  border-radius: 70px;
  padding: 5px 46px;
  margin: 10px 5px 15px 15px;
}
.client-lead-informer.desktop-view .fa-minus,
.client-lead-informer.desktop-view .fa-plus {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 14px;
  padding: 4px 4px;
  line-height: 10px;
  opacity: 0.8;
  cursor: pointer;
}
.client-lead-informer.desktop-view .fa-minus:hover,
.client-lead-informer.desktop-view .fa-plus:hover {
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
}

@media (min-width: 768px) and (max-width: 1169px) {
  .client-lead-informer.desktop-view {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .client-lead-informer.desktop-view {
    display: none !important;
  }
  .client-lead-informer.mobile-view {
    font-size: 18px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .client-lead-informer.mobile-view .client-lead-inside {
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0,0,0,0.95);
    opacity: 0.94;
    color: #fff;
    margin: 20px;
  }
  .client-lead-informer.mobile-view .client-lead-holder {
    display: table;
    width: 100%;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell {
    display: table-cell;
    vertical-align: top;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
    text-align: right;
  }
  .client-lead-informer.mobile-view i {
    font-size: 48px;
  }
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:first-child,
  .client-lead-informer.mobile-view .client-lead-holder .client-lead-holder-cell:last-child {
    width: 60px;
  }
}

/*-----Custom checkbox GDPR-----*/
.container-checkbox-gdpr{
    display: inline-block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #ffffff;
}
.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark{
    border-color: red;
}
/*-----Custom checkbox GDPR END-----*/

.client-lead-modal .modal-header {
    display: block !important;
}

.client-lead-modal .modal-dialog {
    max-width: 100%;
}

.client-lead-modal .btn-secondary {
    display: block;
    margin: 10px auto 0;
    padding: 6px 17px;
    font-weight: bold;
    border-radius: 0;
    background: #85b844;
    color: white;
    text-shadow: none;
    border: none;
}

.client-lead-modal .input-group-addon {
    padding: 6px 12px;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.client-lead-modal .alert-danger {
    margin-top: 10px;
    color: #a94442;
    background-color: #f2dede;
    text-align: center;
}

.forgort-password-modal .modal-header {
    display: block !important;
}

.forgort-password-modal .modal-header .modal-title {
    text-align: center;
}

.forgort-password-modal .modal-header .close {
    margin-top: -15px !important;
    margin-right: -15px !important;
    font-size: 28px !important;
}

.forgort-password-modal .btn-secondary {
    border-radius: 0 !important;
    background: #85b844 !important;
    color: #fff !important;
}

.forgort-password-modal .btn-default {
    border-radius: 0 !important;
    background: silver !important;
    color: #000 !important;
}

.great-block {
    text-align: center;
}

.great-btn {
    font-weight: 500;
    border: none !important;
    color: #fff !important;
    width: 160px;
    height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fc961d !important;
}

#recovery-passw-modal .modal-header,
#splitit-info-modal .modal-header {
    display: block;
}

/* @media (max-width: 1559px) {
    .navbar .navbar-nav .nav-link, .rightNavPart2 .nav-link-sign-in {
        padding: 22px 10px 15px !important;
    }
} */

.form-wrap.desktop-view{
    max-width: 745px;
    margin: 30px auto 0;
}

.form-wrap .nav-steps .nav-step.active-step {
    border-color: #ffffff;
}

.price-table .nav-tabs {
    margin: 0 !important;
    padding: 10px 0 !important;
    background: #87c44f;
}

.price-table .nav-tabs li::before {
    background-color: #fff !important;
}

.price-table .nav-tabs li a {
    color: #fff;
}

.price-table .table-custom tr {
    background: #f6f6f6;
}

.price-table .table-custom tr:hover {
    background: #fff;
}

.price-table .table-custom tr th,
.price-table .table-custom tr td {
    border-color: #fff;
}

.calculator .btn:focus {
    box-shadow: none !important;
}

#client-lead-form .form-control {
    margin-right: 0 !important;
}

@media(max-width: 1559px) {
    .price-table .nav-tabs li {
        padding: 0 0 0 20px !important;
    }
}

@media(max-width: 1199px) {
    .price-table .nav-tabs {
        display: flex;
    }
    .price-table .nav-tabs li {
        width: 100%;
        text-align: center;
    }
}

.last-step-order-form-modal .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
.last-step-order-form-modal .modal-dialog {
    width: 600px !important;
    max-width: 100% !important;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    box-shadow:none;
    background: #ffffff;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px;
} 
.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(https://bestessaays.com/public/img/girl-modal.jpg) no-repeat right bottom;
}
.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px;
    line-height: 1;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.last-step-order-form-modal .modal-header {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border: none;
    color: #ffffff;
}
.last-step-order-form-modal .modal-header .close {
    padding: 0 15px 0 0 !important;
}
.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px!important;
    background: none;
    border: none;
}
.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #528900;
    font-size: 28px;
    vertical-align: middle;
}
.last-step-order-form-modal .modal-footer {
    display: block;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none;
}
.last-step-order-form-modal .text-block ul {
    width: 290px;
    padding: 0;
}
.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    padding: 0 !important;
    background: none;
    list-style: none;
}
.last-step-order-form-modal .text-block ul li::before {
    display: none !important;
}
.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px;
}

/*#hero {
    margin-top: 60px !important;
}*/

@media(max-width: 480px) {
    .order-title-top.tabs .go-back {
        top: -30px;
    }
}

@media(max-width: 1119px) {
	.rightNavPart1 {		
        display: none;
    }
/*    .navbar .navbar-nav .nav-link, .rightNavPart2 .nav-link-sign-in {
        padding: 17px 10px 16px;
    }*/
    
/*    .navbar-nav {
        padding-top: 5px;
    }*/
}

@media(min-width: 1199px and max-width:2560px) {
    .rightNavPart1 {		
        display: none;
    }
    
    .rightNavPart1 .nav-link {
		display: none;
        margin-top: 22px;
        font-size: 14px;
        color: #333;
        text-transform: uppercase;
    }
}


@media(max-width: 767px) {
    .rightNavPart1 .nav-link {
        margin-top: 12px;
    }
    
	
/*    #hero {
        margin-top: 39px !important;
    }*/
    
    .navbar-nav .mobBtn .nav-link {
        padding-top: 3px !important;
    }
    
/*    .navbar .navbar-nav .nav-link, .rightNavPart2 .nav-link-sign-in {
        padding: 5px 10px;
    }*/
}

.navbar-nav .nav-item--sm {
    display: none;
}

@media(max-width: 450px) {
    .rightNavPart1 .nav-link {

    }
    
    .navbar-nav .nav-item--sm {

    }
    
/*    .navbar .navbar-nav .nav-link, .rightNavPart2 .nav-link-sign-in {
        padding: 5px 10px 16px;
    }*/
}

/*-----NEW AB TEST MODAL-----*/
.go-back-modal.new_with_timer .modal-dialog,
.go-back-modal.new_without_timer .modal-dialog{
    width: 100%;
    max-width: 700px;
    padding: 0;
}
.go-back-modal.new_with_timer .modal-header,
.go-back-modal.new_without_timer .modal-header{
    padding: 16px 50px
}
.go-back-modal.new_with_timer .modal-dialog .modal-content,
.go-back-modal.new_without_timer .modal-dialog .modal-content{
    border-radius: 0;
    box-shadow: none;
}
.go-back-modal.new_without_timer .modal-body{
    font-family: Gotham Narrow,Verdana,sans-serif;
    padding: 30px;
}
.go-back-modal.new_with_timer .modal-body{
    font-family: Gotham Narrow,Verdana,sans-serif;
    padding: 20px 30px;
}
.go-back-modal.new_with_timer .modal-dialog .close,
.go-back-modal.new_without_timer .modal-dialog .close{
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(public/img/close.png) no-repeat;
    background-size: cover;
}
#goBackModalWithTimer.go-back-modal.new_without_timer .lead-text {
    font-size: 26px;
    font-family: Gotham Narrow,Verdana,sans-serif;    
    line-height: 1.846;
    text-align: center;
    margin-bottom: 15px;
    color: rgb(46, 63, 40);
    line-height: 1.846;
    text-align: center;
}
#goBackModalWithTimer.go-back-modal.new_with_timer .lead-text {
    font-family: Gotham Narrow,Verdana,sans-serif;
    font-size: 26px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 0;
}
#goBackModalWithTimer.go-back-modal.new_without_timer .lead-text {
    font-family: Gotham Narrow,Verdana,sans-serif;
    margin-bottom: 5px;
}
#goBackModalWithTimer.go-back-modal.new_with_timer .secondary-text, #goBackModalWithTimer.go-back-modal.new_without_timer .secondary-text  {
    font-style: normal;
    font-size: 20px;
    font-family: Gotham Narrow,Verdana,sans-serif;
    font-weight: 400;
    color: rgb(102, 102, 102);
    line-height: 1.097;
    z-index: 188;
    margin-bottom: 20px;
}
.go-back-modal.new_with_timer .secondary-text span, .go-back-modal.new_without_timer .secondary-text span{
    color: #fc961d;
}
.go-back-modal.new_with_timer .modal-counter-holder span, .go-back-modal.new_without_timer .modal-counter-holder span{
    font-size: 20px;
    font-family: Gotham Narrow,Verdana,sans-serif;
    color: rgb(102, 102, 102);  
}
.go-back-modal.new_with_timer .modal-counter span:before{
    content: ":";
    font-size: 25px;
    font-weight: normal;
    font-family: Gotham Narrow,Verdana,sans-serif;
    color: rgb(102, 102, 102);
    position: absolute;
    line-height: 77px;
    right: -34px;
    top: 0;
}
.go-back-modal.new_with_timer .modal-counter span:last-child:before{
    display: none;
}
.go-back-modal.new_with_timer .modal-counter span:after{
    display: none;
}
.go-back-modal.new_with_timer .modal-counter-holder span{
    margin-right: 15px;
    padding: 0;
}
.go-back-modal.new_with_timer .modal-counter-holder{
    margin-bottom: 30px;
}
.go-back-modal.new_with_timer .modal-counter span{
    margin-right: 55px;
    background: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
    width: 78px;
    height: 77px;
    font-size: 35px;
    padding: 0;
    line-height: 77px;
    font-family: Gotham Narrow,Verdana,sans-serif;
    color: rgb(102, 102, 102);
    font-weight: bold;    
}
.go-back-modal.new_with_timer .modal-counter span:last-child{
    margin-right: 0;
}
.go-back-modal.new_with_timer .modal-body form .form-control, 
.go-back-modal.new_without_timer .modal-body form .form-control{
    border: 1px solid #e3e3e3 !important;
    box-shadow: none;
    margin-bottom: 20px;
    border-radius: 0;    
    font-size: 16px;
}
.go-back-modal.new_with_timer .modal-body form .form-control{
    padding: 15px 25px;
    position: relative;
    margin-bottom: 0;
}
.go-back-modal.new_without_timer .modal-body form .form-control{
    padding: 15px;
}
.go-back-modal.new_with_timer .goBackForm{
    max-width: 440px;
}
.go-back-modal.new_with_timer .modal-body form input::-webkit-input-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
} 
.go-back-modal.new_without_timer .modal-body form input::-webkit-input-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
} 
.go-back-modal.new_with_timer .modal-body form input::-moz-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 50px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
} 
.go-back-modal.new_without_timer .modal-body form input::-moz-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
}
.go-back-modal.new_with_timer .modal-body form input:-ms-input-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
} 
.go-back-modal.new_without_timer .modal-body form input:-ms-input-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
}
.go-back-modal.new_with_timer .modal-body form input:-moz-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
}
.go-back-modal.new_without_timer .modal-body form input:-moz-placeholder{
    color: #666666 !important;
    font-size: 15px !important;
    line-height: 30px !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
}
.go-back-modal.new_with_timer .modal-body form .form-group .btn,
.go-back-modal.new_without_timer .modal-body form .form-group .btn{
    display: inline-block;
    border: 2px solid #6ac04f;
    border-radius: 0;    
    max-width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;    
    transition: all .5s ease;
    text-decoration: none;
    background: #fff;
    color: #50317d;
    padding: 0;
    margin: 0;
}
.go-back-modal.new_with_timer .modal-body form .form-group .btn{
    width: 280px;
    margin-top: 15px;
}
.go-back-modal.new_without_timer .modal-body form .form-group .btn{
    width: 340px;
}
.go-back-modal.new_with_timer .modal-body form .form-group .btn:hover, 
.go-back-modal.new_without_timer .modal-body form .form-group .btn:hover,
.go-back-modal.new_with_timer .modal-body form .form-group .btn:focus, 
.go-back-modal.new_without_timer .modal-body form .form-group .btn:focus,
.go-back-modal.new_with_timer .modal-body form .form-group .btn:active, 
.go-back-modal.new_without_timer .modal-body form .form-group .btn:active{
    color: #fff;
    background-color: #6ac04f;
}  
.go-back-modal.new_without_timer .container-checkbox-gdpr{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 22px;
    margin-top: -10px;
}
.go-back-modal.new_with_timer .container-checkbox-gdpr{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
}
.go-back-modal.new_with_timer .container-checkbox-gdpr .checkmark:after, 
.go-back-modal.new_without_timer .container-checkbox-gdpr .checkmark:after{
    border-color: #6ac04f;
}    
.new_without_timer .container-checkbox-gdpr a,
.new_with_timer .container-checkbox-gdpr a{
    color: #1b1b1b;
    text-decoration: underline;
}
.new_without_timer .container-checkbox-gdpr a:hover,
.new_with_timer .container-checkbox-gdpr a:hover,
.new_without_timer .container-checkbox-gdpr a:focus,
.new_with_timer .container-checkbox-gdpr a:focus{
    text-decoration: none;
}
.bounce-vip{
    margin-bottom: 20px;
}
.go-back-modal.new_with_timer ._validation-error,
.go-back-modal.new_without_timer ._validation-error{
    color: #ff2f2f;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    padding: 0 !important;
    font-family: Gotham Narrow,Verdana,sans-serif !important; 
}
.go-back-modal.new_with_timer ._validation-error{
    bottom: -18px;
}
.go-back-modal.new_with_timer #goBackForm-checkbox,
.go-back-modal.new_without_timer #goBackForm-checkbox,
.go-back-modal.new_with_timer .modal-body form .form-group .input-group{
    position: relative;
}
.go-back-modal.new_with_timer .form-control-name, .go-back-modal.new_with_timer .form-control-email{
     margin-bottom: 5px !important;   
}
.go-back-modal.new_with_timer .form-error{
    position: relative;
}
.go-back-modal.new_with_timer .alert-danger-gdbr{
    color: #ff2f2f;
    font-size: 13px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -112px;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
}
.go-back-modal.new_without_timer .alert-danger-gdbr{
    color: #ff2f2f;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -112px;
    font-family: Gotham Narrow,Verdana,sans-serif !important;
}
.go-back-modal.new_with_timer .modal-counter{
    width: 350px;
}
.new_with_timer .go-back_succes, .new_without_timer .go-back_succes{
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    color: #666666;
}
.new_with_timer .go-back_succes span, .new_without_timer .go-back_succes span{
    font-weight: 600;
}
.new_with_timer .go-back_succes b, .new_without_timer .go-back_succes b{
    color: #fc961d;
    text-transform: uppercase;
    font-weight: normal;
}
/*-----END NEW AB TEST MODAL-----*/