header{
    padding: 11px 0;
    background: linear-gradient(184.38deg, #1A67C2 19.51%, #062A8E 69.25%, #F07527 109.92%);
}
.dropdown-list ul{
    background: #1353B6;
}
b{
    font-weight: bold !important;
}
.g-recaptcha iframe {
    width: 306px !important;
}
.connectwithus {
    position: relative;
}
 .network-icon{
    position: absolute;
    left: 0;
    top: 5px;
}
.connect-text{
    font-size: 17px;
    padding-bottom: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    padding-left: 51px !important;
}
.contactIcon {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    padding-left: 51px;
}
.social-insta-icon, .social-linkedin-icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(180deg, #F07527 0%, #BD5919 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}
.social-insta-icon:hover, .social-linkedin-icon:hover{
    transform: scale(1.1);
}
header.mpw-navbar{
  background-color: #fff;
}
section.footPages {
  width: 100%;
  padding: 152px 0 ;
}
.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: 30px;
  position: relative;
  width: 100%;
}

.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 input:hover, .form-group textarea:hover{
  border-color: #F07527;
}

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

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

.form-group input:focus+label,
textarea.has-value + label,
input.has-value + label,
.form-group textarea:focus+label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -7px;
  padding: 0 6px;
  background-color: #fff;
  color: #F07527;
}
.form-group input::placeholder, .form-group textarea::placeholder{
  visibility: hidden;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group input:not(:placeholder-shown),
.form-group textarea:not(:placeholder-shown) {
    border: 1px solid #F07527;
}



.order-form-2.form_right {
  padding: 40px 35px;
  max-width: 390px;
  width: 100%;
}

.form-group .order-btn {
    position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #F07527 0%, #BD5919 100%);
  display: block;
  width: 123px;
  padding: 7px 0;
  border-radius: 100px;
  border: none;
  margin-left: auto;
  margin-top: 10px;
  cursor: pointer;
  height: 32px;
  transition: all .2s;
}
.form-group .order-btn:hover {
    color: rgba(240, 117, 39, 1);
    border: 1px solid transparent;
    background: linear-gradient(to right, #fff, #fff), linear-gradient(180deg, #F07527 0%, #BD5919 100%), #fff;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    overflow: hidden;
    transition: all .2s;
}

.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%;
}

.contactWrapper h1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 10px;
  text-align: center;
  color: #08080f;
}

.contactWrapper .sec-desc {
    max-width: 597px;
    width: 100%;
    margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  color: #08080f;
  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: 464px;
  width: 100%;
  background: linear-gradient(232.01deg, #1A67C2 -28.3%, #062A8E 56.89%, #F07527 126.56%);
  border-radius: 15px;
  position: relative;
  padding: 40px 35px;
}

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

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

.info_left .infoList li {
  color: #fff;
  font-weight: 450;
  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: 450;
  font-size: 14px;
  line-height: 27px;
  padding-left: 51px;
}

.form_right h3 {
  font-weight: 450;
  font-size: 15px;
  line-height: 26px;
  color: #08080f;
  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: #05ada3;
  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;
  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;
}
.form-group input.error, .form-group textarea.error {
    border-color: red;
  }
  .error {
    color: red;
    font-size: 0.8rem;
}
div#success_msg {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-bottom: 25px;
    padding: 10px 15px;
    border-radius: 8px;
    text-transform: capitalize;
}
.required {
    color: #F00;
}
@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) {
  .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;
  }
  section.footPages {
    padding: 110px 0;
  }
.contact-dots {
    position: absolute;
    bottom: -51px;
    left: -8px;
}

}
