* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
}

/* Prenav Section Start */
.header-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #47494a;
}

.top-banner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.top-banner .left-ele i.fa-square-whatsapp {
  font-size: 24px;
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.top-banner .right-ele {
  position: relative;
  cursor: pointer;
  align-items: center;
  display: flex;
}
.button_group {
  display: none !important;
  display: flex;
  gap: 10px;
  margin-right: 10px;
}

.top-banner .right-ele .faq-text {
  position: absolute;
  top: 5px;
  left: 62px;
}

.top-banner .right-ele h6 {
  color: #f5f5f5;
}

.top-banner .right-ele h6 a {
  text-decoration: none;
  color: #f6f6fa;
}

.left-ele {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.left-ele span {
  font-size: 12px;
}

.left-ele span a {
  color: #5af97b;
  text-decoration: none;
}

.right-ele span {
  font-size: 12px;
  color: #fff;
}

.logo {
  width: 22.33%;
}

.logo-img {
  height: 50px;
  width: 150px;
}

/* Prenav Section End */

/* Navbar Section Start */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  font-family: Poppins, sans-serif;
  color: #fff;
  padding: 10px;
  width: 100%;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 10;
}



.navbar-left,
.navbar-right {
  flex-shrink: 0;
}

.navbar-center {
  width: 82%;
}

.navbar-center ul {
  display: flex;
  justify-content: center;
}

ol.menu-dropdown.service-wide.level-1 {
  list-style: none;
}

.navbar-right {
  margin-left: auto;
}

.services,
.reviews {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #333;
  padding: 10px;
  top: 72%;
  left: 16.5%;
}

.dropdown-menu.reviews {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #333;
  padding: 10px;
  top: 67%;
  left: 56.5%;
  min-width: inherit;
}

.dropdown-menu.reviews ol {
  padding-left: 0;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.order {
  background-color: #f16700;
  border: 1px solid #f16700;
  border-radius: 5px;
  color: #fff;
}

.order:hover {
  color: #f16700;
  background-color: #fff;
  border: 1px solid #f16700;
}

.count-1 {
  flex-direction: column;
  justify-content: center;
}

.nav-link {
  font-family: Poppins, sans-serif;
}

a.nav-link:hover {
  color: #f16700;
}
.nav-link.active {
  font-weight: bold;
  color: #f16700 !important; 
}
.navbar-center > ul > li .menu-container ul.menu-dropdown li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navbar-center > ul > li .menu-container ul.menu-dropdown li a {
  text-decoration: none;
  font-size: 13px;
  color: #444;
  padding: 4px 25px 4px 15px;
  display: block;
  cursor: pointer;
  transition: 0.15s ease-in-out;
  position: relative;
  border: none;
  margin: 0;
  font-weight: 400;
  z-index: 2;
}

.navbar-center > ul > li .menu-container ul.menu-dropdown li a:hover{
  color: #f16700;
}
.navbar-center > ul > li .menu-container ul.menu-dropdown li a:active{
  font-weight: bold !important;
  color: #f16700 !important; 
}
ul.menu-dropdown.service-wid .category-1 .heading-inner-manu,
ul.menu-dropdown.service-wid .category-2 .heading-inner-manu,
ul.menu-dropdown.service-wid .category-3 .heading-inner-manu {
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
  padding-left: 47px;
  position: relative;
  padding-bottom: 12px;
}

.navbar-center > ul > li .menu-container ol > li a {
  text-decoration: none;
  font-size: 15px;
  color: #444;
  padding: 4px 25px 4px 15px;
  display: block;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
  position: relative;
  border: none;
  margin: 0;
  font-weight: 400;
  z-index: 2;
}

.navbar-center > ul > li .menu-container ol > li a:hover,
.navbar-center > ul > li .menu-container ol > li a:active {
  color: #f16700;
}

/* Navbar Section End */


/* whats app button wrapper start */
.whatsapp_wrapper{
  position: fixed;
  bottom: 14px;
  z-index: 10;
  background-color: #212529;
  left: 10px;
    border-radius: 10px;
    padding: 10px;
}
.whatsapp_wrapper button{
  background: transparent;
  border: none;
}
/* whats app button wrapper end */


/* Banner Section Start */
.banner-main-wrapper,
.cart-main-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}

.container {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.banner-main-wrapper .banner-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 42px 0;
  position: relative;
}

.cart-main-wrapper .cart-inner-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 42px 0;
  position: relative;
}

.banner-main-wrapper .banner-inner-wrapper .banner-left {
  width: 865px;
}

.banner-main-wrapper .banner-inner-wrapper .banner-left h1 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
}

.banner-main-wrapper .banner-inner-wrapper .banner-left p {
  font-size: 1.25rem;
  color: #5f5f5f;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  padding-right: 21px;
}

.banner-main-wrapper .banner-inner-wrapper .banner-right {
  width: 323px;
}

.new_form_wrap {
  border-radius: 8px;
}

.new_form_wrap .new_form {
  background-color: #fff;
  padding: 21px 13px 13px;
  box-shadow: 0 8px 34px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.new_form_wrap .new_form .sub-headingnew {
  font-size: 1.25rem;
  color: #2c2c2c;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  animation: blinker 2s linear infinite;
  color: #1146a6;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.new_form_wrap .new_form .__input-box {
  width: 100%;
  display: block;
  padding: 0 12px;
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
}

.new_form_wrap .new_form .__input-box .form-control {
  border: 1px solid #c8c8c8;
  background-color: #f6f6fa;
}

.new_form_wrap .new_form .__input-box span.password-toggle-icon {
  position: absolute;
  top: 17px;
  right: 22px;
}

.new_form_wrap .new_form .__input-box input,
.new_form_wrap .new_form .__input-box select {
  display: block;
  padding: 6px 12px;
  font-size: 14px;
  width: 100%;
  outline: none;
  border-radius: 4px;
  height: 48px;
  background: transparent;
}

.new_form_wrap .new_form .__input-box .floating-label {
  position: absolute;
  top: 17px;
  left: 25px;
  pointer-events: none;
  transition: top 0.3s ease, font-size 0.3s ease;
  color: #8a8a8a;
  z-index: 2;
}

.new_form_wrap .new_form .__input-box input:focus {
  box-shadow: none;
  outline: none;
}

.new_form_wrap .new_form .__input-box input:focus + label,
.new_form_wrap .new_form .__input-box input:valid + label {
  font-size: 12px;
  top: -7px;
  color: #2c2c2c;
  background-color: #fff;
}

.new_form_wrap .new_form .__input-box.pagesVal input:focus ~ .floating-label,
.new_form_wrap
  .new_form
  .__input-box.pagesVal
  input:not(:placeholder-shown)
  ~ .floating-label {
  font-size: 12px;
  top: -7px;
  color: #2c2c2c;
  background-color: #fff;
}

.new_form_wrap .new_form .__input-box .p-relative {
  position: relative;
}

.new_form_wrap .new_form .anotherField {
  margin-bottom: 12px;
}

.new_form_wrap .new_form .__input-box.phoneFieldArea {
  display: none;
}

.new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
  padding-left: 101px;
}

.new_form_wrap .new_form .__input-box.phoneFieldArea select {
  position: absolute;
  width: 95px;
  left: 0px;
  top: 0px;
  font-size: 14px;
  border: 1px solid #c8c8c8;
  background-color: #f6f6fa;
  border-radius: 4px 0 0 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(..images/angle-arrow-down.png) white no-repeat 98.5% !important;
  background: url(../images//angle-arrow-down.png) white no-repeat
    calc(100% - 10px) !important;
  box-shadow: none;
  outline: none;
}

.new_form_wrap .new_form .__input-box.phoneFieldArea select option {
  width: 200px;
}

.new_form_wrap .new_form .__input-box select.form-control.service-type {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/angle-arrow-down.png) white no-repeat 98.5% !important;
  background: url(../images//angle-arrow-down.png) white no-repeat
    calc(100% - 10px) !important;
  box-shadow: none;
  outline: none;
}

/*For IE*/
selec.new_form_wrap
  .new_form
  .__input-box
  select.form-control.service-type::-ms-expand {
  display: none;
}

.new_form_wrap .new_form .__input-box .__deadline-container {
  position: relative;
  background-color: #f6f6fa;
}

.new_form_wrap .new_form .__input-box .__deadline-container select {
  position: absolute;
  height: 48px;
  font-size: 14px;
  top: 0;
  border-left: 0;
  right: 0px;
  outline: none;
  display: inline-block;
  max-width: 106px;
  width: 100%;
  background: #f6f6fa;
  border-radius: 3px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  font-family: Poppins, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/angle-arrow-down.png) white no-repeat 98.5% !important;
  background: url(../images//angle-arrow-down.png) white no-repeat
    calc(100% - 10px) !important;
}

.new_form_wrap .new_form .__input-box .__deadline-container select:focus {
  box-shadow: none;
  outline: none;
}

input[type="date"]::before {
  color: #999;
  content: attr(placeholder);
  margin-right: 122px;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "" !important;
  display: none;
}

.new_form_wrap .new_form .__input-box .textareaOuter {
  background-color: #f6f6fa;
  border: 1px solid #c8c8c8;
  display: block;
  padding: 6px 8px;
  font-size: 14px;
  width: 100%;
  outline: none;
  border-radius: 3px;
}

.new_form_wrap .new_form .__input-box .textareaOuter textarea {
  border: 0 !important;
  font-size: 14px;
  border: 0;
  min-height: 75px;
  width: 100%;
  resize: none;
  padding: 0;
  font-family: Poppins, sans-serif;
  box-shadow: none;
  outline: none;
}

.new_form_wrap .new_form .__input-box .textareaOuter .floating-label {
  position: absolute;
  top: 17px;
  left: 25px;
  pointer-events: none;
  transition: top 0.3s ease, font-size 0.3s ease;
  color: #8a8a8a;
  z-index: 2;
}

.new_form_wrap .new_form .__input-box .textareaOuter textarea:focus + label,
.new_form_wrap .new_form .__input-box .textareaOuter textarea:valid + label {
  font-size: 12px;
  top: -7px;
  color: #2c2c2c;
  background-color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.new_form_wrap .new_form .__input-box .textareaOuter .addFile {
  border: 0;
  padding: 0 0 6px 20px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 1;
  background-image: url("https://cdn1.myassignmenthelp.com/seo-revamp-assets/Attachment.svg");
  background-repeat: no-repeat;
  background-position: 0 1px;
  cursor: pointer;
  white-space: nowrap;
}

.new_form_wrap .new_form .__input-box .textareaOuter input[type="file"] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 110px;
  top: auto;
  bottom: 10px;
  left: 6px;
  opacity: 0;
  max-height: 20px;
  font-family: Poppins, sans-serif;
}

a {
  color: #007bff;
  text-decoration: none !important;
  background-color: transparent;
}

a.show-fileswrapper span.file-count {
  background-color: #d2e8ff !important;
  border: 1px solid #3176ef;
  border-radius: 4px;
  color: #3176ef !important;
  font-size: 12px;
  padding: 1px 8px !important;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-left: 30px;
  position: absolute;
  bottom: 8px;
  right: 180px;
}

.new_form_wrap .new_form .checked-wrap {
  display: flex;
  padding-left: 12px;
  padding-top: 0;
  margin: 0;
  padding-right: 20px;
  justify-content: space-between;
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox {
  position: absolute;
  opacity: 0;
  font-family: Poppins, sans-serif;
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox:checked + label:before {
  background: transparent;
  border: 2px solid #2c2c2c;
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox + label:before {
  content: "";
  margin-right: 7px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 2px;
  box-shadow: none !important;
  min-width: 18px;
  z-index: 1;
  position: relative;
  border: 2px solid #8a8a8a;
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  background: #2c2c2c;
  width: 1px;
  height: 2px;
  box-shadow: 2px 0 0 #2c2c2c, 4px 0 0 #2c2c2c, 4px -2px 0 #2c2c2c,
    4px -4px 0 #2c2c2c, 4px -6px 0 #2c2c2c, 4px -8px 0 #2c2c2c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid transparent;
}

.new_form_wrap .new_form .checked-wrap .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  font-family: Poppins, sans-serif;
}

.checked-wrap small {
  font-size: 11px !important;
  color: #2c2c2c;
  padding-top: 4px;
}

.new_form_wrap .__button-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.new_form_wrap .__button-container .button {
  color: #fff;
  background-color: #f16700;
  font-size: 18px;
  border: none;
  padding: 10px 40px;
  border-radius: 4px;
  width: 150px;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s linear;
  font-family: Poppins, sans-serif;
}

.new_form_wrap .__button-container .button.signin {
  margin-right: 10px;
}

.new_form_wrap .__button-container .button:hover {
  color: #fff;
  box-shadow: 0 5px 15px rgba(241, 103, 0, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.new_form_wrap .__button-container a {
  margin-top: -50px;
  font-size: 15px;
}

.signuptext {
  margin-left: 100px;

  font-size: 15px;
}

.signuptext.banner {
  display: flex;
  justify-content: center;
  margin-left: 0;
}

.signuptext.banner p {
  margin-left: 27px;
}

.error-message {
  color: #ff0000;
  font-style: italic;
  margin: 9px 0 3px 5px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 18px;
}

/* Banner Section End */

/* ===================================================== */
/* Dissertation-editing-service page */
/* New banner section start */
.dissertation-editing-service {
  position: relative;
  padding: 40px 0 40px;
  background-image: url(../images/Dissertation-structure.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(0 0 0 / 67%);
  background-blend-mode: soft-light;
  overflow: hidden;
}

.caption {
  width: 90%;
  margin: 0;
}

.caption .keyword {
  position: relative;
  text-align: left;
  margin-top: 0;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 50px;
  display: -webkit-box;
}

.caption p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  padding-top: 25px;
}

.caption p::before {
  width: 90px;
  height: 1px;
  background: #e8511e;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
}

.talk-with-us {
  margin-bottom: 10px;
}

.talk-with-us .button {
  color: #fff;
  background-color: #f16700;
  font-size: 18px;
  border: none;
  padding: 15px 0px;
  border-radius: 4px;
  width: 150px;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.talk-with-us .button:hover {
  color: #fff;
  box-shadow: 0 5px 15px rgba(241, 103, 0, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* New banner section end */

/* About Us section start */
.my-essay {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.my-essay h2 {
  color: #333;
  font-size: 30px;
}

.hr-line {
  background: linear-gradient(
    45deg,
    rgba(162, 172, 73, 0),
    rgba(241, 103, 0, 0.5),
    rgba(162, 172, 73, 0)
  ) !important;
  border: 0;
  height: 4px !important;
  margin: 20px auto;
  opacity: 1;
  position: relative;
  width: 25%;
}

.my-essay p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

/* About Us section end */

/* our benifits section start */
.our-benifits {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  background-color: #f5f5f5;
}

.choose-us-card {
  border: 1px solid #ecedee;
  box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
  margin-top: 50px;
  border-radius: 30px;
  padding: 20px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  min-height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* our benifits section end */

/* other services section start */
.sample-services {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  background-color: #f5f5f5;
}

.choose-us-card.other-services {
  min-height: 115px;
}

/* other services section end */
/* ===================================================== */
/* Dissertation-editing-service page */

/* ===================================================== */
/* write-my-paper page */
.iti.iti--allow-dropdown.iti--separate-dial-code{
  width: 100%;
}
/* any typrs section start */
.any-types {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}

.any-type-list {
  background-color: #e4eefc;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
}

.any-type-list ul {
  list-style: none;
  padding: 0 40px;
  display: inline-flex;
  flex-wrap: wrap;
}

.any-type-list ul li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
  color: #5f5f5f;
  width: 50%;
}

.any-type-list ul li::before {
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
}

/* any typrs section end */

/* how it works section start */
.how-it-works {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  background-color: #f5f5f5;
}
.how-it-works h2 {
  color: #333;
  font-size: 30px;
  text-align: center;
}
/* how it works section end */
/* write-my-paper page */
/* ===================================================== */

/* research paper writing page start */
/* ====================================================== */
.caption ul {
  list-style: none;
  padding-left: 0;
}
.caption ul li {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-top: 20px;
}
.caption ul li::before {
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
  margin-right: 10px;
}

/* customer research section start */
.customer-research {
  overflow: hidden;
  padding: 50px 0;
  position: relative;
  background-color: #f5f5f5;
}
.customer-research h3 {
  font-size: 20px;
  margin: 0 0 15px;
  line-height: 1.3em;
  text-align: start;
  color: #f16700;
  font-weight: 600;
}
.customer-research ul {
  list-style: none;
}
.customer-research ul li {
  display: flex;
}
.customer-research ul li::before {
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 4px;
}
.customer-research ul.main-advantages {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.customer-research ul.main-advantages li {
  width: 50%;
}
/* customer research section end */
/* ====================================================== */
/* research paper writing page end */

/* ======================================================== */
/* academic writing page start */
/* about us section start */
.my-essay ul {
  list-style: none;
}
.my-essay ul li {
  display: flex;
}
.my-essay ul li::before {
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 0px;
}
.my-essay ul.main-advantages {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.my-essay ul.main-advantages li {
  width: 50%;
}
.customer-research ul.benifit-list li {
  flex-wrap: wrap;
}
.customer-research ul.benifit-list li h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
/* about us section end */
/* academic writing page end */
/* ======================================================== */

/* -======================================================= */
/* narrative writing page start */
/* about us section start */
.my-essay h2 {
  text-align: center;
}
.my-essay h4 {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.my-essay p.narrative {
  text-align: start;
}
/* about us section end */
/* narrative writing page end */
/* ======================================================== */

/* ======================================================== */
/* argumentative page start */
/* about us section start */
.my-essay .content-table {
  padding: 20px;
  display: flex;
  justify-content: center;
}
table {
  border-collapse: collapse;
}

td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  padding: 12px;
}
/* about us section end */
/* argumentative page end */
/* ========================================================= */

/* ========================================================= */
/* Scholar ship essay writing page start */
/* about us section start */

.my-essay ul.scholarship-essay li b {
  margin-bottom: 5px;
}

.my-essay ul.scholarship-essay.two_column{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
/* about us section end */
/* Scholar ship essay writing page end */
/* ========================================================= */
/* cheap-essay page start */
.our-benifits .box {
  display: flex;
  align-items: center;
  width: 85%;
  margin: 0 auto;
}
.our-benifits .box img {
  max-height: 200px;
  margin-right: 40px;
  border-radius: 50%;
}
.contnt-area h3 {
  font-size: 1.75rem !important;
  margin: 0 0 8px !important;
}
.contnt-area p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  position: relative;
}
.order-now {
  margin-bottom: 10px;
}
.order-now .button {
  color: #fff;
  background-color: #f16700;
  font-size: 18px;
  border: none;
  padding: 15px 0px;
  border-radius: 4px;
  width: 150px;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.order-now .button i {
  margin-right: 3px;
}
.order-now .button:hover {
  color: #fff;
  box-shadow: 0 5px 15px rgba(241, 103, 0, 0.5);
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
/* cheap-essay page end */
/* ========================================================= */

/* Help Section Start */
.help {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px auto;
  vertical-align: baseline;
}

.help .help-text {
  text-align: center;
}

.help .help-text h2 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
}

.help .helpcolumn {
  padding: 50px 50px 0 50px;
}

.writing .writing-title {
  margin-top: 30px;
}

.writing .writing-title h3 {
  color: #001e62;
  line-height: 1.4;
  font-family: "Poppins";
  font-weight: 400;
}

.writing .writing-title .highlight-text {
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
}

.writing .writing-title .highlight-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 25%;
  transform: translateY(-75%);
  z-index: 10;
  transition: max-width 1s ease;
  background: linear-gradient(
    90deg,
    rgba(232, 111, 60, 1),
    rgba(0, 179, 115, 0) 100%
  );
}

.writing .writing-desc {
  margin-top: 30px;
}

.writing .writing-desc .text {
  color: #001e62;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Poppins";
}

.writing .desc-points + .writing .writing-action {
  margin-top: 20px;
}

.writing .desc-points {
  list-style: none;
}

.writing .writing-action {
  margin-left: 60px;
}

.writing .desc-points .desc-points-item {
  position: relative;
  padding-left: 2rem;
  font-size: 14px;
  line-height: 1.4;
  color: #001e62;
  font-family: "Poppins";
}

.writing .writing-action .helpbutton,
.whychoose .helpbutton {
  color: #001e62;
  background: rgba(0, 30, 98, 0.1);
  transition-timing-function: ease;
  transition-duration: 0.17s;
  position: relative;
  display: inline-flex;
  height: 1px;
  min-height: 2.75rem;
  padding: 0 1.5rem;

  font-size: 14px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.writing .writing-action .helpbutton:hover,
.whychoose .helpbutton:hover {
  color: #fff;
  background: #6174a0;
}

/* Help Section End */

/* Proofreading Section Start */
.proofreading-sec {
  margin: 50px auto;
}

.proofreading-sec .proof-text {
  text-align: center;
}

.proofreading-sec .proof-text h2 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
}

.proofreading-sec .content-column {
  padding: 50px 50px 0 50px;
}

.proofreading-sec .content-column .column {
  position: relative;
}

.proofreading-sec .content-column .column .column-img-wrap {
  height: 120px;
  vertical-align: middle;
  text-align: center;
}

.proofreading-sec .content-column .column .column-img-wrap::before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.proofreading-sec .content-column .column .column-text-wrap h4 {
  text-align: center;
  font-size: 1.5rem;
  color: #1b2b68;
}

.proofreading-sec .content-column .column .column-text-wrap .proof-content {
  text-align: center;
}

.proofreading-sec .content-column .column .column-text-wrap .proof-content p {
  color: #1b2b68;

  line-height: 1.8;
}

/* Proofreading Section end */

/* How Works Start */
.how-works-step {
  text-align: center;
}

.how-works-step h4 {
  color: #1b2b68;
}

/* How Works End */

/* Why choose start */
.whychoose {
  background: rgba(0, 30, 98, 0.05);
  text-align: center;
  color: #001e62;
  margin: 50px auto;
}

.col-12 {
  margin-bottom: 30px;
}

.whychoose h3 {
  font-size: 1.675rem;
  color: #1b2b68;

  margin-top: 50px;
  font-weight: 600;
}

.whychoose .intro-text p {
  font-size: 1.3rem;
  color: #1b2b68;

  margin-top: 40px;
}

/* Why choose end */

/* Why choose column start */
.choose-column {
  padding-top: 120px;
  padding-bottom: 120px;
  border-radius: 0;
}

.choose-column h2 {
  margin-bottom: 3.75rem;
  text-align: center;
  color: #1b2b68;
}

.feature {
  margin-top: 30px;
  margin-bottom: 30px;
}

.feature__img-wrapper {
  display: inline-block;
  float: left;
  width: 60px;
}

.feature__img {
  max-width: 38px;
  height: auto;
  max-height: 38px;
}

.feature__content {
  display: inline-block;
  float: left;
  width: calc(100% - 60px);
}

.feature__content h5 {
  font-weight: 500;
  color: #1b2b68;
}

.feature__content p {
  line-height: 1.8;
  color: #1b2b68;
}

/* Why choose column end */

/* FAQ section start */
.faq-section {
  padding: 60px 0;
}

.title-head {
  font-size: 30px;
  line-height: 36px;
  color: #1b2b68;

  text-align: center;
  position: relative;
}

.faq-contents {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.faq-contents .faq-list {
  color: #333333;
  width: 47.6%;
  list-style: none;
}

.faq-contents .faq-list li {
  background: #fff;
  width: 100%;
  padding-left: inherit;
  margin: 0 40px 15px 0;
}

.faq-contents .faq-list li .faq-heading {
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  color: #1b2b68;
  position: relative;

  cursor: pointer;
}

.faq-contents .faq-list li .faq-text-contents {
  font-size: 14px;
  line-height: 18px;
  color: #1b2b68;
}

.accordion-button:focus {
  box-shadow: none;
}

/* FAQ section end */

/* Review section start */
.review-section {
  background: #f5f5f5;
  color: #1d1d1d;
  padding: 50px 0 50px 0;
}

.review-img-wrap {
  text-align: center;
}

.review-img-wrap .strip-title {
  font-size: 30px;
  line-height: 34px;

  color: #1b2b68;
}

.review-img-wrap .strip-subtitle {
  font-size: 16px;
  line-height: 20px;

  color: #1b2b68;
}

/* Review section end */
/* Modal Sectio Start */
.modal-title {
  color: #f6f6fa;
}

/* Modal Sectio End */

/* Footer Section Start */
.footer {
  font-size: 1rem;
  background: #002034;
  background: linear-gradient(90deg, #002034 4%, #002c46 100%);
  color: #839dac;
  padding: 40px 0 0;
  box-shadow: 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.footer h4 {
  color: #fff;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

footer li {
  margin-bottom: 10px;
}

.footer a {
  color: #839dac;
  text-decoration: none;
}

.socialLinks li {
  display: inline-block;
  color: #0b4061;
}

.socialLinks a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}

.socialLinks a .fa-stack {
  width: 3rem;
  height: 3rem;
}

.socialLinks a .fa-stack .circle-background {
  font-size: 3rem;
}

.socialLinks a .fa-circle::before {
  display: block;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 100%;
  margin-top: 4px;
}

.socialLinks a .fa-icon {
  font-size: 1.5rem;
  padding-top: 0.75rem;
}

.socialLinks a .fa-inverse.fa-youtube {
  color: red;
}

.socialLinks a .fa-inverse.fa-linkedin {
  color: #0077b5;
}

.socialLinks a .fa-inverse.fa-instagram {
  color: #bc2a8d;
}

.socialLinks a .fa-inverse.fa-facebook {
  color: #3b5998;
}

footer .useful-link {
  color: #fff;
  text-align: center;
  border-top: 1px solid #1a3e56;
  border-bottom: 1px solid #1a3e56;
  padding: 30px 0;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .useful-link .policy a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-family: Poppins, sans-serif;
}

footer .useful-link .policy a:after {
  content: "|";
  margin: 0 1px;
}

.footer__container .disclaimer {
  font-size: 13px;
  line-height: 15px;
}

.footer__container .copywrite {
  font-size: 13px;
  line-height: 18px;
  padding: 15px 0 20px;
}

/* Footer Section End */

/* ===================================================================================================== */
/* ===================================================================================================== */
/* ===================================================================================================== */

/* Cart Section Start */
.cart-main-wrapper .cart-inner-wrapper .cart-left {
  width: 63%;
  margin: 0 3% 0 0;
}

.tabs-nav ul {
  list-style: none;
}

.tabs-nav .tab .tablinks:first-child {
  margin: 0;
}

.tablinks a {
  font-size: 18px;
  line-height: 20px;
  color: #1d1d1d;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.tabs-nav .tab .tabmore {
  margin: 0px 15px 0 auto;
  display: inline-block;
}

.tab .view-more {
  padding: 5px 20px 5px 35px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 4px 0;
  width: auto;
  font-family: Poppins;
  float: right;
  color: #fff;
  background: url(../images/plus-svgrepo-com.svg) #f16700 no-repeat;
  background-position: 8px 4px;
  background-size: 19px;
  text-decoration: none;
}

.noordr {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  border-radius: 3px;
  padding: 50px 30px;
  border: 1px solid #d8d8d8;
  background: #fff;
  display: none;
  margin: 20px 0 20px 0;
}

.dropdown.cart {
  color: #001e62;
}

.noordr img {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0 auto 10px;
}

.noordr p {
  font-size: 13px;
  color: #2e2e2e;
  margin: 5px 0 20px 0;
}

.noordr .odr-btn {
  background: linear-gradient(to right, #1068fc 0%, #0097db 31%, #1068fc 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
}

.cart-details {
  border-radius: 0 3px 3px 3px;
}

.cart-details .cart-block {
  border: 1px solid #d8d8d8;
  margin: 0 0 25px;
}

.cart-details .cart-block .tab-block-1 {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px;
  background: #f5f5f5;
}

.cart-details .cart-block .tab-block-1 .order-id {
  padding: 0px 24px 0 0;
  border-right: 1px solid #d8d8d8;
  font-size: 16px;
  line-height: 18px;
  color: #4a4a4a;
  cursor: pointer;
}

.cart-details .cart-block .tab-block-1 .order-id span {
  font-size: 13px;
  line-height: 15px;
}

.cart-details .cart-block .tab-block-1 .pages {
  font-size: 15px;
  line-height: 18px;
}

.tab-block-1 .pages span {
  color: #4a4a4a;
  font-size: 13px;
  line-height: 15px;
}

.cart-details .cart-block .tab-block-1 .delivery {
  margin: 0 0 0 auto;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
}

.cart-details .cart-block .tab-block-1 .delivery span {
  color: #31a02b;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
}

.cart-details .cart-block .tab-block-2.break-file-name {
  word-break: break-all;
  padding: 15px;
  width: 100%;
}

.cart-details .cart-block .tab-block-2.break-file-name .discount-text {
  color: #33cc00;
  font-weight: 800;
}

.cart-details .cart-block .tab-block-2.break-file-name .left-para {
  width: 100%;
}

.tab-block-2.break-file-name .left-para .add-read-more .show-less-content {
  transition: 0.5s all ease;
}

.new_form_wrap .new_form .__input-box.pagesVal {
  position: relative;
}

.countwords {
  position: absolute;
  bottom: 8px;
  right: 24px;
}

.countwords span {
  font-size: 20px;
}

.countwords .minus {
  border: none;
  font-size: 35px;
  background: transparent;
  margin-left: 10px;
  margin-right: 10px;
}

.countwords .add {
  border: none;
  font-size: 25px;
  background: transparent;
  margin-left: 10px;
}

.platform-text {
  display: none;
  position: absolute;
  background-color: #fff;
  color: #333;
  padding: 10px;
  top: 86%;
  left: 43.5%;
}

.platform:hover .platform-text {
  display: block;
}

.left-para p {
  font-size: 15px;
  line-height: 18px;
  color: #1d1d1d;
}

.left-para .view-detail-accordion {
  display: flow-root;
}

.view-detail-accordion .accordion-header .accordion-button {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px dashed #e5e5e5;
}

.accordion-button {
  padding: 7px 15px;
  border: 1px dashed #d1f1ce;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-family: Poppins;
  color: #1d1d1d;
  display: block;
}

.accordion-button:after {
  content: "+";
  background: #626262;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}

.accordion-button:not(.collapsed):after {
  content: "-";
  background: #626262;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  font-size: 23px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.view-detail-accordion .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
}

.accordion-collapse {
  border: none;
}

.accordion-body.break-name {
  word-break: break-all;
}

.view-detail-accordion .attachment {
  padding: 1px 0px 0px 15px;
  position: relative;
}

.view-detail-accordion .attachment:before {
  content: "";
  background: url(../images/checked-svgrepo-com.svg) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 16px;
}

.__input-box.currency {
  margin: 0 auto;
}

.discount-amnt {
  color: #949494;
}

.green-text {
  color: #27be18;
  font-size: 13px;
  line-height: 15px;
  padding: 5px;
}

.right-para {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  align-items: center;
}

.right-para .common-btn {
  padding: 7px 4px 8px 22px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 10px 0 0;
  width: 182px;
  font-family: Poppins;
  text-align: left;
  color: #1d1d1d;
  background: linear-gradient(0deg, #efefef 33%, #fff 86%);
  cursor: pointer;
  height: 40px;
}

.right-para .common-btn span {
  font-size: 15px;
}

.right-para .common-btn:hover {
  background: linear-gradient(0deg, #fff 33%, #efefef 86%);
}

.right-para .common-btn label {
  padding-top: 4px;
}

.payment-check label {
  cursor: pointer;
  padding-left: 30px !important;
}

.payment-check input[type="checkbox"] {
  display: none;
}

.pay {
  display: none;
}



.cart-details .cart-block .tab-block-1 .order-id strong {
  color: #1d1d1d;
}

.cart-main-wrapper .cart-inner-wrapper .cart-right {
  width: 33%;
}

.cart-main-wrapper .cart-inner-wrapper .cart-right .order-detail {
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 0 0 16px;
  position: relative;
}

.order-detail h3 {
  border-bottom: 1px solid #d8d8d8;
  font-size: 18px;
  line-height: 20px;
  color: #1d1d1d;
  text-align: center;
  padding: 14px 20px;
  font-family: Poppins, sans-serif;
}

.order-detail .total-amount {
  padding: 14px 20px 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: Poppins, sans-serif;
  color: #4a4a4a;
  margin-top: 6px;
}

.order-detail .total-amount .disc-amnt span {

  color: #33cc00;
  font-weight: 800;
}

.order-detail .total-amount .disc-pay span {
  margin-left: 8px;
}


.sub-total.essential {
  border-bottom: 1px solid #d8d8d8;
}

.coupon-code .code {
  position: relative;
  display: block;
  margin: 8px 0 0;
}

.coupon-code .code label {
  position: absolute;
  left: -1000%;
}

.coupon-code input {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 0 10px 0 10px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #dbdbdb;
  color: #1d1d1d;
}

.coupon-code .code .apply-btns {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 10px;
  font-size: 14px;
  color: #33cc00;
  line-height: 16px;
  cursor: pointer;
  font-family: Poppins;
}

.total-amount {
  padding: 14px 20px 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-family: Poppins;
  color: #4a4a4a;
}

.total-amount .amount-value {
  font-family: Poppins;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.sub-total .platform,
.total-amount .amount-value.platformfee {
  font-size: 9px;
}

.payment-head {
  font-size: 18px;
  line-height: 18px;
  font-family: Poppins;
  padding: 20px 20px 0;
}

.card-detail {
  font-size: 14px;
  line-height: 16px;
  padding: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payement-mode {
  gap: 15px;
  margin-bottom: 25px;
}

.card-detail .radio-label {
  padding: 0 0 0 30px;
  position: relative;
  cursor: pointer;
}

.credit-card {
  height: 25px;
  margin-left: 7px;
  margin-bottom: 12px;
}

.common-txt {
  font-size: 15px;
  line-height: 18px;
  color: #1d1d1d;
  margin: 4px 0px 0 6px;
  margin-bottom: 5px;
}

.common-txt.wordsperpage {
  display: none;
}

.payement-text {
  position: absolute;
  top: 60px;
}

.payement-text p {
  font-size: 11px;
}

.payement-text p > span {
  font-weight: 600;
}

.payement-text a {
  font-weight: 700;
  text-decoration: underline;
}

.pay-btn.securepay {
  background: linear-gradient(to right, #1068fc 0%, #0097db 31%, #1068fc 100%);
  padding: 11px 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-family: Poppins;
  pointer-events: inherit;
  opacity: 1;
  border: none;
}

.pay-btn.secure {
  background-image: linear-gradient(
    to bottom,
    #77b300,
    #62ad15,
    #4ba722,
    #31a02b,
    #009933
  );
  padding: 11px 0;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-family: Poppins;
  pointer-events: inherit;
  opacity: 1;
  border: none;
}

.pay-btn.securepay:hover {
  background: linear-gradient(to right, #0097db 0%, #1068fc 31%, #0097db 100%);
}

.pay-btn.secure:hover {
  background-image: linear-gradient(
    to bottom,
    #009933,
    #31a02b,
    #4ba722,
    #62ad15,
    #77b300
  );
}

/* ========================================================================================================== */
/* ========================================================================================================== */
/* ========================================================================================================== */

/* Dashboard section Start */
.dashboard-profile {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dashboard-profile h5 {
  color: #1b2b68;
  padding-top: 8px;
}

/* Dashboard body */
.dashboard-body {
  margin-top: 50px;
}

.tabs-nav.cart-data.dashboard-cart {
  display: block;
}

.tabs-nav.cart-data.dashboard-cart ul {
  padding-left: 0px;
}

.tabs-nav .tab .tablinks.dashboard-title:first-child {
  margin-left: auto;
}

.tabs-nav .tab .tablinks.dashboard-title h4 {
  color: #1b2b68;
}

.tab .view-more.dashboard-placeOrder {
  padding: 10px 20px 10px 35px;
  border-radius: 7px;
  background-position: 8px 12px;
  background-size: 20px;
  text-decoration: none;
}

.chat-btn {
  text-align: center;
  margin-left: 20px;
}

.download-btn {
  text-align: center;
}

.dropdown-menu[data-bs-popper] {
  left: -155px !important;
}

.modal-body .profile {
  margin-top: 25px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.flashing-btn {
  animation: blink 1s infinite;
}

/* Chat Section Start */
.dashboard-body .tab-block-1.chat {
  justify-content: center;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  padding: 5px;
  position: relative;
}

.dashboard-body .tab-block-1.chat .cross-chatbtn {
  position: absolute;
  right: 0;
  top: -1px;
}

.dashboard-body .tab-block-1.chat h4 {
  font-size: 25px;
  font-family: Poppins;
  color: lemonchiffon;
}

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.msger-chat {
  max-height: 300px;
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.msg:last-of-type {
  margin: 0;
}

.msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #ececec;
}

.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}

.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: #579ffb;
  color: #fff;
  border-bottom-right-radius: 0;
}

.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
}

.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background: #ddd;
  position: relative;
}

.msger-inputarea input[type="file"] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 44px;
  top: auto;
  bottom: 42px;
  right: 97px;
  opacity: 0;
  max-height: 20px;
}

.msger-inputarea .attachment-img {
  position: absolute;
  right: 92px;
  bottom: 29px;
  cursor: pointer;
}

.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}

.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.modal-header {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
}

/* Chat Section End */

/* Profile section start */
.card {
  margin: 50px 30px 30px 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  background: #f6f9ff;
}

.tab-titles {
  display: flex;
  margin: 20px 0 40px;
}

.tab-links {
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.tab-links::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #ff004f;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}

.tab-links.active-link::after {
  width: 100%;
}

.tab-contents {
  display: none;
}

.tab-contents.active-tab {
  display: block;
}

.modal-body .card .tab-contents .details h5 {
  font-size: 1rem;
}

.new_form_wrap .new_form .__input-box span.password-toggle-icon.oldPwd {
  top: 12px;
}

/* Profile section end */
.new_form_wrap .__button-container .button.clearBalance {
  width: 100%;
}

.clearOutput p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.allclear {
  display: flex;
  align-items: center;
  justify-content: center;
}
.allclear.inprogress {
  flex-direction: column;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
  font-size: 3.2em;
  justify-content: space-around;
  padding: 0 0.2em;
  text-align: center;
  width: 5em;
}

.star-rating input {
  display: none;
}

.star-rating label {
  color: #ccc;
  cursor: pointer;
}

.star-rating :checked ~ label {
  color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #fc0;
}
.review-textbox {
  width: 100%;
  background-color: #f6f6fa;
  border: 1px solid #c8c8c8;
  display: block;
  padding: 6px 8px;
  font-size: 14px;
  width: 100%;
  outline: none;
  border-radius: 3px;
  margin-bottom: 15px;
}
.review-textbox textarea {
  border: 0 !important;
  font-size: 14px;
  border: 0;
  min-height: 75px;
  width: 100%;
  resize: none;
  padding: 0;
  font-family: Poppins, sans-serif;
  box-shadow: none;
  outline: none;
}
.review-textbox textarea.form-control {
  background-color: #f6f6fa;
}
.review-textbox textarea.form-control:focus {
  box-shadow: none;
}
.allclear p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #009933;
  margin-bottom: 40px;
}

a.show-fileswrapper.downloadFile {
  padding-bottom: 17px;
}

/* Dashboard section End */

/* Privacy Policy section start */
.breadcrumb-with-heading.pad-bot {
  padding-bottom: 10px;
}

.breadcrumb {
  padding-top: 34px;
}

.breadcrumb-with-heading .breadcrumb a {
  color: #333;
  font-size: 14px;
}

.breadcrumb-with-heading .breadcrumb a img {
  vertical-align: middle;
}

.breadcrumb .arrow-loaded {
  margin: 7px 9px 0 9px;
}

.breadcrumb-with-heading .breadcrumb a:last-child {
  color: #f16700;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 5px;
  cursor: default;
}

.__privacy-policy h1 {
  padding: 0;
  color: #1b2b68;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: inherit !important;
}

.__privacy-policy h2 {
  text-transform: capitalize !important;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 25px;
}

.__privacy-policy p {
  font-size: 14px;
  line-height: 22px;
  color: #373737;
  padding: 0;
  margin: 0 0 16px;
  text-align: justify;
}

.information-collection {
  font-weight: 700;
}

.__privacy-policy ul {
  padding: 0 0 0 25px;
}

.__privacy-policy ul li {
  font-size: 14px;
  line-height: 22px;
  color: #373737;
  padding: 0;
  margin: 0 0 16px;
  position: relative;
}

/* Privacy Policy section end */

/* Service Section Start */
.services-section {
  background-color: #2f455c;
}

.banner-left-segment {
  padding: 20px 0 0 30px;
  color: #f6f9ff;
}

.banner-left-segment h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
}

.banner-left-segment .left-para {
  padding-top: 20px;
}

.banner-left-segment .left-para p {
  font-size: 16px;
  line-height: 20px;
  color: #f6f9ff;
}

.form-sec {
  padding: 20px 41px 0 0;
}

.new_form_wrap.service-form {
  max-width: 358px;
  margin-left: auto;
  margin-bottom: 30px;
}

.serviceBtn {
  background-color: #37bcc2;
  border: 1px solid #37bcc2;
  color: #f5f5f5;
}

.serviceBtn:hover {
  background-color: #198754;
  border: 1px solid #198754;
  color: #f5f5f5;
}

.order-btn {
  display: flex;
  justify-content: center;
}

/* Service Section end */

/* Disertation writing page start  */
/* About Us section start */
.about-us {
  margin-top: 10px;
}

.about-us .breadcumb {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}

.breadcumb .wrap {
  padding: 16px 20px 25px 16px !important;
  font-size: 14px;
  font-weight: 400;
}

.breadcumb .wrap p {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
  font-size: 14px;
  font-weight: 400;
  color: #2f63af;
  text-transform: uppercase;
  text-align: center;
}

.wrap p a {
  color: #2f63af;
  padding: 0 4px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.wrap p a:hover {
  text-decoration: underline;
  color: #2f63af;
}

.wrap p span.breadcumb-last {
  font-weight: 400;
}

.about-us-inner-wrapper {
  padding: 0 15px;
  text-align: center;
  margin-right: 30px;
  margin-left: 30px;
}

.about-us-inner-wrapper h2 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
}

.about-us-inner-wrapper p {
  color: #1b2b68;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #5f5f5f;
  text-align: center;
}

/* About Us section end */

/* How works section start */
.how-works {
  margin-top: 10px;
  background-color: #e4eefc;
}

.how-works-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.how-works-inner-wrapper h2 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

.how-works-inner-wrapper .four-steps {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 25px;
}

.step-counts {
  counter-reset: step-counter;
  position: relative;
  padding-top: 13px;
  margin-bottom: 0px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}

.step-counts .step-count-numbers {
  display: flex;
  gap: 10px;
}

.step-counts .step-list {
  position: relative;
  margin-bottom: 16px;
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  max-width: 350px;
  height: 100%;
}

.step-counts .step-list::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  color: #f1670080;
  position: absolute;
  background-color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 28.719px;
  left: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 900;
  margin-top: -2px;
}

.step-counts .step-list:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 17px;
  overflow: hidden;
  margin-top: 15px;
  border-top: 3px dashed rgba(241, 103, 0, 0.5);
}

.step-list .step-content {
  margin-bottom: 16px;
  margin-top: 60px;
}

.step-list .step-content p {
  line-height: 1.8;
  color: #5f5f5f;
}

/* How works section end */

/* subject list section start */
.subject-list {
  padding-top: 20px;
  padding-bottom: 50px;
}

.subject-list-inner-wrapper h2 {
  text-align: center;
  margin-top: 20px;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  line-height: 1.3;
}

.wrapper {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

.carousel {
  width: 83%;
  margin: 0px auto;
}

.slick-list.draggable {
  padding: 0 !important;
}

.slick-slide {
  margin: 20px;
}

.carousel .item {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.carousel .item h4,
p {
  text-align: start;
  line-height: 1.8;
  color: #5f5f5f;
}

/* subject list section end */

/* why choose us section start */
.why-chooseus {
  margin-top: 10px;
  background-color: #e4eefc;
}

.why-choose-us-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.why-choose-us-inner-wrapper h2 {
  text-align: center;
  margin-top: 20px;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  line-height: 1.3;
}

.why-choose-us-inner-wrapper .web-why-choose-us-inner-box {
  background: #fff;
  padding: 20px;
  min-height: 300px;
  border: 1px solid #ecedee;
  box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
  border-radius: 10px;
  transition: 0.3s ease-in-out;
  position: relative;
}

.why-choose-us-inner-wrapper .web-why-choose-us-inner-box::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -8px;
  display: block;
  width: 70px;
  height: 60px;
  background-image: url(../images/ir-dots.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.why-choose-us-inner-wrapper h3 {
  font-size: 28px;
  width: calc(100% - 75px);
  float: none;
  padding-left: 0px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.8;
}

.why-choose-us-inner-wrapper p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
  color: #5f5f5f;
}

/* why choose us section end */

/* other services section start */
.other-dissertation-service {
  padding-top: 20px;
  padding-bottom: 50px;
}

.other-dissertation-service-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.other-dissertation-service-inner-wrapper h2 {
  text-align: center;
  margin-top: 20px;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  line-height: 1.3;
}

.other-dissertation-service-inner-wrapper .advantages__wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 35px;
}

.advantages__wrapper .advantages__option-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}

.advantages__icon {
  margin-right: 16px;
}

.advantages__option {
  font-weight: 600;
  margin-bottom: 0;
}

/* other services section end */

/* testimonials section start */
.testimonials {
  padding-bottom: 50px;
  background: #fff;
}

.testimonials .whatwedo-text h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

.testimonials .whatwedo-text h2 span {
  margin-top: 20px;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.5rem;
  text-transform: unset !important;
  line-height: 1.3;
}

.testimonials .whatwedo-text h2 span {
  color: #2f63af;
}

.teatimonials-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.testimonials .content-container {
  margin-top: 40px !important;
}

.testimonials .content-container .rich-text h3 {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2em;
  font-weight: bold;
}

.testimonials .content-container .rich-text h4 {
  margin: 10px 0;
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 400;
}

.testimonials .content-container .rich-text p span {
  font-size: 18px;
  padding: 2px 5px;
  font-weight: normal;
  margin-bottom: 12px;
  display: inline-block;
  background-color: #f5d74f;
  color: #5f5f5f;
  font-weight: 600;
}

.testimonials .content-container .rich-text p {
  margin-left: 0 !important;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  margin: 0 0 18px;
}

/* testimonials section end */

/* Academic section start */
.academic {
  padding-top: 20px;
  background-color: #e4eefc;
}

.academic h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

.academic h2 span {
  margin-top: 20px;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  line-height: 1.3;
}

.academic-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.academic-inner-wrapper ul.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.academic-inner-wrapper ul.logos li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  padding: 1em;
  text-align: center;
}

.academic-inner-wrapper ul.logos li img {
  mix-blend-mode: multiply;
  height: 100px;
  aspect-ratio: 3/2;
  object-fit: contain;
}

/* Academic section end */

/*FAQ section start*/
.faq-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

.faq-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.faq-section .whatwedo-text h2 {
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
}

.faq-list li {
  background: #fff;
  width: 100%;
  padding-left: inherit;
  margin: 0 40px 15px 0;
}

.faq-list li .faq-heading {
  font-size: 17px;
  line-height: 18px;
  font-weight: 600;
  color: #1b2b68;
  position: relative;
  cursor: pointer;
}

.faq-list li .faq-text-contents {
  font-size: 14px;
  line-height: 18px;
  color: #1b2b68;
}

.accordion {
  .accordion-item {
    border-bottom: 1px solid #e5e5e5;

    button[aria-expanded="true"] {
      border-bottom: 1px solid #03b5d2;
    }
  }

  button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #5f5f5f;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;

    &:hover,
    &:focus {
      cursor: pointer;
      color: #198754;

      &::after {
        cursor: pointer;
        color: #2f63af;
        border: 1px solid #03b5d2;
      }
    }

    .accordion-title {
      padding: 15px;
    }

    .icon {
      display: inline-block;
      position: absolute;
      top: 18px;
      right: 10px;
      width: 22px;
      height: 22px;
      border: 1px solid;
      border-radius: 22px;

      &::before {
        display: block;
        position: absolute;
        content: "";
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
      }

      &::after {
        display: block;
        position: absolute;
        content: "";
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
      }
    }
  }

  button[aria-expanded="true"] {
    color: #198754;

    .icon {
      &::after {
        width: 0;
      }
    }

    + .accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
      overflow-y: auto;

    }
  }

  .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;

    p {
      font-size: 1rem;
      font-weight: 300;
      margin: 15px;
    }
  }
}

/*FAQ section end*/
/* Disertation writing page end  */

/* Writing page start */
/* TYPES OF PAPERS section start */
.why-chooseus.writing-page {
  margin-top: 0;
}

.why-chooseus.writing-page
  .why-choose-us-inner-wrapper
  .web-why-choose-us-inner-box {
  background: #fef6ee;
}

/* TYPES OF PAPERS section end */

/* why chhose us section start */
.why-chooseus.write-my-paper {
  background: #fff;
}

/* why chhose us section end */
/* Writing page end */

/* term paper page start */
/* Sublject list section start */
.about-us-inner-wrapper .web-why-choose-us-inner-box {
  border: 1px solid #ecedee;
  box-shadow: 0 1px 5px 0 rgba(72, 73, 121, 0.15);
  margin-top: 50px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}

.about-us-inner-wrapper .web-why-choose-us-inner-box:hover {
  border: 1px solid #2f63af;
}

.about-us-inner-wrapper .web-why-choose-us-inner-box p.software {
  font-weight: 600;
}

/* Sublject list section end */
/* term paper page end */

/* academic writing page start */
.types {
  margin-top: 10px;
  margin-bottom: 20px;
}

.types-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.types-inner-wrapper h2 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
  text-align: center;
}

.types-inner-wrapper p {
  text-align: center;
  margin-top: 3px;
}

.types-inner-wrapper p.type-of-services {
  font-size: 20px;
  font-weight: 700;
}

.service-listing {
  display: flex;
  justify-content: space-between;
}

.service-listing ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  width: 100%;
  text-indent: -11px;
  margin-left: 72px;
  padding: 0 16px;
}

.service-listing ul li {
  width: 207px;
  color: #5f5f5f;
  font-size: 1rem;
  margin-bottom: 18px;
  word-wrap: break-word;
  padding-right: 10px;
}

.service-listing ul li::before {
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
}

/* academic writing page end */

/* dissertation-editing page start */
/* benfits of dissertation section start */
.dissertation-editing {
  margin-top: 20px;
}

.dissertation-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.dissertation-inner-wrapper h2 {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  font-family: Poppins, sans-serif;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

.dissertation-inner-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #5f5f5f;
  text-align: center;
}

.dissertation-inner-wrapper .lower-section {
  margin-top: 30px;
}

.dissertation-inner-wrapper ul {
  list-style: none;
  padding: 0 40px;
}

.dissertation-inner-wrapper ul li {
  display: flex;
  gap: 10px;
}

.dissertation-inner-wrapper ul li::before {
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
  margin-top: 3px;
}

.dissertation-inner-wrapper ul li p {
  text-align: start;
}

/* benfits of dissertation section end */
/* dissertation-editing page end */

/* take-my-online-page start */
/* during section start */
.during {
  margin-top: 20px;
}

.during-inner-wrapper {
  padding: 0 15px;
  margin-right: 30px;
  margin-left: 30px;
}

.during-inner-wrapper h2 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}

.during-inner-wrapper h2 span {
  margin-top: 20px;
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: unset !important;
  line-height: 1.3;
}

.during-inner-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #5f5f5f;
  text-align: center;
}

.during-inner-wrapper .during-steps {
  margin-top: 25px;
}

.during-steps h5 {
  font-size: 22px;
  line-height: 26px;
  padding: 10px 10px 5px;
  color: #2a2a2a;
  text-align: left !important;
}

.during-steps p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #5f5f5f;
  text-align: left;
  padding-left: 10px;
}

/* during section end */
/* take-my-online-page end */

/* New banner section start */
.banner-section {
  margin-top: 105px;
  background-image: url(../images/banner.webp);
}

.banner-txt-wrapp {
  padding-right: 12px;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
  transition-timing-function: ease;
  transition-duration: 0.7s;
}

.ip-banner-heading-h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  background: 0 0;
  background-clip: unset;
  display: block;
  transform-origin: unset;
  -webkit-text-fill-color: unset;
}

.banner-hd p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.banner-list {
  list-style: none;
}

.banner-list li {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 35px;
  flex: 0 1 50%;
}

.btn-1 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 8px 40px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 30px;
  position: relative;
  background-image: -moz-linear-gradient(
    90deg,
    rgba(21, 72, 144, 0.99608) 0,
    #1d6bda 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgba(21, 72, 144, 0.99608) 0,
    #1d6bda 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgba(21, 72, 144, 0.99608) 0,
    #1d6bda 100%
  );
  background-color: rgba(21, 72, 144, 0.99608);
  border: none;
  transition: box-shadow 0.2s linear;
}

.btn-1::before {
  content: "";
  position: absolute;
  background-image: url(../images/double-arrow.svg);
  /* background-image: url("/assests/images/double-arrow.svg"); */
  background-repeat: no-repeat;
  right: 17px;
  width: 17px;
  height: 17px;
  transition: transform 0.3s linear;
  transform-origin: center;
  top: 50%;
  transform: translateY(-50%);
}

.banner-buttons .btn-2 {
  border: 2px solid #fff;
  color: #fff;
  margin-left: 10px;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  padding: 6px 24px;
  background-color: transparent;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  border-radius: 30px;
  border: 2px solid #1d6bda;
  transition: all 0.2s linear;
}

/* New banner section end */

/* thank you page start */
.thank_you {
  position: relative;
  padding: 40px 0 0px;
  background: url(../images/thanktyou_banner.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  background-position: center;
}
.free-consultation-inner-wrapper.thankyou {
  text-align: center;
  position: relative;
  padding-bottom: 66px;
}

.illustrations {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.illustration {
  position: absolute;
}
.constellation {
  top: -29px;
  left: 20px;
}

.book {
  top: 50px;
  left: 277px;
}

.paper {
  padding-top: 118px;
  padding-left: 62px;
}

.comet {
  top: 0px;
  right: 138px;
}

.planet {
  top: 145px;
  right: -23px;
}
.man-left {
  bottom: -49px;
  left: 49px;
}

.man-right {
  bottom: -49px;
  right: 79px;
}
.illustration img {
  /* width: 50px; Adjust size as needed */
  height: auto;
}
.thank_you_banner_text {
  padding-top: 260px;
}
.thank_you_banner_text h2 {
  font-family: public sans-serif;
  font-weight: 600;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191;
  letter-spacing: 2px;
  font-size: 48px;
}
.thank_you_banner_text .main_heading {
  position: relative;
  display: inline-block;
}

.thank_you_banner_text .main_heading .underline {
  content: "";
  display: block;
  width: 64%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -31px;
  left: 108px;
  opacity: 47%;
}
.thank_you_banner_text h1 {
  font-size: 57px;
  margin-top: 13px;
  color: #f5f5f5;
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191;
  text-align: center;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 50px;
  padding-bottom: 20px;
}

.thank_you .go-to-dashboard {
  margin-top: 164px;
  margin-bottom: 49px;
}

.dashboard-button {
  font-weight: 800;
  font-family: sans-serif;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 270px;
  padding: 12px 11px;
  letter-spacing: 2px;
  font-size: 21px;
  cursor: pointer;
  color: #ea512e;
  z-index: 10;
  position: relative;
}

/* thank you page end */

/* responsive design */

@media (max-width: 1399px) {
  .man-left {
    left: -12px;
  }
  .man-right {
    right: 7px;
  }
}
@media (max-width: 1299px) {
  a.show-fileswrapper span.file-count {
    position: inherit;
    margin-left: 14px;
  }
  .man-left {
    left: -60px;
  }
  .man-right {
    right: -43px;
  }
}

@media (min-width: 1200px) {
  .footer__container {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .man-left {
    left: -102px;
  }
  .man-right {
    right: -85px;
  }
}

@media (max-width: 1100px) {
  .help .helpcolumn {
    padding: 25px 25px 0 25px;
  }
}

@media (min-width: 992px) {
  .sidebar {
    display: none;
  }
}

@media (max-width: 991px) {
    .button_group{
    display: block !important;
  }
  .btn-outline.order_now{
    padding: 2px 10px;
    color: #fff;
    background: #198754;
    border-color: #198754;
    border-radius: 4px;
  }
  .btn-outline.order_now:hover{
    background: #fff;
    color: #198754;
    transition: 0.3s ease-in-out;
  }
  .btn-outline.order.sign_in{
    padding: 2px 10px;
  }
  .sidebar .btn {
    display: block;
    width: 78%;
    margin-bottom: 10px;
    margin-left: 26px;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }

  .sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    z-index: 1000;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar ul.navbar-nav {
    /* padding-top: 20px; */
    max-width: 250px;
  }

  .sidebar .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .back-button {
    background: transparent;
    text-align: left;
    position: absolute;
    color: #f16700;
    font-size: 14px;
    z-index: 9;
    font-weight: 500;
    width: 100%;
    border: none;
    right: 15px;
    top: -9px;
  }

  .back-button.writing,
  .back-button.editing,
  .back-button.offers {
    right: 47px;
    top: -19px;
  }

  .reviews span {
    position: relative;
  }

  .reviews span i {
    position: absolute;
    bottom: -2px;
    right: -10px;
  }

  .orderSign {
    margin-top: 25px;
    margin-right: 53px;
  }

  .arrow-icon {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-top: 14px;
    top: 6.55%;
    margin-left: auto;
  }

  .arrow-icon i {
    color: #f16700;
  }

  .arrow-icon.back {
    position: absolute;
    top: -17px;
    left: -25px;
  }

  .arrow-icon.back.writing,
  .arrow-icon.back.editing,
  .arrow-icon.back.offers {
    top: -27px;
    left: -56px;
  }

  .arrow-icon.back.review {
    position: absolute;
    top: -11px;
    right: 24px;
  }

  .arrow-icon.review {
    top: 26.5%;
  }

  ul#service-submenu,
  ul#review-submenu {
    list-style-type: none;
    width: 100%;
    padding-top: 20px;
  }

  .service-submenu-back,
  .review-submenu-back {
    display: flex;
    align-items: center;
    position: relative;
  }

  ul#service-submenu > li,
  ul#review-submenu > li,
  ul#writing-submenu > li,
  ul#editing-submenu > li,
  ul#offers-submenu > li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }

  ul#service-submenu > li > span,
  ul#review-submenu > li > span {
    position: absolute;
  }

  ul#service-submenu > li > span.back {
    background: transparent;
    text-align: left;
    position: relative;
    color: #f16700;
    font-size: 14px;
    z-index: 9;
    font-weight: 500;
    width: 100%;
    border: none;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-left {
    width: 100%;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-left h1 {
    text-align: center;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-left p {
    text-align: center;
  }

  .banner-main-wrapper .banner-inner-wrapper {
    width: 100%;
    padding: 42px 0;
    display: block;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-right {
    width: 80%;
    margin-left: 100px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea select {
    width: 105px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
    padding-left: 116px;
  }

  .footer__container {
    max-width: 720px;
    margin: 0 auto;
  }

  .socialLinks a {
    margin-right: 1px;
  }

  footer .useful-link .payement-methods {
    margin: 0 auto;
  }

  footer .useful-link .policy {
    margin: 10px auto;
  }

  .new_form_wrap .new_form .__input-box .textareaOuter textarea {
    min-height: 127px;
  }

  a.show-fileswrapper span.file-count {
    position: inherit;
    margin-left: 14px;
  }

  .writing .writing-title {
    width: 234px;
  }

  .writing .writing-title h3 {
    font-size: 20px;
  }

  .writing .writing-desc .text {
    font-size: 12px;
  }

  .writing .desc-points .desc-points-item {
    font-size: 12px;
  }

  .faq-contents .faq-list {
    width: 46.6%;
    padding-left: 0 !important;
  }

  .right-para .common-btn span {
    font-size: 14px;
  }

  .payement-text {
    top: 65px;
  }

  .common-txt {
    font-size: 13px;
  }

  .countwords {
    bottom: 6px;
  }

  .countwords span {
    font-size: 14px;
  }

  .how-works-inner-wrapper .four-steps {
    margin-left: 0;
  }

  .step-counts .step-count-numbers {
    flex-direction: column;
  }

  .step-counts {
    justify-content: flex-start;
  }

  .step-list .step-content {
    margin-left: 60px;
    margin-top: 5px;
  }

  .step-counts .step-list {
    margin-bottom: 0;
    max-width: 100%;
    height: 100%;
  }

  .step-counts .step-list:not(:last-of-type)::after {
    border-left: 3px dashed #f1670080;
    height: 100%;
    width: 3px;
  }

  .caption {
    width: 100%;
  }

  .talk-with-us {
    text-align: center;
  }
  .thank_you {
    background-size: cover;
  }
  .free-consultation-inner-wrapper.thankyou {
    margin-top: 0px;
    position: static;
    padding-bottom: 0px;
  }
  .constellation {
    top: 56px;
    left: 7px;
  }
  .book {
    bottom: 296px;
    left: 204px;
    top: auto;
}
.paper {
  padding-top: 313px;
  padding-left: 62px;
}
.comet {
  top: 83px;
  right: 6px;
}
.comet img.comet_img{
  width: 160px;
}
.planet {
  top: auto;
  right: 190px;
  bottom: 262px;
}
.thank_you_banner_text{
  padding-top:373px
}
.thank_you .go-to-dashboard{
  margin-top: 402px;
  margin-bottom: 49px;
}.thank_you_banner_text .main_heading .underline{
  bottom: -5px;
}
.paper img.paper_img{
  width: 150px;
}

.close_btn{
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  /* background-color: #ff9248; */
  color: #fff;
  background-color: #f16700;
}
.close_btn span{
  font-size: 20px;
  line-height: 10px;
  font-weight: 600;
}
.close_btn button{
  border: none;
  background: transparent;
}
.close_btn button i{
  font-size: 22px;
  color: #fff;
}
}

@media (max-width:875px) {
  .man-left{
    left: -220px;
  }
  .book{
    left: 87px;
  }
  .planet{
    right: 78px;
  }
  .man-right {
    right: -199px;
}
}

@media (max-width: 768px) {
  .banner-main-wrapper .banner-inner-wrapper .banner-left {
    width: 100%;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-left h1 {
    text-align: center;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-left p {
    text-align: center;
    margin-left: 50px;
  }

  .banner-main-wrapper .banner-inner-wrapper {
    width: 100%;
    padding: 42px 0;
    display: block;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-right {
    width: 80%;
    margin-left: 70px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea select {
    width: 105px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
    padding-left: 116px;
  }

  .footer__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__container .disclaimer {
    margin: 0 auto;
    padding: 10px;
  }

  .footer__container .copywrite {
    padding: 10px;
  }

  .help .helpcolumn {
    flex-direction: column;
    padding: 50px 50px 0 50px;
  }

  .help .helpcolumn .helpcol {
    width: 100%;
    margin-bottom: 40px;
  }

  .writing-icon {
    text-align: center;
  }

  .writing .writing-title {
    width: 100%;
    margin-top: 0;
  }

  .writing .writing-title h3 {
    font-size: 32px;
  }

  .writing .writing-desc .text {
    font-size: 15px;
  }

  .writing .desc-points .desc-points-item {
    font-size: 15px;
  }

  .proofreading-sec .content-column {
    flex-direction: column;
  }

  .proofreading-sec .content-column .column {
    width: 100%;
  }

  .faq-contents,
  .choosecol {
    flex-direction: column;
  }

  .faq-contents .faq-list {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .cart-main-wrapper .cart-inner-wrapper {
    flex-direction: column;
  }

  .cart-main-wrapper .cart-inner-wrapper .cart-left {
    width: 100%;
    margin: 0 auto;
  }

  .cart-main-wrapper .cart-inner-wrapper .cart-right {
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .new_form_wrap .new_form .__input-box .textareaOuter textarea {
    min-height: 127px;
  }

  a.show-fileswrapper span.file-count {
    position: inherit;
    margin-left: 14px;
  }

  .cart-details .cart-block .tab-block-1 .pages {
    margin-left: 18px;
  }

  .form-sec {
    padding: 10px 43px;
  }

  .new_form_wrap.service-form {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .testimonials .content-container .rich-text {
    text-align: center;
  }

  .testimonials .content-container .rich-text p {
    text-align: center;
  }

  .testimonials .content-container .col-md-4 {
    margin-bottom: 10px;
  }

  .academic-inner-wrapper ul.logos li {
    width: 100px;
  }

  .academic-inner-wrapper ul.logos li img {
    height: 90px;
  }
  .our-benifits.order-now-section {
    text-align: center;
    padding: 30px 0;
  }
  .our-benifits.order-now-section .box {
    width: 100%;
    display: block;
  }
  .our-benifits.order-now-section .box img {
    margin: 0 auto 20px;
    display: block;
    max-height: 130px;
  }
  .contnt-area h3 {
    margin: 10px 0 10px !important;
  }
  .contnt-area p {
    text-align: center;
  }
  .order-btn-mobile {
    display: flex;
    justify-content: center;
    margin-left: -30px;
  }
}

@media (max-width: 767px) {

}

@media (max-width:675px) {
  .dashboard-button{
    width: 200px;
    font-size: 15px;
  }
  .man-left .left_man_img, .man-right .right_man_img{
    width: 700px;
  }
  .man-left{
    bottom: -12px;
  }
  .book img.book_img{
    width: 150px;
  }
  .book{
    left: 84px;
    bottom: 326px;
  }
  .planet .planet_img{
    width: 165px;
  }
  .planet{
    right: 86px;
    bottom: 289px;
  }
  .man-right{
    bottom: -11px;
  }
}

@media (max-width: 600px) {
  .banner-main-wrapper .banner-inner-wrapper .banner-left p {
    text-align: center;
    margin-left: 20px;
  }

  .banner-main-wrapper .banner-inner-wrapper .banner-right {
    width: 80%;
    margin-left: 55px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea select {
    width: 105px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
    padding-left: 116px;
  }

  .new_form_wrap .new_form .__input-box input {
    font-size: 14px;
  }

  .new_form_wrap .new_form .__input-box .__deadline-container select {
    font-size: 14px;
    max-width: 98px;
  }

  .right-para {
    flex-wrap: wrap;
  }

  .right-para .common-btn {
    margin: 0px 6px 0 0;
  }

  .right-para .common-btn img {
    height: 15px;
  }

  .payment-check .added-pay {
    left: 8px;
  }

  .right-para .common-btn.added {
    padding: 7px 4px 8px 0px;
    width: 85px;
  }

  .right-para .common-btn.info {
    padding: 7px 4px 8px 9px;
    width: 98px;
  }

  .right-para .common-btn {
    width: 160px;
  }

  .right-para .common-btn label {
    padding-top: 0;
    font-size: 13px;
  }

  .right-para .common-btn span {
    font-size: 13px;
  }

  .other-dissertation-service-inner-wrapper .advantages__wrapper {
    flex-direction: column;
  }

  .accordion-title {
    flex-basis: 400px;
  }
  .thirdColumn.shopify.developement {
    margin-left: 22%;
  }
}

@media (max-width: 575px) {


  .signuptext {
    margin-left: calc(2% + 100px);
  }

  .new_form_wrap .__button-container .button.signin {
    margin-right: 48px;
  }

  .signuptext.signin {
    margin-left: calc(2% + 121px);
  }

  .academic-inner-wrapper ul.logos li {
    width: 75px;
  }

  .academic-inner-wrapper ul.logos li img {
    height: 60px;
  }

  .accordion-title {
    flex-basis: 357px;
  }
  .any-type-list ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .any-type-list ul li {
    width: 100%;
  }
  .paper{
    padding-left: 3px;
  }
  .thank_you_banner_text h2{
    font-size: 30px;
  }
  .thank_you_banner_text h1{
    font-size: 40px;
  }
  .thank_you_banner_text .main_heading .underline{
    left: 75px;
    bottom: -1px;
  }
  .man-right{
    right: -233px;
  }
  .man-left{
    left: -252px;
  }
  .planet{
    right: 47px;
  }
  .book{
    left: 60px;
  }
}

@media (max-width: 475px) {
  .banner-main-wrapper .banner-inner-wrapper .banner-right {
    width: 80%;
    margin-left: 43px;
  }
  
  .header-section {
        padding: 0 18px;
    }

  .new_form_wrap .new_form .__input-box.phoneFieldArea select {
    width: 95px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea .form-control {
    padding-left: 116px;
  }

  .header-section {
    padding-left: 18px;
  }

  .top-banner .right-ele {
    right: -13px;
  }

  .top-banner .right-ele .faq-text {
    left: 48px;
  }

  .cart-details .cart-block .tab-block-1.cart-details {
    align-items: center;
  }

  .cart-details .cart-block .tab-block-1 .order-id {
    padding: 0;
    width: 22.666667%;
  }

  .cart-details .cart-block .tab-block-1 .order-id.chat-btn {
    width: 41%;
  }

  .chat-btn {
    margin-left: 0;
  }

  .cart-details .cart-block .tab-block-1 .pages {
    display: none;
  }

  .cart-details .cart-block .tab-block-1 {
    align-items: baseline;
  }

  .common-txt.wordsperpage {
    display: block;
  }

  .right-para .common-btn.remove {
    padding: 7px 4px 8px 2px;
    width: 121px;
  }

  .signuptext {
    margin-left: 79px;
  }

  .new_form_wrap .__button-container .button.signin {
    margin-right: 4px;
  }

  .signuptext.signin {
    margin-left: calc(2% + 72px);
  }

  .academic-inner-wrapper ul.logos li img {
    height: 58px;
  }

  .academic-inner-wrapper ul.logos li {
    width: 65px;
  }

  .accordion-title {
    flex-basis: 300px;
  }
  .customer-research ul.main-advantages {
    padding-left: 0;
  }

  .thank_you .go-to-dashboard {
    margin-top: 321px;
  }
  
  .dashboard-button{
    width: 189px;
    font-size: 12px;
  }
  .man-left .left_man_img, .man-right .right_man_img{
    width: 650px;
  }
  .man-right {
    right: -220px;
    bottom: -36px;
}
.man-left {
  left: -238px;
  bottom: -39px;
}
.planet {
  right: 30px;
  bottom: 238px;
}
.book {
  left: 42px;
  bottom: 265px;
}
.constellation {
  top: 56px;
  left: 7px;
}
.constellation img.constellation_img{
  width: 170px;
}
.comet {
  top: 72px;
  right: 6px;
}
.comet img.comet_img {
  width: 150px;
}
}

@media (max-width: 425px) {
    .btn-outline.order_now{
    padding: 2px 5px;
    font-size: 12px;
  }
  .btn-outline.order.sign_in{
    padding: 2px 5px;
    font-size: 12px;
  }
  .payement-text {
    top: 60px;
  }

  .right-para .common-btn label {
    padding-top: 0;
    font-size: 11px;
  }

  .right-para .common-btn span {
    font-size: 11px;
  }

  .right-para .common-btn img {
    height: 13px;
  }

  .payment-check .added-pay {
    left: 3px;
  }

  .right-para .common-btn.info {
    padding: 3px 3px 10px 2px;
    width: 79px;
    height: 24px;
  }

  .right-para .common-btn.remove {
    padding: 3px 3px 10px 2px;
    width: 104px;
    height: 24px;
  }

  .right-para .common-btn.added {
    height: 24px;
    width: 70px;
  }

  .right-para .common-btn label {
    position: absolute;
    top: 7px;
    left: -10px;
  }

  .tabs-nav.cart-data.dashboard-cart ul {
    gap: 20px;
  }

  .tabs-nav .tab .tabmore {
    margin: 0;
  }

  .signuptext {
    margin-left: calc(2% + 23px);
  }

  .new_form_wrap .__button-container .button.signin {
    margin-right: -29px;
    margin-top: 22px;
  }

  .signuptext.signin {
    margin-left: calc(2% + 52px);
  }

  .accordion-title {
    flex-basis: 223px;
  }
  .paper img.paper_img{
    width: 130px;
  }
  .thank_you_banner_text h2{
    font-size: 25px;
  }
  .thank_you_banner_text h1{
    font-size: 33px;
  }
  .thank_you_banner_text .main_heading .underline{
    left: 68px;
    bottom: 6px
  }
  .man-left .left_man_img, .man-right .right_man_img{
    width: 500px;
  }
  .man-right {
    right: -170px;
    bottom: 1px;
}
.man-left {
  left: -182px;
  bottom: 3px;
}
.planet .planet_img {
  width: 140px;
}
.planet {
  right: 16px;
  bottom: 218px;
}
.book img.book_img {
  width: 130px;
}
.book {
  left: 29px;
  bottom: 244px;
}
.thank_you .go-to-dashboard{
  margin-top: 280px;
}
}

@media (max-width: 375px) {
    .header-section{
    padding: 0 14px 0 6px;
  }
  .left-ele{
    gap: 4px;
  }
  .left-ele span{
    font-size: 10px;
  }
  .button_group{
    margin-right: 5px;
  }
  .new_form_wrap .__button-container .button.signin {
    margin-right: -53px;
  }

  .signuptext.signin {
    margin-left: calc(2% + 30px);
  }
}



/* whats app button wrapper start */
.whatsapp_wrapper{
  position: fixed;
  bottom: 14px;
  z-index: 10;
  background-color: #212529;
  left: 10px;
    border-radius: 10px;
    padding: 10px;
}
.whatsapp_wrapper button{
  background: transparent;
  border: none;
}
/* whats app button wrapper end */

.finalfile_description {
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 11px;
}