* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  text-shadow: none !important;
}

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

.iti.iti--allow-dropdown.iti--separate-dial-code{
  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;
}
.right-ele .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;
  position: -webkit-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,
a.nav-link:active {
  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:active{
  font-weight: bold;
  color: #f16700 !important; 
}
.navbar-center > ul > li .menu-container ul.menu-dropdown li a:hover {
  color: #f16700;
}

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 */

/* Banner Section Start */
.banner-main-wrapper,
.cart-main-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}

.container {
  max-width: 1366px !important;
  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;
}
.date-label {
  width: 100%;
  display: block;
  padding: 0 12px;
  margin-bottom: 20px;
  margin-top: -15px;
  text-align: center;
}
.date-label label {
  font-size: 13px;
  line-height: 20px;
  font-family: Poppins, sans-serif;
  color: #4a4a4a;
}
.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("../assests/images/angle-arrow-down.png") white no-repeat
    98.5% !important;
  background: url("../assests/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("../assests/images/angle-arrow-down.png") white no-repeat
    98.5% !important;
  background: url("../assests/images/angle-arrow-down.png") white no-repeat
    calc(100% - 10px) !important;
  box-shadow: none;
  outline: none;
}
.iti{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag{
  background: #f6f6fa !important;
}

.iti__country-list{

  white-space: normal !important;
}

/*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("../assests/images/angle-arrow-down.png") white no-repeat
    98.5% !important;
  background: url("../assests/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;
}

.file-upload.row {
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.file_count_attachment {
  margin-left: -60px;
}
.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;
}
.file_name span {
  font-size: 12px;
  font-family: Poppins, sans-serif;
  color: #4a4a4a;
}
.remove_button {
  border: none;
  background: transparent;
}
.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-repeat: no-repeat;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  position: relative;
}

.attach_btn {
  position: absolute;
  left: -3px;
}
.new_form_wrap .new_form .__input-box .textareaOuter input[type="file"] {
  z-index: 3;
  position: absolute;
  width: 109px;
  top: auto;
  left: -18px;
  opacity: 0;
  max-height: 28px;
  font-family: Poppins, sans-serif;
  cursor: pointer;
  margin-top: -6px;
}

.attachment_files{
  margin-top: 10px;
}
.file-block {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;

  &>span.name {
      padding-right: 10px;
      width: max-content;
      display: inline-flex;
      font-size: 12px;
      padding-top: 4px;
  }
}

.file-delete {
  display: flex;
  width: 24px;
  color: initial;
  background-color: #6eb4ff00;
  font-size: large;
  justify-content: center;
  margin-right: 3px;
  cursor: pointer;


  &>span {
      transform: rotate(45deg);
  }
}
.old_files{
  margin-top: 10px;
}
.input-wrapper {
  border-radius: 10px;
  background-color: rgba(144, 163, 203, 0.2);
  margin: 5px;
  color: initial;
  display: inline-flex;
  align-items: center;
}
.old_file_input{
  border: none !important;
  height: 27px !important;
  font-size: 12px !important;
}
.remove-btn {
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
}
.remove_coupon_btn{
  border: antiquewhite;
  background: transparent;
  color: red;
  font-size: 12px;
  font-weight: 700;
    margin-left: 5px;
}
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: 31px;
}

.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;
}
.signuptext.banner {
  margin: 0 auto;
}
.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 */

/* 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-weight: 400;
}

.writing .writing-title .highlight-text {
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
}


.writing .writing-desc .text {
  color: #001e62;
  font-size: 14px;
  line-height: 1.4;
}

.writing .desc-points + .writing .writing-action {
  margin-top: 20px;
}

.writing .desc-points {
  list-style: none;
  padding-left: 1rem;
}

.writing .writing-action {
  margin-left: 60px;
}

.writing .desc-points .desc-points-item {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  color: #001e62;
  display: flex;
  align-items: baseline;
}
.writing .desc-points .desc-points-item::before{
  content: "\2022";
  color: #f16700;
  font-weight: 700;
  display: inline-block;
  width: 11px;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 4px;
}
.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 {
  display: flex;
  gap: 10px;
  margin: 0px 0px 0 auto;
}

.tab .view-more {
  padding: 5px 20px 5px 35px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 4px 0;
  width: auto;
  float: right;
  color: #fff;
  background: url(../assests/images/plus-svgrepo-com.svg) #f16700 no-repeat;
  background-position: 8px 8px;
  background-size: 19px;
  text-decoration: none;
}

.tab .view-more.dashboard-btn {
  background: linear-gradient(to right, #1068fc 0%, #0097db 31%, #1068fc 100%);
}

.noordr {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  border-radius: 3px;
  padding: 50px 30px;
  border: 1px solid #d8d8d8;
  background: #fff;
  margin: 20px 0 20px 0;
}

.dropdown.cart {
  color: #001e62;
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.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%;
}
.discount-container{
  margin: 4px 0px 0 6px;
}
.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%;
  position: relative;
}

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

.left-para .view-detail-accordion:focus {
  outline: 0 !important;
}

.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.custom::after {
  content: "+";
  background: #626262;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  display: block;
  position: absolute;
  right: 15px;
}

.accordion-button.custom:not(.collapsed)::after {
  content: "-";
  background: #626262;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 14px;
  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;
  margin-top: 10px;
}

.view-detail-accordion .attachment:before {
  content: "";
  background: url(../assests/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 8px 8px 12px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 10px 0 0;
  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;
}



.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: red; */
  color: #33cc00;
  font-weight: 800;
}

.order-detail .total-amount .disc-pay span {
  margin-left: 8px;
}



.coupon-code .code {
  position: relative;
  display: block;
  margin: 8px 0 0;
}
.coupon-code .coupon-text {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.coupon-text span {
  color: #33cc00;
  font-weight: 800;
}

.coupon-text button {
  font-size: 9px;
  border: none;
  background: transparent;
  color: #e86f3c;
}

.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 */

.controls {
  text-align: right;
  margin-bottom: 20px;
}
.controls input {
  height: 40px;
  width: 200px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  outline: none;
  padding: 6px 12px;
}
.datatable_below {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entries_data select {
  height: 37.6px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  outline: none;
  padding: 6px 12px;
}
table {
  width: 100%;
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid #ddd !important;
}
tr:nth-child(odd) {
  background: #f6f6f6;
}
tr:nth-child(even) {
  background: #fff;
}

th,
td {
  padding: 10px;
  text-align: left;
}

td h5 {
  font-size: 18px;
}

th {
  background-color: #f2f2f2;
  text-align: center !important;
}

.toggle-arrow {
  display: none;
  cursor: pointer;
}

.pagination {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.get_select{
  background: #f16700;
  border-radius: 5px;
  border: 1px solid #f16700;
  color: #fff;
  padding: 4px 10px;
}
.pagination_buttons {
  display: flex;
  gap: 15px;
}

.pagination span.page_status {
  padding-right: 14px;
}

button:disabled {
  background-color: #fff;
}

.toggle-arrow {
  display: none;
  cursor: pointer;
}
.prev_button,
.next_page {
  border: none;
  background-color: #fff;
}

.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 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-top: 8px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.flashing-btn {
  animation: blink 1s infinite;
}

.download-btn {
  text-align: center;
}

.dropdown-menu[data-bs-popper] {
  left: -94px !important;
}

/* 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 {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.totol_editable_area {
  display: flex;
  align-items: center;
}
.scrollBtn {
  position: relative;
}
.scrollBtn button {
  border: none;
  background: transparent;
  position: absolute;
  right: 5px;
  bottom: 10px;
}
.scrollBtn button i {
  font-size: 20px;
  color: #f16700;
}

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

.msg-text {
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
  word-wrap: break-word;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .msg-bubble {
  background: #579ffb;
  color: #fff;
  border-bottom-right-radius: 0;
  word-wrap: break-word;
}

.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
  position: relative;
  width: 84%;
}

.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}

.msger-input {
  flex: 1;
  background: #ddd;
  padding-right: 30px;
  white-space: pre-wrap;
  overflow: auto;
}

.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
  border: none;
  padding: 17px;
  border-radius: 2px;
}

.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.modal-header {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
}

/* Chat Section End */

/* Rate modal start */
.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;
}

.checked-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checked-wrap .styled-checkbox {
  margin-top: 4px;
}
/* Rate modal 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 */

/* 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;
  font-family: Poppins;
  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;
}
/* Service Section end */

/* chat modal */
.mouse-pointer{
  cursor: pointer;
  padding-left: 15px;
}

.mouse-pointer span{
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
/* chat modal */



.mobile-bottom-nav{
  display: none;
}

/* responsive design */
@media (max-width: 1299px) {
  a.show-fileswrapper span.file-count {
    position: inherit;
    margin-left: 14px;
  }
}

@media (min-width: 475px) {
 .word-for-mobile{
     display:none;
 }
}



@media (min-width: 1200px) {
  .footer__container {
    max-width: 1140px;
    margin: 0 auto;
  }
  .coupon-container{
    left:-47px
  }
}

@media (max-width: 1100px) {
  .help .helpcolumn {
    padding: 25px 25px 0 25px;
  }
}

@media (min-width: 992px) {
  .sidebar {
    display: none;
  }
  .coupon-container{
    left:-47px
  }
}

@media (max-width: 991px) {
  .sidebar .btn {
    display: block;
    width: 78%;
    margin-bottom: 10px;
    margin-left: 26px;
  }

.right-ele .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;
  }
  
  
  .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;
  }

  .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;
  }
  .sidebar.active {
    left: 0;
  }

  .sidebar ul.navbar-nav {
    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: 16px;
    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: -15px;
    left: -26px;
  }

  .arrow-icon.back.writing,
  .arrow-icon.back.editing,
  .arrow-icon.back.offers {
    top: -24px;
    left: -58px;
  }

  .arrow-icon.back.review {
    position: absolute;
    top: -9px;
    right: 25px;
  }

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

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

  .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;
  }
  .pagination {
    padding-bottom: 25px;
  }
  .pagination_buttons {
    display: flex;
    gap: 10px;
  }
  .coupon-container{
    position: relative !important;
        right: 0px;
        width: 350px;
        margin: 10px auto;
  }
}

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

  .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;
    text-align: center;
  }

  .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%;
    padding-left: 0 !important;
  }

  .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;
  }
  .file_count_attachment {
    margin-left: -23px;
  }
  .chat-btn-col,
  .user-details-col,
  .order_id_col .toggle-arrow {
    display: table-cell;
    cursor: pointer;
  }
  .order-id-col {
    display: table-cell;
  }
  .toggle-arrow {
    display: table-cell;
    cursor: pointer;
  }
  .extra_info {
    display: none;
  }
  td h5 {
    font-size: 16px;
  }
  .chat-btn {
    margin-left: 0;
  }
  .download-btn {
    margin-left: 0;
  }
  .chat-btn button {
    font-size: 14px;
  }

  .download-btn button {
    font-size: 12px;
  }
  .mobile-bottom-nav{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateZ(0);
    display: flex;
    height: 50px;
    box-shadow: 0 -2px 5px -2px #333;
    background: linear-gradient(to right, #1068fc 0%, #0097db 31%, #1068fc 100%);
  }
  .nav_container{
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
  .total_amount_bar{
    padding: 20px;
  }
  .total_amount_bar p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
  }
  .total_amount_bar p span{
    font-weight: 700;
  }
  .proceed_pay_btn{
    padding: 20px;
  }
  .proceed_pay_btn .pay_btn{
    padding: 5px 20px 5px 35px;
    position: relative;
    border: none;
    border-radius: 3px;
    margin: 4px 0;
    width: auto;
    color: #fff;
    background:  #f16700 ;
  }
  .pay-btn.securepay{
    display: none;
  }
}

@media (max-width: 767px) {
  .form-sec {
    padding: 10px 43px;
  }
  .new_form_wrap.service-form {
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  div.dt-container div.dt-length {
    text-align: left !important;
  }
  div.dt-container div.dt-search {
    text-align: right !important;
    margin-top: -38px;
  }
}

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

  .right-para .common-btn img.pay-due {
    padding-left: 11px;
  }

  .payment-check .added-pay {
    left: 8px;
  }

  .right-para .common-btn.added {
    padding: 7px 5px 7px 5px;
  }

  .right-para .common-btn.info {
    padding: 7px 9px 7px 9px;
  }



  .right-para .common-btn label {
    padding-top: 0;
    font-size: 13px;
  }

  .right-para .common-btn span {
    font-size: 13px;
  }
}

@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);
  }
  .msg-bubble {
    max-width: 350px;
  }
  .chat-btn button {
    font-size: 9px;
  }
  .download-btn button {
    font-size: 9px;
  }
  .payement-status.rate {
    font-size: 9px;
  }
  .pagination_buttons {
    gap: 10px;
  }
  .controls {
    text-align: center;
  }
  .right-para {
    gap: 10px;
}
}

@media (max-width: 475px) {
  .banner-main-wrapper .banner-inner-wrapper .banner-right {
    width: 80%;
    margin-left: 43px;
  }

  .new_form_wrap .new_form .__input-box.phoneFieldArea select {
    width: 95px;
  }
  .header-section {
        padding: 0 18px;
    }

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

  .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 {
    gap: 10px;
  }
  .right-para .common-btn.remove {
    padding: 7px 4px 8px 2px;
    width: 140px;
  }

  .signuptext {
    margin-left: 79px;
  }
  .new_form_wrap .__button-container .button.signin {
    margin-right: 4px;
  }
  .signuptext.signin {
    margin-left: calc(2% + 72px);
  }
  .tabs-nav ul {
    flex-direction: column;
  }
  .tablinks a {
    font-size: 24px;
  }
  .tab .view-more.dashboard-btn {
    margin-right: 20px;
  }
  .tabs-nav .tab .tablinks.dashboard-title:first-child {
    margin-left: 0;
  }
  .tabs-nav .tab .tabmore {
    margin: 0;
  }
  td h5 {
    font-size: 12px;
  }
  td {
    padding: 15px 5px;
  }
  .get_select{
    padding: 4px;
  }
  td h5 span {
    line-height: 35px !important;
}
}

@media (max-width: 425px) {
    .mouse-pointer img{
width:18px;
}
.btn-outline.order_now{
    padding: 2px 5px;
    font-size: 12px;
  }
  .btn-outline.order.sign_in{
    padding: 2px 5px;
    font-size: 12px;
  }


    .mouse-pointer span{
        font-size:10px;
        
    }

     h1.modal-title{
        font-size: .875rem !important;
}
  .payement-text {
    top: 60px;
  }

  .right-para .common-btn label {
    padding-top: 0;
    font-size: 11px;
  }

  .payment-check .added-pay {
    left: 3px;
  }

  .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);
  }
  .msg-bubble {
    max-width: 280px;
  }
  .tab .view-more {
    font-size: 14px;
    padding: 4px 10px 4px 27px;
    background-position: 5px 8px;
    background-size: 16px;
  }
  .tab .view-more.dashboard-btn {
    font-size: 14px;
  }
  .file_count_attachment {
    margin-left: -80px;
  }
  .coupon-card h3{
    font-size: 11px !important;
  }
  .circle2{
    right: -24px;
  }
  .coupon_segment{
    margin-left: 23px;
  }
  .coupon-container{
    width: 300px;
  }
  .proceed_pay_btn{
    padding: 12px;
  }
  .total_amount_bar{
    padding: 12px;
  }
  .new_form_wrap .new_form .__input-box .floating-label{
    font-size: 14px;
  }
}

@media (max-width: 375px) {
    .proceed_pay_btn .pay_btn{    padding: 5px 11px;
    font-size: 14px;}
    .chat-btn button{padding: 2px;}
.download-btn button{padding:2px;}
.payement-status.rate{padding: 2px 5px;}
  .new_form_wrap .__button-container .button.signin {
    margin-right: -53px;
  }
  .signuptext.signin {
    margin-left: calc(2% + 30px);
  }
  .msg-bubble {
    max-width: 250px;
  }
  
  .header-section{
    padding: 0 14px 0 6px;
  }
  .left-ele{
    gap: 4px;
  }
  .left-ele span{
    font-size: 10px;
  }
  .right-ele .button_group{
    margin-right: 5px;
  }
}

/* /// koushik */

.msger-inputarea input[type="file"] {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 44px;
  top: auto;
  bottom: 20px;
  right: 11px;
  opacity: 0;
  max-height: 20px;
}
.msger-inputarea .attachment-img {
  position: absolute;
  right: 11px;
  bottom: 10px;
  cursor: pointer;
}

.msger-chat {
  max-height: 300px;
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  min-height: 300px;
}



.coupon_segment{
  position: relative;
}
.coupon-container {
  position: absolute;
  right: 13px;
  top: -4px;
}
.coupon-card {
  background: -webkit-linear-gradient(25deg, #f16700 26%, #e86f3c 84%);
  color: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  gap: 15px;
}

.coupon-card h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
.coupon-card p {
  font-size: 15px;
}
.coupon-row {
  margin: 12px auto;
  width: fit-content;
}
#cpnCode {
  border: 1px dashed #fff;
  padding: 4px 2px 5px 4px;
  border-right: 0;
}
#cpnBtn {
  border: 1px solid #fff;
  background: #fff;
  padding: 6px 2px;
  color: #7158fe;
  cursor: pointer;
}
.circle1,
.circle2 {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.circle1 {
  left: -25px;
}
.circle2 {
  right: -25px;
}
.payement-status {
  background: linear-gradient(to right, #1068fc 0%, #0097db 31%, #1068fc 100%);
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.payement-status.rate {
  background: #f90;
}
.download-file-segement {
  display: flex;
  gap: 10px;
}
.download-file-segement i {
  margin-top: 4px;
}
.order_head {
  padding: 20px 0 20px 0px;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}

hr {
  border: none;
  border-top: 0.5px solid black;
}

.price,
.total_price {
  display: flex;
  justify-content: space-between;
}

.dark {
  font-weight: bold;
}

.show-less-content .more-text {
  display: none;
}

.show-more {
  cursor: pointer;
  color: #f16700;
  font-weight: 600;
}

.show-less {
  cursor: pointer;
  color: #f16700;
  font-weight: 600;
}

span#clickbackup {
  cursor: pointer;
  color: #000002;
}


/* 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;
}