@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Primary Colors */
:root {
  --uk-blue: #489cb9;
  --uk-dark-blue: #003057;
  --uk-black: #000000;
  --uk-white: #ffffff;

  /* Neutral Accents */
  --luxury-gold: #ffd700;
  --sand-beige: #f5f5dc;
  --dark-gray: #333333;
  --light-blue: #e3e7fa;
  --midium-blue: #6593ff;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.text-blue {
  color: var(--uk-blue);
}

.text-dark-blue {
  color: var(--uk-dark-blue);
}

.box-shadow-cs {
  box-shadow: 0 0 8px #b9b9b9;
}

.border-blue-1 {
  border: 1px solid var(--uk-blue);
}

.box-shadow-cs-2 {
  box-shadow: 0 0 1px #b9b9b9;
}

.md-blue {
  background-color: var(--midium-blue) !important;
}

.blue-bg {
  background-color: var(--uk-blue) !important;
}
.bg-blue {
  background-color: var(--uk-blue) !important;
}

a {
  color: var(--uk-dark-blue);
  text-decoration: none !important;
  font-weight: 600;
}

.dark-blue {
  color: var(--uk-dark-blue);
}

.bg-light-blue {
  background-color: var(--light-blue);
}

/* Body */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--uk-black);
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

h1,
h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #003057 50%, #489cb9 50%);
  -webkit-background-clip: text;
  background-clip: text;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

/* Paragraphs */
p {
  margin-bottom: 1rem;
}

a:hover {
  color: var(--uk-dark-blue);
  text-decoration: underline;
}

/* Lists */
ul,
ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
}

/* Buttons */
.button-btec,
button {
  font-family: inherit;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  background-color: var(--uk-dark-blue);
  color: var(--uk-white) !important;
  border-radius: 4px;
}

.button-btec:hover,
button:hover {
  background-color: var(--uk-blue);
  color: var(--uk-white);
}

#submit:hover {
  background-color: var(--uk-white) !important;
  color: var(--uk-black) !important;
  border: 1px solid var(--uk-dark-blue) !important;
}

/* Accent Backgrounds */
.section-highlight {
  background-color: var(--sand-beige);
  padding: 20px;
  border-radius: 5px;
}

/* Luxury Details */
.border-gold {
  border: 1px solid var(--luxury-gold);
}

.icon-gold {
  color: var(--luxury-gold);
}

.bg-svg {
  top: 10px;
}

.cta-primary {
  display: block;
  height: 60px;
  min-width: 180px;
  border-radius: 9999px;
  border-width: 2px;
  border-color: var(--uk-black);
  background-color: #f1f5f9;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 56px;
  color: var(--uk-black);
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border: 2px solid;
}

.top-banner .banner-features .feature {
  padding: 10px 15px;
  margin: 15px 0;
  display: flex;
  transition: 0.5s;
  border-radius: 15px;
  background-color: var(--uk-white);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.top-banner .banner-features .feature .img-box {
  height: 50px;
  width: 50px;
  background: #fff;
  transform: rotate(45deg);
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 28px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s ease-in-out;
  box-shadow: 0 0 1px 2px #003057, 0 0 0 5px #fff, 0 0 0 8px #fff;
  overflow: hidden;
}

.top-banner .banner-features .feature .img-box:after {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  transition: 2s ease-in-out;
  width: 120px;
  height: 70px;
}

.top-banner .banner-features .feature .img-box-1:after {
  top: -30px;
  left: 2px;
  background: url(../images/assignment-rating.png) no-repeat;
}

.top-banner .banner-features .feature .img-box-2:after {
  top: -30px;
  left: 2px;
  background: url(../images/assignment-orders-.png) no-repeat;
}

.top-banner .banner-features .feature .img-box-3:after {
  top: -30px;
  left: 2px;
  background: url(../images/ireland-Phd-experts.png) no-repeat;
}

.top-banner .banner-features .feature .img-box-4:after {
  top: -30px;
  left: 2px;
  background: url(../images/24x7-assignment-help.png) no-repeat;
}

.top-banner .banner-features .feature:hover {
  background-color: var(--uk-blue) !important;
}

.top-banner .banner-features .feature:hover > .img-box {
  transform: rotate(405deg);
  transition: 2s;
  background: var(--uk-dark-blue);
}

.top-banner .banner-features .feature:hover > .feature-text p {
  color: #fff !important;
}

.top-banner form.calc {
  position: relative;
  width: 100%;
  transition: 0.3s;
  margin: 0 auto;
  background: var(--uk-blue);
  box-shadow: 5px 8px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 35px;
  min-height: 442px;
}

.top-banner form.calc .col-md-6,
.top-banner form.calc .col-md-12,
.top-banner form.calc .col-12 {
  padding: 0 5px;
}

.calc__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: var(--uk-white);
  transition: 0.3s;
  margin: 0 auto 10px;
}

.form-control {
  margin-bottom: 10px;
}

.form-control:focus,
.form-control:hover {
  border: 1px solid #6c54ff !important;
  box-shadow: 0 0 0 4px rgba(108, 84, 255, 0.1);
}

.bg-dark-blue {
  background-color: var(--uk-dark-blue);
}

.bg-black {
  background-color: var(--uk-black);
}

.bg-blue {
  background-color: var(--uk-blue);
}

.trusted-part img {
  max-height: 50px;
}

.trusted-part p {
  line-height: 45px;
  margin-left: -20px;
}

.tsteps_order {
  padding: 90px 0;
}

.tsteps_order h2 {
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 14px;
}

.section-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.tsteps_order__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 60px 0 36px;
  padding: 0;
}

.tsteps_order .item {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(156, 156, 156, 0.1);
  border-radius: 3px;
  padding: 20px 30px;
  width: 31%;
  border: 1px solid #f1f3f8;
}

.tsteps_order .item img {
  min-width: 282px;
  min-height: 146px;
  margin-top: -60px;
  width: 100%;
}

.tsteps_order .item__title {
  margin: 10px 0 10px;
  text-align: center;
}

.tsteps_order .item__description {
  text-align: left !important;
}

.count-order {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  top: -50px;
  color: #fff;
  width: 60px;
  left: -57px;
  background: #3e3e3e;
  height: 60px;
  line-height: 60px;
}

.writers {
  background: #f6f7fa;
  padding: 100px 0;
}

.writers__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.writers__left {
  width: 43%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.writers__left-wrap {
  max-width: 470px;
}

.writers .writers__title,
.writers h2 {
  font-weight: 700;
  max-width: 350px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}

.writers__description.section-description {
  font-size: 14px;
  line-height: 21px;
  color: #5a6770;
  max-width: 470px;

  font-weight: 300;
  width: 470px;
}

.writers__list {
  list-style: none;
  margin-top: 24px;
  padding: 0;
}

.writers__list li {
  position: relative;
  padding: 0 0 12px 32px;
  color: #5a6770;
}

.writers__list li:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  left: 0;
  top: 2px;
}

.writers__list li:first-child:before {
  background-image: url(../images/experts-user.svg);
}

.writers__list li:nth-child(2):before {
  background-image: url(../images/gradute.svg);
}

.writers__list li:last-child:before {
  background-image: url(../images/finishing.svg);
}

.writers__right {
  width: 50%;
  margin-left: 30px;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.writers .item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  margin-right: 30px;
}

.writers .item__left {
  padding: 31px 20px;
  background: #fff;
  border: 1px solid #f1f3f8;
  box-shadow: 0 10px 30px rgba(156, 156, 156, 0.1);
  width: 370px;
}

.writers .item__left,
.writers .item__right {
  border-radius: 5px;
}

.writers .item__photo {
  width: fit-content;
}

.writers .item img {
  height: 65px;
}

.writers .item .writer-state {
  margin-top: 10px;
}

.writers .item__name {
  font-size: 14px;
  line-height: 130%;

  font-weight: 600;
  color: #152936;
}

.writers .item__level {
  font-size: 10px;
  line-height: 140%;

  font-weight: 600;
  color: var(--uk-dark-blue);
  border-radius: 5px;
  padding: 4px 12px;
  width: fit-content;
  text-transform: uppercase;
  margin: 10px 0 8px;
  background: rgba(246, 240, 235, 0.65);
}

.writers .item__discipline {
  font-size: 10px;
  line-height: 150%;

  font-weight: 300;
  color: #5a6770;
}

.writers .item__info {
  margin-top: 24px;
}

.writers .item__experience {
  margin-bottom: 14px;
}

.writers .item__experience,
.writers .item__orders {
  font-size: 12px;
  line-height: 15px;

  font-weight: 300;
  color: #5a6770;
}

.writers .item__experience span,
.writers .item__orders span {
  color: var(--uk-dark-blue);

  font-weight: 600;
}

.writers .item__description:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 27px;
  left: -6px;
  top: -14px;
  background-image: url(../images/blockquotes.svg);
  background-repeat: no-repeat;
}

.writers .item__right {
  height: 227px;
  background: var(--uk-dark-blue);
  width: 300px;
  margin-left: -170px;
  padding: 20px 20px;
}

.writers .item__description {
  position: relative;
  font-size: 14px;
  line-height: 150%;

  font-weight: 400;
  color: #fff;
}

.writers .item__customer {
  font-size: 12px;
  line-height: 130%;

  font-weight: 600;
  color: #fff;
  margin: 20px 0 5px;
}

.writers .item__subject {
  font-size: 10px;
  line-height: 140%;

  font-weight: 400;
  color: #fff;
}

.writers .owl-nav {
  margin-top: 75px;
  display: flex;
  gap: 25px;
}

.writers .owl-nav button:focus {
  outline: none !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-nav span {
  font-size: 40px;
  width: 30px;
  display: inline-block;
  height: 40px;
  line-height: 30px;
  background: var(--uk-dark-blue);
  color: #fff;
}

.css-vubbuv {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  fill: #d70315;
}

.h-40 {
  height: 10rem;
}

.w-md-50 {
  width: 50%;
}

.border-dotted {
  border-style: dotted !important;
  border-color: var(--uk-black) !important;
}

#subjects {
  border-bottom: 1px solid #f0f3f7;
}

.levels-list__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -8px;
}

.levels-list__item {
  background: rgba(223, 227, 245, 0.5);
  color: #808393;
  border-radius: 3px;
  padding: 12.5px 13px;
  margin: 0 8px 11px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  min-width: 40px;
  text-align: center;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  transition: 0.3s ease-in-out;
  cursor: default;
}

#various-types {
  background-image: url(../images/waves-left.svg),
    url(../images/right-small-wavs.svg);
  background-position: 0 160px, 100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 200px, auto;
}

h2 span {
  color: var(--uk-dark-blue);
}

.differ-box {
  background: #fff;
  padding: 20px 20px;
  min-height: 220px;
  margin-top: 20px;
  border-radius: 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.185);
}

.differ-box h3 {
  font-size: 22px !important;
  border-bottom: 2px solid var(--uk-dark-blue);
  padding-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.differ-box2 h3 {
  font-size: 22px !important;
  border-bottom: 2px solid var(--uk-blue);
  padding-bottom: 10px;
  font-weight: 600;
}

.home-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.home-section.testimonial-gdark-blueient {
  align-content: center;
  align-items: center;
  background-color: #fafafa;
  background-image: url("../images/maps.svg");
  /* Add your map image path here */
  background-size: cover;
  /* Ensures the image covers the entire section */
  background-position: center;
  /* Centers the background image */
  background-repeat: no-repeat;
  /* Prevents the image from repeating */
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 60px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 80px 20px;
  position: relative;
  width: 100%;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.home-heading-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.join-revolution {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: var(--uk-blue);
}

.home-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.home-gdark-blueient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #038103, #ff8200 60%, #ff8200);
  -webkit-background-clip: text;
  background-clip: text;
}

.s-product-desc {
  color: #000;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.light-testimonial-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.home-review-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.home-review-block {
  align-items: flex-start;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 12px 2px #0a001f0d;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 12px;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 16px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.testi-grid-content {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.image-size-section {
  aspect-ratio: 1 / 1;
  border-radius: 1000px;
  flex: none;
  height: 40px;
  position: relative;
  width: 40px;
}

.content-side-section {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1px;
}

.info-panel-main {
  align-content: center;
  align-items: baseline;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  height: min-content;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.info-panel-name {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min-content;
}

.icon-part {
  aspect-ratio: 1 / 1;
  flex: none;
  position: relative;
  width: 50px;
}

.panel-city p {
  color: rgb(171, 171, 171);
}

.panel-name p {
  color: var(--uk-dark-blue);
}

.features-box {
  background-color: #fff;
  box-shadow: 1px 2px 6px rgba(177, 189, 214, 0.6);
  border-radius: 12px;
  padding: 20px;
}

#faqs-section .accordion-item {
  margin-bottom: 10px;
  border: none;
  background: var(--light-blue);
}

#faqs-section #accordionExample .accordion-header {
  margin-bottom: 0;
  background: var(--light-blue) !important;
  border-radius: 0.25rem;
  border-bottom: none;
}

#faqs-section .accordion-button {
  background: transparent !important;
  font-size: 18px;
  font-weight: 600;
  color: var(--uk-blue);
  text-decoration: none !important;
  line-height: normal;
  white-space: normal;
}

#faqs-section .collapse.show {
  border-top: 2px solid var(--uk-dark-blue);
}

.accordion-button span {
  margin-right: 10px;
}

#faqs-section .accordion-button:focus {
  box-shadow: unset;
}

#faqs-section .card-body {
  border: unset;
  padding: 1.25rem;
}

.btec-levels {
  padding: 3rem 0;
  background-image: url(../images/level-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 892px;
}

.btec-levels .level-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 891px;
}

.btec-levels .nav {
  margin-left: 100px;
}

.btec-levels .level-box {
  height: 205px;
  width: 235px;
  color: #000 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-weight: 600;
  margin: 30px;
  position: relative;
}

.level-box .nav-link {
  height: 100%;
  color: #000;
  width: 100%;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}

.level-box .nav-link:hover {
  color: var(--uk-blue) !important;
  background-color: #fff !important;
  border: 1px solid var(--uk-blue) !important;
}

.level-box .nav-link:hover p {
  background: linear-gradient(295deg, rgba(0, 0, 0, 0) 10%, rgb(0 32 106) 8%);
  padding: 10px 60px 10px 10px;
}

.level-box .nav-link.active {
  color: var(--uk-blue) !important;
  background-color: #fff;
  border: 1px solid var(--uk-blue);
  padding: 10px 60px 10px 10px;
}

.level-box .nav-link.active p {
  background: linear-gradient(295deg, rgba(0, 0, 0, 0) 10%, rgb(0 32 106) 8%);
}

.level-box span {
  font-size: 140px;
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 1;
  text-shadow: 3px 2px 0px var(--uk-dark-blue);
}

.level-box .nav-link span.active {
  color: var(--uk-blue);
}

.level-box .nav-link p {
  background: linear-gradient(
    115deg,
    rgb(255 0 0) 15%,
    rgb(193 44 44) 90%,
    rgba(255, 255, 255, 0) 24%
  );
  padding: 10px 60px 10px 10px;
  position: absolute;
  width: 100%;
  top: 70%;
  left: 20%;
  color: #fff;
}

.level-box .nav-link > p:hover {
  background: linear-gradient(
    115deg,
    rgb(0 32 106) 90%,
    rgba(255, 255, 255, 0) 90%
  );
}

.level-box .nav-link p.active {
  background: linear-gradient(
    115deg,
    rgba(111, 190, 69, 1) 90%,
    rgba(255, 255, 255, 1) 90%
  );
}

.btec-levels .tab-content h3 {
  font-weight: 600;
}

.btec-levels .tab-content li {
  line-height: 2;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 35px;
}

.btec-levels .tab-content li p {
  margin-bottom: 0;
}

.btec-levels .tab-content ul {
  padding-left: 20px;
}

.btec-levels .tab-content li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/outline-circle.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12%;
}

#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
  background-color: #15181f;
}
.botlogo {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
}

#footer h5 {
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 24px !important;
}

#footer h6 {
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  margin-top: 20px !important;
}

#footer p {
  color: #fff;
  line-height: 20px;
}

#footer ul {
  padding: 0px;
  text-align: left;
  list-style: none;
  color: #fff;
  line-height: 26px;
}

#footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#footer a {
  color: #fff !important;
}

#footer .disclaimer {
  font-size: 14px !important;
}

.copys {
  font-size: 16px;
  color: #fff;
}

.jwjoin {
  background: var(--luxury-gold);
  color: #42175b !important;
  border-radius: 12px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  font-weight: 900 !important;
  padding-bottom: 3px;
  line-height: 35px;
}

div ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 10px;
}

div ::-webkit-scrollbar-thumb {
  background: var(--uk-dark-blue) !important;
  border-radius: 10px;
}

div ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.bg-ctas {
  background-image: url(../images/ctabg-btec.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 1rem 0 3rem 0;
  background-color: #adccff;
}
.bg-ctas h3 {
  color: #000 !important;
  font-size: 36px !important;
}

.bg-ctas p {
  color: #000;
  font-weight: 500;
  margin-top: 15px;
}
.cta-buttons {
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
.cta-buttons a {
  margin-right: 20px;
}
.cta-buttons h6 {
  font-size: 20px;
}
.cta-buttons p {
  font-size: 18px;
  margin: 0;
}

.dark-blueline-top {
  border-bottom: 2px solid #d70315;
  margin: 0 30px 20px;
}

.dark-blueline {
  border-bottom: 2px solid #d70315;
  margin: 20px 30px;
}

.scroll-screen {
  overflow-y: auto;
  overflow-x: hidden;
  height: 500px;
}

.scroll-screen .features-box {
  background-color: #fff;
  box-shadow: 1px 2px 6px rgba(177, 189, 214, 0.6);
  border-radius: 12px;
  padding: 20px;
}

.scroll-screen .features-box h2,
.scroll-screen .features-box h3,
.scroll-screen .features-box h2 span,
.scroll-screen .features-box h3 span,
.scroll-screen .features-box h2 b,
.scroll-screen .features-box h3 b {
  font-weight: 600 !important;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #003057 50%, #d70315 50%);
  -webkit-background-clip: text;
  background-clip: text;
}

.scroll-screen .features-box h4 b,
.scroll-screen .features-box h4 span,
.scroll-screen .features-box h5 b,
.scroll-screen .features-box h5 span {
  font-weight: 600 !important;
}

.list-releated li:nth-child(n + 8) {
  display: none;
}

.mores {
  cursor: pointer;
  color: var(--uk-dark-blue);
}

#review-page-banner {
  background-color: var(--light-blue);
  padding: 50px 0px;
}

#expert-banner-single .review-counter-box:hover,
#review-page-banner .review-counter-box:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  top: -10px;
}
#expert-banner-single .review-counter-box,
#review-page-banner .review-counter-box {
  position: relative;
  top: 0;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  padding: 20px;
  margin-bottom: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#expert-banner-single .content-block h5,
#review-page-banner .content-block h5 {
  font-size: 52px !important;
  line-height: 1;
  font-weight: 700;
  color: var(--uk-dark-blue);
  letter-spacing: 0;
  margin-bottom: 12px;
}

#expert-banner-single .content-block p,
#review-page-banner .content-block p {
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  font-size: 16px;
}

.single-expert-box .rating img,
.expert-box .rating img,
.review-post .rating img {
  width: 20px;
  filter: invert(13%) sepia(63%) saturate(5000%) hue-rotate(225deg)
    brightness(90%) contrast(150%);
}

.pagination {
  margin-top: 1rem;
}

.pagination .page-numbers.current {
  z-index: 1;
  color: #fff;
  background-color: var(--uk-dark-blue);
  border: 1px solid var(--uk-dark-blue);
}

.pagination .page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #303030;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.price-box {
  background: var(--uk-dark-blue);
  border-top-right-radius: 35px;
  padding: 0px 20px 5px 20px;
  border-bottom-left-radius: 35px;
}

.price-box p.text-center {
  background: var(--uk-blue);
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.price-box ul {
  border-left: 3px dashed var(--uk-blue);
  border-right: 3px dashed var(--uk-blue);
  border-bottom: 3px dashed var(--uk-blue);
  border-bottom-left-radius: 35px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: var(--uk-dark-blue);
}

.home-page .level-box {
  height: 50px !important;
}

.home-page .level-box span {
  font-size: 42px !important;
}

.home-page .level-box .nav-link p {
  top: 80% !important;
}

.breadcremb-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 9%;
  background-color: var(--uk-dark-blue);
  width: 100%;
}

.breadcrumb {
  flex-wrap: initial;
  white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: inherit !important;
}

.breadcrumb-item.active {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* WhatsApp Button */
#whatsapp-popup {
  position: fixed;
  bottom: 10px;
  left: 20px;
  z-index: 1000;
  animation: 4s 2s infinite flips;
}

#whatsapp-popup #whatsapp-chat-button img {
  width: 180px;
}

@keyframes flips {
  5%,
  50% {
    transform: scale(1);
  }

  10% {
    transform: scale(0.9);
  }

  15% {
    transform: scale(1.15);
  }

  20% {
    transform: scale(1.15) rotate(-5deg);
  }

  25% {
    transform: scale(1.15) rotate(5deg);
  }

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

  35% {
    transform: scale(1.15) rotate(2deg);
  }

  40% {
    transform: scale(1.15) rotate(0);
  }
}

.subject_services {
  background-color: #f3f4fe;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 -5px 24px rgb(0 0 0 / 0.08);
  position: relative;
}

.ctas-btun:hover {
  color: #fff !important;
  background-color: var(--uk-dark-blue) !important;
}

.ctas-btun-2:hover {
  color: #fff !important;
  background-color: var(--uk-blue) !important;
}

.inner_subject {
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid var(--uk-blue);
  position: relative;
}

.inner_subject ul li {
  padding: 8px 0px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
}

.inner_subject ul li a {
  font-size: 15px;
  color: var(--primery-color);
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner_subject ul li a i {
  color: #33cc6f;
}

.meta-section-ans {
  border-radius: 8px;
  border: 2px solid #1e448d;
  background: var(--light-blue);
  text-align: center;
  padding: 22px 0 34px;
  margin: 20px 0;
}

.meta-section-ans a {
  color: var(--uk-dark-blue) !important;
}

.answers-single a {
  color: var(--uk-dark-blue);
}

.answers-box {
  min-height: 220px;
}

.answers-box p {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em; /* Adjust based on font-size */
  line-height: 1.5em; /* Ensure consistent line spacing */
}

.faqs-template .faqs-head {
  background-color: #f6f8ff;
}

.faqs-template .faq-1 {
  color: #212634;
}

.faqs-template .title-faq {
  color: #58647c;
}

.faqs-template .nav-pills .nav-link {
  color: #6a718a !important;
  font-size: 15px;
  border-bottom: 1px #ddd solid !important;
  border-radius: 0 !important;
}

.faqs-template .border-line {
  border-bottom: 1px #ddd solid !important;
}

.faqs-template .accordion-button:focus {
  box-shadow: none !important;
}

.faqs-template .accordion-button {
  background-color: #f6f6fa !important;
  color: var(--uk-black) !important;
}

.faqs-template .accordion-header {
  -webkit-text-fill-color: initial;
}

.faqs-template .accordion-button:hover {
  color: var(--uk-dark-blue) !important;
  transition: 0.3s;
}

.faqs-template .accordion-item {
  border: 1px #c8c8c8 solid !important;
}

.faqs-template .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  color: var(--uk-dark-blue) !important;
}

.faqs-template .accordion-body {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 29px;
}

.faqs-template .accordion-body strong {
  color: black !important;
}

.faqs-template .nav-link.active {
  background-color: #f6f8ff !important;
  border-bottom: 1px var(--uk-dark-blue) solid !important;
  color: var(--uk-dark-blue) !important;
}

.faqs-template .accordion-body a {
  color: var(--uk-dark-blue);
  text-decoration: none;
  font-weight: 500;
}

.faqs-template .info-text h2 {
  color: #212634;
  letter-spacing: -1px;
}

.faqs-template .info-text h5 {
  color: #58647c;
}

.faqs-template .info-box {
  border: 3px var(--uk-dark-blue) solid;
}

.faqs-template .info-box div {
  position: absolute;
  bottom: -80px;
  transition: 0.5s;
  left: 0;
  background-color: var(--uk-dark-blue);
}

.faqs-template .info-box h4 {
  margin-top: 10px;
}

.faqs-template .info-box div:hover {
  bottom: 0;
  background-color: var(--uk-dark-blue);
}

.faqs-template .accordion-button:hover {
  color: var(--uk-dark-blue) !important;
  transition: 0.3s;
}

.faqs-template .faqs-row span {
  text-align: start;
}

.faqs-template .faqs-row {
  width: 100% !important;
}

.faqs-template .accordion-button:not(.collapsed)::after {
  filter: invert(17%) sepia(99%) saturate(7493%) hue-rotate(0deg)
    brightness(101%) contrast(119%);
  fill: var(--uk-dark-blue);
}

.faqs-template .nav-pills .nav-link:hover {
  color: #fff !important;
}

.faqs-template .nav-link.active:hover {
  color: var(--uk-dark-blue) !important;
}

.faqs-template .accordion-button:hover {
  color: var(--uk-dark-blue) !important;
  transition: 0.3s;
}

.faqs-template .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  color: var(--uk-dark-blue) !important;
}

.form-sidebar#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10;
  margin-top: 77px;
  width: 350px;
}

@media (max-width: 991.95px) and (min-width: 321px) {
  .faqs-template .info-box div {
    bottom: -50px !important;
  }

  .faqs-template .info-box div:hover {
    bottom: 0 !important;
  }
}

/*08 sep 2025 chaanges*/

.feature-title,
.expert-slider h3 {
  font-size: 20px !important;
}

.expert-slider h5 {
  font-size: 18px !important;
}

.bg-dark-blue h2,
.blue-bg h2,
.two-tone-bg h2 {
  -webkit-text-fill-color: #ffffff !important;
  background-image: unset;
  -webkit-background-clip: text;
  background-clip: text;
}

.section-bg h1 {
  -webkit-text-fill-color: #ffffff !important;
  background-image: unset;
  -webkit-background-clip: text;
  background-clip: text;
}

.form-control:focus {
  box-shadow: none !important;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #489cb9;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
.nav-tabs .nav-link {
  background-color: #ffffff;
  color: black;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.expert-img-wrapper img {
  width: 80px !important;
  height: 80px;
  position: absolute;
  top: -37px;
  left: 38%;
}
.top {
  padding-top: 50px;
}
.para-text {
  font-size: 17px;
}
.bg-gradient-custom {
  background-color: rgba(216, 1, 19, 0.1);
}
.row p {
  text-align: justify;
}
.embed-img {
  filter: brightness(0) saturate(0%) invert(100%) contrast(200%);
}
.bg-success {
  background-color: #219b0c !important;
}
.text-success {
  color: #219b0c !important;
}
.blue-bg {
  background-color: #489cb9 !important;
}
.bg-dark-blue {
  background-color: #003057 !important;
}
.off-white-bg {
  background-color: #ededed !important;
}

.text-dark-blue {
  color: #003057 !important;
}
.text-blue {
  color: #489cb9 !important;
}
.bg-light-dark-blue {
  background-color: rgba(240, 85, 85, 0.1);
  color: #b02a37;
}

.vertical-scroll {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.btec-levels-scroll {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dark-blue-border {
  border: 2px #003057 solid !important;
}
.dark-blue-border-bottom {
  border-bottom: 2px #003057 solid !important;
}
.blue-border-bottom {
  border-bottom: 2px #489cb9 solid !important;
}
.blue-left-right {
  border-left: 5px #489cb9 solid !important;
  border-right: 5px #489cb9 solid !important;
}

.blue-border {
  border: 2px #489cb9 solid !important;
}

.review-height {
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}
.review-arrow {
  position: absolute;
  left: -20px;
  top: 120px;
}

.icon-size {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.user-size {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.section-bg .field.full.half_field.text-white {
  color: #000 !important;
}
.cta-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border: none;
  border-radius: 8px;
  z-index: 1;
  display: inline-block;
  font-weight: 600;
  animation: glow-pulse 2s infinite alternate;
}

@keyframes glow-pulse {
  0% {
    text-shadow: 0 0 5px #00c3ff, 0 0 10px #00c3ff;
    box-shadow: 0 0 5px #00c3ff, 0 0 15px #00c3ff inset;
  }
  100% {
    text-shadow: 0 0 15px #003057, 0 0 30px #003057;
    box-shadow: 0 0 15px #003057, 0 0 40px #003057 inset;
  }
}
.accordion-button:focus {
  box-shadow: none !important;
}

.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
}

.slick-next {
  position: absolute !important;
  right: 10px !important;
  border-radius: 5px;
}
.slick-prev {
  position: absolute !important;
  left: 10px !important;
  border-radius: 5px;
}
.slick-prev:before {
  line-height: 0px !important;
}
.slick-next:before {
  line-height: 0px !important;
}
.slick-prev,
.slick-next {
  width: 40px !important;
}
.dynamic-page-css h2 {
  color: #003057;
  font-size: 25px;
  font-weight: bold;
}
.dynamic-page-css h4 {
  color: #003057;
  font-size: 20px;
  font-weight: bold;
}
.dynamic-page-css h3 {
  color: #489cb9;
  font-size: 18px !important;
  font-weight: bold;
}
.dynamic-page-css ul {
  padding-left: 20px;
}
.dynamic-page-css ul {
  list-style: none;
  padding-left: 0;
}

.dynamic-page-css ul li {
  position: relative;
  padding-left: 25px;
}

.dynamic-page-css ul li::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 17px;
  color: #003057;
}

.more-link {
  background-color: #003057 !important;
  color: white !important;
  border-radius: 6px;
  padding: 8px;
  font-weight: 600;
}

.two-tone-bg {
  background: linear-gradient(to bottom, #003057 60%, #489cb9 60%);
}
.btec-tabs .nav {
  flex-wrap: nowrap !important;
}
.btec-tabs .nav {
  flex-wrap: nowrap !important;
}

.small-icon-size {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.sahmegamenu {
  height: 400px;
  overflow-y: auto;
}
.cta {
  background-color: #ededed;
}
.round-top-right {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #003057;
  position: absolute;
  right: -130px;
  top: -180px;
}
.round-btm-left {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #489cb9;
  position: absolute;
  left: -140px;
  bottom: -180px;
}
.sample-bg-color {
  background: #489cb9;
  transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  position: relative;
  z-index: 1;
}

.sample-inner {
  transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  position: relative;
  background-color: #003057;
  z-index: 2;
}

.sample-inner .table-responsive {
  overflow-x: auto;
}

#price-cutting {
  position: relative;
  padding: 0 0 0 0;
  overflow: hidden;
}

#price-cutting:before {
  content: "";
  position: absolute;
  background: #faf6f6;
  width: 100vw;
  height: 51%;
  left: 0;
  right: 0;
  top: 0;
}

#price-cutting .more-guarantees__list {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(156, 156, 156, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 15px 0;
  margin-top: 30px;
}

#price-cutting .more-guarantees__list:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(229, 229, 229, 0) 0,
    #e5e5e5 50%,
    rgba(229, 229, 229, 0) 100%
  );
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: 2;
}

#price-cutting .more-guarantees__list .item {
  flex: 0 0 50%;
  position: relative;
}

#price-cutting
  .more-guarantees__list
  .item:nth-of-type(2n):not(:last-child)::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(229, 229, 229, 0) 0,
    #e5e5e5 50%,
    rgba(229, 229, 229, 0) 100%
  );
  bottom: 0px;
  left: -100%;
  width: 200%;
  height: 1px;
  z-index: 2;
}

#price-cutting .more-guarantees__list .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  width: 50%;
  padding: 25px 30px 25px;
}

#price-cutting .more-guarantees__list .item__content {
  position: relative;
  padding-left: 61px;
}

#price-cutting .more-guarantees__list .item__content:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
}

/* Owl Carousel nav buttons adjust */
.customer-review-slider .owl-nav {
  position: relative;
  bottom: -125px;
}

.expert-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: -64px;
}

.expert-slider .owl-nav span {
  background: #fff;
  color: var(--uk-blue);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 7px;
  transition: all 0.3s ease;
  border: 2px solid var(--uk-blue);
}

.expert-slider .owl-nav span:hover {
  background: var(--uk-blue); /* hover color */
  color: #fff;
}

.sample-slider .owl-nav {
  position: relative;
  top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sample-slider .owl-nav span {
  background: #fff;
  color: var(--uk-blue);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 7px;
  transition: all 0.3s ease;
  border: 2px solid var(--uk-blue);
}

.sample-slider .owl-nav span:hover {
  background: var(--uk-blue); /* hover color */
  color: #fff;
}

.customer-review-slider .owl-nav button {
  background: var(--uk-blue);
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 7px;
  transition: all 0.3s ease;
}

.customer-review-slider .owl-nav button:hover {
  background: var(--uk-blue); /* hover color */
}

.customer-review-slider .zigzag-line {
  max-width: 300px !important;
  height: 10px !important;
}

.customer-review-slider .expert-icon {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
}

.sample-slider .item img {
  height: 46px;
  width: 70px;
}

#submit-form-assg input[type="file"].text-white {
  color: #000 !important; /* text ko black */
}

.footer-toggle {
  background-color: var(--uk-dark-blue) !important; /* dark-blue */
  border: none;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}

.footer-toggle .toggle-icon {
  float: right;
}

.footer-toggle .toggle-icon::before {
  content: "+";
  float: right;
}

.footer-toggle[aria-expanded="true"] .toggle-icon::before {
  content: "–";
}

.form-color .form-select,
textarea {
  color: var(--uk-dark-blue);
}

.add_field_button button:hover{
  border: var(--uk-dark-blue) solid 1px;
  background-color: transparent;
  color: var(--uk-dark-blue)!important;
}


.form-control::-webkit-input-placeholder { 
  color: var(--uk-dark-blue); 
}

.form-control:-ms-input-placeholder { 
  color: var(--uk-dark-blue); 
}

.form-control::placeholder { 
  color: var(--uk-dark-blue); 
}


.about_authors h6 {
    border-bottom: solid 1px #1E448D;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px
}

 

.author_thumb img {
    width: 100px!important;
    height: 100px;
    border-radius: 50%
}

.about_authors_social li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: #1878f1;
    border-radius: 50px;
    font-size: 18px;
    margin-top: 12px;
    transition: 0.5s;
    color: #fff!important;
}
.about_authors_social{
    gap:10px;
}



.about_authors_social li>a:hover {
    transform: rotate(360deg)
}

.about_authors_social li>.twitter {
    background-color: #000
}

.about_authors_social li>.youtube {
    background-color: #f03
}

.about_authors_social li>.quora {
    background-color: #b92b27
}

.about_authors_social li>.pinterest {
    background-color: #e60023
}

.about_authors_social li>.tumblr {
    background-color: #001833
}

.about_authors_social li>.medium {
    background-color: #000
}

.about_authors_social li>.linkedin {
    background-color: #0a63bc
}
.about_authors_social li>.instagram {
    background-color: #e4405f
}








@media (max-width: 767px) {
  #price-cutting .more-guarantees__list {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }

  #price-cutting .item {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 24px;
    justify-content: center;
    width: 100%;
  }

  #price-cutting:before {
    height: 65%;
  }

  #price-cutting
    .more-guarantees__list
    .item:nth-of-type(2n):not(:last-child)::after,
  #price-cutting .more-guarantees__list:before {
    display: none;
  }
}
