:root {
  --Primary: #0A1E3B;
  --Black: #000;
  --Red: #9AB452;
  --Secondary: #fdfbe0;
  --Light: #fff2f1;
  --Yellow:#E3AF24;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", serif;
  overflow-x: hidden;
}

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

.form-control {
  appearance: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", serif;
}

.Baloo{
    font-family: "Baloo 2", serif;
}

p {
  font-size: 16px;
}

.fs16 {
  font-size: 16px;
}

.green {
  color: #4fc371;
}

.fs12 {
  font-size: 12px;
}

.fs20 {
  font-size: 20px;
}

.bgprimary {
  background: var(--Primary);
}

.bglights {
  background: #F2EFE6;
}

.Navigation .nav-link {
  color: var(--Black);
  font-size: 16px;
}

.Slider {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background: #FAF7EE;
}

.Slider img.homegirl {
  min-width: 719px;
}

.fs48 {
  font-size: 48px;
}

.fs30 {
  font-size: 30px;
}

.fs23 {
  font-size: 23px;
}

.orange {
  color: #f59c44;
}

.txtred {
  color: var(--Primary);
}

.form-group {
  margin: 10px 0;
}

.Homeform .form-group label {
  font-weight: 400;
  padding-bottom: 5px;
}

.currencyBox {
  border-radius: 0.375rem;
}

.Homeform .form-control,
.currencyBox {
  border: 2px solid var(--Yellow);
  padding: 15px;
  appearance: auto;
  background: transparent;
}

.currencyBox a.active {
  background: var(--Red);
  color: #fff;
}

.currencyBox a {
  color: var(--Black);
  padding: 2px 6px;
}

.Homeform button {
  width: 100%;
  background: var(--Primary);
  color: #fff;
  padding: 1rem 0;
  border-radius: 0.375rem;
  border-color: var(--Black);
  font-weight: 700;
}

.Benifits {
  background: #F2EFE6;
  background-size: cover;
  background-repeat: no-repeat;
}

.benifitslist p {
  line-height: 30px;
  color: #fff;
}

.benifitList {
  height: 100%;
  border-right: 2px solid #3333;
}

.bgslight {
  background: #ebf7f7;
}

.benifitList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #3333;
  font-size: 20px;
  line-height: 40px;
  color: #000;
}

.bglight {
  background: var(--Yellow);
}

.bgdark {
  background: var(--Black);
}

.writersArrow button {
  padding: 6px 16px;
  background: var(--Yellow);
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  border-color:var(--Yellow);
}

.sampleWriters {
  border: 1px solid var(--Primary);
  padding: 10px 20px;
  /*box-shadow: 0 0 10px var(--Primary);*/
  border-radius: 10px;
  margin: 10px 0;
  height: 96%;
}

.subj {
  width: 90%;
}

.subj li {
  background: #3333;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 10px;
}

.Customers ul li {
  flex: 30% 1;
  font-size: 15px;
}

.Customers {
  background: #F3EEE8;
}

.Assignmentservices p,
.Cta p,
.Customers p {
  line-height: 30px;
}

.fs40 {
  font-size: 40px;
}

.Clientsay .swiper-pagination-bullet-active,
.bgprimary {
  background: var(--Yellow);
  color: var(--Black) !important;
}

.radius {
  border-radius: 30px;
}

.fs35 {
  font-size: 35px;
}

.clientBox p {
  line-height: 30px;
}

.Scrollcontent {
  max-height: 1160px;
  overflow-y: scroll;
}

.ScrollBox {
  background: #F3EEE8;
  padding: 1rem 2rem;
  margin-bottom: 25px;
}

.lists {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0;
  gap: 0;
  border: 1px solid #000;
  width: 100%;
  max-width: 800px;
  background: #FAF7EE;
}

.lists li {
  display: contents;
}

.lists p,
.lists span {
  padding: 10px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}

.lists span {
  font-weight: 700;
  font-size: 14px;
}

.lists p {
  margin: 0;
  font-size: 13px;
  line-height: normal;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul {
  padding-left: 2rem;
}

.Content .list-1 li {
  padding: 10px 0 0;
}

.Content .list-2 li {
  padding: 6px 0 0;
}

.ScrollBox p {
  line-height: 28px;
}

.Scrollcontent::-webkit-scrollbar {
  width: 4px;
  background: var(--Light);
}

.Scrollcontent::-webkit-scrollbar-thumb {
  background-color: var(--Primary);
  border-radius: 4px;
}

.Faq {
  background: url("../../assets/images/faqBg.webp");
}

.Faq .accordion-button , .legal-content .accordion-button {
  background: transparent;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
  font-size: 20px;
  color: #000;

}

.accordion-header {
  margin-bottom: 0;
}

.Faq .accordion-item {
  background: transparent;
  border-left: none;
  border-right: none;
  /*border-top: 1px solid #000;*/
  border-radius: 0;

}

.Faq .accordion-body , .legal-content .accordion-body   {
  color: #000;
}

.Faq .accordion-button:after {
  filter: invert(0);
}

.flag {
  position: absolute;
  left: 33px;
  top: 45px;
  bottom: 0;
  z-index: -1;
  max-width: 295px;
}

.BreadCrumbs {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-position: right;
  background-repeat: no-repeat;
}

.Pricinglist {
  background: #F3EEE8;
}

.Pricinglist .nav-item {
  flex: 1 1;
}

.Pricinglist .nav-tabs .nav-link {
  background: #fff;
  text-align: center;
  color: #000;
  font-weight: 600;
  padding: 14px 10px;
  width: 100%;
}

.Pricinglist .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--Primary);
  color: #fff;
}

.ReviewList {
  background: #F8FBFF;
}

.Clientsay .swiper-slide {
  border-right: 1px solid #000;
  padding: 0 1rem;
}

.Serviceform {
  background: #3333;
  padding: 1rem 2rem;
  border-radius: 10px;
}

.minus {
  position: absolute;
  top: 22px;
  left: 14px;
  bottom: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plus {
  position: absolute;
  top: 22px;
  right: 14px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer {
  background: #F3EEE8;
}

.fs25 {
  font-size: 25px;
}

.fs80 {
  font-size: 80px;
}

.footerMenu a {
  text-decoration: none;
  color: var(--Black);
}

.Orderforms {
  background: #F3EEE8;
}

.Orderforms label {
  color: #000;
}

.Orderforms .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background: transparent;
  border: 1px solid #D5E3C9;
  padding: 10px 10px;
  color: #000;
}

.processList {
  background: var(--Primary);
  padding: 2rem;
}

.processItems p {
  color: #fff;
}

.ctaFeebies {
  background: var(--Primary);
}

.Assignmentservices {
  background: #FAF7EE;
}

.Ourwriters {
  background: #FAF7EE;
}

.Clientsay {
  background: #FAF7EE;
}

.Content {
  background: #FAF7EE;
}

.Faq img {
  min-width: 671px;
  margin-left: 3rem;
}

.Ctabottom {
  background: #FAF7EE;
  z-index: 0;
}

i.fa-regular.fa-circle-check {
  color: var(--Primary);
}

.Navigation.sticky {
  background: #FAF7EE;
}

.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 2em;
  z-index: 999999;
}

.socialFooter li a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #effbf2;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
  font-size: 17px;
}

.file-upload,
.file-upload:hover {
  background-color: #fff;
}

.file-upload {
  border: 2px dashed var(--Primary);
  border-radius: 8px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s;
  margin-top: 7px;
}

.upload-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 15px;
  justify-content: center;
  color: #000 !important;
}

[hidden] {
  display: none !important;
}

.Customers ul li i.fa-regular.fa-circle-check {
  color: var(--Light);
}

.legal-content h2,
.legal-content h3,
.legal-content span {
  font-size: 26px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.legal-content ul li {
  /* font-size: 20px; */
  margin: 10px 0px 0px;
  font-weight: 400;
}