<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.archive-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.archive-post article {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 300px;
}


.essay-order-form {
 position: sticky;
  top: 100px;
  width: 387px;
  min-height: 548.08px;
  height: 100%;
      margin: 3em;
  background: #ffffff;
  border: 1.5px solid #5890ea;
  -webkit-box-shadow: 4px 4px 0px rgba(126, 151, 184, 0.5);
          box-shadow: 4px 4px 0px rgba(126, 151, 184, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.essay-order-form header {
  width: 386.98px;
  min-height: 158.93px;
  padding: 21px 23px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 24, 46, 0.9)), to(rgba(7, 24, 46, 0.9))), url(https://wp-midway.tutorbin.com/themes/blog-v1/css/.jpg);
  background: linear-gradient(0deg, rgba(7, 24, 46, 0.9), rgba(7, 24, 46, 0.9)), url(https://wp-midway.tutorbin.com/themes/blog-v1/css/.jpg);
  color: #ffffff;
  border-radius: 8px 8px 0px 0px;
}

.essay-order-form header span {
  display: block;
}

.essay-order-form header .form-heading {
  display: block;
  font-weight: 600;
  height: 33px;
  font-size: 22px;
  line-height: 33px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 4px;
}

.essay-order-form header .form-subheading {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 129%;
  color: #ffffff;
  margin-bottom: 12px;
}

.essay-order-form header .form-reward {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffab00;
}

.essay-order-form .form-content {
  padding: 24px;
  padding-top: 14px;
}

.essay-order-form .form-content .form-heading {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 21px;
  width: 176px;
  height: 24px;
}

.essay-order-form .form-content .form-heading img {
  position: absolute;
  top: 14px;
  right: -1.5em;
}

.essay-order-form .form-content input:not([type="file"]),
.essay-order-form .form-content textarea,
.essay-order-form .form-content select {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 1em;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.6);
  outline: none;
}

.essay-order-form .form-content input,
.essay-order-form .form-content select {
  height: 48px;
}

.essay-order-form .form-content input {
  margin-bottom: 14px;
}

.essay-order-form .form-content textarea {
  margin: 0;
}

.essay-order-form .form-content input:where([type="file"]) {
  display: none;
}

.essay-order-form .form-content .form-group-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.essay-order-form .form-content .form-group-layout:not(.no-margin) {
  margin-bottom: 10px;
}

.essay-order-form .form-content .form-group-layout label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
}

.essay-order-form .form-content .form-group-layout [type="radio"]:checked,
.essay-order-form .form-content .form-group-layout [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.essay-order-form .form-content .form-group-layout [type="radio"]:checked + label,
.essay-order-form .form-content .form-group-layout [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.essay-order-form .form-content .form-group-layout [type="radio"]:checked + label:before,
.essay-order-form .form-content .form-group-layout [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 3px;
  width: 13px;
  height: 13px;
  border: 1px solid #1a6052;
  border-radius: 100%;
  background: #fff;
}

.essay-order-form .form-content .form-group-layout [type="radio"]:checked + label:after,
.essay-order-form .form-content .form-group-layout [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 8.65px;
  height: 8.65px;
  background: #1a6052;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.essay-order-form .form-content .form-group-layout [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.essay-order-form .form-content .form-group-layout [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.essay-order-form .form-content button:where([type="submit"]) {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  gap: 10px;
  width: 333px;
  height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f86743), to(#f2b408));
  background: linear-gradient(180deg, #f86743 0%, #f2b408 100%);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
}

.essay-order-form .form-content .file-upload {
  cursor: pointer;
  border: 1px dashed rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  /* identical to box height, or 17px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #5890ea;
  padding: 10px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  margin-top: 4px;
}

.essay-order-form .form-content .stv-radio-tabs-wrapper {
  clear: both;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.essay-order-form .form-content input.stv-radio-tab {
  position: absolute;

      left: 0;
      top: 0;

      z-index: -1;
      opacity: 0;
}

.essay-order-form .form-content input.stv-radio-tab + label {
  cursor: pointer;
  float: left;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #2c927d;
  background-color: #fff;
  margin-right: -1px;
  padding: 0.5em 1em;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #072850;
  min-width: 107.45px;
  width: 33%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.essay-order-form .form-content input.stv-radio-tab + label:hover {
  background-color: #eee;
}

.essay-order-form .form-content input.stv-radio-tab + label:nth-child(2) {
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #2c927d;
}

.essay-order-form .form-content input.stv-radio-tab + label:last-child {
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 8px 8px 0px;
  border-style: solid;
  border-color: #2c927d;
}

.essay-order-form .form-content input.stv-radio-tab:checked + label {
  border: 1px solid #2c927d;
  background: #1a6052;
  color: #fff;
  z-index: 1;
}

.essay-order-form .form-content .essay-pricing {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.essay-order-form .form-content .essay-pricing strike {
  color: #ddd;
}

.essay-order-form .form-content .essay-pricing .current-price {
  font-size: 20px;
  color: #ff3a04;
  font-weight: 600;
}

.essay-order-form .form-content .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.essay-order-form .form-content .form-footer .essay-pricing ~ button {
  width: 130px;
}

.essay-order-form .form-content {
  position: relative;
}

.essay-order-form .form-content .order-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0000008a;
  z-index: 100;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: myfadeIn 3s infinite;
          animation: myfadeIn 3s infinite;
}

@-webkit-keyframes myfadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes myfadeIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.d-none {
  display: none !important;
}

.opacity-0 {
  opacity: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 768) {
  .essay-order-form {
    margin: auto;
  }
}
.mb-2{
margin-bottom:14px!important;
}</pre></body></html>