@font-face {
  font-family: Campton;
  src: url(fonts/CamptonLight.otf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url(fonts/Campton-Book.woff);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url(fonts/CamptonMedium.otf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url(fonts/CamptonSemiBold.otf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: Campton;
  src: url(fonts/CamptonBold.otf);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Light.ttf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

/* *, body{
margin: 0;
padding: 0;
font-family: Roboto;
font-weight: 400;
box-sizing: border-box;
} */
a {
  text-decoration: none;
}

.order {
  padding: 80px 0 30px;
  overflow: hidden;
}

.order.forSticky {
  overflow: visible;
}

.order .container {
  padding: 0;
}

.mpw-navbar.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.progress {
  max-width: 740px;
  width: 100%;
}

.topText {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  line-height: 21px;
  padding-bottom: 30px;
  text-align: center;
}

.stepDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px;
}

.stepDetail p {
  color: #0F0F0F;
}

span#onPage {
  font-weight: 500;
}

p.stepName {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}

p.pageOf {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.progressBars {
  display: flex;
  justify-content: space-between;
}

.stepProg {
  position: relative;
  width: 100%;
  background: #E4E5E5;
}

.completed {
  position: absolute;
  background: #02837A;
  transition: all ease .8s;
  width: 0;
}

.stepProg,
.completed {
  max-width: 230px;
  height: 8px;
  border-radius: 20px;
}

.completed.pageDone {
  background: #13AD35;
  width: 100%;
}

.allStepsName {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

.calculator {
  min-height: 200px;
}

.allStepsName h2 {
  max-width: 230px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #362929;
  font-weight: 400;
}

.allStepsName h2.overIt {
  color: #13AD35;
  position: relative;
  padding-left: 25px;
}

.allStepsName h2.overIt::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/checked.png');
  left: 0;
  top: 0;
}

.formBody {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
  flex-wrap: wrap;
}

.orderForm {
  max-width: 740px;
  width: 100%;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
  background: #fff;
  padding: 40px 40px 90px 40px;
  border-radius: 8px;
}

#step2-2 {
  left: 1px;
  position: absolute;
  margin-top: 37px;
  padding-bottom: 10px;
  display: none;
}

#step2-2.show {
  position: relative;
  display: block;
}

.summaryBar {
  max-width: 396px;
  width: 100%;
  background: #fff;
  top: 100px;
  position: sticky;
  height: 100%;
}

.inputGroup {
  margin-bottom: 30px;
  position: relative;
}

.inputGroup label,
.inputGroup p.label {
  font-size: 14px;
    line-height: 17.71px;
    text-align: left;
    color: #0F172A;
    display: inline-block;
    margin-bottom: 7px;
}

.inputGroup input,
.inputGroup select,
.inputGroup textarea {
  display: block;
  padding: 13px 40px 15px 20px;
  width: 100%;
  background: #FFFFFF;
  border: 1.5px solid #DADCE0;
  border-radius: 3px;
  outline: none;
  color: #202124;
  font-size: 14px;
  max-height: 50px;
  position: relative;
  --webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.inputGroup textarea {
  resize: none;
  max-height: 182px;
}

.errorMsg {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.005em;
  color: #DF4D4D;
  position: relative;
  margin-top: 8px;
  padding-left: 28px;
  display: none;
}

.error-messages svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  /* margin-bottom: 2px; */
}

.error-messages svg path {
  fill: #1967D7;
}

input.invalid~.errorMsg,
select.invalid~.errorMsg {
  display: block
}

.errorMsg::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  background: url('../images/error-sign-new.png');
  background-repeat: no-repeat;
}

.inputGroup input:focus,
.inputGroup select:focus {
  border: 2px solid #02837A;
}

/* .inputGroup input.valid, .inputGroup select.valid{
border: 2px solid #13AD35;
} */
.inputGroup input.invalid,
.inputGroup select.invalid {
  border: 2px solid #DF4D4D;
}

.inputGroup input.invalid~label.forIn {
  color: #DF4D4D;
}

.inputGroup input::placeholder,
.inputGroup select::placeholder {
  color: #9BA0A4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

span.required {
  color: #DF4D4D
}

.iti.iti--allow-dropdown {
  display: block;
}

.iti__flag-container {
  border: 1px solid #DADCE0;
  width: 67px;
  height: 50px;
}

.iti__selected-flag {
  justify-content: center;
  background: #fff;
}

input#phone {
  max-width: calc(100% - 77px);
  margin-left: auto;
  padding: 17px 40px 16px 15px;
}

#step2 .formGroup {
  padding: 0;
}

.formGroup {
  padding: 30px 40px 0 40px;
  background: #fff;
}

.formGroup .inputGroup:last-child {
  margin-bottom: 0
}

.stepDiv {
  position: relative;
  background: #fff;
}

p.stepNameinner {
  max-width: max-content;
  padding-left: 40px;
  font-size: 12px;
  line-height: 15px;
  color: #B9BBBD;
  position: relative;
}

.forValid {
  position: absolute;
  top: 35px;
  right: 15px;
  display: none;
}

input.valid~.forValid {
  display: block;
}

.line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #B9BBBD;
  top: 50%;
  transform: translateY(-50%);
}

/* .selectGroup label {
  color: #02837A;
  font-size: 12px;
} */

.selectGroup select {
  cursor: pointer;
}

.selectGroup::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #333638;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 25px;
  top: 48px;
  pointer-events: none;
}

.selectGroup.showLabel::after {
  top: 36px;
}

/* .selectGroup.showLabel label {
  display: inline;
  position: relative;
  top: 9px;
  z-index: 5;
  left: 18px;
  padding: 0 2px;
  background: #fff;
} */

.dateGroup {
  display: flex;
  justify-content: space-between;
}

.dateGroup .inputGroup {
  margin-bottom: 0;
  flex-basis: 50%;
  justify-content: center;
}

.pageInput {
  display: flex;
  align-items: center;
}

.pageInput a svg {
  transition: all ease .3s;
}

.pageInput input {
  max-width: 152px;
  text-align: center;
  padding: 16px 20px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 21px;
}

.pageInput a {
  display: inline-block;
  padding: 12px;
  border: 1px solid #E6E6E6;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  min-width: 46px;
}

.pageInput a:active {
  background-color: #F6F6F6;
}

.pageInput a[disabled]:active {
  background-color: #fff;
}

.pageInput a:hover {
  border: 2px solid #02837A;
}

.pageInput a[disabled]:hover {
  border: 1px solid #E6E6E6;
}

.pageInput a[disabled] svg path {
  fill: #E6E6E6;
}

#minusPage[disabled] svg:last-child {
  display: block;
}

#minusPage[disabled] svg:first-child {
  display: none;
}

#minusPage svg:first-child {
  display: block;
}

#minusPage svg:last-child {
  display: none;
}

.pageInput a svg path {
  fill: #000;
}

p.extra {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #9BA0A4;
  margin-top: 5px;
  width: 96%;
}

p.extra.errorMsg {
  color: #DF4D4D;
  line-height: 21px;
  flex-basis: 91%;
  text-align: left;
}

.deadlineInput {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.deadlineInput select {
  padding: 0;
  text-align: center;
}

.deadlineInput .time {
  margin: 0 5px;
  min-width: 64px;
  max-width: 64px;
}

.deadlineInput .ampm {
  min-width: 57px;
  max-width: 57px;
}

#ampm {
  display: none;
}

.deadlineInput .deadline {
  padding: 16px 0;
  /* min-width: 125px; */
  min-width: 179px;
  width: 0%;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #5f6368;
  text-align: center;
  margin-right: 5px;
}

.deadlineInput .deadline.valid {
  color: #000;
}
.timeSelectWrapper {
  position: relative;
}
.timeSelectWrapper img {
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 1;
  width: 15px;
  height: 14px;
  transform: translateY(-50%);
}
.select2-results__option {
  font-size: 14px;
  font-weight: 450;
}
#time {
  font-size: 13px;
  width: 75px;
  height: 48px;
  padding: 0px 0 2px 15px;
}
#time {
  font-size: 13px;
  color: #5f6368;
}

#time option {
  color: #202124;
}

#time.invalid+.select2 .selection .select2-selection--single {
  border: 2px solid red;
}

#time.valid+.select2 .selection .select2-selection--single .select2-selection__rendered {
  color: #202124;
}

#ampm {
  font-size: 13px;
}

.deadLabel {
  padding-left: 25px;
}

.deadline::-webkit-calendar-picker-indicator {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.orderBtns {
  text-align: right;
  padding: 30px 40px;
  background: #fff;
}

#step2 .orderBtns,
#step2-2 .orderBtns {
  display: flex;
  justify-content: space-between;
  padding: 0 0 30px;
}

.orderBtns a.nextBtn {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #02837A;
  display: block;
  border-radius: 2px;
  border: 1px solid #02837A;
  position: relative;
  width: 220px;
  height: 40px;
  margin-left: auto;
}

.orderBtns a.nextBtn.direct {
  max-width: 230px;
  width: 100%;
}

.orderBtns a.nextBtn.direct lord-icon.arrowNext {
  right: 15px;
}

.orderBtns a.navBT span.text.reviewDir {
  left: 16%;
}

.orderBtns a.nextBtn.first {
  width: 100%;
  max-width: 250px;
}

.orderBtns a.nextBtn.disabled,
.paymentBtn.disabled {
  background-color: #B5B5B5;
  pointer-events: none;
  border: 1px solid #B5B5B5;
  display: flex;
  align-items: center;
  justify-content: center;
}

lord-icon.arrowNext {
  position: absolute;
  top: 4px;
  right: 15px;
  display: none;
}

a.prevBtn lord-icon.arrowNext {
  right: 140px;
  transform: scaleX(-1) translateY(-50%);
  top: 50%;
}

.orderBtns a.navBT span.text {
  transition: all ease .3s;
  position: absolute;
  left: 17%;
  top: 11px;
}

.orderBtns a.navBT.first span.text {
  left: 13%;
}

.orderBtns a.prevBtn span.text {
  left: 24%;
}

.orderBtns a.navBT:hover span.text {
  transform: translateX(-20px);
}

.orderBtns a.prevBtn:hover span.text {
  transform: translateX(20px);
}

.orderBtns a.navBT:hover lord-icon.arrowNext {
  display: block
}

.orderBtns a.prevBtn {
  padding: 12px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333638;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #333638;
  width: 187px;
  height: 40px;
  position: relative;
}

.calculator {
  padding: 24px;
  box-shadow: 0px 4px 16px rgb(0 0 0 / 10%);
  border-radius: 8px;
}

.summaryHead {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #0F0F0F;
}

p#addon {
  font-weight: 500;
  line-height: 24px;
  margin: 20px 0;
  display: none;
}

.subTotal {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.subTotal .head {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #575E62;
}

.summaryCalculator p.bonusPrice svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.summaryCalculator p.bonusPrice {
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: right;
}

.formFields.bonuses .bonus-about {
  width: 70%;
}

span.del {
  text-decoration: line-through;
  text-decoration-color: #DF4D4D;
  text-decoration-thickness: 2px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0F0F0F;
}

span.real {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0F0F0F;
  margin-left: 5px;
}

p.saveTxt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #13AD35;
  padding-bottom: 25px;
  border-bottom: 2px solid #EBEBEC;
}

p.saveTxt span {
  font-weight: 500;
}

.prepayCheck {
  padding: 25px 0;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 2px solid #EBEBEC;
}

input.prepay {
  display: none;
}

label.prepayLabel {
  width: 16px;
  height: 16px;
  border: 1px solid #B9BBBD;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  transition: all ease .3s;
  z-index: 2;
}

label.prepayLabel .labelHover {
  position: absolute;
  content: '';
  width: 200%;
  height: 200%;
  background: #000;
  left: -48%;
  top: -48%;
  opacity: 0;
  border-radius: 50%;
  transition: all ease .1s;
}

label.prepayLabel:hover .labelHover {
  opacity: .05;
}

label.prepayLabel:hover {
  border: 1px solid #0F0F0F;
  cursor: pointer;
}

input.prepay:checked {
  display: block;
  position: absolute;
  left: 0px;
  top: 29px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #02837A;
}

input.prepay:checked~label.prepayLabel .labelHover {
  background: #02837A;
}

input.prepay:checked~label.prepayLabel:hover .labelHover {
  opacity: .2;
}

p.prepayTxt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0F0F0F;
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.prepayChecked {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.prepayChecked p {
  font-weight: 400;
  margin-bottom: 10px;
}

.prepayChecked p:last-child {
  margin-bottom: 0
}

.totalCal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background: #F3F3F3;
  margin-left: -24px;
  width: 114%;
}

p.totalHead {
  color: #0F0F0F;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

p.totalPrice {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #0F0F0F;
}

.agreement {
  margin: 15px 0 30px;
  display: flex;
  align-items: center;
}

input.policyCheck {
  display: none;
}

label.policyLbl {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #E4E4E4;
  background: #fff;
  display: inline-block;
}

label.policyLbl.checked::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background: #02837A;
  border-radius: 50%;
  left: 1px;
  top: 1px;
}

p.agreeTxt {
  font-size: 12px;
  line-height: 14px;
  color: #424242;
  margin-left: 8px;
}

p.agreeTxt a {
  color: #02837A;
  text-decoration: underline;
}

p.paymentHead {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0F0F0F;
  margin: 10px 0 20px;
}

.paymentMethods {
  padding: 8px;
  background: #FAFAFA;
  border-radius: 3px;
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}

.singleMethod {
  padding: 7px 30px;
  border-radius: 3px;
  text-align: center;
  max-width: 165px;
  width: 100%;
  cursor: pointer
}

.singleMethod p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #9BA0A4;
  margin-top: 11px;
}

.singleMethod svg path {
  fill: #9BA0A4;
}

.singleMethod.active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  background: #FFFFFF;
}

.singleMethod.active p {
  color: #02837A
}

.singleMethod.active svg path {
  fill: #02837A
}

.balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

p.balanceHead {
  line-height: 19px;
  letter-spacing: 0.005em;
}

span.balanceA {
  /* font-weight: 600; */
  font-size: 15px;
  color: #333638;
}

.balance a {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #1967D7;
  text-decoration: underline;
  margin-left: 6px;
  display: inline-block;
  transition: all ease .1s;
  padding: 4px 6px;
}

.balance a:hover {
  background: rgba(45, 150, 238, .2);
}

p.balance0Msg {
  padding: 7px;
  color: #DF4D4D;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.005em;
  background: rgba(223, 77, 77, 0.18);
  border-radius: 100px;
  margin: 10px 0;
  padding-left: 12px;
}

.TBP,
.BA {
  max-width: calc(100% - 64px);
}

a.paymentBtn {
  padding: 16px 0;
  text-align: center;
  color: #FFFFFF;
  background: #02837A;
  border-radius: 3px;
  margin-top: 30px;
  display: block;
  transition: all ease .2s;
}

a.paymentBtn:hover {
  background: #02C585;
}

a.paymentBtn.disabled:hover {
  background: #B5B5B5;
}

.paymentsBy {
  position: relative;
  padding: 20px 18px 18px;
  margin-top: 45px;
  border: 1.17667px solid #E4E5E6;
  border-radius: 8px;
}

.paymentsBy img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.stripeHead {
  position: absolute;
  left: 0;
  top: -17px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.stripeHead img {
  max-width: 50px;
  width: 100%;
  height: 18px;
  margin: 0;
  background: #fff;
  padding-right: 5px;
}

.stripeHead p {
  font-weight: 500;
  font-size: 16.4734px;
  line-height: 33px;
  color: #575E62;
  background: #fff;
  padding: 0 5px;
}

.securities {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

#step2 {
  position: absolute;
  left: 200%;
  top: 0;
  transition: all ease .4s;
  max-width: 740px;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 70px;
}

#step2.show {
  left: 1px;
}

#step1 {
  position: absolute;
  left: -200%;
  top: 0;
  transition: all ease .4s;
  max-width: 740px;
  width: 100%;
}

#step1.show {
  left: 0px;
  position: relative;
  margin: 0 1px;
}

#attachments {
  display: none;
}

label.attachLbl {
  max-width: 334px;
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #CFCDCD;
  border-radius: 5px;
  cursor: pointer;
}

label.attachLbl:hover {
  background: #E8FAF4;
}

label.attachLbl a {
  display: inline-block;
}

.inputGroup textarea:hover {
  border: 2px solid #02837A;
}

label.attachLbl .main {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding-bottom: 4px;
}

label.attachLbl .desc {
  font-size: 12px;
  line-height: 14px;
  color: #BABABA;
}

/* Order Review */
.infoRevision {
  padding: 30px 60px 40px 60px;
  height: 100%;
  background-color: #ecf8f4;
  border-radius: 5px;
}

.orderForm.orderReview {
  padding: 40px;
}

.completed.halfed {
  width: 50%;
}

.personalHead {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #02837A;
  padding-bottom: 5px;
  border-bottom: 1px solid #E4E5E6;
  display: flex;
  justify-content: space-between;
}

.infoAgainstLabel {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.infoAgainstLabel p {
  font-size: 15px;
  line-height: 19px;
  color: #333638;
  font-weight: 400;
}

.edit-section a {
  float: right;
  color: #117bd4;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.edit-section a svg {
  margin-right: 10px;
}

.infoAgainstLabel p:first-child {
  font-weight: 500;
  color: #0F0F0F;
}

.orderHead {
  margin-top: 55px;
}

.infoAgainstLabel.personalHead {
  padding-bottom: 15px;
  flex-direction: row;
}

.infoAgainstLabel.instructions {
  display: block
}

.instructions p {
  text-align: justify;
}

.personalHead.attachments {
  padding: 15px 0 10px;
  border: none;
  margin-bottom: 15px;
}

a.attachedFile {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #1967D7;
  margin-bottom: 10px;
}

a.attachedFile:last-child {
  margin-bottom: 0
}

a.attachedFile svg {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.backToOrder a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #333638;
  text-decoration: underline;
}

.backToOrder {
  text-align: center;
  margin: 30px 0;
}

p#lowBalAlertMsg {
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px
}

.lowBalanceAlert {
  padding: 15px;
  background: #F3F3F3;
  border-radius: 8px;
  display: flex;
  align-items: start;
}

.lowBalanceAlert svg {
  max-width: 25px;
  width: 100%;
}

.lowBalanceAlert svg path {
  fill: #1967D7;
}

.formFields.bonuses .singlebonus.active {
  border: 2px solid #4568FB;
}

.addonHead {
  margin-top: 15px;
  ;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #0F0F0F;
}

/* Expert level  */
.accordion-form__service-title1 {
  padding-bottom: 32px;
}

.expertAddons {
  margin-bottom: 50px;
}

.accordion-form__service-title1 h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}

.writers {
  display: flex;
  justify-content: space-between;
}

.writers__item.active {
  border: 2px solid #02837A;
}

.writers__item {
  background: #FFF;
  border: 2px solid #DADCE0;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  padding-top: 16px;
  padding-bottom: 45px;
  max-width: 330px;
  width: 100%;
  margin: 0;
}

.writers .writers__item:first-child {
  margin-right: 15px;
}

.writers__item:hover {
  border: 2px solid #02837A;
}

.writers__img-wrapper {
  text-align: center;
  min-height: 30px;
  margin-bottom: 7px;
}

.writers__label {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.writers__text {
  padding: 5px 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}

.writers__price {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #F5F5F5;
  padding: 10px 18px;
  min-height: 36px;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}

.js-writers__price div {
  font-weight: 600;
  text-align: center;
}

a.prepayTool {
  margin-left: 8px;
  max-height: 22px;
  position: relative;
}

a.prepayTool svg {
  width: 15px;
  height: 15px;
}

a.prepayTool svg path {
  fill: #1967D7;
}

span.toolText {
  position: absolute;
  font-size: 11px;
  top: -36px;
  left: 100px;
  padding: 10px;
  background: #fff;
  display: none;
  width: 270px;
  box-shadow: 0 7px 10px 3px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}
/* 
.inputGroup label.forIn.focused {
  left: 15px;
  top: -8px;
  padding: 0 5px;
  background: #fff;
  font-size: 12px;
  color: #02837A;
} */

.inputGroup label.forIn,
.inputGroup p.label.forIn {
  
}

label.forIn[for="phone"] {
  left: 135px;
}

label.forIn.focused[for="phone"] {
  left: 85px;
}

#phoneLabel {
  color: #5f6368;
}

#phoneLabel.focused {
  color: #02837A;
}

#phoneLabel.invalid {
  color: #DF4D4D;
}

/* .selectGroup label {
  display: none;
} */

#talkbubble:after {
  content: "";
  position: absolute;
  left: 15%;
  top: 46px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 12px solid #fff;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
}

/* alerts */
.custom-alert {
  position: relative;
  padding: 20px 40px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.custom-alert-info {
  color: #5f6368;
  text-align: left;
  align-items: center;
  font-size: 14px;
}

.custom-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.custom-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.invisibleDiv {
  position: absolute;
  background: transparent;
  width: 65px;
  height: 50px;
  right: 62px;
  z-index: 5;
  cursor: pointer;
}

div#errorSigninAlert {
  margin: 15px 0;
}

label.prepayLabel.disabled:hover {
  cursor: no-drop;
  border: 1px solid #B9BBBD;
}

/* .formFields.bonuses .singlebonus:hover .pricing img.tick{
display: block;
} */
.formFields.bonuses .singlebonus.clicked .pricing img.tick {
  display: none;
}

.formFields.bonuses .singlebonus.clicked .pricing img.remove {
  display: block;
}

img.remove {
  transition: all ease .3s;
  width: 20px;
  height: 20px;
  object-fit: cover;
}

img.remove:hover {
  transform: rotate(180deg);
}

.pricing lord-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 24px;
  left: 55%;
}

.promoInputWrapper input {
  display: inline-block;
  width: 64%;
  max-height: 40px;
  padding-right: 10px;
  padding-left: 10px;
}

.orderForm {
  visibility: hidden;
  transition: all ease .1s;
}

.orderForm.show {
  visibility: visible;
}

.promoInputWrapper label.forIn {
  top: 11px;
  left: 18px;
}

.promoInputWrapper button {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background: #117bd4;
  border: 1px solid #117bd4;
  border-radius: 2px;
  position: relative;
  max-width: 120px;
  width: 100%;
  height: 40px;
  margin-left: auto;
  cursor: pointer;
  transition: all ease .1s;
}

.promoInputWrapper button[disabled] {
  pointer-events: none;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.promoInputWrapper button:hover {
  background: #1967D7;
  border: 1px solid #1967D7;
}

/* Select 2 start */
.selection .select2-selection--single {
  max-height: 50px;
  min-height: 48px;
  padding: 13px 40px 15px 20px;
  border: 1.5px solid #DADCE0;
}

.selection .select2-selection--single[aria-expanded='true'],
.select2-invalid .selection .select2-selection--single[aria-expanded='true'],
.select2-valid .selection .select2-selection--single[aria-expanded='true'] {
  border: 2px solid #02837A;
}

.select2-invalid.select2-container--default .select2-selection--single {
  border: 2px solid #DF4D4D;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.selection .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  color: #5f6368;
  font-size: 13px;
}

.select2-valid .selection .select2-selection--single .select2-selection__rendered {
  color: #202124;
}

#time+.select2 .selection .select2-selection--single {
  font-size: 13px;
  padding: 13px 0;
  margin: 0;
  height: 50px;
}

#time+.select2 .selection .select2-selection--single .select2-selection__rendered {
  color: #5f6368;
  padding-right: 0;
  text-align: right;
  padding: 1px 8px;
}

#time+.select2 {
  width: 75px !important;
}

.select2-container--default .select2-results>.select2-results__options {
  overflow-x: hidden;
}

.select2-container--default .select2-results__option--disabled {
  display: none;
  font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #E8FAF4 !important;
  color: #000000;
}

.select2-results__option{
  font-size: 14px !important;
}

.selection .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background: #fff;
}

.select2-search--dropdown {
  padding: 0;
}

/* Select2 End */

/* Review Order Message */
#showErrorOnNotRedirected {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 55;
}

.redirectMsg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
}

.redirectMsg p {
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

a.nologin {
  display: block;
  background: #02837A;
  color: #fff;
  border-radius: 20px;
  padding: 10px 35px;
}

.boostHead {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 32px;
}

#attach_1 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1967D7;
}

.file {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.attachSvg {
  margin-right: 15px;
}

.file a {
  color: #1967D7;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.AttachmentReview {

  align-items: center;
}

div#attachment_files small {
  font-size: 16px;
  display: flex;
  align-items: end;
  font-size: 15px;
  line-height: 16px;
  color: #1967D7;
}

div#attachment_files small svg {
  margin-right: 10px;
}

.cross {
  color: red;
  font-size: 23px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

div#attachment_files .file-attachment {
  margin-bottom: 10px;
}

.expertChargesToolTxt {
  position: absolute;
  font-size: 11px;
  top: -56px;
  left: 100px;
  padding: 10px;
  background: #fff;
  display: none;
  width: 270px;
  box-shadow: 0 7px 10px 3px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}

.expertChargesToolTxt::after {
  content: "";
  position: absolute;
  right: 7%;
  top: 46px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 12px solid #fff;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
}

input#r_phone {
  max-width: calc(100% - 77px);
  margin-left: auto;
  padding: 17px 40px 16px 15px;
}

.signup .inputGroup label[for="r_phone"] {
  left: 118px;
  top: 16px;
}

.signup .inputGroup label[for="r_phone"].focused {
  left: 90px;
}

.user_discount {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  display: none;
}

.user_discount p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #575E62;
}

.user_discount p:last-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0F0F0F;
  margin-left: 5px;
}

label.prepayLabel.disabled {
  opacity: .4;
}

a.forgotPass.loginModelButton {
  display: none;
}

div.showPassCheck {
  margin-top: 0;
}

.iti__country-list {
  width: 420px;
  z-index: 9;
}

.bonusSvg svg path {
  fill: #02837A;
}

.bonusSvg.strokeSVG svg path {
  stroke: #02837A;
}
.tipText {
        background: #fff;
    border-radius: 5px;
    padding: 8px;
    color: #000;
    position: absolute;
    width: 328px;
    top: -55px;
    left: 77px;
    font-style: normal;
    font-weight: 500;
    max-width: 232px;
    font-size: 12px;
    line-height: 150%;
    display: none;
    z-index: 1;
    box-shadow: 0 0 7px 0 rgb(213 213 213 / 20%), 0 6px 10px 0 rgb(165 164 164 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}
.toolTip:hover::before {
    content: "";
    position: absolute;
    left: 8px;
    top: -12px;
    width: 0;
    height: 0;
    transform: translateX(-50%) rotate(180deg);
    border-left: 5px solid transparent;
    border-bottom: 7px solid #fff;
    border-right: 5px solid transparent;
    z-index: 2;
}
.attachmentLabel,
.toolTip{
    display: inline-flex;
    position: relative;
    top: 4px;
}
 
div.tip-top {
     top: -62px;
}
div#orderInstitute.tip-top {
    top: -80px;
}
div.tip-bottom {
    top: 20px ;
}
#orderUploadins{
  left: 140px;
}
 
@media (max-width:1368px) {
  form {
    top: 80px;
  }

  .divLeft img {
    margin-top: 110px;
  }

  form#register_form {
    top: 80px;
  }
}

@media (max-width:1199px) {
  .progress {
    padding: 0px 10px;
    margin: 0 auto;
  }

  .formBody {
    flex-direction: column;
  }

  #step1.show {
    margin: 0 auto;
  }

  .summaryBar {
    margin: 20px auto;
  }
}

@media (max-width:991px) {
  .feature-wrapper {
    padding: 15px !important;
  }

  .feature-box svg {
    height: 50px !important;
    width: 50px !important;
  }
}

@media (max-width:776px) {
  .formBody {
    padding: 0px 10px;
  }

  .stepProg,
  .completed {
    max-width: 140px;
  }

  .feature-wrapper {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .orderForm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .formGroup {
    padding: 0;
  }

  #step2 .orderBtns {
    padding: 0;
  }
}

@media (max-width:575px) {
  .topText {
    font-size: 24px;
  }

  .stepProg,
  .completed {
    max-width: 105px;
  }

  .allStepsName h2 {
    font-size: 12px;
    text-align: center;
  }

  .formBody {
    padding: 0px 22px;
  }

  .orderForm {
    padding: 20px 20px 10px 20px;
  }

  .formGroup {
    padding: 20px 10px 20px;
  }

  .pageInput input {
    padding: 16px 5px;
  }

  .dateGroup {
    flex-direction: column;
  }

  .deadlineInput {
    justify-content: flex-start;
  }

  p.stepName {
    font-size: 24px;
    line-height: 30px;
  }

  .order {
    padding: 60px 0 30px;
  }

  .pageInput input {
    max-width: 292px;
  }

  form#register_form {
    top: 20px;
  }
  .deadlineInput .deadline{
    min-width: 100%;
  }
  .deadlineInput .timeSelectWrapper:nth-of-type(1){
    width: calc(100% - 82px);
    margin-right: 7px;
  }
  .deadlineInput .timeSelectWrapper:nth-of-type(2){
    width: 75px;
  }
  #time + .select2 {
    width: 100% !important;
  }
}

@media (max-width: 350px) {
  .allStepsName h2 {
    font-size: 11px;
  }
}

@media (max-width:460px) {
  .orderBtns {
    padding: 0 10px 30px;
  }

  .orderBtns a.nextBtn.first {
    max-width: 100%;
  }

  .deadLabel {
    padding-left: 0;
  }

  p.stepNameinner {
    padding-left: 10px;
  }

  .custom-alert {
    padding: 0;
  }

  .custom-alert-info {
    margin: 0;
    font-size: 14px;
  }

  .orderBtns a.prevBtn,
  .orderBtns a.nextBtn {
    width: 100%;
    font-size: 14px;
  }

  .orderBtns a.prevBtn span.text {
    left: 29%;
  }

  .orderBtns a.navBT span.reviewDir.text {
    left: 0;
    top: 0;
  }

  #step2-2 .orderBtns {
    flex-direction: column;
    align-items: center;
  }

  .orderBtns a.navBT span.text {
    left: 0;
    top: 0;
  }

  .orderBtns a.navBT.prevBtn span.text {
    left: 0;
    top: 0;
  }

  .orderBtns.second {
    padding: 0;
  }

  .orderForm.orderReview {
    padding: 0;
  }

  .infoRevision {
    padding: 30px;
  }

  #step2 .orderBtns {
    text-align: center;
    display: block;
  }

  .orderBtns a.nextBtn {
    margin: 20px auto 0;
  }

  .select2-container {
    width: 100% !important;
  }

  .iti__flag {
    background-image: url(../img/flags.png);
  }

  .promoInputWrapper input {
    width: 60%;
  }

  .promoInputWrapper label.forIn {
    left: 12px;
  }

  .orderBtns a.navBT.first span.text {
    left: 0;
    top: 0;
  }

  .stepProg {
    max-width: 98px;
  }

  .progressBars {
    padding: 0 12px;
  }

  .allStepsName {
    justify-content: space-between;
    padding: 0 12px;
  }

  .allStepsName h2 {
    font-size: 13px;
    max-width: 98px;
    word-spacing: 100vw;
  }

  .stepDetail {
    padding: 30px 13px 20px;
  }

  p.stepName {
    font-size: 20px;
  }

  .deadlineInput {
    justify-content: space-between;
  }



  #step2 {
    padding-top: 30px;
  }

  .summaryBar {
    position: relative;
    top: 0;
  }

  .writers {
    flex-direction: column;
  }

  .writers__item:first-child {
    margin-bottom: 20px;
  }

  .adonsCheckBoxes {
    height: 20px;
  }

  .totalCal {
    width: 100%;
    margin-left: 0;
  }

  .personalHead {
    flex-direction: column-reverse;
  }

  .allStepsName h2.overIt::before {
    width: 15px;
    height: 15px;
    top: -22px;
    background-size: contain;
    left: 90%;
  }

  .allStepsName h2.overIt {
    padding-left: 0;
  }

  #step2.show {
    order: 1;
  }

  #step2-2.show {
    order: 2;
  }

  .summaryBar {
    order: 3;
  }

  .orderBtns a.nextBtn.direct {
    max-width: 100%;
  }

  .writers__item {
    margin: 0;
    max-width: 100%;
  }

  .orderBtns a.navBT span.text {
    position: relative;
  }

  .orderBtns a.nextBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .orderBtns a.navBT:hover lord-icon.arrowNext {
    display: none;
  }

  .orderBtns a.navBT:hover span.text {
    transform: none;
  }

  p.extra {
    width: 100%;
  }

  span.toolText {
    left: 74px;
  }

  #talkbubble:after {
    left: 23%;
  }

  .attachLbl svg:first-child {
    display: none;
  }
}

@media (max-width:413px) {
  .promoInputWrapper.inputGroup {
    display: flex;
  }

  .inputGroup select {
    padding: 13px 10px 15px 10px;
  }
}

@media (max-width:392px) {
  .order {
    padding: 20px 0;
  }

  p.stepName {
    font-size: 22px;
    line-height: 30px;
  }

  .topText {
    font-size: 24px;
    line-height: 140%;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .securities img {
    width: 100%;
  }

  .orderForm {
    padding: 20px 10px 10px 10px;
  }

  label.attachLbl {
    padding: 15px;
  }

  .agreement {
    align-items: start;
  }

  .singleMethod {
    padding: 7px 15px;
  }

  .promoInputWrapper button {
    max-width: 100px;
  }

  .inputGroup input,
  .inputGroup select,
  .inputGroup textarea {
    font-size: 14px;
  }

  .promoInputWrapper input {
    width: 64%;
  }

  .infoAgainstLabel p {
    font-size: 14px;
  }

  .edit-section {
    margin: 0 0 10px 0;
  }

  .edit-section a {
    float: none !important;
  }

  .personalHead {
    font-size: 20px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }

  .select2-results__option--selectable {
    font-size: 14px;
  }

  .inputGroup label,
  .inputGroup p.label {
    font-size: 14px;
  }
}



.custom-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.custom-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-left: 50%;
  transform: translateX(-50%);
  min-height: 160px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 45px;
  height: 45px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #1967D7 transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Animate loader icon */
.icon-animate {
  width: 20px;
  height: 20px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Other Groups */
.otherGroup {
  display: none;
}

/* Custom loader 2 */
.lds-ellipsis {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#download-work-main-loader-box {
  padding: 7px;
  margin-top: 24px;
  height: 93%;
  box-shadow: 0px 4px 10px -6px rgb(31 27 45 / 20%), 0px 8px 25px rgb(31 27 45 / 16%);
  border-radius: 20px;
  background: #fff;
  display: flex;
}

#all-orders-loader,
#download-work-main-loader {
  align-self: start;
  margin-left: 33%;
  transform: translateX(-50%);
  top: 27%;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1967D7;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}