@import url("https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "AvantGardeMdITC";
  src: url("../fonts/avantgardemditc.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}

.form-control {
  padding: 16px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #C2D0DB);
  background: var(--Base-Off-White, #FAFAFA) !important;
  margin-bottom: 20px;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
}

.button-blue {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 16px 32px;
  border-radius: 4px;
  background: var(--Btn-Blue, #289CD7);
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  color: var(--Base-Off-White, #FAFAFA);
  text-align: center;
}
.button-blue:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

.from-select {
  padding: 16px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #C2D0DB);
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/dropdown.svg") no-repeat center right 0.75rem var(--Base-Off-White, #FAFAFA);
}

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

a {
  text-decoration: none;
}

address {
  margin: 0;
}

.primary-btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #289CD7;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #289CD7;
}
.primary-btn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

.secondary-btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #303E52;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #303E52;
}
.secondary-btn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

.heading-2 {
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
}

.para {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.common-form .form-control {
  border-radius: 4px;
  border: 1px solid #BDBDBD;
  background: #FFF !important;
  margin: 0;
  padding: 16px;
  height: 58px;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #303E52;
}
.common-form .search-input {
  background: url(../images/search-icon.svg) no-repeat center right 16px !important;
  background-color: #fff !important;
}

header {
  padding: 23.5px 0;
  background: #FFF;
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
  position: relative;
  z-index: 999;
}
header .desktop-header {
  max-width: 1440px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: center;
}
header .desktop-header .main-nav {
  display: flex;
  gap: 32px;
}
header .desktop-header .main-nav .main-nav-link {
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #303E52;
}
header .desktop-header .right-nav-sec {
  max-width: 452px;
  width: 100%;
  position: relative;
}
header .desktop-header .right-nav-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: -23.5px;
  width: 175%;
  height: 97.8px;
  background: #303E52;
  z-index: 1;
}
header .desktop-header .right-nav-sec ul {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: end;
  position: relative;
  z-index: 2;
}
header .desktop-header .right-nav-sec ul a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FFF;
}
header .desktop-header .right-nav-sec .vr {
  background: #C2D0DB;
  opacity: 1;
  position: relative;
  z-index: 2;
}
header a[aria-expanded=false] .deactivate {
  display: inline-block;
}
header a[aria-expanded=false] .activate {
  display: none;
}
header a[aria-expanded=true] {
  color: var(--Btn-Blue, #289CD7) !important;
}
header a[aria-expanded=true] .deactivate {
  display: none;
}
header a[aria-expanded=true] .activate {
  display: inline-block;
}

#categories-collapse {
  padding: 40px 0;
  background: #FFF;
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
  z-index: 999;
}
#categories-collapse .categories-wrap {
  max-width: 585px;
  margin: auto;
  display: flex;
  gap: 40px;
}
#categories-collapse .categories-wrap a {
  color: #303E52;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 161.847%;
  /* 29.132px */
  letter-spacing: 0.54px;
  text-transform: capitalize;
}

footer {
  padding: 64px 0 48px 0;
  border-top: 1px solid var(--Base-04, #E9E9E9);
  background: var(--Base-Off-White, #FAFAFA);
}
footer .footer-wrap {
  max-width: 1440px;
  margin: auto;
}
footer .footer-wrap .footer-main-sec {
  display: flex;
  justify-content: space-between;
  padding-bottom: 64px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E9E9E9;
}
footer .footer-wrap .footer-main-sec .footer-left {
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: start;
}
footer .footer-wrap .footer-main-sec .footer-left ul {
  display: flex;
  gap: 32px;
}
footer .footer-wrap .footer-main-sec .footer-left ul a {
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #303E52;
}
footer .footer-wrap .footer-main-sec .footer-right {
  text-align: end;
}
footer .footer-wrap .footer-main-sec .footer-right ul {
  width: 406px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 16px;
  justify-content: end;
}
footer .footer-wrap .footer-main-sec .footer-right ul a,
footer .footer-wrap .footer-main-sec .footer-right ul address,
footer .footer-wrap .footer-main-sec .footer-right ul .vr-line {
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #303E52;
}
footer .footer-wrap .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-wrap .footer-bottom p,
footer .footer-wrap .footer-bottom a {
  color: #303E52;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
footer .footer-wrap .footer-bottom ul {
  display: flex;
  gap: 16px;
}

.welcome-section {
  position: relative;
}
.welcome-section .welcome-content-sec {
  position: absolute;
  bottom: 89px;
  left: 50%;
  transform: translateX(-50%);
}
.welcome-section .welcome-content-sec .descriptions {
  text-align: center;
}
.welcome-section .welcome-content-sec .descriptions .title {
  max-width: 643px;
  width: 100%;
}
.welcome-section .welcome-content-sec .descriptions .heading-1 {
  /* Heading/H1 */
  font-family: "Bona Nova";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 76.8px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  color: #303E52;
  margin-bottom: 16px;
}
.welcome-section .welcome-content-sec .descriptions .para {
  color: #5B7687;
  margin-bottom: 40px;
}

.latest-releases-sec {
  padding: 120px 0 80px 0;
  position: relative;
}
.latest-releases-sec .latest-release-wrap {
  max-width: 1272px;
  margin: auto;
}
.latest-releases-sec .latest-release-wrap .heading-2 {
  color: #303E52;
}
.latest-releases-sec .latest-release-wrap .para {
  color: #5B7687;
}
.latest-releases-sec .latest-release-wrap .nav-pills {
  border: 1px solid #303E52;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 56px;
}
.latest-releases-sec .latest-release-wrap .nav-pills .nav-link {
  padding: 8px 40px;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #303E52;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #303E52;
}
.latest-releases-sec .latest-release-wrap .nav-pills .nav-link.active {
  background: #303E52;
  color: white;
}
.latest-releases-sec .latest-release-wrap .tab-sec {
  margin-bottom: 56px;
}
.latest-releases-sec .img-wrap {
  overflow: hidden;
  max-height: 300px;
  max-width: 300px;
  border-radius: 4px;
  position: relative;
}
.latest-releases-sec .img-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #303E52;
  transition: all 0.5s ease-in-out;
}
.latest-releases-sec .img-wrap img {
  scale: 1;
  transition: all 0.5s ease-in-out;
}
.latest-releases-sec .img-wrap .external-link {
  top: -100px;
  right: 24px;
  position: absolute;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.latest-releases-sec .img-wrap:hover::after {
  opacity: 0.4;
}
.latest-releases-sec .img-wrap:hover img {
  scale: 1.09;
}
.latest-releases-sec .img-wrap:hover .external-link {
  top: 14px;
}
.latest-releases-sec .search-section {
  padding: 24px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 67px 89px 0px rgba(0, 0, 0, 0.1), 0px 39.45px 46.422px 0px rgba(0, 0, 0, 0.07), 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  max-width: 972px;
  margin: auto;
  width: 100%;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.latest-releases-sec .search-section .flex-wraper {
  display: flex;
  gap: 24px;
}

.pricing-made-sec {
  background: url(../images/pricing-made-sec-bg.png) no-repeat center left;
  background-size: cover;
  position: relative;
  padding: 24px 0;
}
.pricing-made-sec .pricing-made-wrap {
  max-width: 1440px;
  margin: auto;
}
.pricing-made-sec .pricing-made-wrap .text-wrap {
  max-width: 603px;
  padding: 161px 0;
}
.pricing-made-sec .pricing-made-wrap .heading-2 {
  color: #303E52;
}
.pricing-made-sec .pricing-made-wrap .heading-2 span {
  color: #289CD7;
  font-weight: 400;
}
.pricing-made-sec .pricing-made-wrap .para {
  color: #5B7687;
}
.pricing-made-sec .pricing-made-wrap .right-img-sec {
  width: 47%;
  border-radius: 24px 0 0 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-made-sec .pricing-made-wrap .right-img-sec .right-img-sec-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.story-behind-sec {
  background: #F5F5F5;
  padding: 80px 0;
}
.story-behind-sec .story-behind-wrap {
  max-width: 1440px;
  margin: auto;
  border-radius: 24px;
  background: #FAFAFA;
  overflow: hidden;
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
}
.story-behind-sec .text-wrap {
  text-align: center;
  padding: 56px 0;
}
.story-behind-sec .text-wrap .para {
  max-width: 978px;
  color: #5B7687;
}
.story-behind-sec .text-wrap .heading-2 {
  color: #303E52;
}

.faq-bottom-sec {
  padding: 80px 0;
  background: url(../images/faq-sec-bg.png) no-repeat center;
  background-size: cover;
}
.faq-bottom-sec .heading-2 {
  color: #303E52;
}
.faq-bottom-sec .para {
  color: #667085;
}
.faq-bottom-sec .faq-content-sec {
  max-width: 1280px;
  margin: 64px auto;
  display: grid;
  gap: 56px 32px;
  grid-template-columns: repeat(3, 1fr);
}
.faq-bottom-sec .faq-content-sec .faq-item {
  text-align: center;
}
.faq-bottom-sec .faq-content-sec .faq-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #303E52;
  margin-bottom: 8px;
}
.faq-bottom-sec .faq-content-sec .faq-item .para {
  color: #5B7687;
  margin-bottom: 0;
}
.faq-bottom-sec .faq-content-sec .faq-item .para a {
  color: #289CD7;
}
.faq-bottom-sec .cant-find-ans {
  max-width: 1440px;
  margin: auto;
  border-radius: 24px;
  background: #E9E6E2;
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  padding: 32px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-bottom-sec .cant-find-ans h4 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #303E52;
  margin-bottom: 0;
}
.faq-bottom-sec .cant-find-ans .btn-wrap {
  display: flex;
  gap: 24px;
}

.footer-sign-up-sec {
  padding: 72px 32px;
  background: url(../images/footer-sign-up-sec-bg.png) no-repeat center;
  background-size: cover;
}
.footer-sign-up-sec .text-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
}
.footer-sign-up-sec h5 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}

.accordion-item {
  border: 0;
  margin-bottom: 24px;
  background: transparent;
}
.accordion-item .accordion-button {
  padding: 0;
  outline: 0;
  box-shadow: unset;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #303E52;
  background: transparent;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.accordion-item .accordion-button::after {
  background: url(../images/plus-icon.svg) no-repeat center;
}
.accordion-item .accordion-button:not(.collapsed)::after {
  background: url(../images/minus-icon.svg) no-repeat center;
}
.accordion-item .accordion-body {
  padding: 0;
  margin-top: 8px;
}
.accordion-item .accordion-body p {
  color: #5B7687;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin: 0;
}

.about-welcome-sec {
  position: relative;
}
.about-welcome-sec .scroll-to-about-us {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
.about-welcome-sec .about-welcome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 530px;
  width: 100%;
  background: #FFFFFF;
  padding: 40px;
  border-radius: 24px;
  text-align: center;
}
.about-welcome-sec .about-welcome-content .heading-2 {
  color: #303E52;
  margin-bottom: 13px;
}
.about-welcome-sec .about-welcome-content .para {
  color: #5B7687;
  margin-bottom: 40px;
}
.about-welcome-sec .about-welcome-content .form-control {
  box-shadow: 0px 64.81px 46.85px 0px rgba(0, 0, 0, 0.0549019608), 0px 38.52px 25.48px 0px rgba(0, 0, 0, 0.0431372549), 0px 1.85px 3.15px 0px rgba(0, 0, 0, 0.0156862745), 0px 20px 13px 0px rgba(0, 0, 0, 0.0352941176), 0px 100px 80px 0px rgba(0, 0, 0, 0.0705882353), 0px 8.15px 6.52px 0px rgba(0, 0, 0, 0.0274509804);
}

.pick-picture-sec {
  background: url(../images/pick-picture-bg.png) no-repeat center;
  background-size: cover;
  padding: 164px 0;
}
.pick-picture-sec .pick-picture-content-sec {
  max-width: 932px;
  margin: auto;
  text-align: center;
}
.pick-picture-sec .pick-picture-content-sec .heading-2 {
  color: #303E52;
}
.pick-picture-sec .pick-picture-content-sec .para {
  color: #5B7687;
}

.find-pic-sec {
  position: relative;
}
.find-pic-sec .primary-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
}

.how-we-do-se {
  padding: 122px 0;
  background: url(../images/how-we-do-se-bg.png) no-repeat center;
  background-size: cover;
}
.how-we-do-se .how-we-content {
  max-width: 1260px;
  margin: auto;
}
.how-we-do-se .text-wrap {
  padding: 56px;
}
.how-we-do-se .text-wrap .heading-2 {
  color: #303E52;
}
.how-we-do-se .text-wrap .para {
  color: #5B7687;
}

.footer-sign-up-about-sec {
  background: url(../images/footer-about-us-sign-up-sec-bg-sm.png) no-repeat center;
  background-size: cover;
}

.faq-section {
  background: url(../images/faq-section-bg.png) no-repeat center;
  background-size: cover;
  padding: 80px 0;
}
.faq-section .faq-sec-wraper {
  max-width: 1256px;
  margin: auto;
}
.faq-section .faq-sec-wraper .faq-top-sec {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #C2D0DB;
  text-align: center;
}
.faq-section .faq-sec-wraper .faq-top-sec .heading-2 {
  color: #303E52;
}
.faq-section .faq-sec-wraper .faq-top-sec .para {
  color: #667085;
}
.faq-section .faq-sec-wraper .faq-main-sec {
  display: flex;
  gap: 72px;
}
.faq-section .faq-sec-wraper .faq-main-sec .left-menu {
  flex-shrink: 0;
}
.faq-section .faq-sec-wraper .faq-main-sec .left-menu ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-section .faq-sec-wraper .faq-main-sec .left-menu a {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #141414;
}
.faq-section .faq-sec-wraper .faq-main-sec .left-menu a.active {
  color: #289CD7;
}
.faq-section .faq-sec-wraper .faq-main-sec .faq-content-sec {
  display: grid;
  gap: 56px 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 64px;
}
.faq-section .faq-sec-wraper .faq-main-sec .faq-content-sec .faq-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #303E52;
  margin-bottom: 8px;
}
.faq-section .faq-sec-wraper .faq-main-sec .faq-content-sec .faq-item .para {
  color: #5B7687;
  margin-bottom: 0;
}
.faq-section .faq-sec-wraper .faq-main-sec .faq-content-sec .faq-item .para a {
  color: #289CD7;
}
.faq-section .cant-find-ans {
  max-width: 1440px;
  margin: auto;
  border-radius: 24px;
  background: #E9E6E2;
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  padding: 32px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-section .cant-find-ans h4 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #303E52;
  margin-bottom: 0;
}
.faq-section .cant-find-ans .btn-wrap {
  display: flex;
  gap: 24px;
}

.faq-footer-sec {
  background: url(../images/faq-footer-sec.png) no-repeat center;
  background-size: cover;
}

/*TEJ CSS START*/
.pricing_videos {
  position: relative;
}
.pricing_videos .price-slider {
  width: 100%;
  max-width: 794px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
  background: var(--Base-White, #FFF);
  padding: 40px;
  text-align: center;
}
.pricing_videos .price-slider h3 {
  color: var(--Accent, #303E52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 13px;
}
.pricing_videos .price-slider p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5B7687);
}

.product_creditNote {
  background: url(../images/CreditPacksbg.png) no-repeat top center;
  padding: 80px 0px;
  background-size: cover;
}
.product_creditNote .product_container {
  max-width: 1440px;
  margin: auto;
  width: 100%;
}
.product_creditNote .product_toptitle {
  margin-bottom: 56px;
}
.product_creditNote .product_toptitle h3 {
  color: var(--Accent, #303E52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.product_creditNote .product_toptitle p {
  color: var(--Text, #5B7687);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.product_creditNote .product_toptitle p span {
  color: var(--Accent, #303E52);
  display: block;
}
.product_creditNote .PriceCards {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  display: grid;
    padding: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 24px;
}
.product_creditNote .PriceCardsInner {
  width: 100%;
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid var(--Base-04, #E9E9E9);
  background: var(--Base-White, #FFF);
  text-align: center;
  transition-duration: 1s;
  transition-timing-function: ease-in;
}
.product_creditNote .PriceCardsInner h5 {
  color: var(--Accent, #303E52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.product_creditNote .PriceCardsInner .credit_price {
  color: var(--Accent, #303E52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  margin: 4px 0px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
.product_creditNote .PriceCardsInner .price_save {
  color: var(--Base-Success-Green, #47B147);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.product_creditNote .PriceCardsInner .select-packagebtn {
  border-radius: 4px;
  border: 1px solid var(--Accent, #303E52);
  background: var(--Base-Off-White, #FAFAFA);
  height: 56px;
  padding: 13px 32px;
  color: var(--Accent, #303E52);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  margin: auto;
  margin-top: 24px;
}
.product_creditNote .PriceCardsInner:hover {
  border-radius: 8px;
  border: 1px solid var(--Accent, #303E52);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  transition-timing-function: ease-out;
}
.product_creditNote .selected {
  border-radius: 8px;
  border: 2px solid var(--Accent, #303E52);
  background: var(--Base-White, #FFF);
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
}
.product_creditNote .selected .active {
  background: var(--Btn-Blue, #289CD7) !important;
  border: 1px solid #289CD7 !important;
  color: var(--Base-Off-White, #FAFAFA) !important;
}
.product_creditNote .purchasenotebtn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #289CD7;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #289CD7;
  display: block;
  margin: 56px auto 0px auto;
  max-width: 235px;
}
.product_creditNote .purchasenotebtn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

.swipe-mobile {
  margin: 24px 0px;
  color: var(--Core-900---Near-Black, #141414);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}

.customAmount {
  border-radius: 8px;
  background: var(--Base-White, #FFF);
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 0px;
  z-index: 9;
  position: relative;
}
.customAmount .Toptitle {
  max-width: 664px;
  width: 100%;
  margin: 0px auto 56px auto;
  text-align: center;
}
.customAmount .Toptitle h3 {
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  margin-bottom: 8px;
}
.customAmount .Toptitle p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5B7687);
  margin-bottom: 0px;
}
.customAmount .Toptitle span {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Accent, #303E52);
}
.customAmount .custmoAmt {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.customAmount .custmoAmt .formbox {
  margin-bottom: 24px;
}
.customAmount .custmoAmt .form-control {
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #C2D0DB);
  background: var(--Base-Off-White, #FAFAFA);
  color: var(--Accent, #303E52);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  height: 54px;
  margin-bottom: 0;
}
.customAmount .custmoAmt .purchaseCrdtbtn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #289CD7;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #289CD7;
  height: 54px;
  display: block;
  padding: 14px 32px;
}
.customAmount .custmoAmt .purchaseCrdtbtn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

.reward_loyalty {
  background: url(../images/rewardbg-desktop.png) no-repeat top center;
  background-size: cover;
  padding: 80px 0px;
}
.reward_loyalty .toptitle_reward {
  text-align: center;
  margin-bottom: 56px;
}
.reward_loyalty .toptitle_reward h2 {
  color: var(--Accent, #303E52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.reward_loyalty .toptitle_reward p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5B7687);
  margin-bottom: 0px;
}
.reward_loyalty .reward_package {
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
  max-width: 866px;
  margin: 0px auto 80px auto;
}
.reward_loyalty .reward_package .reward_packagecard {
  width: 100%;
}
.reward_loyalty .reward_package .reward_packagecard img {
  display: block;
  margin: 0px auto 24px auto;
}
.reward_loyalty .reward_package .reward_packagecard h4 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin: 0px;
}
.reward_loyalty .reward_package .reward_packagecard p {
  margin: 8px 0px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5B7687);
}
.reward_loyalty .reward_package .reward_packagecard .reward-sale {
  color: var(--Base-Success-Green, #47B147);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.reward_loyalty .cantfind {
  display: flex;
  padding: 32px 32px 32px 56px;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  background: var(--Beige, #E9E6E2);
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.reward_loyalty .cantfind h4 {
  color: var(--Accent, #303E52);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.reward_loyalty .cantfind .btnsgrpups {
  display: flex;
  align-items: center;
  gap: 24px;
}
.reward_loyalty .cantfind .btnsgrpups .cnteambtn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #289CD7;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #289CD7;
  height: 54px;
  padding: 13px 32px;
}
.reward_loyalty .cantfind .btnsgrpups .cnteambtn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}
.reward_loyalty .cantfind .btnsgrpups .faqbtn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #303E52;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #303E52;
  height: 54px;
  padding: 13px 32px;
}
.reward_loyalty .cantfind .btnsgrpups .faqbtn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

.pricingSignupBg {
  background: url(../images/pricingSignupBg.png) no-repeat top center;
}

.brwoseImg {
  background: url(../images/browsebg-desktop.png) no-repeat top center;
  padding: 80px 0px;
}
.brwoseImg .brwose_title {
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  text-align: center;
  margin-bottom: 0px;
}
.brwoseImg .bwrosesearch {
  display: flex;
  gap: 16px;
  margin: 24px 0px;
}
.brwoseImg .bwrosesearch .searchBox {
  width: 100%;
}
.brwoseImg .bwrosesearch .searchBox .searchform-contrl {
  background: url(../images/search-icon.svg) no-repeat 98% 50% #fff;
  height: 56px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #C2D0DB);
  width: 100%;
  color: var(--Accent, #303E52);
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.brwoseImg .bwrosesearch .searchBox .active {
  background: url(../images/search_productclose.svg) no-repeat 98% 50% #fff;
}
.brwoseImg .bwrosesearch .searchBox ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--Accent, #303E52);
}
.brwoseImg .bwrosesearch .searchBox ::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--Accent, #303E52);
}
.brwoseImg .bwrosesearch .searchBox :-ms-input-placeholder {
  /* IE 10+ */
  color: var(--Accent, #303E52);
}
.brwoseImg .bwrosesearch .searchBox :-moz-placeholder {
  /* Firefox 18- */
  color: var(--Accent, #303E52);
}
.brwoseImg .bwrosesearch .sortBox {
  width: 100%;
  max-width: 200px;
  position: relative;
}
.brwoseImg .bwrosesearch .sortBox .sortbybtn {
  color: var(--Text, #5B7687);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #C2D0DB);
  padding: 13px 16px;
  background: #fff;
  position: relative;
  display: block;
  text-align: left;
  max-height: 56px;
}
.brwoseImg .bwrosesearch .sortBox .sortbybtn span {
  color: var(--Accent, #303E52);
}
.brwoseImg .bwrosesearch .sortBox .sortbybtn::after {
  content: "";
  background: url(../images/sort-icon.svg) no-repeat 90% 50% #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 11px;
  top: 15px;
}
.brwoseImg .bwrosesearch .sortBox a[aria-expanded=true]::after {
  transform: rotate(180deg);
  top: 14px;
}
.brwoseImg .bwrosesearch .sortBox #sortby,
.brwoseImg .bwrosesearch .sortBox #orientation {
  position: absolute;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--Sky-Blue, #C2D0DB);
  background: var(--Base-White, #FFF);
  width: 100%;
  margin-top: 4px;
  z-index: 9;
}
.brwoseImg .bwrosesearch .sortBox #sortby a,
.brwoseImg .bwrosesearch .sortBox #orientation a {
  color: var(--Accent, #303E52);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #C2D0DB;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: block;
}
.brwoseImg .bwrosesearch .sortBox #sortby a:last-child,
.brwoseImg .bwrosesearch .sortBox #orientation a:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.brwoseImg .bwrosesearch .sortBox #sortby .active,
.brwoseImg .bwrosesearch .sortBox #orientation .active {
  color: var(--Btn-Blue, #289CD7);
}
.brwoseImg .bwrosesearch .sortBoxall {
  max-width: 175px;
}
.brwoseImg .brwoseImgcontainer {
  max-width: 1360px;
  margin: auto;
}
.brwoseImg .tagsearch {
  display: flex;
  gap: 16px;
}
.brwoseImg .tagsearch a {
  color: var(--Accent, #303E52);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 16px;
  border-radius: var(--Lrg, 40px);
  background: var(--Base-04, #E9E9E9);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 10rem;
}
.brwoseImg .tagsearch a:hover {
  background-color: #5B7687;
  color: #E9E9E9;
}
.brwoseImg .tagsearch .active {
  color: var(--Base-Off-White, #FAFAFA);
  justify-content: start;
  background: url(../images/white-close.svg) no-repeat 82% 50% #5B7687;
}

.pic_gallery {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  padding: 40px 0px 24px 0px;
  display: grid;
  gap: 16px;
}
.pic_gallery .imgpro {
  position: relative;
  transition: all 0.5s ease;
}
.pic_gallery .imgpro:hover::after {
  content: "";
  opacity: 0.4;
  background: var(--Accent, #303E52);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.pic_gallery .imgpro:hover .onhover {
  opacity: 1;
}
.pic_gallery .imgpro img {
  border-radius: 8px;
}
.pic_gallery .imgpro .onhover {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 9;
}
.pic_gallery .pic_galleryone {
  display: flex;
  gap: 16px;
}
.pic_gallery .pic_gallerytwo {
  display: flex;
  gap: 16px;
}
.pic_gallery .pic_gallerythree {
  display: flex;
}
.pic_gallery .pic_galleryfour {
  display: flex;
  gap: 16px;
}

.mobile_gallery {
  display: grid;
  justify-content: center;
  gap: 16px;
}
.mobile_gallery .imgpro {
  position: relative;
  transition: all 0.5s ease;
}
.mobile_gallery .imgpro:hover::after {
  content: "";
  opacity: 0.4;
  background: var(--Accent, #303E52);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.mobile_gallery .imgpro:hover .onhover {
  opacity: 1;
}
.mobile_gallery .imgpro img {
  border-radius: 8px;
}
.mobile_gallery .imgpro .onhover {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 9;
}

.product-pagination {
  padding-bottom: 40px;
}
.product-pagination .pagination {
  justify-content: center;
  align-items: center;
}
.product-pagination .pagination .first {
  margin-right: 40px;
}
.product-pagination .pagination .last {
  margin-left: 40px;
}
.product-pagination .pagination .disabled .page-link {
  padding: 0px !important;
}
.product-pagination .pagination .page-item {
  border: none;
}
.product-pagination .pagination .page-item .page-link {
  border: none;
  color: var(--Accent, #303E52);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  width: 40px;
  padding: 7px 15px;
  background-color: transparent;
}
.product-pagination .pagination .active .page-link {
  border-radius: 4px;
  background: var(--Accent, #303E52);
  color: #fff;
}

.searchProducts {
  background: url(../images/search-productdesktop.png) no-repeat top center;
}

.resultFound {
  color: var(--Text, #5B7687);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 40px;
}

.searchResults {
  padding-top: 24px;
}

.productDtl {
  background: url(../images/productbg.png) no-repeat top center;
  background-size: cover;
  display: flex;
  /* width: 100%; */
  align-items: center;
  gap: 80px;
}
.productDtl .productDtlLeft {
  width: 100%;
}
.productDtl .productDtlright {
  width: 100%;
}
.productDtl .productDtlright .productDtlrightInnercontent {
  width: 100%;
  max-width: 640px;
}
.productDtl .productDtlright .productDtlrightInnercontent h6 {
  border-radius: var(--Lrg, 40px);
  background: var(--Accent, #303E52);
  padding: 8px 16px;
  color: var(--Base-Off-White, #FAFAFA);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  max-width: 125px;
  margin-bottom: 16px;
}
.productDtl .productDtlright .productDtlrightInnercontent h3 {
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  margin-bottom: 16px;
}
.productDtl .productDtlright .productDtlrightInnercontent p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5B7687);
}
.productDtl .productDtlright .productDtlrightInnercontent .tags {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
}
.productDtl .productDtlright .productDtlrightInnercontent .tags a {
  border-radius: var(--Lrg, 40px);
  background: var(--Beige, #E9E6E2);
  padding: 8px 16px;
  color: var(--Accent, #303E52);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.productDtl .productDtlright .productDtlrightInnercontent .prodcuts-checkoutbtns {
  display: flex;
  gap: 24px;
  align-items: center;
}
.productDtl .productDtlright .productDtlrightInnercontent .prodcuts-checkoutbtns .backbtn {
  padding: 15.5px 32px;
  border-radius: 4px;
  border: 1px solid var(--Accent, #303E52);
  background: var(--Base-Off-White, #FAFAFA);
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--Accent, #303E52);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.productDtl .productDtlright .productDtlrightInnercontent .prodcuts-checkoutbtns .downloadbtn {
  padding: 16px 32px;
  border-radius: 4px;
  background: var(--Btn-Blue, #289CD7);
  color: var(--Base-Off-White, #FAFAFA);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  gap: 8px;
  align-items: center;
}

.Productsdtlfooter {
  background: url(../images/Productsdtlfooter-desktop.png) no-repeat top center;
}

/*Tej CSS END*/
/*M CSS START*/
.signIn {
  background: url("../images/Sign in.png") no-repeat;
  background-size: cover;
  height: auto;
}
.signIn .signIn-container {
  padding: 80px 0;
}
.signIn .signIn-container .signIn-innerContainer {
  border-radius: 24px;
  border: 1px solid var(--Sky-Blue, #c2d0db);
  background: var(--Base-White, #fff);
  margin: auto;
  width: 100%;
  max-width: 564px;
  padding: 24px;
}
.signIn .signIn-container .signIn-innerContainer .signIn-title .signIn-img {
  margin-bottom: 24px;
}
.signIn .signIn-container .signIn-innerContainer .signIn-title .signIn-text h3 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  margin-bottom: 12px;
}
.signIn .signIn-container .signIn-innerContainer .signIn-title .signIn-text p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5b7687);
  text-align: center;
  margin: 0;
}
.signIn .signIn-container .signIn-innerContainer .signIn-form {
  padding: 32px 0;
}
.signIn .signIn-container .signIn-innerContainer .signIn-form .forgat-password-link {
  padding: 10px 0 24px 0;
}
.signIn .signIn-container .signIn-innerContainer .signIn-form .forgat-password-link a {
  color: var(--Btn-Blue, #289cd7);
  font-family: "AvantGardeMdITC";
  font-size: 18px;
  float: right;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline #c2d0db;
  text-transform: capitalize;
  text-decoration: underline;
}
.signIn .signIn-container .signIn-innerContainer .signIn-form .button-blue {
  margin-top: 24px;
}
.signIn .signIn-container .signIn-innerContainer .have-account p {
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Text, #5b7687);
  text-align: center;
}
.signIn .signIn-container .signIn-innerContainer .have-account p a {
  color: var(--Btn-Blue, #289cd7);
  font-family: "AvantGardeMdITC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .form-box {
  display: flex;
  gap: 16px;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .form-box .form-control {
  margin-bottom: 16px;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .button-blue {
  margin-top: 16px;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .oR {
  display: flex;
  margin: 24px 0;
  align-items: center;
  text-align: center;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .oR .line {
  flex: 1;
  border-bottom: 1px solid #bdbdbd;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .oR .text {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5b7687);
  white-space: nowrap;
  padding: 0 8px;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .social-icon {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  padding: 10px 16px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--White, #fff);
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .social-icon p {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Accent, #303e52);
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .social-icon a {
  display: flex;
  gap: 12px;
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .facebook {
  background: #1877f2;
  border: 1px solid var(--Gray-300, #1877f2);
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .facebook p {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--White, #fff);
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .apple {
  background: var(--Black, #000);
  border: 1px solid var(--Gray-300, #000);
}
.signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .apple p {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--White, #fff);
}

#successfully .modal-dialog {
  justify-content: center;
}

.modal-dialog {
  position: relative;
}
.modal-dialog .modal-content {
  border-radius: 8px;
  border: 1px solid var(--Base-04, #e9e9e9);
  background: var(--Base-White, #fff);
}
.modal-dialog .modal-content .modal-header {
  display: block;
  border: none;
  padding: 0;
}
.modal-dialog .modal-content .modal-header .close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
}
.modal-dialog .modal-content .modal-header h3 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  margin: 0;
}
.modal-dialog .modal-content .modal-header .logo {
  margin-bottom: 24px;
}
.modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.modal-dialog .modal-content .modal-body p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5b7687);
  text-align: center !important;
  margin: 0;
  padding: 16px 0;
}

.divider {
  margin: 6px 0;
  height: 1px;
  background-color: #e9e9e9;
}

.mywallete-divider {
  margin: 24px 0;
}

.overview {
  margin: 0;
}
.overview .overview-hero {
  position: relative;
}
.overview .overview-hero .overview-title {
  border-radius: 24px;
  background: var(--Base-White, #fff);
  width: 100%;
  max-width: 586px;
  padding: 40px;
  position: absolute;
  top: 134px;
  left: 50%;
  transform: translateX(-50%);
}
.overview .overview-hero .overview-title h2 {
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  margin-bottom: 13px;
}
.overview .overview-hero .overview-title p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5b7687);
  text-align: center;
  margin: 0;
}
.overview .overview-hero .overview-title .signout {
  margin-top: 13px;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.overview .overview-hero .overview-title .signout a {
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Btn-Blue, #289cd7);
  text-decoration: none;
}
.overview .overview-hero .Overviewaccount {
  border-radius: 8px 8px 0px 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 8px;
  background: var(--Base-White, #fff);
  /* Small Shadow */
  box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.overview .overview-hero .Overviewaccount .account-menu ul {
  list-style: none;
  display: flex;
  gap: 4px;
  padding: 0;
  margin: 0;
}
.overview .overview-hero .Overviewaccount .account-menu ul li {
  display: flex;
  height: 44px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}
.overview .overview-hero .Overviewaccount .account-menu ul li a {
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  text-decoration: none;
}
.overview .overview-hero .Overviewaccount .account-menu ul li.active, .overview .overview-hero .Overviewaccount .account-menu ul li:active {
  border-radius: 6px;
  background: var(--Accent, #303e52);
}
.overview .overview-hero .Overviewaccount .account-menu ul li.active a, .overview .overview-hero .Overviewaccount .account-menu ul li:active a {
  color: var(--BG-off-white, #e8e8e8);
}
.overview .checkout_data {
  background: url(../images/checkout_databg.png) no-repeat top center !important;
}
.overview .mydtlspassword {
  background: url(../images/mydetails-passwordbg.png) no-repeat top center !important;
}
.overview .mywalletBox {
  background: url(../images/wallter-desktopbg.png) no-repeat top center !important;
}
.overview .historydownload-data {
  background: url(../images/orderhistroy-desktopbg.png) no-repeat top center;
}
.overview .myaccount-overview {
  background: url(../images/account-overview.png) no-repeat top center !important;
  background-size: cover !important;
}
.overview .overview-data {
  background: url("../images/Sign in.png") no-repeat;
  background-size: cover;
}
.overview .overview-data .overview-data-container {
  display: flex;
  padding: 64px 0px;
  justify-content: center;
  gap: 24px;
}
.overview .overview-data .overview-data-container .transaction_history .product-pagination {
  padding-bottom: 0px;
  margin-top: 24px;
}
.overview .overview-data .overview-data-container .transaction_history .product-pagination .pagination {
  justify-content: center;
}
.overview .overview-data .overview-data-container .mydetails {
  width: 100%;
  max-width: 708px;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--Base-04, #e9e9e9);
  background: var(--Base-White, #fff);
  border-radius: 8px;
  border: 1px solid var(--Base-04, #E9E9E9);
  background: var(--Base-White, #FFF);
  /* Hero shadow */
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
}
.overview .overview-data .overview-data-container .mydetails .mydetails-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-title h3 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  font-feature-settings: "liga" off, "clig" off;
  margin: 0px;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-title .sortby {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #c2d0db);
  background: var(--Base-White, #fff);
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  color: var(--Accent, #303E52);
  width: 118px;
  text-align: left;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-title select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.overview .overview-data .overview-data-container .mydetails .mydetails-title .mydetails-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-title .mydetails-button .button-blue {
  padding: 8px 24px;
  height: 42px;
}
.overview .overview-data .overview-data-container .mydetails .sortby-mobile {
  background-color: #47b147;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--Sky-Blue, #c2d0db);
  background: var(--Base-White, #fff);
  margin-top: 16px;
}
.overview .overview-data .overview-data-container .mydetails .sortby-mobile p {
  margin: 0;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  text-align: center;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form {
  padding-top: 32px;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form .form-control {
  margin-bottom: 16px !important;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form .form-box {
  display: flex;
  gap: 16px;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form .form-box .form-control {
  margin-bottom: 16px !important;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form .form-box .password-toggle {
  display: flex;
  width: 100%;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form .form-box .eye-icon {
  display: inline;
  margin-left: -13%;
  cursor: pointer;
  vertical-align: middle;
}
.overview .overview-data .overview-data-container .mydetails .mydetails-form .save-btn {
  margin-top: 16px;
}
.overview .overview-data .overview-data-container .mydetails .history-table {
  border-radius: 8px;
  border: 1px solid var(--Base-04, #e9e9e9);
  background: var(--Base-White, #fff);
  margin: 24px 0;
}
.overview .overview-data .overview-data-container .mydetails .history-table table {
  width: 100%;
  margin-bottom: 0px;
}
.overview .overview-data .overview-data-container .mydetails .history-table table thead tr th {
  background: var(--Accent, #303e52);
  padding: 12px 24px;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Base-Off-White, #fafafa);
}
.overview .overview-data .overview-data-container .mydetails .history-table table tbody tr {
  border-bottom: 1px solid var(--Base-04, #e9e9e9);
}
.overview .overview-data .overview-data-container .mydetails .history-table table tbody tr td {
  padding: 16px 24px;
  color: var(--Accent, #303e52);
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.overview .overview-data .overview-data-container .mydetails .history-table table tbody tr td .download-invoce {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.overview .overview-data .overview-data-container .mydetails .history-table table tbody tr td .download-invoce p {
  margin: 0;
  color: var(--Btn-Blue, #289cd7);
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.overview .overview-data .overview-data-container .update-password {
  width: 100%;
  max-width: 700px;
  height: 366px;
}
.overview .overview-data .overview-data-container .mywallet {
  width: 100%;
  max-width: 708px;
  padding: 40px;
  border-radius: 8px;
  border: 1px solid var(--Base-04, #e9e9e9);
  background: var(--Base-White, #fff);
}
.overview .overview-data .overview-data-container .mywallet .currant-balance {
  padding-top: 8px;
}
.overview .overview-data .overview-data-container .mywallet .currant-balance .credits {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.overview .overview-data .overview-data-container .mywallet .currant-balance .credits p {
  color: var(--Text, #5b7687);
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0px 0px 8px 0px;
}
.overview .overview-data .overview-data-container .mywallet .currant-balance .credits h4 {
  color: var(--Accent, #303e52);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin: 0;
}
.overview .overview-data .overview-data-container .mywallet .currant-balance .credits .text-green {
  color: var(--Base-Success-Green, #47b147) !important;
  text-align: right;
}
.overview .overview-data .overview-data-container .mywallet .Loyalty-tier p {
  color: var(--Accent, #303e52);
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.overview .overview-data .overview-data-container .checkout {
  padding: 32px !important;
}
.overview .overview-data .overview-data-container .checkout .checkout-title h3 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}
.overview .overview-data .overview-data-container .checkout .checkout-form {
  padding-top: 24px;
}
.overview .overview-data .overview-data-container .checkout .checkout-form .form-control {
  margin-bottom: 24px !important;
}
.overview .overview-data .overview-data-container .checkout .checkout-form .form-box {
  gap: 24px;
}
.overview .overview-data .overview-data-container .checkout .checkout-form .form-box .form-control {
  margin-bottom: 24px !important;
}
.overview .overview-data .overview-data-container .order-summary {
  width: 100%;
  max-width: 500px !important;
}
.overview .overview-data .overview-data-container .order-summary .divider {
  margin: 16px 0;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  margin-bottom: 16px;
  margin-top: 16px;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1 0 0;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits h5 {
  margin: 0;
  color: var(--Accent, #303E52);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits h5 span {
  color: var(--Base-Success-Green, #47B147);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-left: 8px;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits p {
  margin: 0;
  color: var(--Text, #5B7687);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 23.4px */
  letter-spacing: -1px;
  text-decoration-line: strikethrough;
  text-transform: capitalize;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits p span {
  color: var(--Accent, #303E52);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
.overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits p .text-mobile {
  font-style: italic;
  color: var(--Base-Success-Green, #47B147);
  font-weight: 600;
  display: none;
}
.overview .overview-data .overview-data-container .order-summary .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 16px 0;
}
.overview .overview-data .overview-data-container .order-summary .subtotal h5 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  font-feature-settings: "liga" off, "clig" off;
  margin: 0;
}
.overview .overview-data .overview-data-container .order-summary .subtotal .text-green {
  color: var(--Base-Success-Green, #47b147) !important;
}
.overview .overview-data .overview-data-container .order-summary .subtotal h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  font-feature-settings: "liga" off, "clig" off;
  margin: 0;
}
.overview .overview-data .overview-data-container .order-summary .coupen {
  margin: 10px 0 0 0 !important;
}
.overview .overview-data .overview-data-container .order-summary .couponcode .form-box {
  display: flex;
  gap: 8px;
}
.overview .overview-data .overview-data-container .order-summary .couponcode .form-box .form-control {
  padding: 16px !important;
  margin: 0;
}
.overview .overview-data .overview-data-container .order-summary .couponcode .form-box .button-blue {
  border-radius: 4px;
  background: var(--Accent, #303E52) !important;
}
.overview .overview-data .overview-data-container .order-summary .couponcode .form-box .button-blue:hover {
  color: #FAFAFA;
  border: none;
}
.overview .overview-data .overview-data-container .order-summary .agreeterm {
  display: flex;
  margin: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.overview .overview-data .overview-data-container .order-summary .agreeterm .form-check-input {
  margin: 0px;
  border-color: #303E52;
  width: 24px;
  height: 24px;
}
.overview .overview-data .overview-data-container .order-summary .agreeterm .form-check-input:checked {
  background-image: url(../images/checked-active.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-color: transparent;
}
.overview .overview-data .overview-data-container .order-summary .agreeterm p {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5B7687);
}
.overview .overview-data .overview-data-container .order-summary .agreeterm p a {
  color: var(--Btn-Blue, #289CD7);
  text-decoration: underline;
}
.overview .overview-data .overview-data-container .order-summary .master-card {
  margin-top: 16px;
}
.overview .overview-data .download-history {
  padding: 64px 0;
}
.overview .overview-data .download-history .download-history-item {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  gap: 24px;
}
.overview .overview-data .download-history .download-history-item .card {
  width: 100%;
  max-width: 342px;
  background: var(--Base-White, #fff);
  border-radius: 24px;
  border: 1px solid var(--Sky-Blue, #c2d0db);
}
.overview .overview-data .download-history .download-history-item .card .card-body {
  padding: 24px;
}
.overview .overview-data .download-history .download-history-item .card .card-body h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  font-feature-settings: "liga" off, "clig" off;
}
.overview .overview-data .download-history .download-history-item .card .card-body .order-id {
  display: flex;
  gap: 47px;
  justify-content: space-between;
}
.overview .overview-data .download-history .download-history-item .card .card-body .order-id p {
  margin: 0;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
}
.overview .overview-data .download-history .download-history-item .card .card-body .order-id p span {
  color: var(--Btn-Blue, #289cd7);
}
.overview .overview-data .download-history .download-history-item .card .card-body p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5b7687);
  margin: 16px 0;
}
.overview .overview-data .download-history .download-history-item .card .card-body .download {
  display: flex;
  align-items: center;
  gap: 8px;
}
.overview .overview-data .download-history .download-history-item .card .card-body .download p {
  margin: 0;
  color: var(--Btn-Blue, #289cd7);
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.contactus .contactus-container {
  position: relative;
}
.contactus .contactus-container .contactus-details {
  max-width: 457px;
  position: absolute;
  left: 308px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background: var(--Base-Off-White, #FAFAFA);
  padding: 32px;
}
.contactus .contactus-container .contactus-details .contact-title h2 {
  color: var(--Accent, #303E52);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Bona Nova", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -1px;
  text-transform: capitalize;
}
.contactus .contactus-container .contactus-details .contact-title p {
  color: var(--Accent, #303E52);
  text-align: center;
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.contactus .contactus-container .contactus-details .contact-title p br {
  display: none;
}
.contactus .contactus-container .contactus-details .contact-form {
  padding-top: 24px;
}
.contactus .contactus-container .contactus-details .contact-form .form-control {
  padding: 16px;
  margin-bottom: 24px;
}
.contactus .contactus-container .contactus-details .contact-form p {
  margin: 24px 0 0 0;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303E52);
  text-align: center;
}
.contactus .contactus-container .contactus-details .contact-form p a {
  color: var(--Btn-Blue, #289CD7);
  text-decoration: underline;
}
.contactus .premiumImagery {
  height: 111px;
  background: var(--Accent, #303E52);
}
.contactus .premiumImagery .premiumImagery-text {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.contactus .premiumImagery .premiumImagery-text h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1px;
  text-transform: capitalize;
  color: var(--Base-White, #FFF);
  font-feature-settings: "liga" off, "clig" off;
}

.term-condition .term-condition-container {
  width: 100%;
  max-width: 1920px;
  padding: 64px 0;
  margin: auto;
}
.term-condition .term-condition-container .term-condition-title {
  margin-bottom: 32px;
}
.term-condition .term-condition-container .term-condition-title h1 {
  color: var(--Accent, #303e52);
  text-align: center;
  /* Heading/H1 */
  font-family: "Bona Nova";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 76.8px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.term-condition .term-condition-container .term-condition-contain {
  width: 100%;
  max-width: 942px;
  margin: auto;
}
.term-condition .term-condition-container .term-condition-contain p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Text, #5b7687);
  margin: 0;
}

.page-404 {
  min-height: 960px;
  padding: 25px 0px;
  background: url("../images/error-desktopbg.png") no-repeat;
  background-size: cover;
}
.page-404 .page-404-container {
  width: 100%;
  max-width: 1920px;
  position: relative;
}
.page-404 .page-404-container .page-404-contain {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 75%;
}
.page-404 .page-404-container .page-404-contain .page-404-title {
  width: 100%;
  max-width: 768px;
  margin: auto;
}
.page-404 .page-404-container .page-404-contain .page-404-title h1 {
  color: var(--Accent, #303e52);
  text-align: center;
  /* Heading/H1 */
  font-family: "Bona Nova";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 76.8px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.page-404 .page-404-container .page-404-contain .page-404-title p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: var(--Accent, #303e52);
  text-align: center;
  margin: 0;
}
.page-404 .page-404-container .page-404-contain .back-button {
  margin: auto;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
.page-404 .page-404-container .page-404-contain .back-button .button-outline {
  padding: 16px 32px;
  border-radius: 4px;
  border: 1px solid var(--Base-03, #bdbdbd);
  background: var(--Base-White, #fff);
  width: 100%;
  max-width: 174px;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: var(--Accent, #303e52);
  text-align: center;
  text-decoration: none;
}
.page-404 .page-404-container .page-404-contain .back-button .button-blue {
  padding: 16px 32px;
  width: 100%;
  max-width: 174px;
}

.term-condition {
  background: url(../images/termsbg-desktop.png) no-repeat top center;
}

/*M CSS END*/
.eyelink {
  background-image: url(../images/eye.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}

.fixedheader {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

#pricepopup .modal-dialog {
  max-width: 422px;
}
#pricepopup .modal-dialog .modal-body {
  padding: 40px !important;
  text-align: center;
}
#pricepopup .modal-dialog .modal-body h2 {
  font-family: "Bona Nova", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 0px;
}
#pricepopup .modal-dialog .modal-body p {
  color: var(--Accent, #303E52);
}
#pricepopup .modal-dialog .modal-body span {
  color: var(--Text, #5B7687);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  display: block;
  margin-bottom: 16px;
}
#pricepopup .modal-dialog .modal-body .closebtn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #289CD7;
  font-family: jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  color: #FAFAFA;
  text-align: center;
  border: 1px solid #289CD7;
  padding: 14.5px 32px;
  width: 100%;
}
#pricepopup .modal-dialog .modal-body .closebtn:hover {
  border: 1px solid #303E52;
  background: #FAFAFA;
  color: #303E52;
}

#header-modal .modal-dialog .modal-content {
  border-radius: 0px;
}

#paymentSuccess .modal-dialog {
  max-width: 360px;
}
#paymentSuccess .modal-dialog .modal-content {
  padding: 40px;
}

#paymentFailed .modal-dialog {
  max-width: 360px;
}
#paymentFailed .modal-dialog .modal-content {
  padding: 40px;
}

#successfully .modal-dialog,
#passwordUpdate .modal-dialog,
#detailsUpdate .modal-dialog {
  max-width: 360px;
}
#successfully .modal-dialog .modal-content,
#passwordUpdate .modal-dialog .modal-content,
#detailsUpdate .modal-dialog .modal-content {
  padding: 40px;
}

.userlogin {
  background: url(../images/loginbg.png) no-repeat 0px -96px;
}

.updatePassword {
  background-position: 0px -146px;
}
.updatePassword .signIn-container {
  padding: 104px 0;
}/*# sourceMappingURL=style.css.map */


.progress_inner {
    width: 90%;
    height: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Base-04, #0F0F0F);
}

.progress_titlebar{
    display: flex;
    justify-content: space-around;
}
.progress_imagebar{
    display: flex;
    justify-content: space-around;
    position: absolute;
    top: 0px;
}
.progress_outline{
    height: 28px;
    display: flex;
    align-items: center;
}
.progressbar_main{
    position: relative;
}
.progressbar_discountbar{
    display: flex;
    justify-content: space-around;
}

