:root {
  --primaryBg: #8AD167;
  --secondaryBg: #10162B;
  --navbarBg: #f3f4f6;
  --white:#fff;
  --newColor:#a1a0a0;
}
/*p{*/
/*    color:var(--newColor);*/
/*}*/

.navigationSec.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
  top: 0;
  padding: 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  overflow-x: hidden;
}

.topBarSec {
  padding: 0.6rem 0;
  background: var(--primaryBg);
}

.navigationSec ul.navbar-nav li.nav-item a.nav-link.ordernow {
  background: var(--primaryBg);
  color: #fff;
}

.navigationSec nav.navbar {
  background: var(--white);
}

/* .navigationSec .nav-item:hover{
    background: var(--primaryBg);
    padding: 22px;
}

.navigationSec .nav-item:hover .nav-link{
    color: #fff;
} */

.headerSec {
  background: url("../../assets/images/bannerHeaders.webp");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.headerSec .info p {
  font-size: 13px;
}

a.ordernow {
  background: var(--primaryBg);
}

.headerSec .info p.h5 {
  font-size: 14px;
}

.headerSec .info p i {
  color: #ffcb00;
}

.orderForm {
  background: var(--secondaryBg);
  padding: 1rem 1rem;
}

.busImg {
  max-width: 440px;
  position: relative;
  right: 1.5rem;
}

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

.orderForm button {
  background: var(--primaryBg);
  border: none;
      border-radius: 26px;
}

.aboutChoose p {
  font-size: 13px;
}

.subjectArea {
  background: url("../../assets/images/subjectareaBg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.subjectArea ul li {
  flex: 48%;
  background: var(--primaryBg);
  border-radius: 20px;
  margin-bottom: 27px;
}

.subjectArea ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem 1rem;
  display: block;
  position:relative;
  padding-left:5rem;
}

.subjectArea ul li a .infoSbj p.h6 {
  margin: 0;
  font-size: 17px;
}

.myBig {
  max-width: 668px;
}

.qualificationLevel {
  background: url("../../assets/images/qualification.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.iconTab {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 64px;
  padding-top: 10px;
  text-align: center;
      position: relative;
    left: 35px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: unset;
}

.infoTab {
  flex: 1;
}

.titleTab {
  background: #909090;
  width: 127px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}

.infotitleTab {
  background: var(--primaryBg);
  border-top-right-radius: 32px;
  padding: 5px 0;
  color: #fff;
  width: 300px;
  text-align: center;
  font-size: 17px;
  border-bottom-right-radius: 32px;
}

.qualificationLevel .nav-tabs {
  border-color: transparent;
}

.qualificationLevel .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  cursor: pointer;
}

.qualificationLevel .nav-tabs .nav-link {
  margin-bottom: 0;
}

.qualificationLevel .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
}

.testBox {
  box-shadow: -10px 0px 3px 4px #3333;
  padding: 2rem 2rem;
  border-top-right-radius: 37px;
  width: 90%;
  height:82%;
  display:flex;
  flex-direction:column;
  align-items:start;
      justify-content: center;
}

.infoWrapBox p {
  font-size: 14px;
 
}
.infoWrapBox p i{
     color: #ffcb00;
}

.guidenceSec {
  background: var(--primaryBg);
}

.iconGuide {
    width: 59px;
    height: 61px;
    border-radius: 58px;
    background: var(--secondaryBg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -2px;
    left: -11px;
}
.iconGuide i {
    font-size: 1.7rem;
}

.infoGuide p.h5 {
  font-size: 13px;
  background: #909090;
  padding: 4px 0px;
  padding-left: 3rem;
  width: fit-content;
  padding-right: 1rem;
  border-radius: 11px;
  color: #fff;
}

.infoGuide p.h6 {
  background: var(--navbarBg);
  font-size: 15px;
  padding: 8px 0px;
  padding-left: 3rem;
  width: 100%;
  padding-right: 1rem;
  border-radius: 20px;
  color: #fff;
}

.guidenceSec ul li {
  width: 28%;
}

.infoGuide {
  flex: 1;
}

.rightWrap ul {}

.rightWrap ul li {
  width: 100%;
}

.shapeCus {
  position: absolute;
  z-index: -1;
}

.smallImg1 {
  position: relative;
  top: -10px;
}

.smallImg2 {
  position: relative;
  left: -33px;
}

.smallImg3 {
  position: relative;
  left: -35px;
  top: 15px;
}

.smallImg4 {
  position: relative;
  left: -1px;
  top: 15px;
}

.processSec {
  background: url("../../assets/images/processBgx.webp");
  /*background: url("../../assets/images/newBg.jpg");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
  z-index:1;
}

.processSec ul {
  border-bottom: none;
}

.processSec ul li:nth-child(even) {
  margin-left: 13rem;
}

.processSec .iconTab {
  position: absolute;
  left: 0;
    top: 5px;
    bottom: 0;
}

.processSec .infoTab {
  margin-left: 21px;
}

.processLines {
    position: absolute;
    top: 14rem;
    left: 4rem;
    z-index: -1;
    height: 273px;
}

.mxsd {
  z-index: 1;
}

.mapSec {
  background: url("../../assets/images/headerBf.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.footerSec {
  background-image: url(../../assets/images/footer-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footerSec .row.pt-3 {
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

.wrapCalculator {
  background: var(--primaryBg);
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 2rem 1rem;
  align-items: center;
  border-left: 1.6rem solid #767676;
  padding-left: 25px;
}

.wrapCalculator select {
  border-radius: 41px;
  padding: 0.9rem;
  border: 1px solid #fff;
  background-clip: unset;
  appearance: auto;
}

.wrapCalculator h6.m-1 {
  font-size: 22px;
}

.wrapCalculator h6.m-0 {
  font-size: 25px;
}

.wrapCalculator .w-25 {
  width: 17% !important;
}

.wrapCalculator div button {
  padding: 0.7rem 2.5rem;
  border-radius: 27px;
  background: var(--secondaryBg);
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
}

.infoFooter p {
  color: #767676a6;
}

.infoFooterMenu ul li {
  flex: 47%;
}

.infoFooterMenu ul li a {
  color: #767676a6;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  line-height: 2;
}

.infoFooterMenuQUick ul li a {
  display: block;
  color: #767676a6;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  line-height: 2;
}

.sendEmail .form-control {
  padding: 15px 0px 15px 18px;
  border-radius: 41px;
}

.sendEmail button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 2rem;
  border-radius: 41px;
  background: var(--primaryBg);
  color: #fff;
}

.copyRightSec {
  background: var(--secondaryBg);
  text-align: center;
}

.about-bg {
  background-image: url(../../assets/images/about-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.reviews-bg {
  background-image: url(../../assets/images/reviews-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pricing-bg {
  background-image: url(../../assets/images/pricing-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.order-bg {
  background-image: url(../../assets/images/order-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-review {
  background-image: url(../../assets/images/main-reviews.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.mainReview .swiper-pagination {
  position: static;
  margin-top: 15px;
  transition: 0.2s;
}

.mainReview .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primaryBg) !important;
  opacity: 1 !important;
}

.client-review {
  background-image: url(../../assets/images/client-review.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.client-review .review-page p:nth-child(1) {
  font-size: 3rem;
}

.main-price {
  background: var(--secondaryBg);
}

.main-price .nav-pills .nav-link {
  background: #fff;
  color: #000;
  width:100%;
}

.main-price .nav-pills .nav-link.active {
  background: var(--primaryBg);
  color: #fff;
}

.main-price .price-info {
  background: #626265;
  padding: 2rem;
}

.price-summary .ordernow {
  background: var(--primaryBg);
  color: #fff;
  padding: 8px 30px;
  border: 1px solid var(--primaryBg);
}

.main-order {
  background-image: url(../../assets/images/main-reviews.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-order label {
  color: #fff;
  padding-bottom: 8px;
}

.main-order select {
  padding: 15px;
  appearance: auto;
}

.main-order input {
  padding: 15px;
  appearance: auto;
}

.order-summary {
  background: var(--primaryBg);
  padding: 20px;
  color: #fff;
  border: 1px solid var(--primaryBg);
  border-radius: 6px;
}

.final-form {
  background: var(--secondaryBg);
  padding: 30px;
  border: 1px solid var(--secondaryBg);
  border-radius: 16px;
}

.final-form label {
  color: #fff;
}

.final-form select {
  padding: 11px;
  appearance: auto;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.final-form select option{
    color:#000;
}

.final-form input {
  padding: 11px;
  appearance: auto;
  background: none;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
}
.final-form input::placeholder{
    color:#fff;
}

.order-form-btn button {
  background-color: var(--primaryBg);
  border: 1px solid var(--primaryBg);
  color: #fff;
}

.final-form input:focus {
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}

.final-form select:focus {
  background: none;
  border: 1px solid #fff;
  box-shadow: none;
  color: #fff;
}

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

.fixedbtnwhatsapp img {
  display: block;
}

.fixedbtnwhatsapp img.offerimg {
  transition: 0.2s linear;
  animation: Myanimation 3s ease-in-out infinite;
}

@keyframes Myanimation {
  10% {
    transform: rotate(-60deg) scale(1.2);
  }

  30% {
    transform: rotate(-30deg) scale(1.1);
  }

  50% {
    transform: rotate(-40deg) scale(1.1);
  }
}

.service-cta {
  background: var(--secondaryBg);
}

.service-level {
  background: url(../../assets/images/service-subject.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.serviceform {
  background: url(../../assets/images/service-form.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-bg {
  background: url(../../assets/images/service-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#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: #273c70;
  border-top-color: #3f3f3f;
  border-bottom-color: #f3f4f6;
  border-width: 8px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

.login {
  background: var(--secondaryBg);
  color: var(--navbarBg);
}

.login:hover {
  color: var(--navbarBg);
}

.subjectArea ul li.f-23 {
  flex: 23%;
}

.form-control {
  appearance: auto;
}

.qualificationLevel .nav-link.active .infotitleTab {
  color: var(--primaryBg);
  background: var(--navbarBg);
}

.qualificationLevel .nav-link.active .titleTab {
  background: var(--primaryBg);
  color: var(--navbarBg);
}

.infoTesti i {
  margin-left: 8px;
  vertical-align: middle;
}

.testimonialsSlider .swiper-pagination span:nth-child(1) {
  background: url(../images/cus2.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  opacity: 1;
}

.testimonialsSlider .swiper-pagination span:nth-child(2) {
  background: url(../images/cus3.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  position: relative;
  width: 80px;
  opacity: 1;
  left: -25px;
}

.testimonialsSlider .swiper-pagination span:nth-child(3) {
  background: url(../images/cus4.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  opacity: 1;
  position: relative;
  left: -31px;
  top: 4px;
}

.testimonialsSlider .swiper-pagination span:nth-child(4) {
  background: url(../images/cus5.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  opacity: 1;
}

.testimonialsSlider .swiper-pagination span:nth-child(5) {
  background: none;
  background-size: cover;
  background-position: center center;
  height: 0px;
  width: 0px;
  opacity: 1;
  content:'';
}

.testimonialsSlider .swiper-pagination {
  display: flex;
  gap: 5px;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 22px;
  bottom: 16px;
  background: url(../images/shapeCus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  align-items: center;
}

.testimonailsSec .swiper {
  position: unset;
}



.testimonialsabSlider .swiper-pagination span:nth-child(1) {
  background: url(../images/Abdul-Saud.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  opacity: 1;
}

.testimonialsabSlider .swiper-pagination span:nth-child(2) {
  background: url(../images/Wasif-Sheikh.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  position: relative;
  width: 80px;
  opacity: 1;
  left: -25px;
}

.testimonialsabSlider .swiper-pagination span:nth-child(3) {
  background: url(../images/Humna-Shah.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  opacity: 1;
  position: relative;
  left: -31px;
  top: 4px;
}

.testimonialsabSlider .swiper-pagination span:nth-child(4) {
  background: url(../images/Zareen-Fatima.webp);
  background-size: cover;
  background-position: center center;
  height: 80px;
  width: 80px;
  opacity: 1;
}

.testimonialsabSlider .swiper-pagination span:nth-child(5) {
  background: none;
  background-size: cover;
  background-position: center center;
  height: 0px;
  width: 0px;
  opacity: 1;
  content:'';
}

.testimonialsabSlider .swiper-pagination span:nth-child(6) {
  background: none;
  background-size: cover;
  background-position: center center;
  height: 0px;
  width: 0px;
  opacity: 1;
  content:'';
}

.testimonialsabSlider .swiper-pagination {
  display: flex;
  gap: 5px;
  flex-direction: column;
  width: fit-content;
  position: absolute;
  left: 22px;
  bottom: 16px;
  background: url(../images/shapeCus.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  align-items: center;
}

.corclRight img,
.review-info img {
  box-shadow: 0px 0px 0 gray;
  border-radius: 50%;
}

.review-info {
  justify-content: space-between;
}

.review-info img {
  width: 29%;
}

.busImg {
  max-width: 440px;
  position: relative;
  right: 1.5rem;
}

.main-review .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primaryBg);
  opacity: 1;
}

.main-review .swiper-pagination .swiper-pagination-bullet {
  background: var(--navbarBg);
  opacity: 0.7;
  padding: 6px;
}

.review-info i{
  color: #ffcb00;
}
.writerSlider .swiper-wrapper{
    padding:1rem 1rem;
    padding-bottom:3rem;
}
.rounded{
    border-radius:26px !important;
}
.blue{
    color:var(--primaryBg);
}
.aboutChoose ul li {
    display: flex;
    gap: 7px;
    align-items: baseline;
}
.circleImg {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -13px;
    left: 0;
}

.writerSlider .swiper-button-next {
    background: #000;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    color: #fff;
}

.writerSlider .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 18px;
}

.writerSlider .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 18px;
}

.writerSlider .swiper-button-prev {
    background: #000;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    color: #fff;
}
.main-price ul li.nav-item {
    flex: 1;
}
.price-box p.active {
    background: var(--primaryBg);
    color: #fff;
    padding: 0.8rem 0 !important;
}
.price-deadline {
    padding: 1rem 0;
}
.file-upload, .file-upload:hover {
    background-color: #fff;
}
.file-upload {
    border: 2px dashed #8AD167;
    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;
}