:root {
  --primary: #eaedec;
  --secondary: #22b4d7;
  --btncolor: #001c34;
  --textcolor: #2eca8b;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #fff;
  margin: 0;
  padding: 0;
}
.Header_Sec {
  background: #fff;
}
.btn-primary {
  background: var(--btncolor);
  border-color: var(--btncolor);
  padding: 5px 20px !important;
  border-radius: 10px;
}
.btn-secondary {
  background: var(--secondary);
  border-color: var(--secondary);
  padding: 5px 20px !important;
  border-radius: 10px;
}
.btn-outline-primary {
  border-color: var(--secondary);
  padding: 5px 25px !important;
  border-radius: 10px;
  color: #000;
}
.btn-outline-primary:hover {
  border-color: var(--secondary);
  background: transparent;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.MiddleSec {
  background: url("../../assets/images/banner1.png");
  padding: 3rem 0;
  padding-bottom: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.infoMiddle ul {
  gap: 20px;
}

.FormData {
  padding: 2rem 0;
  margin-top: -5rem;
}

.FormData .container {
  background: #f5f5f5;
  position: relative;
  padding: 0rem 1rem;
  border-top-right-radius: 14px;
  box-shadow: 0px 0px 5px #ccc;
  border-bottom-right-radius: 14px;
}

.discountdata {
  height: 100%;
  padding: 1rem 0rem;
}
.discountdata p b {
  color: #0a2a7f;
}
.discountdata span {
  color: #0a2a7f;
}
.payNow {
  background: #22b4d7;
  padding: 2px 28px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 11px;
  gap: 20px;
}

.calculator .form-control {
  border-radius: 7px;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  border-color: #001c34;
  height: auto;
  padding: 6px 17px;
}
.calculator .form-group {
  margin: 9px 0;
}
.lastSc .form-group {
  margin: 9px 0;
}
.lastSc .form-control {
  border-radius: 7px;
  box-shadow: none;
  text-shadow: none;
  background: transparent;
  border-color: #001c34;
  height: auto;
  padding: 6px 17px;
}

.txtcolor {
  color: #383838;
}
.txtcolor2 {
  color: var(--textcolor);
}
.BenifitSec {
  padding: 1rem 0;
  position: relative;
}
.infoBef h4 {
  font-size: 2rem;
}
.BenifitWrap {
  gap: 20px;
}
.BenifitWrap .BenfItems {
  width: 305px;
}
.academicData {
  border: 1px solid var(--btncolor);
  padding: 1rem 20px;
  border-radius: 40px;
  position: relative;
  margin-right: 30px;
  text-align: center;
}
.Guarentee {
  background: var(--btncolor);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.2s linear;
  transform: scale(1.1);
  border-radius: 20px;
}
.Guarentee p {
  margin: 0;
}

.academicData img {
  margin-top: 5.2rem;
}
.academicData h4 {
  margin-bottom: 15px;
  color: var(--btncolor);
}
.unparraled img.ctx {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: -7px;
}
.unparraled {
  padding: 1.7rem 0;
  background: url(../../assets/images/rob-pic.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.unparraled.BG {
  padding-bottom: 0;
  padding-top: 1rem;
  background: url(../../assets/images/ready-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: inherit;
}

.infoUn ul {
  list-style: none;
  gap: 20px;
  align-items: center;
  margin: 0;
}

.infoUn.asdas ul {
  align-items: start;
  padding: 10px 1rem;
}

.infoUn ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 7px;
}
.BreadCrumData .infoUn ul li a.btn.btn-primary.text-white {
  background: #22b4d7;
}
.BreadCrumData .infoUn ul li a {
  color: #fff;
}

.infoUn.asdas ul li a {
  font-weight: 700;
}
.infoUn {
  padding: 0rem 0;
  padding-top: 25px;
}
.infoUn h5 {
  padding-right: 3rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--btncolor);
}

.stepData {
  padding: 3rem 0;
  background: #f8f9fa;
  position: relative;
  z-index: 1;
}
.StepWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shap {
  position: absolute;
  top: -12px;
  left: 61px;
}
.StepWrap .stepBox {
  position: relative;
  background: #f8f9fa;
  flex: 1;
  text-align: center;
}
.Mydata {
  margin-top: -9rem;
}

.testimonails_Sec {
  padding: 3rem 0;
  background: #f8f9fa;
}
.TestimnailItems {
  padding: 2rem 3rem;
  background: #fff;
  margin-right: 3rem;
  border-radius: 5px;
}

.TestimnailItems td{
  padding-right: 10px;
}

.PricingSec {
  padding: 3rem 0;
  position: relative;
}

.Pricing {
}
.Pricing h4 {
  background: var(--btncolor);
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  text-align: center;
  margin: 0;
}
.Pricing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Pricing ul li {
  background: #fff;
  margin: 0px 0;
  padding: 8px 19px;
  margin-top: 0;
  text-align: center;
  border: 1px solid #3333;
}
.Pricing ul li h5 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #22b4d7;
}
.Pricing ul li p {
  margin: 0;
  padding: 0;
  font-weight: 800;
}

.Pricing:nth-child(odd) {
}

.faqsSec {
  padding: 3rem 0;
  background: #fff;
  position: relative;
}

.card-header .title {
  font-size: 17px;
  color: #000;
  font-weight: 600;
}
.card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  border: 1px solid #54a9e1;
  text-align: center;
  display: flex;
  justify-content: center;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 7px;
  color: #000;
}
.card-header {
  cursor: pointer;
  border-bottom: none;
  background: #fff;
}

.card-header span.title {
  color: #22b4d7;
}

.card-header.collapsed span.title {
  color: #333;
}

.card {
  border: 1px solid #dddddd85;
  margin-bottom: 10px;
  border-left: 0;
  border-right: 0;
}
.card-body {
  border-top: 1px solid #ddd;
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.TopRated {
  padding: 3rem 0;
  position: relative;
}
.cartRated {
  padding: 12px 1rem;
  border: 1px solid #3333;
  border-radius: 16px;
  margin: 1rem 0;
}
.Infocarts ul li {
  padding: 4px 0;
  font-size: 14px;
}
.BoxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 3rem;
  margin-top: 2rem;
}
.BoxItemW {
  width: 216px;
  box-shadow: 0px 0px 6px #3333;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 23px;
  border-radius: 6px;
}
.BoxItemW.barx {
  margin-bottom: 0;
  margin-top: 25px;
}
.itemFot {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 11px;
  align-items: center;
}

.footerSec {
  padding: 3rem 0;
  background: #202942;
  position: relative;
}

.footerInfo ul {
  list-style: none;
}
.footerInfo ul.QuickLInks li {
  width: 156px;
}
.footerInfo ul.QuickLInks li a {
  text-decoration: none;
  color: #fff;
}
ul.conntect {
  list-style: none;
}
ul.conntect li a {
  text-decoration: none;
  padding: 5px 0;
  color: #fff;
  display: block;
}

.english-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/english-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.economics-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/economics-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.accounting-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/accounting-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.homework-writing{
  padding: 8rem 0;
  background: url("../../assets/images/accounting-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.law-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/accounting-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.nursing-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/nursing-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.matlab-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/matlab-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.child-care-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/child-care-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.tourism-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/tourism-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.management-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/management-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.strategy-planning-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/strategy-planning-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hospitality-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/hospitality-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.zoology-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/zoology-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.statistic-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/statistics-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.english-litrature-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/classic-english-literature-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.operation-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/operations-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.project-management {
  padding: 8rem 0;
  background: url("../../assets/images/project-management-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.hr-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/human-resource-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.humanitites-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/humanities-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.marketing-assignment {
  padding: 8rem 0;
  background: url("../../assets/images/marketing-assignment.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.essay-writing {
  padding: 8rem 0;
  background: url("../../assets/images/essay-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.thesis-writing {
  padding: 8rem 0;
  background: url("../../assets/images/thesis-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.dissertation-writing {
  padding: 8rem 0;
  background: url("../../assets/images/dissertation-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.term-paper-writing {
  padding: 8rem 0;
  background: url("../../assets/images/term-paper-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.assignment-writing {
  padding: 8rem 0;
  background: url("../../assets/images/assignment-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.coursework-writing{
  padding: 8rem 0;
  background: url("../../assets/images/coursework-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.report-writing{
  padding: 8rem 0;
  background: url("../../assets/images/report-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.case-study{
  padding: 8rem 0;
  background: url("../../assets/images/report-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.ppt-design{
  padding: 8rem 0;
  background: url("../../assets/images/report-writing.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.ServiceContent {
  padding: 3rem 0;
}

.ServiceContent h2 {
  font-size: 2.5rem;
  line-height: inherit;
  color: var(--btncolor);
  font-weight: 700;
}

.ServiceContent h3 {
  font-size: 1.5rem;
  line-height: inherit;
  color: #22b4d7;
  font-weight: 700;
}

.ServiceContent h4 {
  font-size: 1.5rem;
  line-height: inherit;
  color: #22b4d7;
  font-weight: 700;
}
.ServiceContent h5 {
  font-size: 1.5rem;
  line-height: inherit;
  color: #22b4d7;
  font-weight: 700;
}

.ServiceContent li{
  gap: 10px;
}

.COntentMiddleSec {
  padding: 3rem 0;
  background: #f8f9fa;
}

.Reviex {
  padding: 3rem 0;
  position: relative;
}

.Reviex h4 {
  margin: 0;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 3px;
}

.Reviex p {
  margin: 0;
  font-size: 13px;
}

.ratedInformation h4 {
  font-size: 18px;
}
.ratedInformation h4 span {
  color: #22b4d7;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;

  color: #000;
}

.vshape1 {
  position: absolute;
  top: -6rem;
  left: 0;
}

.vshape2 {
  position: absolute;
  top: -10rem;
  right: 0;
}
.vshape3 {
  position: absolute;
  right: 0;
  bottom: 8rem;
}
.vshape4 {
  position: absolute;
  bottom: -45px;
  left: 43px;
  z-index: -1;
}

.vshape5 {
  position: absolute;
  bottom: -45px;
  right: 0px;
  z-index: -1;
}
.vshape6 {
  position: absolute;
  bottom: -45px;
  left: 0px;
  z-index: -1;
}
.vshape7 {
  position: absolute;
  bottom: -45px;
  right: 0px;
  z-index: -1;
}
.vshape8 {
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: -1;
}
.vshape9 {
  position: absolute;
  top: -72px;
  right: 0px;
  z-index: -1;
}
.vshape10 {
  position: absolute;
  bottom: -45px;
  right: 20px;
  z-index: -1;
}
.vshape11 {
  position: absolute;
  top: -68px;
  left: -16px;
  z-index: 1;
}
.vshape12 {
  position: absolute;
  top: -31px;
  right: 0px;
  z-index: -1;
}
.vshape14 {
  position: absolute;
  top: 26px;
  left: 0px;
  z-index: -1;
}
.vshape15 {
  position: absolute;
  top: 65px;
  right: 0px;
  z-index: -1;
}
.vshape16 {
  position: absolute;
  bottom: -166px;
  left: 0px;
  z-index: -1;
}
.vshape17 {
  position: absolute;
  top: -57px;
  left: 0px;
  z-index: 1;
}
.vshape18 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.pricing-banner {
  background: #333;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.breadcrumb {
  width: 100%;
  padding: 0;
  margin: 0;
}

.breadcrumb-inner {
  width: 100%;
  padding: 50px 0px;
}

.breadcrumb h1 {
  color: #fff;
  text-transform: capitalize;
  font-size: 45px;
  padding: 10px 0px;
}

.breadcrumb button {
  width: 100%;
  max-width: 132px;
  padding: 11px 0px;
  font-size: 13px;
  border: none;
  outline: none;
  background: #212529;
  color: #fff;
}

.breadcrumb button.orderclr {
  background: var(--secondary);
  border-color: var(--secondary);
  color: #212529;
}

.pricingbox {
  width: 100%;
  background: #f9f9f9;
  text-align: center;
}

.titlepricing {
  width: 100%;
  padding: 10px 0;
  background: var(--secondary);
  color: #fff;
}

.titlepricing h4{
  font-size: 23px;
}

.pricingbox ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}

.pricingbox ul li {
  display: block;
  border-bottom: 1px solid #143c6f;
  padding: 5px 0;
  width: 90%;
  margin: auto;
}

.pricingbox ul li p {
  color: #143c6f;
  margin-bottom: 0px;
}

.pricingbox ul li h3 {
  color: var(--btncolor);
  font-size: 18px;
  margin-bottom: 0px;
}

.pricing_sec{
  padding:2rem 0px 3rem 0px;
}

.pricing_secv {
  width: 100%;
  padding: 50px 0;
  background: var(--btncolor);
}

.pricing_secv i{
  color: #FFDF00;
}

.inner_pricing {
  background: #fff;
  padding: 30px 0;
  text-align: center;
  border-radius: 8px;
}
.main-content-sec h3 {
  font-size: 20px;
}
.inner_pricing h4 {
  padding: 5px 0;
}
.inner_pricing h5 {
  background: var(--secondary);
  padding: 8px 5px;
  font-size: 25px;
  color: #fff;
}
.inner_pricing button {
  background: var(--secondary);
  outline: none;
  padding: 6px 39px;
  border: none;
  color: #fff;
  border-radius: 6px;
  margin: 14px 0;
}

.order_specification {
  width: 100%;
  background: var(--btncolor);
  text-align: center;
  padding: 12px 0px;
  margin-bottom: 28px;
  color: #fff;
}

.order_details .form-control {
  height: auto;
  border-radius: 19px;
  padding: 10px 15px;
  width: 100%;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #112229;
}
.ordersummary {
  position: sticky;
  top: 163px;
  border: 1px solid #3333;
  padding: 20px 35px;
  border-radius: 20px;
  background: #f9f9f9;
  margin: 12px 0;
}

.ordersummary h3 {
  font-size: 22px;
  margin: 0;
  text-align: center;
  padding-bottom: 15px;
  font-weight: 700;
}

.ordersummary hr {
  margin: 8px 0;
}

.academic_paper h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.academic_paper ul {
  margin: 0;
  list-style: none;
}

.academic_paper ul li {
  font-size: 14px;
  padding: 5px 0;
  display: block;
}

.basic_price {
  width: 100%;
  padding: 15px 0;
}

.basic_price h4 {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}

.basic_price ul {
  margin: 0;
  list-style: none;
}

.basic_price ul li {
  font-size: 14px;
  padding: 5px 0;
  display: block;
}

.basic_price ul li.borderdata {
  border-top: 1px solid #dee2e6;
}

#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 120px;
  height: 120px;
  border-style: solid;
  border-color: #112229;
  border-top-color: #ffd737;
  border-bottom-color: #4bbeca;
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.reviewbar {
  width: 100%;
  padding: 14px 0;
  background: #112229;
}
.reviewbar h4 {
  color: #fff;
}
.reviewbar p {
  padding: 0;
  color: #fff;
}

.reviewcomment {
  width: 100%;
  padding: 30px 0;
  background: #f3f3f3;
}

.reviewcomment .col-md-6{
  margin: auto;
}

.reviewcomment h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
}

.boxreview {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 31px 0;
  margin: 17px 0;
  height: 169px;
  border-radius: 7px;
}
.boxreview p {
  padding: 0;
  color: #ffd203;
}
.boxreview h4 {
  font-size: 24px;
  font-weight: 600;
}
.recently_review {
  width: 100%;
  padding: 30px 0;
}

.itemrecen {
  padding: 20px 10px;
  text-align: center;
  margin: 10px 0;
  box-shadow: 1px 1px 2px 2px #55b39b;
  border-radius: 7px;
  position: relative;
}
.itemrecen h4 {
  font-size: 25px;
  font-weight: 600;
}
.itemrecen p.staricon {
  color: #ffd203;
  font-size: 20px;
  padding: 4px 0;
}
.itemrecen p {
  color: #000;
  font-size: 14px;
}
.itemrecen h5 {
  color: #55b39b;
  font-size: 15px;
  font-weight: 600;
}
.overlayitemcen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b3ffec;
  padding: 20px 29px;
}
.ordercomplete {
  width: 100%;
  position: relative;
  background: #fff;
}
.ordercomplete p {
  color: #000;
  font-size: 14px;
  padding: 8.7px 0;
}
.iconorder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.reviewbox {
  position: relative;
  width: 100%;
  margin: 18px auto;
  max-width: 224px;
  background: #fff;
}
.reviewbox p {
  color: #000;
  font-size: 14px;
  padding: 8.7px 0;
}
.overlayitemcen .progress {
  width: 100%;
  height: 26px;
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.overlayitemcen button {
  max-width: 100% !important;
  padding: 7px 20px !important;
  margin: 0 !important;
  font-size: 14px !important;
  border-radius: 3px;
  border: none;
}

.trusworth {
  width: 100%;
  padding: 30px 0;
}

.trusworth h2 {
  text-align: center;
  padding: 18px 0;
}
.trusworth h3 {
  font-size: 26px;
  padding: 10px 0;
  font-weight: 600;
}
ul.item {
  margin: 16px 0;
  text-align: left;
  list-style: none;
}
ul.item li {
  padding: 5px 0;
}

i.fa.fa-check-circle {
  color: #002365;
  font-size: 21px;
  padding-right: 5px;
}

.trusworth button {
  padding: 9px 15px;
  border: none;
     background: var(--secondary);
  color: #000;
  border-radius: 4px;
}

.freeFeature {
  border: 1px solid #3333;
  box-shadow: -6px 4px 4px #ccc;
  padding: 16px 13px;
  border-radius: 20px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.freeFeature h4 {
  text-align: center;
}
.freeFeature ul {
  list-style: none;
  height: 126px;
  overflow-x: auto;
  margin: 0;
}
.freeFeature ul li {
  border: 1px solid #333;
  margin: 6px 8px;
  display: flex;
  padding: 4px 7px;
  border-radius: 7px;
  justify-content: space-around;
}

/* width */
.freeFeature ul::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.freeFeature ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #4d5962;
  border-radius: 10px;
}

/* Handle */
.freeFeature ul::-webkit-scrollbar-thumb {
  background: #22b4d7;
  border-radius: 10px;
}

/* Handle on hover */
.freeFeature ul::-webkit-scrollbar-thumb:hover {
  background: #4d5962;
}

.MyRevieBpx {
  box-shadow: 7px 12px 16px #3333;
  padding: 17px 23px;
  border-top-left-radius: 66px;
  padding-left: 25px;
  border-bottom: 10px solid var(--secondary);
  transition: 0.2s linear;
  margin-bottom: 20px;
}
.MyRevieBpx:hover {
  border-bottom: 10px solid var(--btncolor);
}

.stepBox p {
  background: #fff;
  width: fit-content;
  padding: 3px 7px;
  border-radius: 15px;
  box-shadow: 2px -1px 6px #9c9c9c;
  font-size: 12px;
  margin: auto;
}
.StepWrap::before {
  content: "";
  position: absolute;
  background: url(https://myassignmentshelp.co.uk/MyDemo/assets/images/processShape.png);
  top: 0;
  bottom: 0;
  z-index: 123123123;
  background-position: center;
  background-size: unset;
  height: 86%;
  width: 100%;
  background-repeat: no-repeat;
}

.StepWrap .stepBox img {
  position: relative;
  z-index: 123123123213123;
}

.infoShap {
  position: relative;
  top: 25px;
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--btncolor);
  border-color: var(--btncolor);
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: var(--btncolor);
  border-color: var(--btncolor);
  box-shadow: none;
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--btncolor);
  border-color: var(--btncolor);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--btncolor);
  border-color: var(--btncolor);
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: var(--btncolor);
  border-color: var(--btncolor);
  box-shadow: none;
  outline: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: var(--btncolor);
  border-color: var(--btncolor);
}

.lastSc button {
  background: var(--secondary);
  border-color: var(--secondary);
}
.infoUn ul li a.btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.Infocarts ul li a.btn:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}
.contentShapx {
  padding: 3rem 3rem;
  border: 1px solid #3333;
  box-shadow: 8px 15px 16px 5px var(--secondary);
  border-radius: 9px;
}
.contentShapx h3 {
  color: var(--secondary);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
}
.contentShapx ul li {
  /*border-bottom: 1px solid #001c3469;*/
  padding: 10px 18px;
  box-shadow: 2px 2px 15px #3333;
  margin-bottom: 8px;
}
.contentShapx ul li b {
  font-size: 14px;
  text-transform: uppercase;
}
.megaMenu {
  min-width: 613px;
  left: -110px;
  border: 0;
  box-shadow: 0px 0px 10px #3333;
  border-radius: 12px;
  top: 60px;
  border-top: 4px solid var(--secondary);
}

.megaMenu ul li {
  border-right: 1px solid var(--secondary);
}

.megaMenu ul li:last-child {
  border-right: 0;
}

.megaMenu ul {
  display: flex;
  gap: 13px;
  min-width: 643px;
  padding: 10px;
  list-style: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--secondary);
}

.services_Subject {
  background: var(--secondary);
  padding: 1rem 0;
}

.services_Subject h5{
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.services_Subject p{
  color: #fff;
}

.subjectWrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.subjectWrap ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.subjectWrap ul li {
  border-right: 1px solid #3333;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 21%;
  align-items: flex-start;
  margin: 13px 9px;

  padding: 1rem 0;
}

.subjectWrap ul li:last-child {
  border-right: 0;
}

.accordion .card-body {
  border-top: none;
}

.accordion .card{
  border: 1px solid #000;
    border-left: 0;
    border-right: 0;
}

.accordion .btn-link{
  color: #000;
  font-weight: 700;
}

.accordion .btn-link:hover {
  color: unset;
  text-decoration: none;
}