a.styled1 {
  text-decoration: none!important;
  color: #d72323;
  font-weight: 400!important;
}
a.view_larger_image_container {
  display: block;
  opacity: 1;
  transition: all 0.2s linear;
}
a.view_larger_image_container:hover {
  opacity: 0.8;
}
@media (max-width: 1366px) {
  a.view_larger_image {
    display: block!important;
  }
}
img.responsive {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
img.aligncenter {
  text-align: center;
  display: block;
  margin: auto;
}
img.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
img.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  img.alignleft,
  img.alignright {
    text-align: center;
    display: block;
    margin: auto;
  }
}
.asc_base_typography img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.asc_base_typography p {
  font-weight: 300!important;
  margin-bottom: 1rem;
}
.asc_base_typography strong {
  font-weight: 500!important;
}
.asc_base_typography ul,
.asc_base_typography ol {
  margin: 1rem 0 1rem 1rem;
  padding: 0;
}
.asc_base_typography blockquote {
  background: #eee;
  padding: 1rem;
  border-left: 5px solid #d72323;
}
.asc_base_typography a {
  color: #d72323;
  text-decoration: none!important;
  opacity: 1;
  font-weight: 500;
}
.asc_base_typography a:hover {
  opacity: 0.8;
}
.asc-flex-center-divs {
  justify-content: center;

  align-items: center;

  align-content: center;

}
.asc-editbutton {
  border-radius: 5px;
  background: #000;
  color: #fff !important;
  width: 40px!important;
  text-align: center;
  text-decoration: none!important;
  padding: 0 5px;
  opacity: 0;
  transition: all 0.2s linear;
  margin-top: 10px;
}
.asc-editbutton-div:hover .asc-editbutton {
  visibility: visible!important;
  opacity: 1;
}
.asc-editbutton-div-sched {
  position: relative;
}
.asc-editbutton-div-sched .asc-editbutton {
  position: absolute;
  top: -10px;
  right: -40px;
  margin-top: 0px;
}
.editbutton-div-ps .asc-editbutton {
  position: relative;
  top: -10px;
  right: 20px;
  margin-top: 0px;
  z-index: 9;
}
.gform_heading,
.gform_fields.top_label label.gfield_label {
  display: none!important;
}
.gform_wrapper input.medium {
  float: none!important;
}
.validation_error,
.validation_message {
  color: #fff !important;
  font-weight: 400!important;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none!important;
  border: none!important;
}
[id^='gform_confirmation_message_'] {
  font-size: 1.5rem;
  color: #fff;
}
.bx-controls.bx-has-controls-direction {
  display: none!important;
}

.modal {
  display: none;

  position: fixed;

  z-index: 9999;

  left: 0;
  top: 0;
  width: 100%;

  height: 100%;

  overflow: auto;

  background-color: #000000;

  background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;

  padding: 40px;
  border: 1px solid #888;
  width: 100%;

  max-width: 764px;
  position: relative;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@media (max-width: 768px) {
  .modal-content {
    max-width: calc(100% - 40px);
  }
}

@keyframes animatetop {
  from {
    top: -200px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  text-align: center;
  color: #000;
  line-height: 50px;
}
.modal-content .close:hover {
  opacity: 0.8;
}
.modal-content a {
  color: #d72323;
  text-decoration: none;
}
.modal-content h1,
.modal-content h2,
.modal-content h3,
.modal-content h4,
.modal-content h5,
.modal-content h5,
.modal-content p,
.modal-content ol,
.modal-content ul {
  margin-bottom: 20px;
}
.modal-content h1 {
  font-size: 2.5rem;
}
.modal-content h2 {
  font-size: 2rem;
  margin-left: 0px;
  margin-right: 0px;
  text-transform: none;
}
.modal-content h3 {
  font-size: 1.8rem;
}
.modal-content h4 {
  font-size: 1.6rem;
}
.modal-content h5 {
  font-size: 1.4rem;
}
.modal-content h6 {
  font-size: 1.2rem;
}
.aboutalt,
.aboutalt .text {
  margin: 0px;
  padding: 0px;
}
.aboutalt .lmbtn,
.aboutalt .text .lmbtn {
  cursor: pointer;
}
.modal-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.modal-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.modal-content img.aligncenter {
  margin: auto;
  margin-bottom: 30px;
  display: block;
}
.modal-content img.aligncenter,
.modal-content img.alignleft,
.modal-content img.alignright {
  width: auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .modal-content img.alignleft,
  .modal-content img.alignright {
    margin: auto;
    margin-bottom: 30px;
    display: block;
    float: none;
  }
}
.bottom_area_sched strong {
  font-weight: 500 !important;
}
@media (max-width: 320px) {
  .testimonials .titles h3 {
    font-size: 1.5rem;
  }
}
.ps_step1 .pricingplans {
  justify-content: center;

  align-items: center;

  align-content: center;

}
.ps_step1 .pricingplans {
  margin-bottom: 0px;
}
#presales_before,
#presales_after {
  margin-bottom: 4rem;
}
#presales + #presales_after {
  margin-top: 3rem;
}
.pricingplans .item .iteminner {
  padding: 40px;
  padding-bottom: 150px;
}

@media (max-width: 1366px) {
  a.offer_stickybtn span {
    line-height: 12px;
  }
}
@media (max-width: 768px) {
  .sitenav {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 578px) {
  h2 span,
  h2 .textblue,
  h2 .textred {
    color: #000 !important;
  }
}
.modal2 .modal-content {
  background: #F2F2F2;
}
.modal2 .gform_wrapper label.gfield_label {
  display: block !important;
}
.modal2 .gform_wrapper input,
.modal2 .gform_wrapper select,
.modal2 .gform_wrapper textarea {
  display: block;
  border: 2px solid #000;
  width: 100% !important;
  padding: 5px 10px !important;
}
.modal2 .gform_wrapper input {
  height: 40px;
}
.modal2 .gform_wrapper input[type="checkbox"] {
  display: inline-block !important;
  width: auto!important;
}
.modal2 .gform_wrapper input[type="checkbox"] + label {
  font-size: 16px;
  font-weight: 300;
}
.modal2 .gform_wrapper button {
  background: #D72323;
  border: none !important;
  color: #fff;
  box-shadow: none !important;
  padding: 0.8rem 1rem;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}
.modal2 .gform_wrapper .validation_error {
  color: #D72323 !important;
  margin-top: 0!important;
  margin-bottom: 0;
}
.modal2 .gform_wrapper .gfield_description {
  padding-top: 0!important;
}
.modal2 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.modal2 .validation_message {
  color: #000 !important;
}
.modal2 .modal-content {
  margin: 2% auto;
}
.modal2 [id^='gform_confirmation_message_'] {
  color: #000;
}
.modal2 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: calc((100% / 2) - 0px) !important;
}
body .gform_wrapper ul.gform_fields li.gfield {
  width: calc((100% / 2) - 0px) !important;
  padding-right: 16px!important;
  clear: none;
  float: left;
}
body .gform_wrapper ul.gform_fields li.gfield.frow {
  clear: both;
  float: none;
  width: 100%!important;
}
.pricingplans .item h3 {
  bottom: 80px;
}
.myModal2btn {
  border: 2px solid #000;
  text-decoration: none;
  color: #000;
  width: 240px;
  min-height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.myModal2btn:hover {
  background: #D72323;
  color: #fff;
  border-color: #D72323;
}
.pricingplans .item .iteminner {
  padding-bottom: 200px!important;
}

body .gform_wrapper ul.gform_fields li.gfield.frow{
	padding-top:15px!important;
}

body .gform_legacy_markup_wrapper ul li.field_description_below div.ginput_container_checkbox{
	margin-top:-30px!important;
}