.pageName {
  padding: 170px 27px 0px;
}
.pageName h1 {
  display: block;
  max-width: max-content;
  margin: 0 auto;
  font-weight: 500;
  font-size: 30px;
  line-height: normal;
}
.pageName p{
  display: block;
  max-width: max-content;
  margin: 0 auto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27.5px;
padding-top: 10px;
text-align: center;
}
.g-recaptcha iframe {
    width: 306px !important;
}
header.mpw-navbar{
  background-color: #fff;
}
section.footPages {
  width: 100%;
  padding: 50px 0 114px;
  overflow: hidden;
  position: relative;
}
.footPages .container{
  max-width: 1200px;
}

.footPagesWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.termsWrapper {
  max-width: 800px;
  width: 100%;
}

.termsWrapper p,
.termsWrapper ul li,
.contactWrapper p {
  font-size: 17px;
  padding-bottom: 15px;
  font-weight: 400;
}

.termsWrapper h1 {
  line-height: 35px;
  color: #01305C;
  font-size: 30px;
  padding-bottom: 30px;
  text-align: left;
}

.termsWrapper ul,
.termsWrapper ol {
  padding-left: 40px;
}

.termsWrapper h3,
.termsWrapper h4 {
  line-height: 30px;
  color: #01305C;
  font-size: 22px;
  padding-bottom: 20px;
  text-align: left;
}
.form-group.captcha {
  display: flex;
  justify-content: flex-end;
}

.form-group {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
}
.formWrapItem{
  margin-bottom: 30px;
}

.form-group input {
  width: 100%;
  padding: 18px 30px 19px 17px;
  max-height: 46px;
  height: 100%;
  outline: none;
  background: #FFFFFF;
  border: 1px solid #E7E9EB;
  border-radius: 4px;
}

.form-group textarea {
  background: #FFFFFF;
  border: 1px solid #E7E9EB;
  border-radius: 4px;
}

.form-group label {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #BBBBBB;
  position: absolute;
  left: 17px;
  top: 14px;
  transition: 0.3s ease all;
}

.form-group input:focus~.staticLabel,
.form-group textarea:focus~.staticLabel,
.form-group input:not(:placeholder-shown) ~ .staticLabel ,
.form-group textarea:not(:placeholder-shown) ~ .staticLabel {
  top: -7px;
  padding: 0 6px;
  background-color: #fff;
  color: #2563EB;
}

input::placeholder,
textarea::placeholder{
  visibility: hidden;
}
label.error{
  display: none !important;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #2563EB;
}
.form-group textarea.invalid,
.form-group input.invalid{
  border: 2px solid #DF4D4D;
}
.form-group input.invalid:focus~.staticLabel,
.form-group textarea.invalid:focus~.staticLabel,
.form-group input.invalid:not(:placeholder-shown) ~ .staticLabel ,
.form-group textarea.invalid:not(:placeholder-shown) ~ .staticLabel {
  top: -7px;
  padding: 0 6px;
  background-color: #fff;
  color: #DF4D4D;
}
.errorText {
  margin-top: 4px;
}
.errorText {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: -0.008em;
  color: #DF4D4D;
  position: relative;
  margin-top: 8px;
  padding-left: 28px;
  display: none;
  padding-bottom: 0!important;
}
.errorText::before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  background: url(../images/error-sign-new.png);
  background-repeat: no-repeat;
}
#subscribeBox{
  padding: 14px;
    border-radius: 4px;
    margin-bottom: 14px;
    display: none;
}
#subscribeBox.success{
    border: 1px solid #c3e6cb;
    background-color: #d4edda;
}
#subscribeBox #subscribedMessage{
  padding-bottom: 0!important;
  font-weight: 400;
  font-size: 16px;
}
#subscribeBox.success #subscribedMessage{
  color: #155724;
}
 
#subscribeBox.error{
  border: 1px solid #f5c6cb;
  background-color: #f8d7da;
}
#subscribeBox.error .subscribedMessage{
color: #721c24;
}
.order-form-2.form_right {
  padding: 40px 35px;
  width: 100%;
}
.formWrapItem.invalid .errorText{
  display: block!important;
}

.form-group .order-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  text-align: center;
  background: #2563EB;
  display: block;
  width: 120px;
  padding: 10px 0;
  position: relative;
  border-radius: 100px;
  border: none;
  margin-left: auto;
  margin-top: 10px;
  cursor: pointer;
  height: 38px;
}
.form-group .order-btn:hover {
  background: #1B449E;
}
.btn-text::after{
  content:"";
  background: url(../images/btnIcon.svg);
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 5px;
 
}
.g-recaptcha+div {
  margin-left: auto;
}

.form-group textarea {
  height: 80px !important;
  resize: none;
  width: 100%;
  padding: 18px 30px 19px 22px;
  outline: none;
}

.contactWrapper {
  max-width: 855px;
  width: 100%;
  position: relative;
}
.footPagesWrapper{
  position: relative;
}
.footPagesWrapper::after,
.footPagesWrapper::before{
  content:"";
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
}
.contactWrapper h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 10px;
  text-align: center;
  color: #01305C;
}

.contactWrapper .sec-desc {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #575E62;
  padding-bottom: 50px;
}

.contact__wrapper {
  display: flex;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 4px 60px rgb(140 140 140 / 15%);
  border-radius: 15px;
}

.info_left {
  max-width: 370px;
  width: 100%;
  border-radius: 15px 0 0 15px;
  position: relative;
  padding: 40px 35px;
  background-color: #1B449E;
}

.contact-dots {
  position: absolute;
  bottom: -25px;
  left: -44px;
}
.info_left h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  padding-bottom: 30px;
}

.info_left .infoList {
  list-style: none;
}

.info_left .infoList li {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding-left: 51px;
  padding-bottom: 25px;
}

.info_left .infoList li span {
  position: absolute;
  left: 0;
  top: 3px;
}

.additional_info {
  list-style: none;
}

.additional_info li {
  color: #fff;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  padding-left: 51px;
}

.form_right h3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #767676;
  text-align: justify;
  padding-bottom: 20px;
}
.sideBar {
  max-width: 265px;
  width: 100%;
  margin-left: auto
}
.sidebarWraper {
  width: 100%;
  height:100%;
}
.papersWrap {
  position: sticky;
  top: 120px;
}
.valueBox {
  width: 100%;
  min-height: 310px;
  margin-bottom: 50px;
  content: '';
  background-image: url(../images/words-page.svg);
  background-repeat: no-repeat;
}

.valueInner {
  padding: 36px 0 50px 0;
  text-align: center
}

p.discount span {
  color: #003366;
  font-size: 20px;
}

.valueInner small {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding-top: 13px;
  color: #000000;
  display: block;
}

.valueInner .words {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  font-family: 'CircularStd';
  padding-top: 10px;
}

.valueInner .discount {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  font-family: CircularStd;
  padding: 0px 30px;
  margin-top: 10px;
  position: relative;
  font-weight: 400;
}

.papersInner {
  width: 100%;
  min-height: 310px;
  padding-top: 30px;
  text-align: center;
  content: '';
  background-image: url(../images/right-people-bg.svg);
  background-repeat: no-repeat;
}

p.paperMatters {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding: 0 25px;
  font-family: 'CircularStd';
  padding-top: 10px;
}

p.goodWords {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  font-family: 'CircularStd';
  padding-top: 10px;
  text-align:center;
}
.navPagesWrapper {
  display: flex;
  justify-content: space-between;
}
.sideBarCta {
  max-width: 125px;
  width: 100%;
  display: block;
  background-color: #1787E4;
  color: #fff;
  margin: 25px auto 0;
  padding: 8px 0;
  text-align: center;
  position: relative;
  border-radius: 100px;
}


.goodWords {
  width: 100%;
  margin-top: 50px;
  background-image: url(../images/goodwords-bg.svg);
  min-height: 290px;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 40px 30px 0;
  margin-bottom: 50px;
}

.goodWordsInner {
  text-align: center;
}
.goodWordsInner p {
  font-weight: 400;
  font-size: 18px;
  font-family: 'CircularStd';
  padding-top: 15px;
  padding-bottom: 10px;
  max-width: 96%;
  width: 100%;
  margin: 0 auto;
}
.goodWordsInner span {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  font-family: 'CircularStd';
}
.rc-anchor-normal .rc-anchor-pt {
    right: 75px !important;
}
.contactModal {
  display: none;
}

.modalOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  display: block;
  transition: .3s;
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}


.modelBody {
  box-shadow: 0px 4px 34.5px 0px #73737326;
  background-color: #1B449E;;
  border-radius: 8px;
  padding: 60px 22px 60px;
  text-align: center;
  max-width: 483px;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
}

.cross_icon {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}


@media (max-width: 1200px) {
  .termsWrapper {
    padding-right: 50px;
  }
  .contactWrapper {
    max-width: 667px;
  }
}
@media (max-width: 991px) {
  .footPagesWrapper {
    flex-wrap: wrap;
}
.sideBar {
  margin: 50px auto 0;
}
.contactWrapper {
  max-width: 100%;
}
}

@media (max-width:767px) {
  .modelBody {
    top: 20%;
    max-width: 350px
      }
  .footPagesWrapper {
    flex-direction: column;
  }

  .termsWrapper {
    padding-right: 0px;
  }
  .contact__wrapper {
    flex-direction: column-reverse;
}
.info_left {
  max-width: 100%;
}
}

@media (max-width:575px) {
  .termsWrapper h1 {
    font-size: 27px;
    line-height: 35px;
  }

  .termsWrapper h3 {
    line-height: 30px;
    font-size: 20px;
  }
  .form-group.captcha {
    justify-content: center;
}
  .pageName {
    padding: 113px 27px 48px;
  }
  .pageName h1 {
    font-weight: 500;
    font-size: 26px;
  }
  .pageName h1 {
    font-weight: 500;
    font-size: 26px;
  }
  .pageName p {
    font-size: 14px;
    line-height: 24.5px;
  }
}
