@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;700;900&display=swap);
:root {
  --primaryBg: #ffc122;
  --secondaryBg: #121e28;
  --finalColor: #e8f0ee;
  --newColor: #b5225f;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.4s linear;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Outfit, sans-serif;
}
.topSec a.topEmail {
  background: var(--primaryBg);
  position: relative;
}
.topSec a.topEmail::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 20px;
  height: 100%;
  background: var(--primaryBg);
  transform: skewX(16deg);
}
.topSec .info h5 {
  font-size: 1rem;
  line-height: 8px;
}
.myTopSec {
  position: relative;
  top: -0.9rem;
}
.headerSec .navbar {
  background: var(--finalColor);
  position: relative;
}
.headerSec .navbar::before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../../assets/images/rec1.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.headerSec .navbar::after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: 0;
  width: 19px;
  height: 19px;
  background: url(../../assets/images/rec2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.headerSec ul.navbar-nav .nav-item .nav-link {
  color: #121e28;
  font-size: 1rem;
  text-transform: uppercase;
  padding-right: 18px;
}
.headerSec ul.navbar-nav .nav-item .nav-link.active {
  color: var(--newColor);
}
.headerSec ul.navbar-nav .nav-item .nav-link:hover {
  color: var(--primaryBg);
}
.headerSec ul.navbar-nav .nav-item .nav-link:focus {
  color: var(--primaryBg);
}
.headerSec ul.navbar-nav .nav-item .nav-link.ordernow {
  background: var(--primaryBg);
  border: 1px solid var(--primaryBg);
  border-radius: 8px;
  color: #383838;
  font-weight: 600;
}
.headerSec ul.navbar-nav .nav-item .nav-link.ordernow:hover {
  background: #fff;
  border: 1px solid var(--primaryBg);
  color: var(--primaryBg);
}
.headerSec ul.navbar-nav .nav-item.gapClass {
  padding-left: 13rem;
}
.headerSec {
  background: url(../../assets/images/mainBanner.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.getquoteForm {
  background: var(--primaryBg);
  border-radius: 9px;
}
.headerInfo h4 span {
  color: var(--primaryBg);
}
.form-group {
  padding-bottom: 7px;
}
.getquoteForm button {
  background: var(--secondaryBg);
  border: none;
}
a.ordernow {
  background: var(--primaryBg);
  border: 1px solid var(--primaryBg);
  color: #383838;
}
a.ordernow:hover {
  border: 1px solid var(--primaryBg);
  background: #fff;
  color: var(--primaryBg);
}
a.livechat {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #383838;
  font-weight: 600;
}
a.livechat:hover {
  background: var(--primaryBg);
  border: 1px solid #fff;
  color: #fff;
}
a.bgYellow {
  background: var(--primaryBg);
  border-radius: 5px;
}
a.livechat.darkBg {
  background: var(--secondaryBg);
  color: #fff;
}
a.livechat.darkBg:hover {
  background: #fff;
  border: 1px solid var(--secondaryBg);
  color: var(--secondaryBg);
}
.info p {
  font-size: 0.9rem;
  border-bottom: unset !important;
  padding: unset !important;
}
.form-control {
  outline: 0;
  appearance: auto;
  border: 2px solid var(--secondaryBg);
}
.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.getAffordable .affordableBox {
  box-shadow: 0 0 10px #dedede;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 15px;
  background: #fff;
  height: 100%;
}
.getAffordable .swiper-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.getAffordable h4 {
  font-weight: 800;
}
.featureSlider .swiper-slide {
  height: auto;
}
.getAffordable .affordableBox.active {
  border-right: 3px solid var(--primaryBg);
  border-bottom: 3px solid var(--primaryBg);
}
.object1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.object1 img {
  height: 100%;
}
.getAffordable {
  z-index: 1;
  overflow: hidden;
}
.object2 {
  position: absolute;
  top: 2rem;
  right: 3rem;
}
.object3 {
  position: absolute;
  bottom: 1rem;
  right: -2rem;
}
.aboutInfo {
  background: url(../../assets/images/affordableAbout.webp);
  background-position: center;
  background-size: cover;
  padding: 5rem 0;
}
.aboutInfo h3 span {
  color: var(--primaryBg);
}
.subjectSec {
  background: url(../../assets/images/subjectBg.webp);
  background-position: center;
  background-size: cover;
}
ul.subjectWrap li {
  flex: 23%;
  border: 1px solid var(--primaryBg);
  position: relative;
  padding: 13px 17px;
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
ul.subjectWrap li h5 {
  padding-top: 14px;
  font-weight: 400;
  font-size: 1.1rem;
}
ul.subjectWrap li .shapeCircle {
  width: 50px;
  height: 50px;
  background: var(--secondaryBg);
  border-radius: 50px;
  position: absolute;
  top: -1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  left: 1rem;
}
ul.subjectWrap li::before {
  content: "";
  position: absolute;
  width: 72%;
  height: 3px;
  background: #585f66;
  top: -8px;
  right: 0;
}
ul.subjectWrap li::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 3px;
  background: #091520;
  top: -2px;
  left: -2px;
}
ul.subjectWrap li .whiteLine {
  background: #fff;
  width: 100%;
  height: 2px;
}
.circleOrder {
  width: 30px;
  height: 30px;
  background: var(--secondaryBg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
}
.levelTabs .nav-tabs {
  border: none;
  gap: 24px;
  justify-content: space-between;
}
.levelTabs .nav-tabs li.nav-item {
  flex: 1;
}
.levelTabs .nav-tabs .nav-link {
  box-shadow: rgb(48 48 48 / 20%) 0 0 8px;
  border: none;
  width: 100%;
  color: var(--secondaryBg);
  font-size: 18px;
  font-weight: 700;
}
.levelTabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background: var(--primaryBg);
}
.sideNvq {
  background: var(--primaryBg);
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sideNvq ul li {
  border-bottom: 1px solid var(--secondaryBg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.sideNvq ul li:nth-child(4) {
  border-bottom: 0;
}
.leftShapes {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.levelSec {
  overflow: hidden;
}
.leftShapes .flagIcon {
  position: absolute;
  left: -3rem;
  top: 0;
  width: 280px;
}
.leftShapes .vectorShape2 {
  position: absolute;
  top: 8rem;
  width: 100px;
  left: 6rem;
}
.leftShapes .vectorShape56 {
  position: absolute;
  top: 0;
  width: 100px;
  left: 6rem;
}
.leftShapes .vectorLine {
  position: absolute;
  bottom: 16rem;
  left: 1rem;
}
.leftShapes .vectorLine67 {
  position: absolute;
  bottom: 0;
  left: 1rem;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
}
.LearnScroll ul li i {
  font-size: 7px;
  color: var(--primaryBg);
}
.vectorLine2 {
  position: absolute;
  top: 4rem;
  right: 5rem;
}
img.layershap002 {
  position: absolute;
  top: 0;
  right: 7rem;
  z-index: -1;
}
.equivalentSec h5 {
  color: var(--primaryBg);
}
.equivalentSec table ul li i {
  font-size: 7px;
  color: var(--primaryBg);
}
.equivalentSec table ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.equivalentSec h4 span {
  color: var(--primaryBg);
}
.leftShapes .vectorShape3 {
  position: absolute;
  bottom: 0;
  left: -1rem;
}
.equivalentSec {
  background: url(../../assets/images/mosBg.webp);
  background-position: center;
  background-size: cover;
}
.ctaMidde {
  background: url(../../assets/images/ctaMiddle.webp);
  background-position: center;
  background-size: cover;
}
.equivalentSec table {
  border: 1px solid var(--primaryBg);
  border-radius: 10px;
}
.printingContent {
  background: url(../../assets/images/printingSecBg.webp);
  background-size: auto 70%;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.industryScroll {
  background: url(../../assets/images/industryScroll.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.LearnScroll {
  border: 1px solid var(--primaryBg);
  padding: 1.3rem 1.5rem;
  border-radius: 10px;
}
.LearnScroll h5 {
  color: var(--primaryBg);
}
.myFixed {
  position: relative;
  top: -1.4rem;
}
.circleIncre img {
  width: 100%;
  border-radius: 100px;
  margin: auto;
}
.circleIncre {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 6px solid var(--primaryBg);
  margin: auto;
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
}
.incredWrap h4 {
  padding-top: 3rem !important;
}
.incredWrap {
  border: 1px solid #383838;
  text-align: center;
  padding: 1rem 1rem;
  border-radius: 17px;
  height: 100%;
}
.customSays .swiper-slide {
  border-radius: 17px;
  height: auto;
}
.customSays .swiper-slide.swiper-slide-active {
  background: var(--primaryBg);
  border-radius: 17px;
  border: none;
}
.customSays .swiper-slide.swiper-slide-active .circleIncre {
  border: 6px solid var(--secondaryBg);
}
.customSays .swiper-slide.swiper-slide-active .incredWrap {
  border: none;
}
.incredWrap p {
  font-size: 13px;
}
.customSays .swiper-slide.swiper-slide-active .incredWrap .mystar {
  background: #fff;
  border-radius: 20px;
  width: fit-content;
  padding: 0 1rem;
  margin: auto;
}
.customSays .swiper-slide.swiper-slide-active .incredWrap .mystar i {
  color: var(--primaryBg);
}
.customSays .swiper-slide .incredWrap .mystar {
  background: var(--secondaryBg);
  border-radius: 20px;
  width: fit-content;
  padding: 0 1rem;
  margin: auto;
}
.customSays .swiper-slide .incredWrap .mystar i {
  color: var(--primaryBg);
}
.nvqChoose {
  background: url(../../assets/images/nvqChoose.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.chooseItems {
  border: 1px solid #fff;
  border-radius: 21px;
  padding: 1.5rem 1.3rem;
  margin: 0.6rem 0 1rem 0;
}
.chooseItems h5 {
  color: var(--primaryBg);
}
.mySwiperTesti .swiper-slide {
  height: auto;
}
.testInfx {
  background: var(--primaryBg);
  padding: 1.3rem 1rem;
  border-radius: 30px;
  height: 60%;
}
.wrapTesi {
  position: relative;
  height: 100%;
}
.wrapTesi i {
  position: absolute;
  top: -2rem;
  left: 2rem;
  font-size: 2rem;
}
.testInfx p {
  font-size: 14px;
}
.tesiFlex img {
  border-radius: 50px;
}
.infoFlex h5 span {
  font-size: 12px;
  color: var(--primaryBg);
  position: relative;
  left: -1.7rem;
}
.infoFlex h5 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
.infoFlex h5 i {
  position: relative;
  top: 0;
  font-size: 12px;
  letter-spacing: 3px;
}
.mySwiperTesti .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
}
.processSec {
  background: url(../../assets/images/processBg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.count span {
  font-size: 6rem;
  border: 1px solid #fff;
  font-weight: 800;
  color: #fff;
  line-height: 97px;
  height: 112px;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infConx h6 {
  font-size: 19px;
}
.processItemx:hover .count span {
  background: var(--primaryBg);
}
.processItemx:hover .infConx svg {
  filter: invert(1);
}
.processItemx .count p {
  font-size: 6rem;
  font-weight: 500;
  position: relative;
  left: 1rem;
  top: -10px;
}
.processItemx p {
  font-size: 14px;
  padding-top: 10px;
  position: relative;
  top: -2rem;
}
.footerSec {
  background: url(../../assets/images/footerB.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.useFulllink ul li a {
  text-decoration: none;
  color: #fff;
  padding: 3px 0;
  display: block;
}
.useFulllink p {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 73%;
  font-weight: 700;
}
.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);
  }
}
.fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 3;
}
.about-bg {
  background-image: url(../../assets/images/about-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-section {
  background-image: url(../../assets/images/about-content.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-section span {
  color: var(--primaryBg);
}
.about-section .fa-circle {
  font-size: 10px;
}
.service-bg {
  background-image: url(../../assets/images/service-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutInfo .serviceAboutList {
  width: 30%;
}
.aboutInfo .serviceAboutList h5 span {
  display: block;
}
.service-section table {
  border: 1px solid var(--primaryBg);
}
.service-section .bg-white th {
  background: var(--primaryBg);
}
.service-section .fa-circle {
  font-size: 10px;
}
.service-section-2 .fa-circle {
  color: var(--primaryBg);
  border: 1.5px solid var(--secondaryBg);
  font-size: 10px;
  border-radius: 100%;
}
.serviceScroll {
  background-image: none;
}
.ctaClass {
  background-color: var(--secondaryBg);
  color: #fff;
}
.serviceScroll .servicePoint {
  color: var(--primaryBg);
  font-size: 10px;
}
.main-order {
  background-image: url(../../assets/images/main-order.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-order .form-group {
  position: relative;
}
.main-order label {
  color: #fff;
  position: absolute;
  left: 20px;
  top: -0.8rem;
  background: var(--secondaryBg);
  padding: 0 13px;
}
.main-order select {
  background: no-repeat;
  color: #fff;
  padding: 13px;
  appearance: auto;
  border:2px solid #fff;
}
.main-order input {
  background: no-repeat;
  color: #fff;
  padding: 13px;
  appearance: auto;
  border:2px solid #fff;
}
.main-order textarea {
  background: no-repeat;
  color: #fff;
  padding: 13px;
  appearance: auto;
  border:2px solid #fff;
}
.order-form label {
  background: #fff;
  color: #000;
}
.order-form select {
  color: #000;
}
.order-form input {
  color: #000;
}
.order-form button {
  background: var(--primaryBg);
  border-radius: 8px;
  color: #383838;
  font-weight: 600;
  font-size: 1rem;
  padding: 8px 50px;
}
.order-summary {
  background-color: var(--primaryBg);
}
.order-summary li {
  flex: 40%;
}
.scroll-container {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 20px;
}
.scroll-container::-webkit-scrollbar {
  width: 10px;
}
.scroll-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--primaryBg);
  outline: 1px solid var(--secondaryBg);
}
.swiper-pagination {
  position: static;
}
.swiper-pagination .swiper-pagination-bullet {
  background: var(--secondaryBg);
  border-radius: 10px;
  padding: 2px 12px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primaryBg) !important;
  padding: 2px 30px;
  border-radius: 10px;
}
.subjectSec .swiper-pagination .swiper-pagination-bullet {
  background: var(--finalColor);
}
.nvqChoose .swiper-pagination {
  margin-top: 0;
}
.nvqChoose .swiper-pagination .swiper-pagination-bullet {
  background: var(--finalColor);
}
.accordion-item {
  background: #fff;
  border: 2px solid var(--secondaryBg);
  border-radius: 10px;
  margin-bottom: 9px;
}
.accordion-item:not(:first-of-type) {
  border-top: 2px solid var(--secondaryBg);
  background: var(--primaryBg);
}
.accordion-item:first-of-type {
  border-top: 2px solid var(--secondaryBg);
  background: var(--primaryBg);
}
.accordion-button {
  background: #f5f4f1;
  border: none;
  border-radius: 9px;
  font-weight: 600;
  font-size: 1.2rem;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button.collapsed {
  background: #f5f4f1;
}
.accordion-button:not(.collapsed) {
  color: var(--secondaryBg);
  background-color: var(--primaryBg);
  box-shadow: none;
}
.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(13%) saturate(2444%)
    hue-rotate(165deg) brightness(101%) contrast(91%);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(7%) sepia(13%) saturate(2444%)
    hue-rotate(165deg) brightness(101%) contrast(91%);
}
.footer-social .fa-facebook-f {
  color: var(--secondaryBg);
  background: var(--primaryBg);
  align-items: center;
  border-radius: 100%;
  font-size: 21px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
}
.footer-social .fa-instagram {
  color: var(--secondaryBg);
  background: var(--primaryBg);
  align-items: center;
  border-radius: 100%;
  font-size: 21px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
}
.footer-social a{
    font-size:13px;
}
.footer-social .fa-x-twitter {
  color: var(--secondaryBg);
  background: var(--primaryBg);
  align-items: center;
  border-radius: 100%;
  font-size: 21px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
}
.footer-social .fa-linkedin-in {
  color: var(--secondaryBg);
  background: var(--primaryBg);
  align-items: center;
  border-radius: 100%;
  font-size: 21px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
}
.footer-social .fa-pinterest-p {
  color: var(--secondaryBg);
  background: var(--primaryBg);
  border-radius: 100%;
  font-size: 21px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-reviews {
  background-image: url(../../assets/images/main-review.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.right-arrow {
  font-size: 16px;
  color: var(--primaryBg);
  border: 2px solid var(--primaryBg);
  padding: 5px 6px;
  border-radius: 6px;
}
.right-arrow:hover {
  color: var(--primaryBg);
}
img.shapeIconDOub {
  position: absolute;
  bottom: 3.5rem;
  left: 6rem;
}
.left-arrow {
  font-size: 16px;
  color: #fff;
  border: 2px solid var(--secondaryBg);
  padding: 5px 6px;
  border-radius: 6px;
}
.left-arrow:hover {
  color: var(--primaryBg);
}
.main-reviews .fa-star {
  color: var(--primaryBg);
  font-size: 24px;
}
.main-reviews .fa-star-half {
  color: var(--primaryBg);
  font-size: 24px;
}
.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-image: url(../../assets/images/main-order.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-price .nav-pills .nav-link {
  background: #fff;
  color: #000;
}
.main-price .nav-pills .nav-link.active {
  background: var(--primaryBg);
  color: #fff;
}
.main-price .price-info {
  background: #f6f6f6;
  padding: 2rem;
}
.price-summary .ordernow {
  background: var(--primaryBg);
  color: #fff;
  padding: 8px 30px;
  border: 1px solid var(--primaryBg);
}
.price-box.w-75.rounded-3 {
  background: var(--primaryBg);
  color: #fff;
}
.topSec {
  background: #fff;
}
body.login_bg {
  background: var(--primaryBg);
}
.login_section {
  width: 100%;
  max-width: 480px;
  height: auto;
  background: var(--secondaryBg);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 130px;
  padding: 45px 60px;
  padding-bottom: 14px;
  border-radius: 5px;
  z-index: 12312312312;
}
.login_section h4 {
  color: var(--primaryBg);
  padding-bottom: 20px;
  font-size: 33px;
  text-align: center;
}
.form-group {
  margin-bottom: 15px;
}
.login_section .form-control {
  height: auto;
  border-radius: 20px;
  padding: 10px 15px;
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
  outline: 0;
  border: 1px solid #ccc;
}
.login_section button {
  padding: 10px 30px;
  outline: 0;
  border: none;
  background: var(--primaryBg);
  border-radius: 20px;
  margin: 10px 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.login_section a {
  display: block;
  text-decoration: none;
  color: var(--primaryBg);
  margin: 0 0;
  text-align: right;
}
.footer_login ul li {
  display: inline-block;
}
.footer_login ul li a {
  padding: 0 7px;
  font-size: 16px;
}
.footer_login p {
  text-align: center;
  color: var(--primaryBg);
}
#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(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-color: var(--primaryBg);
  border-top-color: transparent;
  border-width: 10px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.verticle-line {
  border: 1px solid var(--newColor);
}
.useFulllink li {
  flex: 45%;
}
.collapseSec {
  position: relative;
}
.collapseSec img.faqImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.headerInfo h1 span {
  color: var(--primaryBg);
}
img.vector001 {
  position: absolute;
  top: -26px;
  z-index: -1;
  left: 4rem;
}
img.vector002 {
  position: absolute;
  bottom: 1rem;
  left: 0;
}
img.vector003 {
  position: absolute;
  right: 0;
  bottom: 0;
}
img.vecLine0045 {
  position: absolute;
  top: -37px;
  left: 0;
  z-index: -1;
}
img.vecLine0028 {
  position: absolute;
  bottom: 4rem;
  left: 2rem;
}
img.vecLine00280 {
  position: absolute;
  bottom: -2rem;
  z-index: -1;
  left: 2rem;
}
img.vecLine003398 {
  position: absolute;
  right: -3rem;
  bottom: -2rem;
  z-index: -1;
  z-index: -1;
}
img.vecLine0030 {
  position: absolute;
  top: -2.5rem;
  right: 5rem;
  z-index: -1;
}
img.vecLine0033 {
  position: absolute;
  right: 4rem;
  bottom: -2rem;
  z-index: -1;
}
img.vecLine0034 {
  position: absolute;
  top: 4rem;
  right: 0;
}
img.nvqImg {
  min-width: 501px;
}
img.doublequotes {
  position: absolute;
  top: -6px;
  left: 2rem;
}
.equivalentSec table tbody tr td {
  width: 50%;
}
.main-order .order-form .form-control {
  border: 2px solid #000;
}
.whatsapp-btn{
    margin: 0;
    color: #000;
    font-weight: 700;
}

.footerSec .footer-social svg{
    background:transparent;
    color:#fff;
}

.file-upload, .file-upload:hover {
    background-color: #fff;
}
.file-upload {
    border: 2px dashed #003e47;
    border-radius: 8px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 7px;
}
.upload-label {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    justify-content: center;
    color:#000 !important;
}
[hidden] {
    display: none !important;
}