<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Alata&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&amp;family=Outfit:wght@100..900&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.heading-welcome {
  font-family: "Alata", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 90px */
  text-transform: uppercase;
}

.heading-1 {
  font-family: "Alata", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.heading-1-sm {
  /* Mobile/H1 */
  font-family: "Alata", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.heading-2 {
  /* Desktop/H2 */
  font-family: "Alata", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 124.628%;
  /* 56.083px */
  text-transform: uppercase;
}

.heading-3 {
  /* Desktop/H3 */
  font-family: "Alata", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.heading-4 {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.para {
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
}

.para-sm {
  /* Desktop/Body/Small */
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.6%;
  /* 18.893px */
}

.primary-btn {
  color: #FFF;
  text-align: center;
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  padding: 13px 12px 13px 24px;
  background: #213A62;
  margin-right: 12px;
  position: relative;
  transition: 0.5s all ease-in-out;
}
.primary-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 48px;
  right: -12px;
  top: 0;
  background: url(../images/primary-btn-corner.svg) no-repeat;
  background-size: cover;
  transition: 0.5s all ease-in-out;
}
.primary-btn:hover {
  background: #AAC4E8;
}
.primary-btn:hover::after {
  background: url(../images/primary-btn-corner-hover.svg) no-repeat;
  background-size: cover;
}

.secondary-btn {
  color: #213A62;
  text-align: center;
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  background: #FFF;
  margin-right: 14px;
  position: relative;
  transition: 0.5s all ease-in-out;
  border: 3px solid #AAC4E8;
  border-right: 0;
  padding: 10px 10px 10px 21px;
  height: 48px;
}
.secondary-btn::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 48px;
  right: -12px;
  top: -2.8px;
  background: url(../images/secondary-btn-corner.svg) no-repeat;
  transition: 0.5s all ease-in-out;
}
.secondary-btn:hover {
  border-color: #213A62;
}
.secondary-btn:hover::after {
  background: url(../images/secondary-btn-corner-hover.svg) no-repeat;
  background-size: cover;
}

.tertiary-btn {
  padding: 8px 0;
  display: flex;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #005BB9;
}
.tertiary-btn img {
  transition: all 0.3s ease-in-out;
  transform-origin: start;
}
.tertiary-btn .img-active {
  display: none;
}
.tertiary-btn .img-inactive {
  display: inline-block;
}
.tertiary-btn:hover .img-active {
  display: inline-block;
}
.tertiary-btn:hover .img-inactive {
  display: none;
}

.common-card {
  padding: 24px;
  background: #F6F9FD;
}
.common-card .common-card-content {
  background: #FFF;
  border-radius: 20px;
}
.common-card .common-card-content .heading-2 {
  color: #213A62;
  margin-bottom: 16px;
}
.common-card .common-card-content .para {
  color: #656565;
  margin-bottom: 24px;
}
.common-card .common-card-tag {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 19px;
  background: #AAC4E8;
  padding: 2px 20px;
  color: #213A62;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
}
.common-card .course-details {
  display: flex;
  gap: 24px;
}
.common-card .course-details .heading-4 {
  color: #213A62;
  margin-bottom: 0;
}

.common-card-flex .common-card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 24px 39.5px;
}
.common-card-flex .common-card-content .common-card-content-wrapper {
  max-width: 479px;
  width: 100%;
}
.common-card-flex .common-card-content .primary-btn,
.common-card-flex .common-card-content .secondary-btn {
  max-width: 165px;
  width: 100%;
}

.pagination-common-sec .pagination {
  justify-content: center;
  width: 100%;
}
.pagination-common-sec .pagination .page-link {
  border: 0;
  border-radius: 8px;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
}
.pagination-common-sec .pagination .page-number-link {
  padding: 8px;
  width: 40px;
  text-align: center;
}
.pagination-common-sec .pagination .page-number-link.active {
  background: #F6F9FD;
}
.pagination-common-sec .pagination .previous-item {
  margin-right: auto;
}
.pagination-common-sec .pagination .previous-link,
.pagination-common-sec .pagination .next-link {
  border: 1px solid #D0D0D0;
  background: #FFF;
  box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination-common-sec .pagination .next-item {
  margin-left: auto;
}

.product-card {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #F4F4F4;
  background: #FFF;
  box-shadow: 0px 0px 25px 0px rgba(18, 57, 74, 0.1);
  max-width: 341px;
  text-align: center;
}
.product-card .product-title {
  display: block;
  margin: 0 auto 16px auto;
  padding: 2px 20px;
  border-radius: 19px;
  background: #AAC4E8;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
  width: -moz-fit-content;
  width: fit-content;
}
.product-card .heading-3 {
  margin: 16px 0 4px 0;
  color: #213A62;
}
.product-card .para {
  color: #656565;
  margin-bottom: 4px;
}
.product-card .product-price-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.product-card .product-price-section .heading-4 {
  color: #213A62;
  margin-bottom: 0;
}
.product-card .tertiary-btn {
  margin: 0 auto 16px auto;
}

.common-form .form-control,
.common-form .form-select {
  background-color: #F4F4F4;
  min-height: 58px;
  padding: 16px;
  border: 0;
  border-radius: 0px;
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #656565;
}
.common-form textarea.form-control {
  min-height: 149px;
}
.common-form .form-floating label {
  padding: 16px;
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #9B9B9B !important;
  font-family: "Poppins", sans-serif;
}
.common-form .form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label {
  font-size: 12.8px;
  line-height: 147.6%;
  padding: 7px 0 0 16px !important;
  transform: unset;
  /* 18.893px */
}
.common-form .form-floating &gt; .form-control-plaintext ~ label,
.common-form .form-floating &gt; .form-control:focus ~ label,
.common-form .form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.common-form .form-floating &gt; .form-select ~ label {
  font-size: 12.8px;
  line-height: 147.6%;
  padding: 7px 0 0 16px !important;
  transform: unset;
  /* 18.893px */
}
.common-form .form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label::after {
  content: unset;
}
.common-form .form-floating &gt; .form-control-plaintext ~ label::after,
.common-form .form-floating &gt; .form-control:focus ~ label::after,
.common-form .form-floating &gt; .form-control:not(:placeholder-shown) ~ label::after,
.common-form .form-floating &gt; .form-select ~ label::after {
  content: unset;
}
.common-form .form-floating &gt; .form-control-plaintext:not(:-moz-placeholder-shown), .common-form .form-floating &gt; .form-control:not(:-moz-placeholder-shown) {
  padding: 26px 0 5px 16px;
}
.common-form .form-floating &gt; .form-control-plaintext:focus,
.common-form .form-floating &gt; .form-control-plaintext:not(:placeholder-shown),
.common-form .form-floating &gt; .form-control:focus,
.common-form .form-floating &gt; .form-control:not(:placeholder-shown),
.common-form .form-floating &gt; .form-select {
  padding: 26px 0 5px 16px;
}
.common-form .form-check {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0;
}
.common-form .form-check .form-check-input {
  margin: 0;
  border: 3px solid #213A62;
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.common-form .form-check .form-check-input:checked[type=checkbox] {
  background: url(../images/chcek-selected-img.svg) no-repeat center;
  background-size: cover;
}
.common-form .form-check .form-check-label {
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #3C3C3C;
}
.common-form .form-check .form-check-label a {
  color: #005BB9;
}

.fixedheader {
  position: fixed !important;
  background: #fff;
}

header {
  padding: 31px 80px;
  z-index: 999;
}
header.sticky-header {
  position: absolute;
  max-width: 1800px;
  left: 50%;
  transform: translateX(-50%);
}
header .desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .desktop-header .menu {
  display: flex;
  gap: 24px;
  align-items: center;
}
header .desktop-header .menu .menu-link {
  color: #0E0E0E;
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
header .desktop-header .menu .menu-link .img-inactive {
  display: inline-block;
}
header .desktop-header .menu .menu-link .img-active {
  display: none;
}
header .desktop-header .menu .menu-link[aria-expanded=true] {
  color: #005BB9;
}
header .desktop-header .menu .menu-link[aria-expanded=true] .img-inactive {
  display: none;
}
header .desktop-header .menu .menu-link[aria-expanded=true] .img-active {
  display: inline-block;
}
header .desktop-header .menu #gbp-collapse {
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.07), 0px 15.694px 20.925px 0px rgba(0, 0, 0, 0.05), 0px 6.2px 7.8px 0px rgba(0, 0, 0, 0.04), 0px 1.356px 2.775px 0px rgba(0, 0, 0, 0.02);
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  margin-top: 47px;
  z-index: 999;
  background: #F6F9FD;
}
header .desktop-header .menu #gbp-collapse li {
  margin-bottom: 8px;
}
header .desktop-header .menu #gbp-collapse li:last-child {
  margin-bottom: 0;
}
header .desktop-header .menu #gbp-collapse a {
  display: inline-block;
  padding: 16px;
  color: #213A62;
  /* Desktop/Body/Nav */
  font-family: "Alata", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}
header .desktop-header .menu #gbp-collapse a:hover {
  background: #AAC4E8;
}
header .desktop-header .menu #shopping-collapse {
  position: absolute;
  margin-top: 62px;
  min-width: 612px;
  width: 100%;
  right: 0;
  padding: 24px;
  border-radius: 20px;
  background: #F6F9FD;
}
header .desktop-header .menu #shopping-collapse .card {
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  border: 0;
}
header .desktop-header .menu #shopping-collapse .heading-2 {
  color: #213A62;
  margin-bottom: 24px;
  text-align: center;
}
header .desktop-header .menu #shopping-collapse table {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 24px;
}
header .desktop-header .menu #shopping-collapse table th {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
}
header .desktop-header .menu #shopping-collapse table .qty-item {
  color: #656565;
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  margin-bottom: 0;
  text-align: center;
  margin-top: 24px;
}
header .desktop-header .menu #shopping-collapse table .price-item {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #656565;
  text-align: end;
  margin-top: 24px;
}
header .desktop-header .menu #shopping-collapse table .product-detail {
  display: flex;
  width: 328px;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  background: #F4F4F4;
  margin-top: 24px;
}
header .desktop-header .menu #shopping-collapse table .product-detail .para-sm {
  color: #9B9B9B;
}
header .desktop-header .menu #shopping-collapse table .product-detail .para {
  color: #656565;
}
header .desktop-header .menu #shopping-collapse .subtotal-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
header .desktop-header .menu #shopping-collapse .subtotal-section h6,
header .desktop-header .menu #shopping-collapse .subtotal-section p {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
header .desktop-header .menu #shopping-collapse .subtotal-section h6 {
  color: #3C3C3C;
}
header .desktop-header .menu #shopping-collapse .subtotal-section p {
  color: #213A62;
}
header .desktop-header .menu #shopping-collapse .shopping-button {
  display: flex;
  gap: 24px;
}
header .desktop-header .menu #shopping-collapse .shopping-button a {
  width: 100%;
}

footer {
  padding: 56px 81px;
  background: url(../images/footer-bg.png) no-repeat center;
  background-size: cover;
}
footer .footer-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-flex .footer-left-section {
  max-width: 400px;
}
footer .footer-flex .footer-left-section .heading-2 {
  color: #FFF;
}
footer .footer-flex .footer-left-section .para {
  color: #D0D0D0;
  margin-bottom: 32px;
}
footer .footer-flex .footer-left-section .footer-logo {
  margin-bottom: 24px;
}
footer .footer-flex .footer-left-section .social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}
footer .footer-flex .footer-right-section .footer-menu-section {
  display: flex;
  gap: 54px;
  margin-bottom: 73px;
}
footer .footer-flex .footer-right-section .footer-menu-section .footer-menu-item .heading-4 {
  color: #FFF;
  margin-bottom: 24px;
  text-align: end;
}
footer .footer-flex .footer-right-section .footer-menu-section .footer-menu-item .footer-menu-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: end;
}
footer .footer-flex .footer-right-section .footer-menu-section .footer-menu-item .footer-menu-list a {
  color: #D0D0D0;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
footer .footer-flex .footer-right-section .copyright-para {
  margin-top: 30px;
  color: #AAC4E8;
  text-align: end;
  margin-bottom: 0;
  /* Desktop/Body/Small */
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.6%;
  /* 18.893px */
}

#mobile-modal .modal-header {
  padding: 14px 24px;
  border-bottom: 1px solid #AAC4E8;
  background: #FFF;
}
#mobile-modal .modal-body {
  padding: 24px 0;
  background: url(../images/texture-block-top.png) no-repeat top center, url(../images/texture-block-bottom.png) no-repeat bottom center;
  background-size: 100%;
}
#mobile-modal .menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
#mobile-modal .menu li {
  width: 100%;
}
#mobile-modal .menu .menu-link {
  color: #0E0E0E;
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 16px 0;
  text-align: center;
  display: block;
  width: 100%;
}
#mobile-modal .menu .menu-link:hover {
  background: #AAC4E8;
}
#mobile-modal .menu .menu-link .img-inactive {
  display: inline-block;
}
#mobile-modal .menu .menu-link .img-active {
  display: none;
}
#mobile-modal .menu .menu-link[aria-expanded=true] {
  color: #005BB9;
  background: #FFF;
}
#mobile-modal .menu .menu-link[aria-expanded=true] .img-inactive {
  display: none;
}
#mobile-modal .menu .menu-link[aria-expanded=true] .img-active {
  display: inline-block;
}
#mobile-modal .menu #gbp-collapse ul {
  display: flex;
  justify-content: space-between;
}
#mobile-modal .menu #gbp-collapse a {
  display: inline-block;
  padding: 16px;
  color: #213A62;
  /* Desktop/Body/Nav */
  font-family: "Alata", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out;
}
#mobile-modal .menu #gbp-collapse a:hover {
  background: #AAC4E8;
}
#mobile-modal .menu .primary-btn,
#mobile-modal .menu .secondary-btn {
  width: calc(100% - 14px);
}

#shopping-cart-modal .modal-header {
  padding: 14px 24px;
  border-bottom: 1px solid #AAC4E8;
  background: #FFF;
}
#shopping-cart-modal .return-wrapper a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 16px;
}
#shopping-cart-modal .modal-body {
  padding: 32px 24px;
  background: url(../images/texture-block-top.png) no-repeat top center, url(../images/texture-block-bottom.png) no-repeat bottom center;
  background-size: 100%;
}
#shopping-cart-modal #shopping-collapse .card {
  padding: 0;
  border-radius: 0;
  border: 0;
}
#shopping-cart-modal #shopping-collapse .heading-1-sm {
  color: #213A62;
  margin-bottom: 40px;
  text-align: center;
}
#shopping-cart-modal #shopping-collapse table {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 16px;
}
#shopping-cart-modal #shopping-collapse table th {
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
}
#shopping-cart-modal #shopping-collapse table .qty-item {
  color: #656565;
  /* Desktop/Body/Small */
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.6%;
  /* 18.893px */
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
#shopping-cart-modal #shopping-collapse table .price-item {
  /* Desktop/Body/Small */
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.6%;
  /* 18.893px */
  margin-bottom: 0;
  color: #656565;
  text-align: end;
  margin-top: 16px;
}
#shopping-cart-modal #shopping-collapse table .product-detail {
  display: flex;
  width: 226px;
  padding: 8px;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  background: #F4F4F4;
  margin-top: 16px;
}
#shopping-cart-modal #shopping-collapse table .product-detail .para-sm {
  color: #9B9B9B;
}
#shopping-cart-modal #shopping-collapse table .product-detail .para {
  color: #656565;
}
#shopping-cart-modal #shopping-collapse .subtotal-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#shopping-cart-modal #shopping-collapse .subtotal-section h6,
#shopping-cart-modal #shopping-collapse .subtotal-section p {
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
#shopping-cart-modal #shopping-collapse .subtotal-section h6 {
  color: #3C3C3C;
}
#shopping-cart-modal #shopping-collapse .subtotal-section p {
  color: #213A62;
}
#shopping-cart-modal #shopping-collapse .shopping-button {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
#shopping-cart-modal #shopping-collapse .shopping-button a {
  width: 100%;
}

.welcome-section {
  display: flex;
  gap: 46px;
}
.welcome-section .welcome-left-section {
  max-width: 43%;
  width: 100%;
  height: 940px;
  background: url(../images/welcome-left-content-top-circle.svg) no-repeat top right, url(../images/welcome-left-content-bottom-circle.svg) no-repeat bottom left;
  background-color: #F6F9FD;
  display: flex;
  align-items: center;
  position: relative;
}
.welcome-section .welcome-left-section .scroll-prompt {
  position: absolute;
  bottom: 34px;
  right: -67px;
}
.welcome-section .welcome-left-section .welcome-left-content {
  max-width: 564px;
  margin-left: auto;
  margin-right: 61px;
}
.welcome-section .welcome-left-section .welcome-left-content .heading-welcome {
  margin-bottom: 24px;
}
.welcome-section .welcome-left-section .heading-1 {
  color: #213A62;
  margin-bottom: 24px;
}
.welcome-section .welcome-left-section .para {
  max-width: 478px;
  color: #656565;
  margin-bottom: 40px;
}
.welcome-section .welcome-left-section .welcome-button-section {
  display: flex;
  gap: 24px;
}
.welcome-section .welcome-right-section {
  padding: 0 64px;
  display: flex;
  align-items: end;
  padding-bottom: 55px;
  justify-content: center;
  position: relative;
}
.welcome-section .welcome-right-section .video-element {
  max-width: 922px;
  width: 100%;
}
.welcome-section .welcome-right-section .illustrations-img {
  position: absolute;
  text-align: center;
  width: 75%;
  bottom: 9.5%;
  margin-left: -1.3%;
}

.digital-design-resources-section .digital-design-card {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 480px;
}
.digital-design-resources-section .digital-design-card .common-card-content {
  padding: 24px 52px;
}
.digital-design-resources-section .bespoke-design-section {
  display: flex;
}
.digital-design-resources-section .bespoke-design-section .common-card-content {
  padding: 39px 0;
  min-height: 344px;
}
.digital-design-resources-section .bespoke-design-section .common-card-content .para {
  max-width: 327px;
}
.digital-design-resources-section .why-choose-us-section .common-card-content {
  min-height: 344px;
  padding: 65px 24px;
}
.digital-design-resources-section .why-choose-us-section .common-card-content .para {
  max-width: 593px;
}

.unleash-your-inner-designer-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unleash-your-inner-designer-section .heading-2 {
  position: absolute;
  color: white;
}

.your-website-course-sec .blogging-card {
  position: absolute;
  bottom: 0;
  left: 0;
}
.your-website-course-sec .blogging-card .common-card-content {
  padding: 26px 24px;
}
.your-website-course-sec .blogging-card .common-card-content .heading-2,
.your-website-course-sec .blogging-card .common-card-content .para {
  max-width: 332px;
}
.your-website-course-sec .trending-card {
  position: absolute;
  top: 0;
  right: 0;
}
.your-website-course-sec .trending-card .common-card-content {
  padding: 24px;
}
.your-website-course-sec .trending-card .common-card-content .heading-2,
.your-website-course-sec .trending-card .common-card-content .para {
  max-width: 376px;
}
.your-website-course-sec .first-website-course-img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.additional-trending-section {
  padding: 64px 0;
  background: url(../images/texture-tg.png) no-repeat center top;
  background-size: auto;
}
.additional-trending-section .heading-2 {
  color: #213A62;
  margin-bottom: 48px;
}
.additional-trending-section .secondary-btn {
  margin-top: 48px;
}

.get-ahead-sec {
  padding: 0 80px 80px 80px;
  background: url(../images/texture-bottom-lg.png) no-repeat center bottom;
}
.get-ahead-sec video {
  border-radius: 80px 80px 0px 0px;
}
.get-ahead-sec .get-ahead-content-wrapper {
  padding: 80px 0;
  border-radius: 0px 0px 80px 80px;
  background: #000;
  background: url(../images/get-ahead-of-circle-top.svg) no-repeat left top, url(../images/get-ahead-of-circle-bottom.svg) no-repeat right bottom;
  background-color: #F6F9FD;
  text-align: center;
}
.get-ahead-sec .get-ahead-content-wrapper .get-ahead-content {
  max-width: 907px;
  margin: auto;
}
.get-ahead-sec .get-ahead-content-wrapper .heading-2 {
  color: #213A62;
}
.get-ahead-sec .get-ahead-content-wrapper .para {
  color: #656565;
  max-width: 640px;
}

.design-resources-section {
  padding: 0px 0 48px 0;
  margin-bottom: 92px;
}
.design-resources-section .heading-section {
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  padding-top: 80px;
  text-align: center;
  margin-bottom: 48px;
}
.design-resources-section .heading-section .heading-2 {
  color: #213A62;
}
.design-resources-section .heading-section .para {
  color: #656565;
}
.design-resources-section .filter-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.design-resources-section .filter-section .search-section {
  max-width: 328px;
  width: 100%;
}
.design-resources-section .filter-section .search-section .common-form {
  position: relative;
  display: flex;
  align-items: center;
}
.design-resources-section .filter-section .search-section .common-form .form-control {
  width: 100%;
}
.design-resources-section .filter-section .search-section .common-form .search-icon {
  position: absolute;
  right: 16px;
  background: transparent;
  padding: 0;
  border: 0;
}
.design-resources-section .filter-section .filter-dropdown {
  display: flex;
  gap: 24px;
}
.design-resources-section .filter-section .filter-btn {
  background: #F4F4F4;
  display: flex;
  width: 222.333px;
  height: 58px;
  padding: 8px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.design-resources-section .filter-section .filter-btn .para-sm {
  color: #9B9B9B;
}
.design-resources-section .filter-section .filter-btn .para {
  color: #656565;
  margin-bottom: 0;
}
.design-resources-section .filter-section .filter-dropdown-item {
  position: relative;
}
.design-resources-section .filter-section .filter-dropdown-content {
  position: absolute;
  right: 0;
  z-index: 11;
}
.design-resources-section .bespoke-design-packages-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 8px 25px 0px rgba(18, 57, 74, 0.15);
  max-width: 340px;
}
.design-resources-section .bespoke-design-packages-card .bespoke-design-packages-content {
  padding: 32px 24px;
  background: #213A62;
  text-align: center;
  height: 100%;
}
.design-resources-section .bespoke-design-packages-card .bespoke-design-packages-content .heading-3 {
  color: #FFF;
}
.design-resources-section .bespoke-design-packages-card .bespoke-design-packages-content .para-sm {
  color: #F4F4F4;
}
.design-resources-section .product-flex {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

.design-resources-individual-sec {
  padding: 64px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.design-resources-individual-sec .product-individual-sec {
  max-width: 876px;
  margin: 0 auto 64px auto;
  padding: 24px;
  background: #F6F9FD;
  box-shadow: 0px 31px 48px 0px rgba(0, 0, 0, 0.07), 0px 15.694px 20.925px 0px rgba(0, 0, 0, 0.05), 0px 6.2px 7.8px 0px rgba(0, 0, 0, 0.04), 0px 1.356px 2.775px 0px rgba(0, 0, 0, 0.02);
}
.design-resources-individual-sec .product-individual-sec .product-individual-content {
  padding: 48px;
  border-radius: 20px;
  background: #FFF;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-top-sec {
  display: flex;
  align-items: center;
  gap: 40px;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-top-sec .heading-2 {
  color: #213A62;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-top-sec h6 {
  color: #213A62;
  font-family: "Alata", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .para {
  color: #656565;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom {
  display: flex;
  gap: 24px;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-heading-label {
  color: #213A62;
  margin-bottom: 24px;
  /* Desktop/Body/Large */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.5%;
  /* 25.83px */
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left {
  display: flex;
  max-width: 528px;
  width: 100%;
  justify-content: space-between;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .quantity-sec {
  max-width: 328px;
  width: 100%;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .quantity-sec .quantity-wrapper {
  padding: 8px 16px;
  background: #F4F4F4;
  width: 100%;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .quantity-sec .quantity-wrapper .form-label {
  /* Desktop/Body/Small */
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.6%;
  /* 18.893px */
  color: #9B9B9B;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .quantity-sec .quantity-wrapper .form-control {
  width: 100%;
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #656565;
  padding: 0;
  border: 0;
  background: transparent;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .price-sec {
  max-width: 176px;
  width: 100%;
  text-align: end;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .price-sec .price-text-wrapper {
  padding: 16px 0px 8px 8px;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-left .price-sec .price-text-wrapper h5 {
  /* Desktop/H3 */
  font-family: "Alata", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #3C3C3C;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-right {
  width: 168px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.design-resources-individual-sec .product-individual-sec .product-individual-content .product-bottom .product-bottom-right a {
  width: 100%;
}
.design-resources-individual-sec .related-product-sec {
  margin-bottom: 40px;
}
.design-resources-individual-sec .related-product-sec .related-product-heading-sec {
  margin-bottom: 40px;
}
.design-resources-individual-sec .related-product-sec .heading-2 {
  text-align: center;
  color: #12394A;
  margin-bottom: 8px;
}
.design-resources-individual-sec .related-product-sec .para {
  text-align: center;
  color: #656565;
  margin-bottom: 0;
}

.bespoke-design-welcome-section {
  position: relative;
}
.bespoke-design-welcome-section .bespoke-design-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 638px;
  width: 100%;
  margin-top: 51px;
}
.bespoke-design-welcome-section .bespoke-design-content .heading-1 {
  color: #FFF;
  margin-bottom: 20px;
}
.bespoke-design-welcome-section .bespoke-design-content .para {
  color: #F4F4F4;
  margin-bottom: 20px;
  max-width: 578px;
}

.user-experience-section {
  padding: 64px 80px 24px 80px;
  display: flex;
  gap: 24px;
}
.user-experience-section .user-experience-content {
  flex: 1 1 719px;
  background: url(../images/user-experience-img.png) no-repeat center;
  background-size: cover;
  padding: 24px;
  align-content: end;
}
.user-experience-section .user-experience-content .common-card .common-card-content {
  padding: 51px 16px;
}
.user-experience-section .user-interface-design-sec {
  flex: 1 1 1017px;
}
.user-experience-section .user-interface-design-sec .common-card-content {
  display: flex;
  padding: 86px 46px;
  gap: 24px;
}
.user-experience-section .user-interface-design-sec .common-card-content .heading-2 {
  text-align: start;
}

.illustrations-section {
  padding: 0 80px 24px 80px;
}
.illustrations-section .illustration-content-section {
  background: url(../images/illustration-bg.png) no-repeat center;
  background-size: cover;
  padding: 68px 0;
}
.illustrations-section .illustration-content-section .common-card {
  max-width: 671px;
  margin: auto;
}
.illustrations-section .illustration-content-section .common-card .common-card-content {
  padding: 51px 15px;
}

.customColor {
  color: #3C3C3C;
}

.ab-testing-section {
  padding: 0 80px;
  display: flex;
  gap: 24px;
}
.ab-testing-section .ab-testing-content {
  padding: 156px 80px;
  text-align: center;
  flex-grow: 1;
}
.ab-testing-section .ab-testing-content .heading-2 {
  color: white;
  margin-bottom: 16px;
}
.ab-testing-section .ab-testing-content .para {
  color: #F4F4F4;
  max-width: 594px;
}
.ab-testing-section .ab-testing-content.ab-esting-strategies-bg {
  background: url(../images/ab-esting-strategies-bg.png) no-repeat center;
  background-size: cover;
}
.ab-testing-section .ab-testing-content.e-commerce-bg {
  background: url(../images/e-commerce-bg.png) no-repeat center;
  background-size: cover;
}

.contact-section {
  padding: 64px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.contact-section .common-card {
  max-width: 820px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 5px rgba(228, 229, 255, 0.42), 0px 0px 25px 0px rgba(18, 57, 74, 0.1);
}
.contact-section .common-card .common-card-content {
  padding: 40px;
}
.contact-section .common-card .common-card-content .para {
  max-width: 593px;
  font-family: "Comfortaa", sans-serif;
  font-size: 15px;
}

.aboutpara {
  font-family: "Comfortaa", sans-serif;
  font-size: 15px;
}

.want-to-reach-section .bespoke-design-content {
  right: 229px;
}

.provide-experiences-section .common-card,
.provide-experiences-section .common-card-content {
  height: 100%;
}
.provide-experiences-section .common-card .heading-2,
.provide-experiences-section .common-card-content .heading-2 {
  margin-bottom: 24px;
}
.provide-experiences-section .common-card-content {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.up-to-date-section .step {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
}
.up-to-date-section .step .step-heading {
  color: #213A62;
  text-align: center;
  font-family: "Alata", sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 288px;
  /* 288% */
  position: absolute;
}
.up-to-date-section .up-to-date-content {
  min-height: 565px;
  background: #AAC4E8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.up-to-date-section .up-to-date-content .heading-2 {
  color: #213A62;
}
.up-to-date-section .up-to-date-content .para {
  color: #656565;
  margin-bottom: 0;
}
.up-to-date-section .up-to-date-content .text-wrap {
  max-width: 456px;
  margin: auto;
}
.up-to-date-section .up-to-date-content .text-wrap .heading-2 {
  max-width: 323px;
}
.up-to-date-section .design-experts-sec {
  background: #213A62;
}
.up-to-date-section .design-experts-sec .text-wrap .heading-2 {
  max-width: 516px;
  color: #FFF;
}
.up-to-date-section .design-experts-sec .text-wrap .para {
  color: #D0D0D0;
}
.up-to-date-section .design-experts-sec .step {
  margin-bottom: 0;
  margin-top: 23px;
}
.up-to-date-section .design-experts-sec .step .step-heading {
  bottom: 37px;
  line-height: 1;
}
.up-to-date-section .latest-soft-sec .step {
  margin-bottom: 44px;
}
.up-to-date-section .latest-soft-sec .text-wrap .heading-2 {
  max-width: 383px;
}

.top-welcome-section {
  position: relative;
  align-items: center;
  justify-content: center;
}
.top-welcome-section .top-welcome-content {
  position: absolute;
  text-align: center;
  max-width: 632px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-welcome-section .top-welcome-content .heading-1 {
  color: #FFF;
}
.top-welcome-section .top-welcome-content .para {
  color: #F4F4F4;
}
.top-welcome-section.term-condition-welcome-sec .para {
  max-width: 549px;
}

.term-condition-content-wrapper {
  padding: 75px 24px;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.term-condition-content-wrapper .term-condition-content {
  max-width: 800px;
  margin: auto;
}
.term-condition-content-wrapper .term-condition-content .heading-3 {
  color: #213A62;
  margin-bottom: 24px;
}
.term-condition-content-wrapper .term-condition-content .para {
  color: #656565;
  margin-bottom: 24px;
}
.term-condition-content-wrapper .read-more-btn {
  margin-top: 78px;
  text-align: center;
}

.login-section .common-card {
  background: #213A62;
}
.login-section .common-card .common-card-content {
  background: #284573;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.login-section .common-card .common-card-content .heading-2 {
  color: white;
}
.login-section .common-card .common-card-content .common-form {
  max-width: 452px;
}
.login-section .common-card .common-card-content .common-form .secondary-btn {
  width: -webkit-fill-available;
}
.login-section .common-card .common-card-content .common-form .forgot-btn {
  padding: 12px;
  text-align: center;
  display: block;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #F6F9FD;
}

.register-section .common-card .common-card-content,
.reset-password-section .common-card .common-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.register-section .common-card .common-card-content .common-form,
.reset-password-section .common-card .common-card-content .common-form {
  max-width: 740px;
}
.register-section .common-card .common-card-content .common-form .primary-btn,
.reset-password-section .common-card .common-card-content .common-form .primary-btn {
  width: -webkit-fill-available;
}

.common-popup-section#register-popup .modal-dialog {
  max-width: 655px;
}
.common-popup-section#forgot-popup .modal-dialog {
  max-width: 804px;
}
.common-popup-section#forgot-popup .modal-dialog .para {
  max-width: 390px;
}
.common-popup-section .modal-content {
  background: transparent;
}
.common-popup-section .modal-body {
  border-radius: 20px;
  background: #F6F9FD;
  box-shadow: 0px 0px 0px 5px rgba(228, 229, 255, 0.42), 0px 0px 25px 0px rgba(18, 57, 74, 0.1);
  padding: 24px;
}
.common-popup-section .common-popup-content {
  border-radius: 20px;
  background: #FFF;
  padding: 40px;
}
.common-popup-section .common-popup-content .heading-3 {
  color: #213A62;
  text-align: center;
}
.common-popup-section .common-popup-content .para {
  text-align: center;
  color: #656565;
}
.common-popup-section .common-popup-content .primary-btn {
  max-width: 284px;
  width: 100%;
}

.reset-password-section .common-card .common-card-content .common-form {
  max-width: 452px;
}
.reset-password-section .common-card .common-card-content .para {
  max-width: 452px;
}
.reset-password-section .common-card .common-card-content .cancel-btn {
  padding: 12px;
  color: #005BB9;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.checkout-section {
  padding: 75px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.checkout-section .common-top-heading {
  margin-bottom: 78px;
}
.checkout-section .common-form {
  max-width: 1260px;
  margin: auto;
}
.checkout-section .summary-section {
  margin: 78px auto;
  max-width: 612px;
}
.checkout-section .checkout-bottom-sec {
  max-width: 740px;
  margin: auto;
}
.checkout-section .checkout-bottom-sec .primary-btn {
  margin-top: 40px;
  width: -webkit-fill-available;
}
.checkout-section .checkout-bottom-sec .form-floating label {
  padding: 12px 16px;
}
.checkout-section .checkout-bottom-sec .form-control {
  min-height: 48px;
  height: 48px;
  padding: 12px 16px;
}
.checkout-section .checkout-button {
  display: flex;
  gap: 16px;
}
.checkout-section .checkout-button .form-floating {
  max-width: 527px;
  width: 100%;
}

.common-top-heading .heading-2 {
  color: #213A62;
}
.common-top-heading .para {
  color: #656565;
}

.summary-section .heading-3 {
  color: #213A62;
}
.summary-section .common-card {
  border-radius: 20px;
  box-shadow: 0px 0px 0px 5px rgba(228, 229, 255, 0.42), 0px 0px 25px 0px rgba(18, 57, 74, 0.1);
}
.summary-section .common-card-content {
  padding: 40px;
}
.summary-section table {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 24px;
}
.summary-section table th {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
}
.summary-section table .price-list {
  width: 9px;
}
.summary-section table .qty-item {
  color: #656565;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
.summary-section table .price-item {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #656565;
  text-align: end;
  margin-top: 24px;
}
.summary-section table .product-list {
  width: 328px;
}
.summary-section table .product-detail {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  background: #F4F4F4;
  margin-top: 24px;
}
.summary-section table .product-detail .para-sm {
  color: #9B9B9B;
}
.summary-section table .product-detail .para {
  color: #656565;
}
.summary-section .subtotal-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.summary-section .subtotal-section h6,
.summary-section .subtotal-section p {
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.summary-section .subtotal-section h6 {
  color: #3C3C3C;
}
.summary-section .subtotal-section p {
  color: #213A62;
}

.shopping-cart-section {
  padding: 75px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.shopping-cart-section .common-top-heading {
  margin-bottom: 78px;
}
.shopping-cart-section .common-top-heading .para {
  max-width: 468px;
}
.shopping-cart-section .summary-section {
  max-width: 612px;
  margin: auto;
}
.shopping-cart-section .checkout-button-section {
  display: flex;
  gap: 24px;
}
.shopping-cart-section .checkout-button-section a {
  width: 100%;
}

.shopping-cart-fail-section .common-top-heading .para {
  max-width: 100%;
  color: #E10000;
}
.shopping-cart-fail-section .subtotal-section p {
  color: #E10000;
}

.dashboard-menu-wrapper {
  padding: 16px 80px;
  background: #AAC4E8;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-menu-wrapper h3 {
  color: #213A62;
}
.dashboard-menu-wrapper .dashboard-menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.dashboard-menu-wrapper .dashboard-menu ul .dashboard-link {
  display: inline-block;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
  background: #FFF;
  padding: 13px 8px;
  width: 151px;
  text-align: center;
}
.dashboard-menu-wrapper .dashboard-menu ul .dashboard-link.active {
  color: #FFF;
  background: #213A62;
}

.dashboard-account-section {
  padding: 218px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.dashboard-account-section .common-top-heading {
  max-width: 625px;
  margin: auto;
}
.dashboard-account-section .user-name-sec {
  margin: auto;
  color: #656565;
  text-align: center;
  /* Desktop/Body/Large */
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.5%;
  /* 25.83px */
}
.dashboard-account-section .user-name-sec a {
  font-weight: bold;
  color: #005BB9;
}

.dashboard-order-section {
  padding: 75px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.dashboard-order-section .common-top-heading {
  max-width: 625px;
  margin: auto;
  margin-bottom: 78px;
}
.dashboard-order-section .common-card {
  border-radius: 20px;
  background: #F6F9FD;
  box-shadow: 0px 0px 0px 5px rgba(228, 229, 255, 0.42), 0px 0px 25px 0px rgba(18, 57, 74, 0.1);
  max-width: 796px;
  margin: auto;
}
.dashboard-order-section .common-card .common-card-content {
  padding: 40px;
}
.dashboard-order-section .common-card .common-card-content table {
  width: 100%;
}
.dashboard-order-section .common-card .common-card-content table th {
  background: #AAC4E8;
  padding: 8px 0;
  /* Desktop/CTA */
  font-family: "Alata", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
}
.dashboard-order-section .common-card .common-card-content table th:first-child {
  padding: 8px;
}
.dashboard-order-section .common-card .common-card-content table tr:last-child td {
  border: 0;
}
.dashboard-order-section .common-card .common-card-content table td {
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #656565;
  padding: 8px 0;
  border-bottom: 1px solid #D3D3D3;
}
.dashboard-order-section .common-card .common-card-content table td:first-child {
  padding: 8px;
}
.dashboard-order-section .common-card .common-card-content table .order-item {
  color: #005BB9;
  width: 20%;
}
.dashboard-order-section .common-card .common-card-content table .date-item {
  width: 25%;
}
.dashboard-order-section .common-card .common-card-content table .qty-item {
  width: 10%;
}
.dashboard-order-section .common-card .common-card-content table .total-item {
  width: 15%;
}

.dashboard-address-details .common-card {
  max-width: 960px;
}
.dashboard-address-details .common-card .common-card-content {
  overflow: visible !important;
}
.dashboard-address-details .common-card .common-card-content .heading-3 {
  color: #213A62;
}

.error-section {
  padding: 120px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.error-section .common-top-heading {
  max-width: 527px;
  margin: auto;
  text-align: center;
}
.error-section .common-top-heading .para {
  max-width: 380px;
}

.dashboard-order-details-sec {
  padding: 75px 0;
  background: url(../images/texture-tg.png) no-repeat center top, url(../images/texture-bottom-lg.png) no-repeat center bottom;
  background-size: 100%;
}
.dashboard-order-details-sec .common-top-heading {
  max-width: 621px;
  margin: 0 auto 78px auto;
}
.dashboard-order-details-sec .common-card {
  max-width: 1098px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 0px 0px 5px rgba(228, 229, 255, 0.42), 0px 0px 25px 0px rgba(18, 57, 74, 0.1);
}
.dashboard-order-details-sec .common-card .common-card-content {
  padding: 24px;
}
.dashboard-order-details-sec .common-card .common-card-content .heading-3 {
  text-align: center;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #AAC4E8;
  color: #213A62;
}
.dashboard-order-details-sec .progress-steps-section {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.dashboard-order-details-sec .progress-steps-section .progress-list {
  text-align: center;
  flex: 1 1 auto;
  position: relative;
  z-index: 2;
}
.dashboard-order-details-sec .progress-steps-section .progress-list i {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #AAC4E8;
  background: #F6F9FD;
  margin: 0 auto 16px auto;
  z-index: 1;
}
.dashboard-order-details-sec .progress-steps-section .progress-list i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #D0D0D0;
  right: -50%;
  z-index: -1;
}
.dashboard-order-details-sec .progress-steps-section .progress-list p {
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #656565;
  opacity: 0.6;
}
.dashboard-order-details-sec .progress-steps-section .progress-list.active i {
  box-shadow: 0px 0px 0px 4px #D2E4FC, 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.dashboard-order-details-sec .progress-steps-section .progress-list.active i.active-line::after {
  background: #656565;
}
.dashboard-order-details-sec .progress-steps-section .progress-list.active p {
  opacity: 1;
}
.dashboard-order-details-sec .progress-steps-section .progress-list:last-child i::after {
  content: unset;
}
.dashboard-order-details-sec .order-table {
  border-radius: 10px;
  border: 1px solid #DEE5ED;
  background: #FFF;
  overflow: hidden;
}
.dashboard-order-details-sec .order-table .table-heading {
  padding: 12px 24px;
  background: #F6F9FD;
  margin-bottom: 0;
  font-family: "Alata", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #213A62;
}
.dashboard-order-details-sec .order-table table th {
  padding: 8px 24px;
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  color: #213A62;
}
.dashboard-order-details-sec .order-table table td {
  /* Desktop/Body/Standard */
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.9%;
  /* 24.944px */
  padding: 8px 24px;
  color: #656565;
}
.dashboard-order-details-sec .order-overview-flex {
  display: flex;
  gap: 24px;
}
.dashboard-order-details-sec .order-overview-flex .order-overview-table {
  max-width: 635px;
  width: 100%;
}
.dashboard-order-details-sec .order-overview-flex .order-overview-table th:nth-child(1) {
  width: 4%;
}
.dashboard-order-details-sec .order-overview-flex .order-overview-table th:nth-child(2) {
  width: 70%;
}
.dashboard-order-details-sec .order-overview-flex .order-overview-table td {
  border-top: 1px solid #E7E7E7;
}
.dashboard-order-details-sec .order-overview-flex .order-amount-table {
  max-width: 343px;
  width: 100%;
}
.dashboard-order-details-sec .order-details-flex {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.dashboard-order-details-sec .order-details-flex .order-table {
  flex: 1 1 auto;
}
.dashboard-order-details-sec .slide-para {
  margin-bottom: 10px;
  /* Desktop/Body/Small */
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: 147.6%;
  /* 18.893px */
  color: #005BB9;
  text-align: center;
}

.customContainerDashboard {
  background: #AAC4E8;
}/*# sourceMappingURL=style.css.map */</pre></body></html>