@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

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

.primary-btn {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 36px;
  background: #197FAB;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.secondary-btn {
  border-radius: 36px;
  border: 1px solid #197FAB;
  padding: 16px 20px;
  display: inline-block;
  color: var(--Blue, #197FAB);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #197FAB;
  background-color: transparent !important;
}

.heading-2 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 55.2px */
  text-transform: capitalize;
}

.para {
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}

.common-heading-section .heading-2 {
  margin-bottom: 12px;
}

header {
  padding: 32px 0px;
  /*background-color: #f5faff;*/
}
header .desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .desktop-header .desktop-headerLeft {
  display: flex;
  align-items: center;
}
header .desktop-header .desktop-headerLeft .main-menu {
  display: flex;
  align-items: center;
  gap: 46px;
  padding-left: 32px;
}
header .desktop-header .desktop-headerLeft .main-menu li a {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .desktop-header .desktop-headerLeft .main-menu li a:hover {
  color: #197FAB;
}
header .desktop-header .desktop-headerLeft .main-menu li a .active{
  color: #197FAB;
}
header .desktop-header .desktop-headerLeft .main-menu li a:hover .inactive {
  display: none;
}
header .desktop-header .desktop-headerLeft .main-menu li a:hover .active {
  display: block !important;
  transform: rotate(180deg);
}
header .desktop-header .loginBtn a {
  width: 140px;
  padding: 16px 13px;
  border-radius: 36px;
  background: #197FAB;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: block;
}
header .desktop-header #usd-dropdown {
  position: absolute;
  top: 85px;
  width: 100px;
}
header .desktop-header #usd-dropdown .card-body {
  padding: 8px;
  border: none;
  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);
}
header .desktop-header #usd-dropdown .card-body .usd-links li a {
  display: block;
  text-align: center;
  color: var(--Grayscale-700---Darker, #636363);
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 8px 15px;
}
header .desktop-header #usd-dropdown .card-body .usd-links li a:hover {
  background: #197FAB;
  color: #fff;
  border-radius: 100px;
}
header .desktop-header #usd-dropdown .card-body .usd-links li .active {
  background: #197FAB;
  color: #fff;
  border-radius: 100px;
}
header .desktop-header #category_dropdown {
  width: 440px;
  position: absolute;
  top: 85px;
  border: none;
  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);
}
header .desktop-header #category_dropdown .card {
  border: none;
}
header .desktop-header #category_dropdown .card .categoriesMenu {
  display: flex;
  gap: 20px;
}
header .desktop-header #category_dropdown .card .categoriesMenu .categoriesMenuInner a {
  color: #636363;
  text-align: center;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  /* 19.2px */
  letter-spacing: 0.48px;
  text-transform: none;
}
header .desktop-header #category_dropdown .card .categoriesMenu .categoriesMenuInner a:hover {
  color: #197FAB;
}
header a[aria-expanded=false] .active {
  display: none;
}
header a[aria-expanded=true] .inactive {
  display: none;
}
header a[aria-expanded=true] .active {
  display: block;
  transform: rotate(0deg) !important;
}
header .mobile-header {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.fixedheader {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #F8F9FF;
  background: #FFF;
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
  z-index: 99;
  top: 0;
}

#MobileMenulist {
  position: absolute;
  top: 105px;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 40px 0px;
  overflow-y: scroll;
  max-height: 80vh;
  padding-bottom: 24px;
  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);
}
#MobileMenulist .mobileTopmenu {
  padding: 0px 24px;
}
#MobileMenulist .walletBal {
  display: block;
  padding: 12px 20px;
  border-radius: 36px;
  border: 1px solid #197FAB;
  color: #197FAB;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#MobileMenulist .myaccountMenumobile {
  display: block;
  padding: 12px 20px;
  border-radius: 36px;
  border: 1px solid #197FAB;
  color: #fff;
  background: #197FAB;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
#MobileMenulist .main-menu {
  margin-top: 32px;
}
#MobileMenulist .main-menu .mobile-menucurrency {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#MobileMenulist .main-menu li {
  border-bottom: 1px solid #E4E4E4;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 24px !important;
}
#MobileMenulist .main-menu li a {
  padding: 0px 0px;
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: block;
}
#MobileMenulist .main-menu .mobile-menucurrency a[aria-expanded=true] {
  color: #197FAB;
}
#MobileMenulist .main-menu .mobile-menucurrency a[aria-expanded=true] .active {
  display: inline-block;
  transform: rotate(0deg) !important;
  margin-top: -4px;
}
#MobileMenulist .main-menu .mobile-menucurrency a[aria-expanded=false] .inactive {
  margin-top: -4px;
}
#MobileMenulist .main-menu .mobile-menucurrency .card-body {
  padding: 0px;
  border: none;
}
#MobileMenulist .main-menu .mobile-menucurrency .card-body .usd-links {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin-top: 16px;
}
#MobileMenulist .main-menu .mobile-menucurrency .card-body .usd-links li {
  margin: 0px;
  padding: 0px !important;
  border-bottom: none !important;
}
#MobileMenulist .main-menu .mobile-menucurrency .card-body .usd-links li .active {
  padding: 8px 16px;
  border-radius: 100px;
  background: #197FAB;
  color: var(--Neutral-White, #FFF);
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
#MobileMenulist .main-menu .mobilesubmenu a[aria-expanded=true] {
  color: #197FAB;
}
#MobileMenulist .main-menu .mobilesubmenu a[aria-expanded=true] .active {
  display: inline-block;
  transform: rotate(0deg) !important;
  margin-top: -4px;
}
#MobileMenulist .main-menu .mobilesubmenu a[aria-expanded=false] .inactive {
  margin-top: -4px;
}
#MobileMenulist .main-menu #category_dropdown {
  margin-top: 17px;
}
#MobileMenulist .main-menu #category_dropdown .card {
  padding: 0px;
  border: none;
}
#MobileMenulist .main-menu #category_dropdown .card .categoriesMenu {
  display: flex;
  gap: 6px;
  justify-content: center;
}
#MobileMenulist .main-menu #category_dropdown .card .categoriesMenu .categoriesMenuInner a {
  color: #636363;
  text-align: center;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 19.2px */
  letter-spacing: 0.48px;
  text-transform: none;
  margin-bottom: 6px;
  display: block;
  width: 105px;
  padding: 0px !important;
}

footer {
  background: url(../images/footer-bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 40px;
}
footer .footerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
footer .footer_middle {
  display: flex;
  justify-content: space-between;
}
footer .footer_middle h3 {
  color: var(--BG-Blue, #F8F9FF);
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
footer .footer_middle .footer_leftbar {
  display: flex;
  gap: 96px;
}
footer .footer_middle .footer_leftbar ul {
  display: grid;
  gap: 10px;
  flex: 1 1 138px;
}
footer .footer_middle .footer_leftbar ul li a {
  display: block;
  color: var(--Grayscale-600---Dark, #8A8A8A);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
footer .footer_middle .image_catlistingDesktop {
  display: flex;
  gap: 12px;
}
footer .footer_middle .image_catlistingDesktop .image_catlisting {
  display: flex;
  width: 300px;
  margin-right: 16px;
}
footer .footer_middle .image_catlistingDesktop .image_catlisting ul li {
  width: 130px;
}
footer .footer_middle .footer_rightbar {
  text-align: right;
}
footer .footer_middle .footer_rightbar address {
  color: var(--Grayscale-600---Dark, #8A8A8A);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  margin-bottom: 0px;
}
footer .footer_middle .footer_rightbar .footer_contactbox {
  display: grid;
  gap: 16px;
}
footer .footer_middle .footer_rightbar .footer_contactbox a {
  color: var(--Grayscale-600---Dark, #8A8A8A);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
footer .footer_middle .footer_rightbar .footer_contactbox .socialIcons {
  display: flex;
  gap: 8px;
  justify-content: end;
}
footer .footerBtm {
  border-top: 1px solid #636363;
  padding-top: 32px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footerBtm ul {
  display: flex;
  gap: 32px;
}
footer .footerBtm ul li a {
  color: #8A8A8A;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
}
footer .footerBtm .copyrights {
  color: var(--Grayscale-600---Dark, #8A8A8A);
  text-align: right;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
footer .footerBtm .copyrights span {
  color: #fff;
}

.welcome-section {
  background: url(../images/welcomebg-desktop.png) no-repeat top center;
  background-size: cover;
}
.welcome-section .topContent {
  max-width: 712px;
  width: 100%;
  margin: 50px auto 0px auto;
  text-align: center;
}
.welcome-section .topContent h1 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 80.5px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.welcome-section .topContent h1 span {
  color: #197FAB;
}
.welcome-section .topContent p {
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  padding: 0px 40px;
  margin-bottom: 40px;
}
.welcome-section .topContent .searchBox {
  position: relative;
}
.welcome-section .topContent .searchBox input {
  border-radius: 100px;
  border: 1px solid #E7E7E7;
  background: var(--Grayscale-White, #FFF);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  padding: 8px 8px 8px 20px;
  width: 712px;
  max-width: 100%;
  height: 70px;
}
.welcome-section .topContent .searchBox .seaarchBtn {
  position: absolute;
  border-radius: 91px;
  background: #197FAB;
  display: flex;
  gap: 8px;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 16px 24px;
  top: 8px;
  right: 8px;
}
.welcome-section .desktopslideImg {
  margin-top: -100px;
}
.welcome-section .mobileslideImgtop {
  position: absolute;
  top: 0;
}

.customSlide {
  max-width: 1440px;
  margin-left: auto;
}

.w-100 {
  width: 100%;
}

.img-exploreCollections {
  padding: 112px 0px;
}
.img-exploreCollections h2 {
  color: var(--Navy, #030A29);
  font-family: "Cabin", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 55.2px */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.img-exploreCollections .para {
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.img-exploreCollections .viewBtngallery {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 36px;
  background: #197FAB;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: block;
  padding: 16px 23px;
  max-width: 216px;
  margin: 48px auto 0px auto;
}

.container_slide {
  margin-top: 48px;
  position: relative;
}
.container_slide .owl-dots {
  display: none;
}
.container_slide .contentinnerbox h3 {
  color: var(--Grayscale-White, #FFF);
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  position: absolute;
  bottom: 16px;
  left: 16px;
  margin: 0;
}
.container_slide .owl-nav {
  position: absolute;
  top: -80px;
  right: 240px;
  display: flex;
  gap: 16px;
}
.container_slide .owl-nav .owl-prev span {
  background: url(../images/left-arrow.svg) no-repeat top center;
  width: 44px;
  height: 45px;
  display: block;
  text-indent: -99999px;
}
.container_slide .owl-nav .owl-next span {
  background: url(../images/right-arrow.svg) no-repeat top center;
  width: 44px;
  height: 45px;
  display: block;
  text-indent: -99999px;
}

.unlock-exclusive-sec {
  background: url(../images/unlock-exclusive-sec-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  height: 693px;
}
.unlock-exclusive-sec .unlock-exclusive-content {
  max-width: 501px;
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}
.unlock-exclusive-sec .unlock-exclusive-content .heading-2 {
  color: #030A29;
  margin-bottom: 16px;
}
.unlock-exclusive-sec .unlock-exclusive-content .listing {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.unlock-exclusive-sec .unlock-exclusive-content .listing li {
  display: flex;
  gap: 12px;
}
.unlock-exclusive-sec .unlock-exclusive-content .pricing-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.unlock-exclusive-sec .unlock-exclusive-content .pricing-section h4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  color: #030A29;
  margin: 0;
}
.unlock-exclusive-sec .unlock-exclusive-content .pricing-section h4 span {
  color: #197FAB;
}
.unlock-exclusive-sec .unlock-exclusive-img {
  position: absolute;
  right: 0;
  top: 0;
  height: inherit;
}
.unlock-exclusive-sec .unlock-exclusive-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.get-started-sec {
  background: white;
  padding: 112px 0;
}
.get-started-sec .common-heading-section {
  max-width: 712px;
  margin: 0 auto 48px auto;
  text-align: center;
}
.get-started-sec .get-started-card-flex {
  display: flex;
  gap: 24px;
}
.get-started-sec .get-started-card {
  max-width: 480px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: #F8F9FF;
  padding: 32px 40px;
  text-align: center;
}
.get-started-sec .get-started-card .heading-4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 12px;
}
.get-started-sec .get-started-card .para {
  margin-bottom: 0;
}

.curious-about-sec {
  background: url(../images/curious-about-bg.png) no-repeat center;
  background-size: cover;
  padding: 112px 0;
}
.curious-about-sec .curious-about-flex {
  display: flex;
  gap: 97px;
  align-items: center;
}
.curious-about-sec .curious-about-flex .faq-section {
  flex-grow: 1;
}
.curious-about-sec .common-heading-section {
  position: relative;
  text-align: center;
  max-width: 365px;
  width: 100%;
  flex-shrink: 0;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: white;
  /* Img Card */
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
}
.curious-about-sec .common-heading-section .subtract-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -29px;
}

.faq-accordion-sec .accordion-button,
.faq-accordion-sec .accordion-item {
  background: transparent;
  box-shadow: unset;
  border: 0;
}
.faq-accordion-sec .accordion-button {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  padding: 0;
}
.faq-accordion-sec .accordion-button:not(.collapsed)::after {
  background: url(../images/minus-icon.svg) no-repeat center;
  background-size: cover;
}
.faq-accordion-sec .accordion-button::after {
  background: url(../images/plus-icon.svg) no-repeat center;
  background-size: cover;
  width: 28px;
  height: 28px;
}
.faq-accordion-sec .accordion-item {
  padding: 24px 0;
  border-bottom: 1px solid #E4E4E4;
}
.faq-accordion-sec .accordion-item .accordion-body {
  padding: 12px 0 0 0;
}
.faq-accordion-sec .accordion-item .accordion-body p {
  margin-bottom: 0;
}

.where-creativity-sec {
  padding: 64px;
  background: white;
  position: relative;
}
.where-creativity-sec video {
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
}
.where-creativity-sec .common-heading-section {
  position: absolute;
  text-align: center;
  max-width: 952px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.where-creativity-sec .common-heading-section .heading-2 {
  color: white;
}
.where-creativity-sec .common-heading-section .para {
  color: #E4E4E4;
}

.sign-up-today-sec {
  background: url(../images/sign-up-today-sec-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.sign-up-today-sec .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sign-up-today-sec .common-heading-section {
  max-width: 501px;
  width: 100%;
  margin-left: auto;
}
.sign-up-today-sec .common-heading-section .para {
  margin-bottom: 32px;
}
.sign-up-today-sec .common-heading-section .btn-flex {
  display: flex;
  gap: 24px;
}
.sign-up-today-sec .common-heading-section .btn-flex a {
  width: 100%;
}

.top-welcome-sec {
  background: url(../images/top-welcome-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.top-welcome-sec .top-welcome-content {
  position: absolute;
  max-width: 545px;
  top: 50%;
  transform: translateY(-50%);
}
.top-welcome-sec .top-welcome-content h1 {
  color: #030A29;
  /* Headlings/H1 */
  font-family: "Cabin", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
  text-transform: capitalize;
  margin-bottom: 16px;
  max-width: 495px;
}
.top-welcome-sec .top-welcome-content .para {
  margin-bottom: 0;
}

.stock-imagery-section {
  padding: 112px 0;
}
.stock-imagery-section .stock-imagery-flex {
  display: flex;
  gap: 112px;
  align-items: center;
  justify-content: center;
}
.stock-imagery-section .stock-imagery-flex .common-heading-section {
  max-width: 492px;
  width: 100%;
}

.driven-section .unlock-exclusive-content {
  max-width: 469px;
}

.pricing-top-sec {
  background: url(../images/pricing-bg.png) no-repeat center;
  background-size: cover;
}

.credit-packs-sec {
  padding: 112px 0;
  background: #FAFAFA;
}
.credit-packs-sec .common-heading-section {
  text-align: center;
  margin-bottom: 56px;
}
.credit-packs-sec .common-heading-section .para a {
  color: #197FAB;
}
.credit-packs-sec .credit-pack-flex {
  display: flex;
  gap: 24px;
}
.credit-packs-sec .credit-pack-flex .credit-pack-left {
  max-width: 945px;
  width: 100%;
}
.credit-packs-sec .credit-pack-flex .credit-pack-left .credit-card-flex {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.credit-packs-sec .credit-pack-flex .credit-pack-left .credit-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.credit-packs-sec .credit-pack-flex .credit-pack-right {
  max-width: 470px;
  width: 100%;
}
.credit-packs-sec .credit-pack-flex .credit-pack-right .more-buy-sec {
  padding: 32px 32px 64px 32px;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  background: white;
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
}
.credit-packs-sec .credit-pack-flex .credit-pack-right .more-buy-sec .common-heading-section {
  margin-top: 40px;
  text-align: center;
}
.credit-packs-sec .credit-pack-flex .credit-pack-right .more-buy-sec .common-heading-section .heading-2 {
  margin-bottom: 16px;
}
.credit-packs-sec .credit-pack-flex .subtract-icon {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.credit-packs-sec .credit-pack-card {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  padding: 32px;
  max-width: 299px;
  width: 100%;
  text-align: center;
}
.credit-packs-sec .credit-pack-card h5 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 8px;
}
.credit-packs-sec .credit-pack-card h6 {
  color: #030A29;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 0.72px;
}
.credit-packs-sec .credit-pack-card p {
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #00BE00;
  margin-bottom: 24px;
}
.credit-packs-sec .credit-pack-card.active {
  border: 1px solid #21B3F1;
  background: #197FAB;
  box-shadow: 0px 0px 0px 3px rgba(73, 189, 238, 0.5), 12px 12px 24px 0px rgba(0, 0, 0, 0.12);
}
.credit-packs-sec .credit-pack-card.active h5,
.credit-packs-sec .credit-pack-card.active h6 {
  color: white;
}
.credit-packs-sec .credit-pack-card.active .secondary-btn {
  border-color: #FFFDF0;
  color: #FFFDF0;
}

.shadow-input-form .form-control {
  border-radius: 12px;
  border: 1px solid #E4E4E4;
  background: #FAFAFA;
  /* Field Shadow */
  padding: 14px;
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
}

.custom-amount-section .label-heading {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 16px;
}
.custom-amount-section .form-group {
  margin-bottom: 12px;
}
.custom-amount-section .primary-btn {
  margin-top: 16px;
}

.rewarded-loyalty-sec {
  padding: 112px 0;
  background: white;
}
.rewarded-loyalty-sec .common-heading-section {
  text-align: center;
  margin-bottom: 48px;
}
.rewarded-loyalty-sec .common-heading-section .para {
  max-width: 492px;
  margin: auto;
}
.rewarded-loyalty-sec .rewarded-flex {
  display: flex;
  gap: 24px;
}
.rewarded-loyalty-sec .rewarded-flex .rewarded-card {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  /* Field Shadow */
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  display: flex;
  gap: 32px;
  padding: 0 32px;
  align-items: center;
}
.rewarded-loyalty-sec .rewarded-flex .rewarded-card .rewarded-card-content {
  padding: 32px 0 32px 32px;
  border-left: 1px solid #E4E4E4;
  height: 100%;
}
.rewarded-loyalty-sec .rewarded-flex .rewarded-card .rewarded-card-content h5 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 8px;
  text-align: start;
}
.rewarded-loyalty-sec .rewarded-flex .rewarded-card .rewarded-card-content h6 {
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 8px;
}
.rewarded-loyalty-sec .rewarded-flex .rewarded-card .rewarded-card-content p {
  color: #00BE00;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0;
}

.faq-top-sec .top-welcome-content {
  max-width: 497px;
}

.faq-main-sec {
  padding: 112px 0;
  background: white;
}
.faq-main-sec .faq-main-flex {
  display: flex;
  gap: 82px;
  align-items: start;
}
.faq-main-sec .faq-main-flex .faq-btn-section {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: #F8F9FF;
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
  overflow: hidden;
  max-width: 283px;
  width: 100%;
}
.faq-main-sec .faq-main-flex .faq-btn-section button {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 9px 16px;
  display: block;
  border: 0;
  width: 100%;
  text-align: start;
}
.faq-main-sec .faq-main-flex .faq-btn-section button.active {
  color: white!important;
  background: #197FAB;
}

.browse-top-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 432px;
  background: url(../images/browse-bg.png) no-repeat center;
  background-size: cover;
}
.browse-top-sec .browse-top-content {
  max-width: 658px;
  width: 100%;
  text-align: center;
}
.browse-top-sec .browse-top-content h1 {
  color: #030A29;
  text-align: center;
  /* Headlings/H1 */
  font-family: "Cabin", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.browse-top-sec .browse-top-content .searchBox {
  position: relative;
}
.browse-top-sec .browse-top-content .searchBox input {
  border-radius: 100px;
  border: 1px solid #E7E7E7;
  background: var(--Grayscale-White, #FFF);
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  padding: 8px 8px 8px 20px;
  width: 712px;
  max-width: 100%;
  height: 70px;
}
.browse-top-sec .browse-top-content .searchBox .seaarchBtn {
  position: absolute;
  border-radius: 91px;
  background: #197FAB;
  display: flex;
  gap: 8px;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  padding: 16px 24px;
  top: 8px;
  right: 8px;
  border: 0;
}
.browse-top-sec .browse-top-content .heading-4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  color: #636363;
  font-weight: 400;
}
.browse-top-sec .browse-top-content .heading-4 span {
  color: #197FAB;
  font-weight: bold;
}

.browse-gallery-section {
  padding: 56px 0 0 0;
  background: #FAFAFA;
}
.browse-gallery-section .browse-gallery-top-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 56px;
}
.browse-gallery-section .browse-gallery-top-sec .browse-tag-list {
  display: flex;
  gap: 6px;
  align-items: center;
  /*flex-wrap: wrap;*/
    max-width: 1030px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.browse-gallery-section .browse-gallery-top-sec .browse-tag-list::-webkit-scrollbar { 
    display: none; 
}
.divitrix {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.browse-gallery-section .browse-gallery-top-sec .browse-tag-list .browse-tag-link {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 100px;
  border: 1px solid #E4E4E4;
  background: white;
  color: #030A29;
  text-align: center;
  /* Caption/Caption (Lower case) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  width: max-content;
  /* 25.6px */
}
.browse-gallery-section .browse-gallery-top-sec .browse-tag-list .browse-tag-link.active {
  border-radius: 100px;
  border: 1px solid #197FAB;
  background: rgba(103, 132, 198, 0.12);
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec {
  display: flex;
  gap: 8px;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .browse-dropdown-btn {
  border-radius: 100px;
  border: 1px solid #E4E4E4;
  background: white;
  padding: 9px 24px;
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #030A29;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .browse-dropdown-btn .img-fluid {
  margin-left: 8px;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .browse-dropdown-btn span {
  color: #197FAB;
  margin-left: 4px;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .dropdown-menu .dropdown-item {
  text-align: center;
  /* Caption/Caption (Lower case) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  padding: 12px;
  color: #030A29;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .dropdown-menu .dropdown-item:hover {
  background: #197FAB;
  color: white;
}
.browse-gallery-section .browse-gallery-top-sec .browse-dropdown-sec .dropdown-menu .dropdown-item.active {
  background: #197FAB;
  color: white;
}
.browse-gallery-section .pagination-section {
  margin-top: 32px;
}

.pagination-section .pagination {
  justify-content: center;
}
.pagination-section .page-link {
  border: 1;
  padding: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #030A29;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 50% !important;
  color: #030A29;
}
.pagination-section .page-link.active {
  border-radius: 60px;
  border: 1px solid #197FAB;
  color: #197FAB;
}
.pagination-section .page-link.next {
  background: #197FAB;
}

.credits-running-sec {
  padding: 112px 0;
  background: #FAFAFA;
}
.credits-running-sec .credits-running-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/are-you-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
}
.credits-running-sec .credits-running-flex .common-heading-section {
  max-width: 550px;
  width: 100%;
  padding: 0 56px;
}

.individual-img-modal .modal-dialog {
  max-width: 1348px;
}
.individual-img-modal .modal-dialog .modal-body {
  border-radius: 12px;
  background: var(--Grayscale-White, #FFF);
  overflow: hidden;
  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);
  border: 0;
  padding: 0;
  display: flex;
  gap: 72px;
  align-items: center;
}
.individual-img-modal .modal-dialog .modal-cross-img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.individual-img-modal .modal-dialog .individual-img-content {
  max-width: 496px;
}
.individual-img-modal .modal-dialog .individual-img-content .heading-3 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 16px;
  text-align: start;
}
.individual-img-modal .modal-dialog .individual-img-content .para {
  margin-bottom: 16px;
}
.individual-img-modal .modal-dialog .individual-img-content .tag-list-sec {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}
.individual-img-modal .modal-dialog .individual-img-content .tag-list-sec li {
  border-radius: 100px;
  border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
  background: var(--Grayscale-White, #FFF);
  padding: 9px 16px;
  display: block;
  color: #030A29;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}

.download-success-modal .modal-dialog {
  max-width: 578px;
}
.download-success-modal .modal-dialog .modal-body {
  border-radius: 12px;
  background: var(--Grayscale-White, #FFF);
  overflow: hidden;
  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);
  border: 0;
  text-align: center;
  padding: 40px;
}
.download-success-modal .modal-dialog .modal-cross-img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.download-success-modal .modal-dialog .heading-3 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 12px;
}
.download-success-modal .modal-dialog .heading-4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.download-success-modal .modal-dialog .heading-4 span {
  color: #197FAB;
}
.download-success-modal .modal-dialog .para {
  margin-bottom: 32px;
}
.download-success-modal .modal-dialog .btn-flex {
  display: flex;
  gap: 10px;
}
.download-success-modal .modal-dialog .btn-flex a {
  flex: 1 1 auto;
}

.contact-sec {
  background: url(../images/contact-us-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.contact-sec .contact-wrapper {
  max-width: 738px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-sec .contact-wrapper h1 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 80.5px */
  text-transform: capitalize;
  font-size: 48px;
  line-height: 115%; /* 55.2px */
}
.contact-sec .contact-wrapper .contact-details-flex {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}
.contact-sec .contact-wrapper .contact-details-flex .contact-details {
  display: block;
  padding: 16px;
  border-radius: 65px;
  background: #197FAB;
  flex: 1 1 50%;
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec .form-group {
  margin-bottom: 20px;
}
.contact-sec .form-bottom-sec {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.common-form .form-label {
  color: #030A29;
  /* Caption/Caption (Lower case) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 8px;
}
.common-form .form-control,
.common-form .form-select {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  background: #FAFAFA;
  height: 54px;
}
.common-form .form-select {
  background: url(../images/dropdown-icon.svg) no-repeat center right 14px;
  background-size: auto;
  background-color: #FAFAFA;
}
.common-form textarea.form-control {
  height: 112px;
}
.common-form .form-check {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.common-form .form-check-input {
  margin: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #C7C7C7;
}
.common-form .form-check-label {
  color: #636363;
  /* Body/Body (Big) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.common-form .form-check-label a {
  color: #197FAB;
  font-weight: 700;
}

.sign-up-sec {
  background: url(../images/contact-us-bg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.sign-up-sec .sign-up-wrapper {
  max-width: 551px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  background: white;
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
  padding: 32px;
}
.sign-up-sec .sign-up-wrapper .subtract-icon {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}
.sign-up-sec .sign-up-wrapper .sign-up-card-top {
  text-align: center;
  margin-bottom: 32px;
}
.sign-up-sec .sign-up-wrapper .sign-up-card-top .heading-2 {
  margin-bottom: 12px;
}
.sign-up-sec .sign-up-wrapper .sign-up-card-top .para {
  margin-bottom: 0;
}
.sign-up-sec .sign-up-wrapper .sign-up-card-top .para a {
  color: #197FAB;
}
.sign-up-sec .sign-up-wrapper .sign-up-form-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.sign-up-sec .sign-up-wrapper .sign-up-form-flex .col-6 {
  flex: 1 1 40%;
}
.sign-up-sec .sign-up-wrapper .sign-up-form-flex .form-bottom-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sign-up-sec .forgot-link {
  color: #2F85DE;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.sign-up-sec .password-btn {
  display: flex;
  gap: 32px;
}
.sign-up-sec .password-btn .primary-btn {
  text-wrap: nowrap;
}

.account-top-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 432px;
  background: url(../images/account-top-sec-bg.png) no-repeat center;
  background-size: cover;
}
.account-top-sec .account-top-content {
  max-width: 561px;
  width: 100%;
  text-align: center;
}
.account-top-sec .account-top-content h1 {
  color: #030A29;
  text-align: center;
  /* Headlings/H1 */
  font-family: "Cabin", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.account-top-sec .account-top-content .para {
  margin-bottom: 0;
}

.account-main-sec {
  padding: 112px 0;
  background: #FAFAFA;
}
.account-main-sec .account-main-flex {
  max-width: 1258px;
  margin: auto;
  display: flex;
  gap: 48px;
  align-items: start;
}
.account-main-sec .account-main-flex .account-btn-list {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: #F8F9FF;
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
  overflow: hidden;
  max-width: 283px;
  width: 100%;
  flex-shrink: 0;
}
.account-main-sec .account-main-flex .account-btn-list a {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 9px 16px;
  display: block;
  border: 0;
  width: 100%;
  text-align: start;
}
.account-main-sec .account-main-flex .account-btn-list a.active {
  color: white!important;
  background: #197FAB;
}
.account-main-sec .account-main-flex .account-right-sec {
  flex: 1 1 auto;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  padding: 32px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .top-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .top-sec .heading-3 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 0;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .top-sec .btn-wrapper {
  display: flex;
  gap: 12px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .current-balance-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .current-balance-sec h5 {
  color: #197FAB;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .current-balance-sec h4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 0;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credit-bar-line {
  border-radius: 10px;
  background: #E4E4E4;
  width: 100%;
  height: 8px;
  overflow: hidden;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credit-bar-line .credit-bar-line-active {
  background: #197FAB;
  width: 273px;
  height: 8px;
  border-radius: 10px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credits-bar-list {
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credits-bar-list .credits-bar-item {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credits-bar-list .credits-bar-item .credits-bar-line {
  width: 4px;
  height: 38px;
  background: #E4E4E4;
  display: block;
  margin: auto;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credits-bar-list .credits-bar-item .credits-bar-line.active {
  background: #197FAB;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credits-bar-list .credits-bar-item h6 {
  border-radius: 79px;
  background: #E4E4E4;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  color: #636363;
  padding: 10px;
  width: 70px;
  margin: auto;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .credits-bar-sec .credits-bar-list .credits-bar-item h6.active {
  color: white!important;
  background: #197FAB;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .check-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .check-section .form-check {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .check-section .form-check .form-check-input {
  margin: 0;
  width: 24px;
  height: 24px;
  border: 0px solid #030A29;
  padding: 0;
  background: url(../images/check-circle.svg) no-repeat center;
  background-size: contain;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .check-section .form-check .form-check-input:checked {
  background: url(../images/check-contained.svg) no-repeat center;
  background-size: contain;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .check-section .form-check .form-check-label {
  color: #636363;
  /* Body/Body (Big) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  width: 140px;
}
.account-main-sec .account-main-flex .account-right-sec .account-right-sec-wrapper .my-wallet-sec .check-section .form-check .form-check-label a {
  color: #197FAB;
  font-weight: 700;
}

.error_desktop {
  display: flex;
  align-items: center;
  background: url(../images/errorlgbg.png) no-repeat top center;
  background-size: cover;
}
.error_desktop .error_videos {
  width: 100%;
  max-width: 1106px;
}
.error_desktop .error_textdesc {
  width: 100%;
  max-width: 814px;
  text-align: center;
}
.error_desktop .error_textdesc h2 {
  color: var(--BG-Blue, #F8F9FF);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Cabin", sans-serif;
  font-size: 222px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 255.3px */
  text-transform: capitalize;
}
.error_desktop .error_textdesc .error_textdescInner {
  width: 100%;
  max-width: 404px;
  margin: -110px auto 0px auto;
}
.error_desktop .error_textdesc .error_textdescInner h4 {
  color: var(--Navy, #030A29);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.error_desktop .error_textdesc .error_textdescInner .para {
  margin-bottom: 0px;
}
.error_desktop .error_textdesc .error_textdescInner .videoBtns {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.error_desktop .error_textdesc .error_textdescInner .videoBtns a {
  padding: 16px 20px;
  border-radius: 36px;
  width: 100%;
}
.error_desktop .error_textdesc .error_textdescInner .videoBtns .prev_btn {
  border-radius: 36px;
  border: 1px solid #197FAB;
  padding: 16px 20px;
  display: inline-block;
  color: var(--Blue, #197FAB);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: #197FAB;
  background-color: transparent !important;
}
.error_desktop .error_textdesc .error_textdescInner .videoBtns .retrnhme_btn {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 36px;
  background: #197FAB;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.terms_conditons {
  position: relative;
  background: #FAFAFA;
}
.terms_conditons .terms_header {
  position: relative;
}
.terms_conditons .terms_header .terms_headerContent {
  width: 100%;
  max-width: 561px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.terms_conditons .terms_header .terms_headerContent h2 {
  color: var(--Navy, #030A29);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 64.4px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.terms_conditons .terms_content {
  padding: 64px 0px;
}
.terms_conditons .terms_content .container {
  max-width: 1258px;
}
.terms_conditons .terms_content .terms_contentInner {
  margin-bottom: 24px;
}
.terms_conditons .terms_content .terms_contentInner h5 {
  margin-bottom: 16px;
  color: var(--Navy, #030A29);
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
}
.terms_conditons .terms_content .terms_contentInner p {
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 0px;
}

.successBoxWrapper {
  background: url(../images/successbg.png) no-repeat top center;
  background-size: cover;
}
.successBoxWrapper .success_wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 112px;
}
.successBoxWrapper .success_wrapper .success_videos {
  width: 100%;
  max-width: 1012px;
}
.successBoxWrapper .success_wrapper .success_desc .success_descInner {
  width: 551px;
  padding: 40px 32px;
  border-radius: 8px;
  border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
  background: var(--Grayscale-White, #FFF);
  box-shadow: 0px 41px 160px 0px rgba(0, 0, 0, 0.04), 0px 20.756px 69.75px 0px rgba(0, 0, 0, 0.03), 0px 8.2px 26px 0px rgba(0, 0, 0, 0.02), 0px 1.794px 9.25px 0px rgba(0, 0, 0, 0.01);
  max-width: 100%;
  text-align: center;
}
.successBoxWrapper .success_wrapper .success_desc .success_descInner h3 {
  color: var(--Navy, #030A29);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 55.2px */
  text-transform: capitalize;
  margin-bottom: 16px;
}
.successBoxWrapper .success_wrapper .success_desc .success_descInner h6 {
  margin-bottom: 24px;
  color: var(--Navy, #030A29);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
}
.successBoxWrapper .success_wrapper .success_desc .success_descInner h6 span {
  color: #197FAB;
}
.successBoxWrapper .success_wrapper .success_desc .success_descInner .successBtns {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.successBoxWrapper .success_wrapper .success_desc .success_descInner .successBtns a {
  width: 100%;
}

.checkoutWrapperContainer .checkoutWrapper {
  padding: 112px 0px;
  width: 100%;
  max-width: 1258px;
  margin: auto;
  display: flex;
  gap: 48px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft {
  width: 100%;
  max-width: 708px;
  border-radius: 10px;
  border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
  background: var(--Grayscale-White, #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);
  padding: 32px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft h4 {
  color: var(--Navy, #030A29);
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 32px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft .form-group {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft .form-group .checkoutForm {
  width: 100%;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft .form-group .checkoutForm label {
  margin-bottom: 8px;
  color: var(--Navy, #030A29);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft .form-group .checkoutForm .form-control {
  height: 54px;
  padding: 14px;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
  background: var(--Grayscale-200---Near-White, #FAFAFA);
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperLeft .form-group .checkoutForm select.form-control {
  background-image: url(../images/country_dropdown.svg);
  background-repeat: no-repeat;
  background-position: 96% 15px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright {
  width: 502px;
  padding: 32px 0px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
  background: var(--BG-Blue, #F8F9FF);
  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);
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright h4 {
  color: var(--Navy, #030A29);
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 32px;
  padding-left: 32px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner {
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox {
  padding: 0px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox h5 {
  color: var(--Grayscale-700---Darker, #636363);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin: 0px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox h5 span {
  color: var(--Functional-Success-Green, #00BE00);
  margin-left: 8px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox .checkoutRightbar {
  display: flex;
  gap: 16px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox .checkoutRightbar .checkoutPricerightbar {
  display: flex;
  gap: 8px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox .checkoutRightbar .checkoutPricerightbar h6 {
  margin: 0px;
  color: var(--Grayscale-700---Darker, #636363);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerbox .checkoutRightbar .checkoutPricerightbar .price-disabled {
  color: #8A8A8A;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond {
  padding: 0px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond h5 {
  color: var(--Grayscale-700---Darker, #636363);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  margin: 0px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond .greencolor {
  color: #00BE00;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond .form-control {
  padding: 14px;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
  background: var(--Grayscale-White, #FFF);
  color: var(--Grayscale-700---Darker, #636363);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond h3 {
  color: var(--Navy, #030A29);
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 24px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond .form-check {
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--Grayscale-500---Light, #C7C7C7);
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond .form-check .form-check-label {
  color: var(--Grayscale-700---Darker, #636363);
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .checkoutCreditDtlsInnerboxsecond .form-check .form-check-label a {
  color: var(--Blue, #197FAB);
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .Gcaptcha {
  text-align: center;
  margin: 12px 0px 24px 0px;
}
.checkoutWrapperContainer .checkoutWrapper .checkoutWrapperright .checkoutCreditDtlsInner .continuebtn_pay {
  display: inline-block;
  padding: 16px 24px;
  border-radius: 36px;
  background: #197FAB;
  color: var(--Grayscale-White, #FFF);
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 22.4px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin: 0px 32px;
  width: 87.5%;
}
.checkoutWrapperContainer .checkoutWrapper .border-bottom-none {
  border: none !important;
}
.checkoutWrapperContainer .checkoutWrapper .visaImg {
  text-align: center;
  margin: 24px 0px 0px 0px;
}

.my-details-sec .heading-3 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  color: #030A29;
  text-align: start;
  margin-bottom: 32px;
}
.my-details-sec .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.my-details-sec .form-flex .col-6 {
  flex: 1 1 40%;
}

.transaction-history-section .transaction-history-top-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.transaction-history-section .transaction-history-top-sec .heading-3 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  margin-bottom: 0;
  text-align: start;
}
.transaction-history-section .transaction-history-top-sec .browse-dropdown-btn {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  padding: 9px 24px;
  color: #636363;
  font-feature-settings: "salt" on, "ss01" on;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  color: #030A29;
  display: flex;
  align-items: center;
  text-wrap: nowrap;
}
.transaction-history-section .transaction-history-top-sec .browse-dropdown-btn .img-fluid {
  margin-left: 8px;
}
.transaction-history-section .transaction-history-top-sec .browse-dropdown-btn span {
  color: #197FAB;
  margin-left: 4px;
}
.transaction-history-section .transaction-history-top-sec .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  padding: 0;
  overflow: hidden;
}
.transaction-history-section .transaction-history-top-sec .dropdown-menu .dropdown-item {
  text-align: center;
  /* Caption/Caption (Lower case) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
  padding: 12px;
  color: #030A29;
}
.transaction-history-section .transaction-history-top-sec .dropdown-menu .dropdown-item:hover {
  background: #197FAB;
  color: white;
}
.transaction-history-section table {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  background: white;
  border-collapse: separate;
  border-spacing: 0;
}
.transaction-history-section table th {
  background: #030A29;
  color: #FAFAFA;
  /* Caption/Caption (Lower case) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 25.6px */
}
.transaction-history-section table th:first-child {
  border-radius: 10px 0 0 0;
  width: 15%;
}
.transaction-history-section table th:last-child {
  border-radius: 0 10px 0 0;
  width: 33%;
}
.transaction-history-section table td {
  color: #636363;
  /* Caption/Caption (Lower case) */
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.transaction-history-section table td:first-child {
  color: #197FAB;
}
.transaction-history-section table td:last-child a {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  color: #2F85DE;
}
.transaction-history-section table th,
.transaction-history-section table td {
  padding: 16px 24px;
  text-align: center;
}
.transaction-history-section table tr:nth-child(even) td {
  background: #F1F1F1;
}
.transaction-history-section .transaction-table-sm {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
}
.transaction-history-section .transaction-table-sm .transaction-tr {
  padding: 16px;
  text-align: center;
}
.transaction-history-section .transaction-table-sm .transaction-tr:nth-child(even) {
  background: #F1F1F1;
}
.transaction-history-section .transaction-table-sm .transaction-tr h5 {
  color: #636363;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 4px;
}
.transaction-history-section .transaction-table-sm .transaction-tr h5:first-child {
  color: #197FAB;
}
.transaction-history-section .transaction-table-sm .transaction-tr a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: "Cabin", sans-serif;
  color: #2F85DE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.transaction-history-section .pagination-section .page-link.active,
.transaction-history-section .pagination-section .page-link {
  border-radius: 50% !important;
}

.download-history-wrapper .download-history-card-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 24px;
}
.download-history-wrapper .download-history-card-flex .img-card {
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  box-shadow: 12px 12px 24px 0px rgba(76, 122, 107, 0.12);
  max-width: 327px;
  width: 100%;
  overflow: hidden;
}
.download-history-wrapper .download-history-card-flex .img-card .img-card-content {
  padding: 24px;
  background: white;
}
.download-history-wrapper .download-history-card-flex .img-card .img-card-content .heading-4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 8px;
}
.download-history-wrapper .download-history-card-flex .img-card .img-card-content h5 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 12px;
}
.download-history-wrapper .download-history-card-flex .img-card .img-card-content h5 span {
  color: #2F85DE;
}
.download-history-wrapper .download-history-card-flex .img-card .img-card-content p {
  color: #636363;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 12px;
}
.download-history-wrapper .pagination-section {
  margin-top: 56px;
}

#order-modal .modal-dialog {
  max-width: 811px;
}
#order-modal .modal-dialog .modal-body {
  border-radius: 12px;
  background: #FAFAFA;
  overflow: hidden;
  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);
  border: 0;
  padding: 50px 27px 27px 27px;
}
#order-modal .modal-dialog .modal-cross-img {
  position: absolute;
  top: 20px;
  right: 20px;
}
#order-modal .modal-dialog .heading-3 {
  color: #030A29;
  text-align: center;
  /* Headlings/H3 */
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 36.8px */
  text-transform: capitalize;
  text-align: center;
}
#order-modal .timeline-section {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#order-modal .timeline-section .timeline-card {
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
  padding: 9.5px 16px;
  text-align: center;
  opacity: 0.5;
  width: 128px;
}
#order-modal .timeline-section .timeline-card.active {
  background: #F8F9FF;
  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);
  opacity: 1;
}
#order-modal .timeline-section .timeline-card h6 {
  width: 41px;
  height: 41px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #E4E4E4;
  background: white;
  margin: 0 auto 8px auto;
}
#order-modal .timeline-section .timeline-card .heading-5 {
  color: #030A29;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  text-transform: capitalize;
  margin-bottom: 0;
}
#order-modal .order-summary-section {
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #E4E4E4;
  background: white;
}
#order-modal .order-summary-section .heading-4 {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 27.6px */
  text-transform: capitalize;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #B3B3B3;
}
#order-modal .order-summary-section .order-summary-items-flex {
  display: flex;
  gap: 40px;
}
#order-modal .order-summary-section .order-th,
#order-modal .order-summary-section .order-td {
  color: #030A29;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
#order-modal .order-summary-section .order-th span,
#order-modal .order-summary-section .order-td span {
  color: #8A8A8A;
}
#order-modal .order-summary-section .order-td {
  color: #8A8A8A;
}
#order-modal .order-summary-section .order-details-items-flex {
  display: flex;
  gap: 21px;
}






@media only screen and (max-width: 700px) {
    .browse-gallery-section .browse-gallery-top-sec .browse-tag-list {
        max-width: calc(100vw - 48px);
        flex-wrap: wrap;
    }
    .divitrix img.img-fluid {
        display: none;
    } 
}

@media only screen and (min-width: 1152px) and (max-width:1279px) {

}

@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .browse-gallery-section .browse-gallery-top-sec .browse-tag-list {
        max-width: 750px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .browse-gallery-section .browse-gallery-top-sec .browse-tag-list {
        max-width: 750px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .browse-gallery-section .browse-gallery-top-sec .browse-tag-list {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {
    
}



/*# sourceMappingURL=style.css.map */