.pop-editor {
  text-align: center;
  padding: 40px 0;
}

/*  Marketo Form Css */

body form.mktoForm {
  width: 100%!important;
  /*   max-width: 426px; */
  margin-left: auto;
  margin-right: auto;
  margin-top:32px;
}
body .mktoForm .mktoFormCol {
  float: none;
  position: relative;
  padding: 0;
  padding-right:0 !important;
  margin: 0;
  border: 0;
}
body .mktoForm .mktoLabel,
body  .mktoForm .mktoRequiredField label.mktoLabel {
  width: auto !important;
  float: none;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -.15px;
  margin-bottom: 9px;
  color: #6676a0;
  font-weight: 400;
  padding-top: 0;
  display: inline-block;
  font-family: Open Sans,serif;
}
body .mktoForm .mktoGutter {
  float: none;
  height: 0;
}
body .mktoForm .mktoFieldWrap{
  float: none;
}
body .mktoForm .mktoField:not(input[type=checkbox]){
  float: none;
  font-family: Open Sans,serif;
}
body .mktoForm .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField label#LblOpt_In__c {
  margin-left: 20px;
  margin-bottom: 0;
}
body .mktoForm .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField input#Opt_In__c {
  position: absolute;
  top: 3px;
  left: 0;
}
body .mktoForm .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField label#LblOpt_In__c a {
  font-size: inherit;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}
body .mktoForm input[type=text], 
body .mktoForm input[type=url], 
body .mktoForm input[type=email], 
body .mktoForm input[type=tel], 
body .mktoForm input[type=number], 
body .mktoForm input[type=date],
body .mktoForm select.mktoField,
body .mktoForm textarea.mktoField{
  background-color: #fff;
  color: #001a61;
  border-radius: 100px;
  border: 1px solid #ccd1df;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 20px;
  width: 100% !important;
  float: none;
  height: auto;
}
body .mktoForm textarea.mktoField{
  min-height: 60px;
  border-radius: 10px;
}
body .mktoForm textarea.mktoField::-webkit-scrollbar {
  width:8px;
}
body .mktoForm textarea.mktoField::-webkit-scrollbar-track {
  background: #f2f4f7; 
}
body .mktoForm textarea.mktoField::-webkit-scrollbar-thumb {
  background: #009ed1; 
}
body .mktoForm select.mktoField{
  background-size: 10px;
}
body .mktoForm .mktoOffset{
  display:none;
}
body .mktoForm .mktoRadioList, 
body .mktoForm .mktoCheckboxList {
  padding: 0.3em;
  float: left;
  float: none;
  padding: 0;
  width: 100% !important;
}
body .mktoForm fieldset.mktoFormCol > legend {
  display: none;
}
body .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
  background: var(--red);
  padding: 10px 24.5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--quat);
  border: 2px solid var(--red);
  letter-spacing: -0.4px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in-out;
  display: block;
  flex-basis: 100%;
  width:100%;
  text-decoration: none;
  border-radius: 40px;
  font-family: Open Sans,serif;
  max-width: 100%;
}
body form.mktoForm > p {
  text-align: center;
}
body .mktoHtmlText p {
  font-family: Open Sans,serif;
}
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton+.mktoButton{
  margin-left: 15px;
}
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active,
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
  background: var(--red);
    color: var(--quat);
    opacity: .8;
    border: 2px solid var(--red);
}
body .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover svg path{
  fill: #c0c;
}
body .mktoButtonWrap.mktoSimple{
  margin-left:0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .mktoButtonRow {
  display: block;
  position: relative;
}
body .mktoForm .mktoError .mktoErrorMsg{
  background: transparent;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: red;
  max-width: none;
  padding: 0;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1;
  border-radius: 0;
}
.step_form_main .mktoHtmlText {
  max-width: 100%;
  width: 100% !important;
}
label#LblOpt_In__c p {
  font-size: 14px;
  line-height: 1;
}
.mktoHtmlText {
  color: #6676A0;
}
.mktoHtmlText a {
  padding: 0 !important;
}
body .plan_tabber_card form.mktoForm .mktoButtonRow {
  margin-top: 26px;
}
body .pink_btn .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--quat) !important;
  opacity: 1;
}
body .pink_btn .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover svg path {
  fill: var(--quat) !important;
}
body .mktoFieldDescriptor.mktoFormCol label#LblOpt_In__c {
  font-size: 15px;
  line-height: 19px;
}
body .mktoForm .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField label#LblOpt_In__c .mktoAsterix {
  position: absolute;
  right: 0;
}
body .mktoForm .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap.mktoRequiredField label#LblOpt_In__c br {
  display: none;
}
body .mktoButtonRow {
  margin-top: 15px !important;
}

/*  Marketo Form Css  Ends */


/* Popup css starts */

body.popup-show-new {
  overflow: hidden;
}
body.popup-show-new .popup_section_new {
  visibility: visible;
  opacity: 1;
}
.popup_section_new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  -o-transition: .3s all ease-in-out 0s;
  transition: .3s all ease-in-out 0s;
  -webkit-transition: .3s all ease-in-out 0s;
  -moz-transition: .3s all ease-in-out 0s;
  min-height: 100vh;
  overflow-y: auto;
}
.popup_section_new .pp_close_btn {
  text-align: right;
  padding: 20px;
  position: fixed;
  right: 20px;
}
.popup_section_new .pp_close_btn img {
  cursor: pointer;
  -o-transition: .3s all ease-in-out 0s;
  transition: .3s all ease-in-out 0s;
  -webkit-transition: .3s all ease-in-out 0s;
  max-width: 20px;
  width: 100%;
}
.popup_section_new .pp_close_btn img:hover {
  transform: rotate(90deg);
}
.popup_section_new .wrapper-form {
  max-width: 890px;
  margin: 0 auto;
  width: 100%;
  padding: 100px 0;
}
.popup_section_new .form_heading {
  margin-bottom: 25px;
}
.popup_section_new .popup_sec_form {
  -webkit-box-shadow: 0px 0px 6px #bcbec0;
  box-shadow: 0px 0px 6px #bcbec0;
  border-radius: 20px;
  padding: 40px;
  background: var(--quat);
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}
body.write_section .writter_heading {
  display: block;
}
.writter_heading {
  font-size: 20px;
  color: var(--primary);
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  display: none;
}
.writter_heading span.writer_name {
  font-weight: 700;
}
.popup_section_new .form_sec_fix {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.popup_section_new .form_sec_fix form .hs-richtext p {
  font-size: 13px !important;
  line-height: 19px !important;
}
.popup_section_new .form_sec_fix form .hs-richtext p a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  color: inherit;
}
.popup_section_new .form_sec_fix form .hs-button, 
.popup_section_new .form_sec_fix form input[type=submit] {
  padding: 15px 30px;
  display: block;
  width: 100%;
}

@media (max-width: 992px) {
  .popup_section_new .wrapper-form {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .popup_section_new .popup_sec_form {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup_section_new .pp_close_btn {
    position: unset;
    right: unset;
  }
}

/* Popup css Ends */