.mpw-navbar.container, .progress, .progressBars {
  width: 100%;
  margin: 0 auto
}

.stepNo, .topText, p.saveTxt span, span#onPage {
  font-weight: 500
}

.stepDetail p, .topText {
  color: #161616
}

.calculator, .orderForm {
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%)
}

.errorMsg, p.balance0Msg, p.balanceHead {
  letter-spacing: .005em
}

#talkbubble2:after, #talkbubble:after {
  border-left: 6px solid transparent;
  border-top: 12px solid #fff;
  border-right: 6px solid transparent
}
.closeModal {
  position: absolute;
  right: 8px;
  top: 6px;
  z-index: 1;
  cursor: pointer;
}
@font-face {
  font-family: Campton;
  src: url(fonts/CamptonLight.html);
  font-display: swap
}

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

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

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

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

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Light.ttf);
  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
}

a {
  text-decoration: none
}

#step2 .formGroup, .order .container, section.order {
  padding: 0
}

.order {
  padding: 60px 0 100px;
  overflow: hidden
}

.order.forSticky {
  overflow: visible
}

.mpw-navbar.container {
  max-width: 1170px;
  padding: 0 15px
}

.progress {
  max-width: 740px
}

.topText {
  font-size: 24px;
  line-height: 30.36px;
  padding-bottom: 26px;
  text-align: center
}

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

.allStepsName h2, .stepNo {
  color: #aebdca;
  text-align: center
}

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

p.pageOf {
  font-size: 20px;
  line-height: 28px
}

.progressBars {
  display: flex;
  justify-content: center;
  max-width: 555px;
  align-items: center;
}

.stepProg {
  position: relative;
  width: 100%;
  background: #109b9312
}
.stepCircle svg{
  display: none;
}
span.stepCircle {
  min-width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 3px solid #109B93;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepCircle.activeProgComplete{
  border: none;
}
.stepCircle.activeProgComplete svg{
  display: block;
}
.completed {
  position: absolute;
  background: #109B93;
  transition: .8s;
  width: 0
}

#step2-2.show, .formBody, .stepNo {
  position: relative
}

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

.stepOneProg, .stepOneProg .completed {
  border-radius: 20px 0 0 20px
}

.stepTwoProg, .stepTwoProg .completed.pageDone {
  border-radius: 0
}

.stepThreeProg, .stepThreeProg .completed, .stepThreeProg .completed.pageDone, .stepTwoProg .completed {
  border-radius: 0 20px 20px 0
}

.completed.pageDone {
  background: #109B93;
  width: 100%
}

.allStepsName {
  display: flex;
  justify-content: space-between;
  max-width: 529px;
  width: 100%;
  margin: 0 auto
}

.pageInput, .stepNo {
  align-items: center
}

#step1, #step2, #step2-2.show, .orderForm {
  max-width: 634px
}

.stepNo {
  background: 0 0;
  font-size: 14px;
  line-height: 17.71px;
  border-radius: 100px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  border: 1px solid #aebdca;
  margin: 0 auto 6px
}
.allStepsName h2:first-child .stepNo{
  padding-right: 1px;
}

.orderForm, .summaryBar {
  width: 100%;
  background: #fff
}

.activeProg .stepNo {
  color: #109B93;
  border: 1px solid #109B93
}

.activeProgComplete .stepNo::before {
  content: '';
  background: url(../images/completPro.svg);
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute
}

.allStepsName h2 {
  font-size: 16px;
  font-weight: 450;
  line-height: 20.24px;
  display: inline-block;
  margin-bottom: 20px
}

#minusPage svg:first-child, #minusPage[disabled] svg:last-child, #step2-2.show, .formFields.bonuses .singlebonus.clicked .pricing img.remove, .infoAgainstLabel.instructions, .iti.iti--allow-dropdown, .orderBtns a.navBT:hover lord-icon.arrowNext, input.valid~.forValid, select.invalid~.errorMsg {
  display: block
}

.allStepsName h2.activeProg, .singleMethod.active p {
  color: #109B93
}

.allStepsName h2.activeProgComplete {
  color: #109B93
}

.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.html');
  left: 0;
  top: 0
}

#step2-2, #step2.show {
  left: 1px
}

.formBody {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 28px;
  max-width: 1006px;
  margin: 50px auto 0;
}

.orderForm {
  padding: 35px 35px 46px;
  border-radius: 8px;
  visibility: hidden;
  transition: .1s
}

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

#step2-2.show {
  padding: 0;
  box-shadow: unset
}

.summaryBar {
  max-width: 341px;
  top: 100px;
  position: sticky;
  height: 100%
}

.errorMsg, .inputGroup, .stepDiv, p.stepNameinner {
  position: relative
}

.inputGroup {
  margin-bottom: 14px
}

.inputGroup label, .inputGroup p.label {
  font-size: 14px;
  line-height: 17.71px;
  text-align: left;
  color: #a1acb9
}

.orderBtns a.nextBtn, .orderBtns a.prevBtn, p#addon {
  font-size: 15px;
  font-weight: 500
}

#page-num, .deadlineInput select, .pageInput input, p.extra {
  text-align: center
}

.dateGroup span.required, .errorMsg, .focused span.required {
  color: #df4d4d;
}

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

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

.errorMsg {
  font-size: 14px;
  line-height: 21px;
  margin-top: 8px;
  padding-left: 28px;
  display: none
}

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

.select2-container--default .select2-results__option--selected {
  background-color: #109B93;
  color: #fff
}

#phoneLabel, #time, span.required {
  color: #a1acb9
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
      background: #109b9312;
  color: #161616
}

.error-messages svg path, .lowBalanceAlert svg path, a.prepayTool svg path, a.prepayToolAdmin svg path {
  fill: #019990
}

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

.inputGroup input:hover {
  border: 1px solid #05AAA3;
}
.inputGroup input:focus, .inputGroup select:focus {
  border: 1px solid #019990
}

.inputGroup input.invalid, .inputGroup select.invalid {
  border: 1px solid #df4d4d
}

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

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

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

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

.iti--allow-dropdown .iti__flag-container {
  border: 1px solid #dadce0;
  width: 67px;
  height: 48px;
  left: 1px;
}

.prepayCheck, p#addon {
  border-top: 1px solid #d7edff
}

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

input#phone {
  max-width: 100%;
  margin-left: auto;
  padding: 17px 40px 16px 75px
}

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

.formGroup .inputGroup:last-child, .prepayChecked p:last-child, .summary-txt span:last-child, a.attachedFile:last-child {
  margin-bottom: 0
}

.stepDiv {
  background: #fff
}

.forValid, .line, .selectGroup::after {
  position: absolute
}

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

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

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

.freePagesWrapper, .pageInput {
  position: relative
}

.selectGroup label {
  color: #019990;
  font-size: 12px
}

.selectGroup select {
  cursor: pointer
}

.selectGroup::after {
  display: none;
  content: "";
  width: 13px;
  height: 13px;
  background: url('../images/orderSelectIcon.svg');
  right: 15px;
  top: 23px;
  pointer-events: none
}

.selectGroup.showLabel::after {
  top: 41px
}

.selectGroup.showLabel label {
  display: inline;
  position: absolute;
  top: -8px;
  z-index: 5;
  left: 18px;
  padding: 0 2px;
  background: #fff;
  z-index: 1;
}
.selectGroup.showLabel label .required{
  color: #df4d4d;
}

.pageInput a, .pageInput a:active {
  background-color: #109B93
}

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

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

.dateGroup label {
  display: inline-block;
}

.pageInput {
  display: flex;
  column-gap: 5px;
  justify-content: space-between
}

.pageInput a svg {
  transition: .1s
}

.pageInput input {
  max-width: 100%;
  padding: 16px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 21px
}

.pageInput a {
  display: inline-block;
  padding: 12px;
  border: 1px solid #109B93;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  min-width: 48px;
}

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

.pageInput a:hover {
  border: 1px solid #05AAA3;
  background: #05AAA3;
}
label.attachLbl:hover{
  border: 1px solid #05AAA3;
}

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

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

.freePagesWrapper .freePagesImg {
  position: absolute;
  right: -1px;
  top: 0
}

#minusPage[disabled], #plusPage[disabled] {
  pointer-events: none;
  border: 1px solid #e9f2ff;
  background-color: #fff
}

#attachments, #minusPage svg:last-child, #minusPage[disabled] svg:first-child, .formFields.bonuses .singlebonus.clicked .pricing img.tick, .select2-container--default .select2-search--dropdown .select2-search__field, .selectGroup label, input.policyCheck, input.prepay {
  display: none
}

.pageInput a svg path {
  fill: #fff
}

p.extra {
  font-size: 12px;
  line-height: 14px;
  color: #6f767c;
  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;
  height:50px;
  overflow: hidden;
}

.deadlineInput select {
  padding: 0
}

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

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

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

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

.deadlineInput .deadline.valid {
  color: #000
}

#time {
  font-size: 13px
}

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

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

.deadLabel {
  padding-left: 25px
}

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

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

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

#step2 .orderBtns {
  padding: 26px 0 0
}

.orderBtns a.nextBtn {
  line-height: 18.97px;
  color: #fff;
  text-align: center;
  background: #109B93;
  display: block;
  border-radius: 5px;
  border: 1px solid #109B93;
  position: relative;
  width: 220px;
  height: 43px;
  margin-left: auto
}

.orderBtns a.nextBtn:hover {
  background: #05AAA3
}

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

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

.orderBtns a.navBT span.text.expertDir {
  left: 21%
}

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

.orderBtns a.nextBtn.expertShowBtn {
  width: 127px
}

.orderBtns a.nextBtn.first {
  width: 100%;
  max-width: 229px;
  margin-left: auto;
}

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

.paymentBtn.disabled {
  height: 44.97px
}

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

.orderBtns a.prevBtn, label.prepayLabel {
  display: inline-block;
  position: relative
}

.loginBTnShow lord-icon.arrowNext{
  top: 9px;
}
.orderBtns a.navBT.expertShowBtn lord-icon.arrowNext {
  top: 12px;
}

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

.orderBtns a.navBT span.text {
  transition: .1s;
  position: absolute;
  font-weight: 450;
  left: 17%;
  top: 12px
}

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

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

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

.orderBtns a.navBT.prevBtn:hover span.text {
  transform: translateX(10px)
}

.orderBtns a.prevBtn {
  padding: 12px 40px;
  line-height: 16px;
  color: #a2a9af;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #d2d5d7;
  width: 187px;
  height: 43px;
  border-radius: 5px;
}

.prepayChecked .lft p, .subTotal .head, span.del {
  font-size: 14px;
  font-weight: 450;
  text-align: left
}

.orderBtns a.nextBtn:hover {
  border: 1px solid #05AAA3
}

.orderBtns a.prevBtn:hover {
  border: 1px solid #05AAA3;
  color: #05AAA3;
}
.calculator {
  min-height: 200px;
  padding: 15px 20px;
  border-radius: 8px;
  margin-right: 0;
  max-height: 638px;
  max-width: 341px;
  width: 100%;
  overflow: auto;
  overflow-x: hidden
}

#expert_addon, .summaryHead {
  padding-bottom: 11px
}

.formGroup.pt-0 {
  padding-top: 0
}

.calculator::-webkit-scrollbar {
  width: 4px;
  max-height: 4px
}

.calculator::-webkit-scrollbar-track {
  background: #e4ebfb
}

.calculator::-webkit-scrollbar-thumb {
  background: #c3d1ef;
  border-radius: 4px
}

.summaryHead {
  font-size: 17px;
  font-weight: 700;
  line-height: 21.5px;
  color: #191919;
  text-align: center;
  border-bottom: 1px solid #d7edff
}

.addonHead, .personalHead {
  line-height: 28px;
  font-weight: 600
}

p#addon {
  line-height: 24px;
  padding: 9px 0 0;
  display: none;
  margin-top: 11px
}

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

.prepayChecked .lft p, .subTotal .head {
  line-height: 20px;
  color: #575e62
}

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

.summaryCalculator p.bonusPrice {
  display: flex;
  align-items: center;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 22.77px
}

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

span.del {
  text-decoration: line-through;
  text-decoration-color: #DF4D4D;
  text-decoration-thickness: 2px;
  line-height: 17.71px;
  color: #161616
}

.backToOrder a, .balance a, a#edit-order:hover, p.agreeTxt a {
  text-decoration: underline
}

span.real {
  font-size: 18px;
  font-weight: 700;
  line-height: 22.77px;
  color: #161616;
  margin-left: 5px
}

p.saveTxt {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #13ad35;
  padding-bottom: 8px;
  text-align: right
}

.prepayCheck {
  padding: 12px 0 16px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 11px
}

label.prepayLabel {
  width: 13px;
  height: 13px;
  border: 1px solid #b9bbbd;
  border-radius: 2px;
  transition: .1s;
  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: .1s
}

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

label.prepayLabel:hover {
  border: 1px solid #05AAA3;
  cursor: pointer
}

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

a.paymentBtn.disabled:hover, a.paymentBtn:hover, input.prepay:checked~label.prepayLabel .labelHover {
  background: #05AAA3
}

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

p.prepayTxt {
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  color: #161616;
  margin-left: 6px;
  display: flex;
  align-items: center
}
input.prepay:checked~label.prepayLabel {
  border: 1px solid #109B93;
}
.balance a, label.attachLbl a, label.policyLbl {
  display: inline-block
}

.prepayTxt.disableText {
  color: #adadad
}

.disableCheck label.prepayLabel {
  pointer-events: none
}

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

.paymentMethods, .totalCal {
  justify-content: space-between;
  display: flex
}

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

.prepayChecked .right p {
  font-size: 15px;
  font-weight: 450;
  line-height: 18.97px;
  text-align: right
}

.totalCal {
  align-items: center;
  padding: 8px 12px;
      background: #109b9312;
  margin-left: 0;
  width: 100%;
  border-radius: 5px;
  margin-top: 11px
}

p.totalHead {
  font-size: 14px;
  font-weight: 450;
  line-height: 17.71px;
  color: #575e62
}

p.totalPrice {
  font-size: 23px;
  font-weight: 700;
  line-height: 29.09px;
  color: #161616
}

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

label.policyLbl {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background: #fff;
  pointer-events: none
}

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

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

p.agreeTxt a {
  color: #109B93;
}

p.agreeTxt a:hover {
  text-decoration: none;
}
p.paymentHead {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #161616;
  margin: 10px 0 11px
}

.paymentMethods {
  padding: 8px;
  background: #f5f7f9;
  border-radius: 3px;
  margin: 10px 0 0
}

.singleMethod {
  padding: 16px 15px;
  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: #b5bdc3;
  margin-top: 2px
}

.singleMethod svg path {
  fill: #b2bbc2
}

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

.edit-section a svg path, .singleMethod.active svg path {
  fill: #109B93
}

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

p.balanceHead {
  line-height: 19px
}

span.balanceA {
  font-size: 15px;
  color: #333638
}

.balance a {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #019990;
  margin-left: 6px;
  transition: .1s;
  padding: 4px 6px
}

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

p.balance0Msg {
  padding: 7px 7px 7px;
  color: #df4d4d;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  background: rgba(223, 77, 77, .18);
  border-radius: 100px;
  margin: 10px 0;
  text-align: center;
}

.stripeHead p, a.paymentBtn {
  font-weight: 500;
  font-size: 15px
}

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

a.paymentBtn {
  padding: 12px 0;
  text-align: center;
  color: #fff;
  background: #109B93;
  border-radius: 3px;
  margin-top: 20px;
  display: block;
  transition: .1s;
  line-height: 18.97px
}

.paymentsBy img, .securities img {
  display: block;
  margin: 0 auto;
  height: 100%
}

.paymentsBy {
  position: relative;
  padding: 20px 18px 18px;
  margin-top: 45px;
  border: 1.17667px solid #e4e5e6;
  border-radius: 8px;
  max-width: 341px;
  width: 100%
}

#step1, #step2, .stripeHead {
  position: absolute;
  width: 100%
}

.paymentsBy img {
  max-width: 310px;
  max-height: 38px;
  width: 100%
}

.securities img {
  max-width: 332px;
  max-height: 61px;
  width: 100%
}

.stripeHead {
  left: 0;
  top: -17px;
  display: flex;
  justify-content: center;
  align-items: center
}

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

.stripeHead p {
  line-height: 33px;
  color: #575e62;
  background: #fff;
  padding: 0 5px
}

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

.personalHead, label.attachLbl {
  justify-content: space-between
}

#step2 {
  left: 200%;
  top: 0;
  transition: .1s;
  padding-bottom: 40px;
  padding-top: 35px
}

#step1 {
  left: -200%;
  top: 0;
  transition: .1s
}

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

label.attachLbl {
  max-width: 564px;
  width: 100%;
  padding: 22px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  cursor: pointer
}

label.attachLbl .main {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.48px;
  color: #161616;
  padding-bottom: 11px;
  text-align: center
}

.attachLbl .text {
  width: 100%
}

label.attachLbl .main::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url('../images/uploadIcon.svg');
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 2px
}

label.attachLbl .desc {
  font-size: 14px;
  font-weight: 450;
  line-height: 16.44px;
  color: #a1acb9;
  width: 100%;
  text-align: center
}
.select2-dropdown{
  z-index: 1;
}
.infoRevision {
  padding: 35px;
  background: #109b9308;
  height: 100%
}

.orderForm.orderReview {
  padding: 35px;
  margin-bottom: 70px
}

.completed.halfed {
  width: 50%
}
.completed.half{
  max-width: 50%;
}
.personalHead {
  font-size: 17px;
  color: #161616;
  padding-bottom: 6px;
  border-bottom: 1px solid #e1edf7;
  display: flex;
  margin-bottom: 20px
}

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

.infoAgainstLabel p {
  font-size: 14px;
  line-height: 19px;
  color: #575e62;
  font-weight: 400
}

.edit-section a {
  float: right;
  color: #109B93;
  font-size: 14px;
  display: flex;
  align-items: center
}

.edit-section a span {
  display: flex;
  position: relative;
}

.edit-section a svg, div#attachment_files small svg {
  margin-right: 10px;
  min-width: 25px;
}

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

.orderHead {
  margin-top: 55px
}

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

.instructions p {
  text-align: justify;
  margin-top: 8px;
  line-height: 157%;
}

.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: #019990;
  margin-bottom: 10px
}

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

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

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

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

.addonHead {
  margin-top: 15px;
  font-size: 18px;
  color: #161616
}

.accordion-form__service-title1 {
  padding-bottom: 18px
}

.expertAddons {
  margin-bottom: 36px
}

.accordion-form__service-title1 h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22.77px;
  color: #161616
}

.writers__item.active {
  border: 1px solid #18B278;
  background: #F5FFFB;
}
.writers__item.active .writers__price{
  background: #E5F6F0;
}

.writers__item > svg{
  display: none;
}
.writers__item.active > svg{
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
}

.writers__item {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  padding: 25px 0px 0;
  max-width: 330px;
  width: 100%;
  margin: 0;
  border: 1px solid #BDE7E4;
  border-radius: 5px;
}

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

.writers__item:hover {
  border: 1px solid #05AAA3
}

.writers__img-wrapper {
  text-align: center;
  height: 28px;
  margin-bottom: 20px
}

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

.writers__text {
  font-weight: 450;
  line-height: 16.66px;
  padding: 6px 18px;
  text-align: center;
  color: #929699;
  font-size: 12px;
}

.writers__price {
  background: #F0FEFD;
  padding: 9px 18px;
  min-height: 36px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.44px;
  margin-top: 10px;
  color: #109B93;
  border-radius: 0 0 5px 5px;
}

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

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

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

a.prepayToolAdmin {
  margin-left: 8px;
  max-height: 22px;
  position: relative;
  display: flex;
  top: -1px
}

.premiumExpertSvg {
  display: flex
}

span.toolText, span.toolTextAdmin {
  position: absolute;
  font-size: 11px;
  top: -60px;
  left: 73px;
  padding: 10px;
  background: #fff;
  display: none;
  width: 225px;
  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%);
  border-radius: 4px;
}

span.toolTextAdmin {
  top: -152px;
  left: 43px;
  width: 320px
}

span#talkbubble2 {
  top: 28px;
  left: -5px;
  width: 320px;
  z-index: 4
}

.inputGroup label.forIn.focused {
  left: 15px;
  top: -8px;
  padding: 0 5px;
  background: #fff;
  font-size: 12px;
  color: #019990
}

.inputGroup label.forIn, .inputGroup p.label.forIn {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 20px;
  margin-bottom: 0;
  transition: .1s
}

label.forIn.focused[for=phone], label.forIn[for=phone] {
  left: 77px
}

#phoneLabel.focused {
  color: #019990
}

#talkbubble:after {
  content: "";
  position: absolute;
  left: 15%;
  top: 60px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}

#talkbubble2:after {
  content: "";
  position: absolute;
  left: 27%;
  top: -10px;
  width: 0;
  height: 0;
  transform: translateX(-50%) rotate(180deg)
}

.custom-alert {
  position: relative;
  padding: 20px 40px 0;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: .25rem
}

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

.file, .redirectMsg {
  align-items: center
}

.invisibleDiv {
  position: absolute;
  background: 0 0;
  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
}

img.remove {
  transition: .1s;
  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: 63%;
  max-height: 40px;
  padding-right: 10px;
  padding-left: 10px
}

.orderForm.show {
  visibility: visible
}

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

.promoInputWrapper button {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.97px;
  color: #fff;
  text-align: center;
  background: #109B93;
  border: 1px solid #109B93;
  border-radius: 2px;
  position: relative;
  max-width: 104px;
  width: 100%;
  height: 40px;
  margin-left: auto;
  cursor: pointer;
  transition: .1s
}

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

.promoInputWrapper button:hover {
  background: #05AAA3;
  border: 1px solid #05AAA3
}

.selection .select2-selection--single {
  max-height: 50px;
  min-height: 48px;
  padding: 15px;
  border: 1px solid #E2E8F0
}

.selection .select2-selection--single:hover {
  border: 1px solid #05AAA3
}

.select2-invalid .selection .select2-selection--single[aria-expanded=true], .select2-valid .selection .select2-selection--single[aria-expanded=true], .selection .select2-selection--single[aria-expanded=true] {
  border: 1px solid #019990
}

.select2-invalid.select2-container--default .select2-selection--single {
  border: 1px solid #df4d4d
}

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

.selection .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 17.71px;
  text-align: left;
  color: #a1acb9;
}

.selection .select2-selection--single .select2-selection__rendered.select_value_added {
  line-height: 20px;
  color: #202124
}

.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: 48px
}

#time+.select2 .selection .select2-selection--single .select2-selection__rendered {
  color: #202124;
  padding-right: 0;
  text-align: center
}

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

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

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

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

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border: unset;
  width: 13px;
  height: 13px;
  background: url('../images/orderSelectIcon.svg');
  transform: rotateX(160deg) translateY(-5px)
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: unset;
  border: unset;
  width: 13px;
  height: 13px;
  left: 0;
  transform: translateY(7px);
  background: url('../images/orderSelectIcon.svg')
}

.deadlineInput .select2-container--default .select2-selection--single .select2-selection__arrow b, .otherGroup {
  display: none
}

#showErrorOnNotRedirected {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(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;
  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: #4964eb;
  color: #fff;
  border-radius: 20px;
  padding: 10px 35px
}

#attach_1, .file a {
  color: #019990;
  font-weight: 400;
  line-height: 16px;
  font-size: 14px
}

.boostHead {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #161616;
  margin-bottom: 16px
}

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

.attachSvg {
  margin-right: 15px
}

.AttachmentReview {
  align-items: center
}

div#attachment_files small {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 16px;
  color: #109B93
}

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

div#attachment_files .file-attachment {
      background: #109b9312;
  padding: 8px 12px;
  border-radius: 3px
}

.file-attachment .cross svg {
  width: 10px
}

.expertChargesToolTxt {
  position: absolute;
  font-size: 11px;
  top: -56px;
  left: 42px;
  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;
  top: 46px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 12px solid #fff;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
  left: 70px;
}

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 {
  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: #161616;
  margin-left: 5px
}

label.prepayLabel.disabled {
  opacity: .4
}

.singlePriceDetail:first-child, div.showPassCheck {
  margin-top: 0
}

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

.paymentBtn2___ {
  width: 100%;
  display: block;
  padding: 9px 0;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #019990;
  margin: 20px auto;
  border-radius: 6px;
  cursor: pointer
}

.istFormgroup {
  padding-bottom: 0
}

.nop {
  color: #213d56 !important
}

.feature-wrapper {
  background-color: #fafbff
}

.inputGroup textarea:hover, .promoInputWrapper input:hover, span.select2-selection.select2-selection--1ingle:hover {
  border: 1px solid #05AAA3
}

a#edit-order:hover {
  text-underline-offset: 3px
}

.priceBreakdown {
  padding: 23px 0 14px;
  border-bottom: 2px solid #ebebec;
  display: none
}

.singlePriceDetail {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  position: relative
}

.singlePriceDetail .head {
  font-size: 14px;
  font-weight: 450;
  line-height: 20px;
  text-align: left;
  color: #575e62;
  display: flex;
  align-items: center
}

.singlePriceDetail p:last-child {
  font-size: 15px;
  font-weight: 450;
  line-height: 18.97px;
  text-align: right;
  color: #161616
}

#offer_two_pages {
  color: #e23659
}

.summary-txt {
  width: 100%;
  padding: 12px 13px 12px 14px;
  border-radius: 5px;
  background: #FAFDFF;
  margin-top: 22px;
  display: none
}

.summary-txt p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #161616;
  margin-bottom: 7px;
}

.summary-txt span {
  display: block;
  font-size: 12px;
  font-weight: 450;
  line-height: 15.73px;
  text-align: left;
  color: #777F84;
  margin-bottom: 6px
}

section.revSec {
  padding-top: 60px
}

.orderBtns a.nextBtn.loginBTnShow {
  width: 187px
}

.orderBtns a.navBT.loginBTnShow span.text {
  left: 14%
}

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

#step2-2 .orderBtns {
  padding-top: 36px
}

div#attachment_files .file-attachment+.file-attachment {
  margin-top: 14px
}
.inputGroup p.attachmentLabel,
.dateGroup label{
  color: #161616;
  font-weight: 450;
  margin-bottom: 6px;
}
option:disabled {
  /* Add your styles here */
  color: gray;
  background-color: lightgray;
}
.select2-results__option{
  font-size: 14px;
  font-weight: 450;
}
#deliveryDate{
  padding: 20px 0px 0 ;
  align-items: flex-start;
  margin-left: 10px;
}
#expert_charges_head{
  display: flex;
  align-items: center;
  column-gap: 4px;
}
#page-num{
  pointer-events: none;
}
.iti__flag{
  min-width: 20px;
}
.iti--separate-dial-code .iti__selected-dial-code{
  font-size: 13px;
}
@media (max-width:1368px) {
  form, form#register_form {
      top: 80px
  }

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

@media (max-width:1199px) {
  #step1.show, .progress {
      margin: 0 auto
  }

  .progress {
      padding: 0 10px
  }

  .formBody {
      flex-direction: column
  }

  .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: 0 10px
  }

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

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

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

  #step2 .orderBtns, .formGroup {
      padding: 0
  }
}

@media (max-width:575px) {
  .allStepsName::before, .stepDetail::before {
      position: absolute;
      content: '';
      border-bottom: 1px solid #e1e1e1;
      max-width: calc(100% - 26px);
      bottom: 0;
      width: 100%;
      margin: 0 auto
  }

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

  .orderBtns a.nextBtn.expertShowBtn, .orderBtns a.nextBtn.loginBTnShow {
      width: 100%
  }

  .orderBtns a.navBT span.text.expertDir, .orderBtns a.navBT.loginBTnShow span.text {
      left: unset
  }

  .allStepsName, .stepDetail {
      position: relative
  }

  .allStepsName::before {
      display: none
  }

  .progressBars {
      padding: 0 12px
  }

  .topText {
      font-size: 20px;
      padding-bottom: 30px
  }

  .completed, .stepProg {
      max-width: 100%
  }

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

  .formBody {
      margin-top: 30px;
      padding: 0 22px
  }

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

  .formGroup {
      padding: 14px 10px 0
  }

  .pageInput input {
      padding: 16px 5px;
      max-width: 100%
  }

  .dateGroup {
      flex-direction: column
  }

  .deadlineInput {
      justify-content: flex-start
  }

  p.stepName {
      font-size: 23px;
      line-height: 150%
  }

  .order {
      padding: 40px 0 0
  }

  form#register_form {
      top: 20px
  }
  .infoAgainstLabel p {
    max-width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .instructions p {
    max-width: unset;
    white-space: normal;
  }
}

@media (max-width:460px) {
  .calculator, .orderBtns a.nextBtn.direct, .orderBtns a.nextBtn.first, .select2-container, .stepProg, .writers__item {
      max-width: 100%
  }

  .orderBtns a.navBT span.text, .summaryBar {
      position: relative
  }

  .orderBtns {
      padding: 0 10px 30px
  }

  .allStepsName h2.overIt, .deadLabel {
      padding-left: 0
  }

  p.stepNameinner {
      padding-left: 10px
  }

  .custom-alert, .orderBtns.second, .orderForm.orderReview {
      padding: 0
  }
  .orderForm.orderReview{
    margin-bottom: 20px;
  }

  .custom-alert-info {
      margin: 0;
      font-size: 11px; 
  }
  .error-messages svg{
    margin-top: 1px;
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

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

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

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

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

  .infoRevision {
      padding: 30px
  }

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

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

  .promoInputWrapper input {
    width: 63%;
  }

  .freePagesWrapper, .totalCal, p.extra {
      width: 100%
  }

  .promoInputWrapper label.forIn {
      left: 12px
  }

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

  .allStepsName h2 {
      font-size: 13px;
      max-width: 100%
  }

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

  p.stepName {
      font-size: 20px
  }

  .deadlineInput {
      justify-content: space-between
  }

  .deadlineInput .deadline {
      min-width: 73%;
      margin: 0
  }

  #time+.select2 {
      width: 25% !important
  }

  #step2 {
      padding-top: 30px
  }

  .summaryBar {
      top: 0;
      order: 3
  }

  .writers {
      flex-direction: column
  }

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

  .adonsCheckBoxes {
      height: 20px
  }

  .totalCal {
      margin-left: 0
  }

  .personalHead {
      flex-direction: column-reverse
  }

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

  #step2.show {
      order: 1
  }

  #step2-2.show {
      order: 2
  }

  .writers__item {
      margin: 0
  }

  .orderBtns a.nextBtn {
      margin: 20px auto 0;
      display: flex;
      align-items: center;
      justify-content: center
  }

  .attachLbl svg:first-child, .orderBtns a.navBT:hover lord-icon.arrowNext {
      display: none
  }

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

  span.toolText, span.toolTextAdmin {
    left: 48px;
}

  #talkbubble:after {
      left: 23%
  }

  .freePagesWrapper .freePagesImg {
      right: -2px
  }
}

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

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

@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
  }

  label.attachLbl {
      padding: 15px
  }

  .agreement {
      align-items: start
  }

  .singleMethod {
      padding: 7px 15px
  }

  .promoInputWrapper button {
      max-width: 100px
  }

  .infoAgainstLabel p, .inputGroup input, .inputGroup label, .inputGroup p.label, .inputGroup select, .inputGroup textarea, .select2-container .select2-selection--single .select2-selection__rendered, .select2-results__option--selectable {
      font-size: 14px
  }

  .promoInputWrapper input {
        width: 64%;
  }

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

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

  .personalHead {
      font-size: 20px
  }
}

.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: #019990 transparent #fff;
  animation: 1.2s linear infinite lds-dual-ring
}

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

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

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

@-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)
  }
}

.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: 0 4px 10px -6px rgb(31 27 45 / 20%), 0 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: #019990;
  animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:first-child {
  left: 8px;
  animation: .6s infinite lds-ellipsis1
}

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

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

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

@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)
  }
}