@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0px;
  margin: 0px;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ul,
li,
ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all ease 0.4s;
  color: #000;
}

body {
  font-family: Poppins, Sans-Serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizelegibility;
}

.comm-hdr {
  font-size: 90px;
  line-height: 1.2;
  font-family: "Playfair Display", serif !important;
  color: #242780;
  font-weight: 600;
}

.comm-hdr-wt {
  color: #fff;
}

.comm-hdr-trans {
  background: linear-gradient(to right, #1C3CAD, #891D2E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  letter-spacing: -1.7px;
}

.d-flex {
  display: flex;
}

h3 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.btn-ui {
  background: linear-gradient(to left, #D64647 30%, #691B15 70%);
  border: 3px solid #FFFFFF;
  font-family: Poppins, Sans-Serif;
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  cursor: pointer;
  color: #fff;
  border-radius: 50px;
  padding: 15px 27px;
  transition: all ease-in 0.1s;
}

.btn-ui span {
  background: radial-gradient(236.93% 236.93% at 50% 50%, #FFFFB4 0%, #BF9641 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.btn-ui-btm {
  font-size: 55px;
  padding: 12px 25px;
  border-radius: 70px;
}

.btn-blue {
  filter: drop-shadow(7px 7px 20px rgba(0, 0, 0, 0.3));
  background: #2077CE;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.3;
  border-radius: 50px;
  padding: 10px 60px;
  cursor: pointer;
  color: #FFFFFF;
}

.btn-ui:hover,
.btn-blue:hover {
  opacity: 0.8;
}

.txt-center {
  text-align: center;
}

.txt-wt {
  color: #fff;
}

.font-fam-sserif {
  font-family: "Playfair Display", serif;
}

.wt-bg .owl-nav img {
  filter: brightness(0) invert(1);
}

.edu-tst-crsl .owl-nav img {
  background: black;
  border-radius: 50%;
}

.fixed-wrapper {
  width: 1620px;
}

.owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 45%;
  transform: translatex(-50%);
  display: flex;
  justify-content: space-between;
}

.owl-nav .owl-prev {
  margin-left: -54px;
}

.owl-nav .owl-next {
  margin-right: -54px;
}

.edu-tst-crsl .owl-nav .owl-prev {
  margin-left: 31px;
}

.edu-tst-crsl .owl-nav .owl-next {
  margin-right: 31px;
}

.owl-nav img {
  width: 40px;
}

.divider-tb {
  position: relative;
}

.divider-tb::before,
.divider-tb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(to right, #c1862e, #e8cea7, #eac087);
}

.divider-tb::after {
  bottom: 0;
  top: auto;
}

.top-banner {
  color: #fff;
  line-height: 1.2;
}

.top-banner::before {
  content: none;
}

.top-banner img:last-child,
.top-banner img.mb-hide {
  width: 100%;
}

.top-banner .fixed-wrapper {
  position: relative;
}

.tp-bnr-bx {
  position: absolute;
  top: 176px;
}

.top-banner h3 {
  font-size: 40px;
  margin-bottom: 17px;
  font-weight: 600;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
}

.top-banner h4 {
  color: #FBB03B;
  font-size: 30px;
  margin-bottom: 26px;
  font-weight: 600;
}

.top-banner p {
  color: #fff;
  font-size: 35px;
  margin-bottom: 82px;
  font-weight: 600;
}

.top-banner h1 {
  background: linear-gradient(96.82deg, #C08329 2.03%, #DFB77C 25.55%, #EEDCC3 57.38%, #DFB77C 97.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 50px;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 85px;
}

.festive-ads {
  padding: 140px 0 158px;
  background: url('../images/lt-shape-half.webp') left bottom no-repeat,
    url('../images/rt-shape.webp') right top no-repeat
}

.festive-ads-content {
  margin-top: 133px;
  gap: 65px;
}

.psv-ads {
  background-color: #000;
  padding: 49px 0 0;
  border-radius: 30px;
  display: flex;
  width: 33%;
  flex-flow: wrap;
  overflow: hidden;
}

.interactive-ads {
  background: linear-gradient(157.19deg, #1B2E7C 26.52%, #232D78 34.19%, #392C6D 45.35%, #5E2B5B 60%, #912943 76.74%, #C1272D 89.99%);
}

.psv-ads h4 {
  font-size: 35px;
  padding: 0 55px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.interactive-ads h4 {
  color: #FBB03B;
}

.md-mrkt {
  background-color: transparent;
  padding: 20px 20px 0;
  border-radius: 30px;
}

.md-mrkt h3 {
  margin-bottom: 54px;
}

.md-mrkt h3 span {
  color: #39B54A;
}

.list-check li {
  background: #EBF2FF;
  padding: 26px 28px 26px 76px;
  position: relative;
  margin-bottom: 32px;
  border-radius: 20px;
}

.list-check li:last-child {
  margin-bottom: 0;
}

.list-check li::before {
  content: "";
  background: url('../images/check-ico.svg') no-repeat left top;
  width: 30px;
  height: 31px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.session-celebration {
  padding: 134px 0;
  background: url('../images/section-2-bg.webp') no-repeat;
  background-size: 100% 100%;
}

.session-celebration .fixed-wrapper {
  background: #f6fafd url('../images/section-2-bg-frame.webp') center bottom no-repeat;
  background-size: 100% 100%;
  padding: 71px 77px 74px;
  box-shadow: 4px 4px 20px 10px rgba(0, 0, 0, 0.25);
}

.session-celebration h2 {
  font-size: 75px;
}

.session-celebration h2 {
  font-size: 75px;
}

.session-celebration p {
  font-size: 30px;
  margin: 49px 0 67px;
  line-height: 1.1;
}

.session-celebration h3 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  color: #103D5B;
  margin-bottom: 87px;
}

.session-celebration .grid {
  margin: 87px 0 0;
}

.session-celebration .grid .card {
  flex-direction: row;
  gap: 25px;
  width: 100%;
  padding: 38px 45px;
}

.session-celebration .grid .card .card-content {
  font-size: 35px;
  line-height: 1.2;
  color: #4D4D4D;
  background-color: transparent;
  padding: 0;
}

.session-celebration .grid .card .card-content strong {
  font-weight: 600;
}

.session-celebration h5 {
  font-size: 20px;
  font-weight: 300;
  color: #666666;
  margin-top: 106px;
}

.crt-hd {
  margin: 161px 0 94px 50px;
}

.content-cart {
  margin-left: 50px;
}

.fst-gst-wrk {
  padding: 108px 0 126px;
  background: url(../images/lt-shape-full.webp) left 70px no-repeat, url(../images/rt-shape.webp) right top no-repeat;
  background-size: 400px 400px, 300px 500px;
}

.content-tab-wrap {
  margin-top: 36px;
}

.fstgft-tab {
  margin-top: 113px;
}

.festive-spotlight {
  padding: 58px 0 98px;
  background: url('../images/fest-video.webp') no-repeat;
  background-size: 100% 100%;
}

.festive-spotlight h2,
.minds-move h2,
.fnl-cl h2 {
  background: linear-gradient(90deg, #C08329 0%, #DFB77C 34.13%, #EEDCC3 65.39%, #DFB77C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: 0;
}

.festive-spotlight h3 {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
  line-height: 1.35;
  margin-bottom: 57px;
}

.festive-spotlight .vdo-spotlight {
  width: 90%;
  margin: auto;
  height: 821px;
  border: 6px solid #FFFFFF;
  box-shadow: 8.43px 8.43px 12.04px rgba(0, 0, 0, 0.5);
}

.wt-brand {
  padding: 70px 0 0;
  background: url('../images/lt-shape-half.webp') left -150px no-repeat,
    url('../images/rt-shape.webp') right center no-repeat,
    url('../images/shape-qt.webp') left bottom no-repeat;
  background-size: 350px 700px, 300px 500px, 450px 650px;
}

.ssn-pd {
  padding: 156px 0 69px;
  background: url('../images/section-4-bg.webp') no-repeat;
  background-size: 100% 100%;
}

.ssn-pd .list-check li::before,
.zero-gswrk .card-content .list-check li::before {
  top: 5px;
  left: 0;
}

.session-action {
  padding: 93px 0 248px;
  background: url('../images/section-6-bg.webp') no-repeat;
  background-size: 100% 100%;
}

.ssn-tb-dtl {
  padding: 36px 100px;
  width: calc(100% + 230px);
  margin-left: -115px;
  background: linear-gradient(90deg, #1B2E7C 0%, #232D78 11%, #392C6D 27%, #5E2B5B 48%, #912943 72%, #C1272D 91%);
}

.edu-tst-sec {
  background:
    linear-gradient(90deg, #1B2E7C 0%, #232D78 11%, #392C6D 27%, #5E2B5B 48%, #912943 72%, #C1272D 91%);
  text-align: center;
}

.edu-tst-sec>h4 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  padding: 27px 27px 0;
  border-radius: 45px 45px 0 0;
  display: inline-flex;
  position: relative;
  top: -80px;
  background: linear-gradient(90deg, #1B2E7C 0%, #232D78 11%, #392C6D 27%, #5E2B5B 48%, #912943 72%, #C1272D 91%);
}

.edu-tst-sec>h4 span {
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  display: inline-block;
}

.edu-tst-crsl .ldrs-bx {
  gap: 46px;
}

.edu-tst-crsl {
  padding: 0 16% 37px;
  text-align: left;
  margin-top: -40px;
  box-sizing: border-box;
  background: url('../images/lt-shape-full.webp'), url('../images/rt-shape.webp');
  background-position: left 200%, right top;
  background-size: 350px 350px, 250px 400px;
  background-repeat: no-repeat;
}

.edu-tst-crsl .ldrs-bx>img {
  height: 376px;
}

.edu-tst-crsl .owl-item.active .ldrs-bx {
  color: #231F20;
}

.trust-wrap {
  margin: 99px 0 123px;
}

.trust-wrap h2 {
  margin-bottom: 37px;
  color: #1A1A1A;
  font-size: 45px;
}

.ldrs-info {
  font-size: 27px;
  color: #fff;
}

.ldrs-info h4 {
  font-size: 35px;
  font-weight: 600;
}

.ldrs-info h5 {
  font-weight: 600;
  font-size: 27px;
}

.ldrs-info p {
  margin: 60px 0 52px;
}

.ldrs-info img {
  width: 69px;
  height: 37px;
}

.content-tab-wrap .tab-menu ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 45px;
  border-bottom: 2px solid #2077CE;
  margin-bottom: 113px;
}

.content-tab-wrap .tab-menu ul li a {
  text-decoration: none;
  color: #2077CE;
  transition: 0.5s all;
  font-size: 35px;
  font-weight: 600;
  padding: 20px 50px;
  display: block;
  ;
  border-radius: 60px;
}

.content-tab-wrap .tab-menu ul li a:hover,
.content-tab-wrap .tab-menu ul li a.active,
.content-tab-wrap .tab-menu ul li a:focus {
  color: #fff;
  background-color: #2077CE;
}

.tab-box {
  display: none;
}

.content-tab-wrap .tab-detail {
  margin-top: 40px;
  padding: 40px;
  align-items: self-start;
}

.tab-detail h3 {
  font-size: 100px;
  line-height: 1;
}

.content-tab-wrap .tab-detail img {
  margin-right: 40px;
}

.tab-detail p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 20px;
}

.ads-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ad-box {
  flex: 1 1 300px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.ad-box img {
  max-width: 100%;
  border-radius: 10px;
}

.passive {
  background: #000;
  color: #fff;
}

.interactive {
  background: #1e2a78;
  color: #ffbe3b;
}

.right-panel {
  flex: 1 1 300px;
  padding: 20px;
}

.right-panel h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.right-panel h2 .green {
  color: green;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.card .btn-blue {
  position: absolute;
  bottom: -38px;
  left: 18%;
}

.card-icon img {
  max-width: 66px;
}

.card-title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #1b2c61;
}

.text-column {
  display: inline-flex;
  flex-direction: column;
  gap: 0 25px;
  margin-bottom: 94px;
  width: 38.5%;
}

.content-cart-2 {
  display: flex;
  gap: 288px;
}

.content-cart-2 .text-column {
  width: 38.5%;
  margin-bottom: 0;
}

.content-cart-2 .text-column:last-child {
  width: 33%;
}

.fact-box {
  display: flex;
  gap: 17px;
  padding-bottom: 23px;
  margin-bottom: 30px;
  border-bottom: 2px solid #6CAAF4;
}

.fact-box h4 {
  font-size: 40px;
  font-weight: 600;
  color: #2077CE;
}

.fact-icon {
  max-width: 90px;
}

.session-celebration .text-column p {
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  color: #000;
}

.session-celebration .text-column p strong,
.session-celebration .text-column p b {
  font-weight: 600;
}

.session-celebration .text-column p span {
  font-weight: normal;
}

.fact-text strong {
  font-weight: 600;
}

.image-column {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-column img {
  max-width: 100%;
  border-radius: 10px;
}

.section-container {
  background: #EBF2FF;
  border-radius: 30px;
  padding: 76px 115px 0 76px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}

.image-side {
  flex: 1 1 600px;
  position: relative;
  z-index: 1;
}

.image-side:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90%;
  background-color: #2077CE;
  border-radius: 50%;
  z-index: -1;
}

.image-side img {
  max-width: 100%;
  border-radius: 10px;
}

.steps-side {
  flex: 1 1 600px;
  position: relative;
  margin-bottom: 33px;
}

/* dotted vertical line */
.step:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 20px;
  bottom: 0px;
  border-right: 3px dashed #231F20;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 29px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}

.step:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.step:last-child::before {
  opacity: 0;
}

.step-number {
  background: #2077CE;
  color: white;
  font-weight: 600;
  min-width: 42px;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  position: relative;
  z-index: 1;
}

.step-content {
  font-size: 23px;
  color: #040F24;
}

.step-title {
  color: #2077CE;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 5px;
}

.content {
  flex: 1 1 600px;
}

.image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.grid {
  display: grid;
  margin: 113px 4% 0;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  gap: 50px;
  place-items: flex-start;
}

.grid .card {
  background: #E2EEF7;
  border: 4px solid #6CAAF4;
  border-radius: 30px;
  padding: 33px 45px 19px;
  filter: none;
  display: flex;
  font-size: 28px;
  color: #333;
  flex-direction: column;
}

.grid .card h3.card-title {
  display: flex;
  color: #2077CE;
  font-size: 45px;
  margin-bottom: 14px;
  justify-content: space-between;
  /* spacing so text doesn't overlap icon */
}

.grid .card h3 img {
  max-height: 83px;
}

.image-section {
  margin-top: -75px;
  margin-left: 30px;
  margin-bottom: -40px;
  position: relative;
}

.ssn-pd .bg-grey,
.session-action .bg-grey {
  padding: 101px 96px 108px;
  background: #d8dcdf;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.minds-move {
  margin-top: 74px;
  align-items: center;
}

.minds-move h2 {
  font-size: 80px;
  letter-spacing: -1px;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 94px;
}

.card-wrapper .card {
  margin-top: 126px;
  background: linear-gradient(99.32deg, #1B2E7C 1.74%, #232D78 12.55%, #392C6D 28.27%, #5E2B5B 48.9%, #912943 72.49%, #C1272D 91.16%);
}

.card-image {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 25px 25px 30px;
  background-color: white;
}

.card-title {
  font-size: 40px;
  font-weight: 600;
  color: #2077CE;
  margin-bottom: 10px;
}

.left-section {
  flex: 1;
}

.right-section {
  width: 50%;
}

.left-section p {
  margin: 45px 0 33px;
}

.left-section h4 {
  font-size: 40px;
  color: #FBB03B;
  font-weight: 600;
  margin-bottom: 50px;
}

.profile {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  width: 140px;
  height: 140px;
}

.profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile.rounded {
  border-radius: 20px;
}

.cards-container {
  display: flex;
  justify-content: center;
  gap: 108px;
  flex-wrap: wrap;
}

.card {
  background: white;
  border-radius: 60px 60px 0 0;
  filter: drop-shadow(14.28px 14.28px 40.8px rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 46%;
}

.card-content {
  padding: 59px 64px 150px;
  background-color: white;
}

.card-wrapper .card-content {
  padding-bottom: 97px;
  filter: drop-shadow(12.57px 12.57px 35.92px rgba(0, 0, 0, 0.2));
}

.card h3 {
  font-size: 50px;
  color: #103D5B;
  margin: 0 0 32px;
  font-weight: 600;
}

.card-wrapper .card h3 {
  margin-bottom: 64px;
}

.card p {
  color: #333;
  font-size: 35px;
  margin-bottom: 54px;

}

.info-box {
  background: #E6EFFC;
  padding: 10px 48px 55px;
  border-radius: 12px;
  color: #333;
  font-size: 29px;
}

.info-box h4 {
  margin: 45px 0;
  padding-bottom: 23px;
  font-size: 45px;
  font-weight: 600;
  color: #103D5B;
  border-bottom: 1.45px solid #72B2F2;
}

.info-box p {
  margin-bottom: 0;
}

.info-box p span {
  line-height: 2;
  display: block;
  font-size: 30px;
}

.info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card li {
  background-color: transparent;
  padding: 0 0 0 54px;
  margin-bottom: 27px;
}

.bold {
  font-weight: 600;
}

.card .card-content li {
  margin-bottom: 50px;
}

.card .card-content li:last-child {
  margin-bottom: 0;
}

.flashback .top-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.flashback .stat-box {
  background: #FFFFFF;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  width: 14.8%;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.flashback .stat-box h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}

.flashback .stat-box p {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #103D5B;
}

.flashback .bottom-stats {
  display: flex;
  gap: 30px;
  margin-top: 26px;
  justify-content: center;
}
.flash-crsl .item img,.print-crsl .item img {
  border-radius: 10px;
}
.flash-crsls1 {
  margin-top: 40px;
}

.print-crsl {
  margin-bottom: 100px;
}

.flashback .category {
  background: white;
  color: #002b50;
  border-radius: 12px;
  padding: 18px 18px;
  text-align: center;
  width: 32%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.flashback .category h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  color: #103D5B;
  border-bottom: 1px solid #E6EFFC;
  padding-bottom: 5px;
  margin-bottom: 17px;
}

.flashback .category .d-flex {
  gap: 15px;
  flex-grow: 1;
}

.flashback .category-box {
  background: #E6EFFC;
  border-radius: 10px;
  padding: 14px 12px 8px;
  font-size: 15px;
  line-height: 1.3;
  color: #103D5B;
  width: 50%;
  min-height: 123px;
  font-weight: 500;
}

.flashback .bold {
  font-weight: bold;
}

.zero-gswrk {
  padding-top: 113px;
  background: url(../images/lt-shape-full.webp) left 50px no-repeat, url(../images/rt-shape.webp) right top no-repeat, url(../images/lt-shape-half.webp) left bottom no-repeat, url(../images/shape-qt.webp) 115% 60% no-repeat;
  background-size: 500px 500px, 300px 500px, 400px 700px, 400px 600px;
}

.zero-gswrk .cards-container {
  margin-top: 137px;
}

.fststt-tab li a {
  font-weight: 500;
  padding: 8px 50px;
  text-align: center;
  min-width: 348px
}

.early-movers-wrap {
  margin: 157px 0 132px;
}

.trusted-crsl .owl-item img {
  width: auto;
  object-fit: contain;
}

.trusted-crsl img {
  max-height: 57px;
}

.trusted-crsl .owl-stage {
  display: flex;
  align-items: center;
  margin-top: 84px;
}

.session-action .bg-grey {
  padding: 85px 115px;
  background-color: #f6fafc;
  filter: none;
}

.session-action h3 {
  font-size: 50px;
  font-weight: 600;
  color: #103D5B;
  margin-top: 22px;
}

.session-action .content-tab-wrap .tab-menu ul {
  margin-bottom: 65px;
}

.flashback-bx {
  margin-bottom: 87px;
}

.fnl-cl h3 {
  color: #fff;
  margin: 62px 0 56px;
  font-size: 50px;
  font-weight: normal;
}

.partner-from {
  background: linear-gradient(#C7255F, #460C37);
  padding: 15px 20px;
  margin: 0 auto;
  width: 50%;
  border-radius: 10px;
}

.evt-from {
  background-color: #fff;
  padding: 15px 15px 0;
  border-radius: 5px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8);
  /* Black w/ opacity */
  backdrop-filter: blur(5px);
  /* Apply blur effect */
  justify-content: center;
  align-items: center;
}

.dsk-hide {
  display: none;
}

.mb-hide {
  display: block;
}

@media only screen and (max-width: 1700px) {
  .fixed-wrapper-evt {
    width: 1279px;
  }

  .btn-ui {
    font-size: 35px;
  }

  .comm-hdr,
  .top-banner h1 {
    font-size: 70px;
  }

  .top-banner h1 {
    margin-bottom: 40px;
  }

  h3 {
    font-size: 40px;
  }

  .tp-bnr-bx {
    top: 120px;
  }

  .top-banner p {
    font-size: 26px;
    margin-bottom: 60px;
  }

  .top-banner h3 {
    font-size: 35px;
  }

  .top-banner h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .festive-ads {
    padding: 120px 0 138px;
  }

  .festive-ads-content {
    margin-top: 110px;
    gap: 55px;
  }

  .flashback .category-box {
    padding: 14px 10px 8px;
    font-size: 13px;
    min-height: 100px;
  }

  .session-celebration h2 {
    font-size: 65px;
  }

  .psv-ads {
    padding: 40px 0 0;
    border-radius: 25px;
  }

  .psv-ads h4 {
    font-size: 32px;
    padding: 0 45px;
    margin-bottom: 20px;
  }

  .md-mrkt {
    padding: 15px 0 0;
    border-radius: 25px;
    width: 40%;
  }

  .md-mrkt h3 {
    margin-bottom: 40px;
  }

  .session-celebration {
    padding: 115px 0;
  }

  .session-celebration .fixed-wrapper {
    padding: 60px 60px 65px;
  }

  .session-celebration p {
    font-size: 25px;
    margin: 40px 0 55px;
  }

  .session-celebration h3 {
    font-size: 45px;
    margin-bottom: 70px;
  }

  .session-celebration .grid {
    margin: 70px 0 0;
  }

  .session-celebration h5 {
    font-size: 18px;
    margin-top: 86px;
  }

  .grid .card {
    border: 3px solid #6CAAF4;
    border-radius: 25px;
    padding: 33px 45px 19px;
    font-size: 23px;
  }

  .session-celebration .grid .card {
    gap: 20px;
    padding: 28px 34px;
  }

  .card-icon img {
    max-width: 50px;
  }

  .card-title {
    font-size: 32px;
  }

  .session-celebration .grid .card .card-content {
    font-size: 28px;
  }

  .crt-hd {
    margin: 120px 0 60px 50px;
  }

  .text-column {
    gap: 0 20px;
    margin-bottom: 75px;
  }

  .fact-box h4 {
    font-size: 33px;
  }

  .fact-box {
    gap: 22px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .session-celebration .text-column p {
    font-size: 28px;
  }

  .fst-gst-wrk {
    padding: 90px 0 110px;
    background-size: 350px 350px, 250px 450px;
  }

  .content-tab-wrap {
    margin-top: 30px;
  }

  .fstgft-tab {
    margin-top: 100px;
  }

  .content-tab-wrap .tab-menu ul {
    padding-bottom: 35px;
    margin-bottom: 100px;
  }

  .content-tab-wrap .tab-menu ul li a {
    font-size: 30px;
    font-weight: 600;
    padding: 15px 40px;
  }

  .steps-side,
  .image-side {
    flex: 1 1 500px;
  }

  .section-container {
    border-radius: 25px;
    padding: 60px 90px 0 60px;
    gap: 40px;
  }

  .step {
    gap: 24px;
    padding-bottom: 15px;
  }

  .step-number {
    min-width: 35px;
    min-height: 35px;
    font-size: 20px;
  }

  .step-title {
    font-size: 28px;
  }

  .step-content {
    font-size: 20px;
  }

  .wt-brand {
    padding: 60px 0 0;
    background: url(../images/lt-shape-half.webp) left -100px no-repeat, url(../images/rt-shape.webp) right center no-repeat, url(../images/shape-qt.webp) left 90% no-repeat;
    background-size: 300px 500px, 400px 600px;
  }

  .grid {
    margin: 100px 4% 0;
    gap: 40px;
  }

  .grid .card h3.card-title {
    font-size: 38px;
  }

  .grid .card h3 img {
    max-height: 75px;
  }

  .image-section {
    margin-top: -65px;
    margin-left: 25px;
    margin-bottom: -25px;
  }

  .ssn-pd {
    padding: 135px 0 55px;
  }

  .card-wrapper {
    gap: 80px;
  }

  .card-wrapper .card {
    margin-top: 100px;
  }

  .card-content {
    padding: 45px 35px 130px;
  }

  .card h3 {
    font-size: 40px;
    margin: 0 0 25px;
  }

  .card-wrapper .card-content {
    padding-bottom: 80px;
  }

  .card-wrapper .card h3 {
    margin-bottom: 50px;
  }

  .card .card-content li {
    margin-bottom: 35px;
  }

  .card li {
    padding: 0 0 0 50px;
  }

  body {
    font-size: 20px;
  }

  .minds-move h2 {
    font-size: 62px;
  }

  .left-section p {
    margin: 35px 0 25px;
  }

  .left-section h4 {
    font-size: 32px;
    margin-bottom: 45px;
  }

  .zero-gswrk {
    padding-top: 95px;
    background-size: 400px 400px, 300px 450px, 250px 500px, 300px 450px;
  }

  .zero-gswrk .cards-container {
    margin-top: 100px;
  }

  .cards-container {
    gap: 90px;
  }

  .card p {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .info-box h4 {
    margin: 30px 0;
    padding-bottom: 15px;
    font-size: 35px;
  }

  .info-box {
    padding: 5px 40px 40px;
    font-size: 23px;
  }

  .btn-blue {
    font-size: 35px;
    padding: 7px 50px;
  }

  .card .btn-blue {
    bottom: -30px;
  }

  .early-movers-wrap {
    margin: 140px 0 120px;
  }

  .trusted-crsl .owl-stage {
    margin-top: 60px;
  }

  .session-action {
    padding: 80px 0 220px;
  }

  .session-action .bg-grey {
    padding: 65px 95px;
  }

  .session-action h3 {
    font-size: 45px;
  }

  .session-action .content-tab-wrap .tab-menu ul {
    margin-bottom: 50px;
  }

  .edu-tst-sec>h4 {
    font-size: 32px;
    padding: 20px 20px 0;
    border-radius: 40px 40px 0 0;
    top: -65px;
  }

  .edu-tst-crsl .ldrs-bx>img {
    height: 340px;
  }

  .edu-tst-crsl {
    padding: 0 14% 30px;
    margin-top: -30px;
  }

  .ldrs-info p {
    margin: 50px 0 40px;
  }

  .ldrs-info {
    font-size: 22px;
  }

  .ldrs-info h4 {
    font-size: 30px;
  }

  .ldrs-info h5 {
    font-size: 22px;
  }

  .flashback-bx {
    margin-bottom: 75px;
  }

  .ssn-tb-dtl {
    padding: 30px 80px;
    width: calc(100% + 190px);
    margin-left: -96px;
  }

  .flashback .top-stats {
    gap: 24px;
  }

  .flashback .stat-box h2 {
    font-size: 35px;
  }

  .flashback .stat-box p {
    font-size: 18px;
  }

  .fnl-cl h3 {
    margin: 50px 0 40px;
    font-size: 32px;
  }

  .btn-ui-btm {
    font-size: 40px;
  }

  .content-cart-2 .text-column,
  .text-column {
    width: 42%;
  }

  .festive-spotlight .vdo-spotlight {
    height: 700px;
    border: 5px solid #FFFFFF;
  }

  .content-cart-2 {
    gap: 190px;
  }

  .content-cart-2 .text-column:last-child {
    width: 35%;
  }

  .info-box p {
    margin-bottom: 0;
  }

  .info-box p span {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1501px) {
  .fixed-wrapper-evt {
    width: 1119px;
  }

  .comm-hdr,
  .top-banner h1 {
    font-size: 60px;
  }

  h3 {
    font-size: 28px;
  }

  body {
    font-size: 18px;
  }

  .btn-ui {
    font-size: 30px;
    padding: 5px 20px;
  }

  .tp-bnr-bx {
    top: 100px;
  }

  .top-banner h1 {
    margin-bottom: 30px;
  }

  .top-banner h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .top-banner h4 {
    font-size: 22px;
  }

  .top-banner p {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .festive-ads {
    padding: 100px 0 128px;
    background: url(../images/lt-shape-half.webp) left 70% no-repeat, url(../images/rt-shape.webp) right top no-repeat;
    background-size: 250px 600px, 300px 400px;
  }

  .session-celebration h2 {
    font-size: 45px;
  }

  .festive-ads-content {
    margin-top: 100px;
    gap: 45px;
  }

  .psv-ads {
    padding: 29px 0 0;
    border-radius: 20px;
  }

  .psv-ads h4 {
    font-size: 28px;
    padding: 0 35px;
    margin-bottom: 20px;
  }

  .md-mrkt h3 {
    margin-bottom: 34px;
  }

  .md-mrkt {
    padding: 15px 15px 0;
    border-radius: 20px;
  }

  .list-check li {
    padding: 18px 20px 18px 50px;
    margin-bottom: 22px;
    border-radius: 15px;
  }

  .list-check li::before {
    width: 20px;
    height: 21px;
    left: 15px;
    top: 22px;
    background-size: contain;
  }

  .session-celebration {
    padding: 100px 0;
  }

  .session-celebration .fixed-wrapper {
    padding: 50px 50px 60px;
  }

  .session-celebration p {
    font-size: 22px;
    margin: 35px 0 50px;
  }

  .session-celebration h3 {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .session-celebration .grid {
    margin: 60px 0 0;
    gap: 40px;
  }

  .card-icon img {
    max-width: 45px;
  }

  .session-celebration .grid .card {
    flex-direction: row;
    gap: 20px;
    width: 100%;
    border-width: 2px;
    font-size: 18px;
    border-radius: 20px;
  }

  .card-title {
    font-size: 26px;
  }

  .session-celebration .grid .card .card-content {
    font-size: 23px;
  }

  .session-celebration h3.crt-hd {
    margin: 111px 0 72px 35px;
  }

  .content-cart {
    margin-left: 35px;
  }

  .session-celebration h5 {
    font-size: 16px;
    margin-top: 70px;
  }

  .fact-box {
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1.5px solid #6CAAF4;
  }

  .fact-box img {
    max-width: 60px;
  }

  .fact-box h4 {
    font-size: 25px;
  }

  .session-celebration .text-column p {
    font-size: 22px;
  }

  .fst-gst-wrk {
    padding: 78px 0 86px;
    background-size: 300px 300px, 250px 400px;
  }

  .content-tab-wrap {
    margin-top: 26px;
  }

  .fstgft-tab {
    margin-top: 73px;
  }

  .content-tab-wrap .tab-menu ul {
    padding-bottom: 30px;
    margin-bottom: 70px;
  }

  .content-tab-wrap .tab-menu ul li a {
    font-size: 25px;
    padding: 15px 35px;
    border-radius: 45px;
  }

  .content-cart-2 .text-column,
  .text-column {
    width: 35%;
  }

  .section-container {
    border-radius: 20px;
    padding: 60px 80px 0 50px;
    gap: 30px;
  }

  .image-side,
  .steps-side {
    flex: 1 1 400px;
  }

  .steps-side {
    margin-bottom: 20px;
  }

  .step {
    gap: 20px;
    padding-bottom: 15px;
    margin-bottom: 5px;
  }

  .step-title {
    font-size: 24px;
  }

  .step-content {
    font-size: 15px;
  }

  .step-number {
    min-width: 35px;
    min-height: 35px;
    font-size: 18px;
  }

  .step:before {
    top: 40px;
    left: 15px;
    border-right: 2px dashed #231F20;
  }

  .festive-spotlight {
    padding: 45px 0 80px;
  }

  .festive-spotlight h3 {
    font-size: 45px;
    margin-bottom: 30px;
  }

  .festive-spotlight .vdo-spotlight {
    height: 400px;
    width: 60%;
    border: 4px solid #FFFFFF;
  }

  .wt-brand {
    padding: 50px 0 0;
    background: url(../images/lt-shape-half.webp) left -70px no-repeat, url(../images/rt-shape.webp) right center no-repeat, url(../images/shape-qt.webp) left bottom no-repeat;
    background-size: 300px 600px, 300px 500px, 350px 600px;
  }

  .grid {
    margin: 80px 4% 0;
    gap: 40px;
  }

  .grid .card {
    border: 2px solid #6CAAF4;
    border-radius: 20px;
    padding: 25px 30px 12px;
    font-size: 20px;
  }

  .grid .card h3.card-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .grid .card h3 img {
    max-height: 60px;
    max-width: 60px;
  }

  .image-section {
    margin-top: -55px;
    margin-left: 20px;
    margin-bottom: -20px;
  }

  .ssn-pd {
    padding: 120px 0 50px;
  }

  .ssn-pd .bg-grey,
  .session-action .bg-grey {
    padding: 75px 65px;
  }

  .card-wrapper {
    gap: 70px;
  }

  .card-wrapper .card {
    margin-top: 90px;
  }

  .card-content {
    padding: 45px 40px 80px;
  }

  .card-wrapper .card-content {
    padding-bottom: 75px;
  }

  .card h3 {
    font-size: 32px;
    margin: 0 0 20px;
  }

  .card-wrapper .card h3 {
    margin-bottom: 40px;
  }

  .card .card-content li {
    margin-bottom: 25px;
  }

  .card li {
    padding: 0 0 0 35px;
    font-size: 20px;
  }

  .minds-move {
    margin-top: 50px;
  }

  .minds-move h2 {
    font-size: 55px;
  }

  .left-section p {
    margin: 30px 0 20px;
  }

  .left-section h4 {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .zero-gswrk {
    padding-top: 80px;
    background-position: left 20px, right top, left bottom, 110% 90%;
    background-size: 300px 300px, 250px 350px, 250px 450px, 250px 400px;
  }

  .zero-gswrk .cards-container {
    margin-top: 100px;
  }

  .cards-container {
    gap: 70px;
  }

  .card {
    border-radius: 45px 45px 0 0;
  }

  .zero-gswrk .card-content {
    padding: 25px 35px 60px;
  }

  .card p {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .info-box {
    padding: 10px 25px 30px;
    font-size: 20px;
  }

  .info-box h4 {
    margin: 20px 0;
    padding-bottom: 10px;
    font-size: 28px;
  }

  .card p {
    font-size: 20px;
  }

  .info-box p {
    margin-bottom: 0;
  }

  .info-box p span {
    line-height: 1.9;
    font-size: 20px;
  }

  .btn-blue {
    font-size: 30px;
    padding: 7px 40px;
  }

  .card .btn-blue {
    bottom: -25px;
  }

  .early-movers-wrap {
    margin: 127px 0 100px;
  }

  .trusted-crsl .owl-stage {
    margin-top: 54px;
  }

  .trusted-crsl img {
    max-height: 40px;
  }

  .session-action {
    padding: 70px 0 148px;
  }

  .session-action h3 {
    font-size: 40px;
    margin-top: 15px;
  }

  .session-action .content-tab-wrap .tab-menu ul {
    margin-bottom: 45px;
  }

  .owl-nav img {
    width: 30px;
  }

  .print-crsl {
    margin-bottom: 70px;
  }

  .edu-tst-crsl .ldrs-bx>img {
    height: 280px;
  }

  .edu-tst-crsl .ldrs-bx {
    gap: 35px;
  }

  .ldrs-info img {
    width: 55px;
    height: 28px;
  }

  .ldrs-info p {
    margin: 50px 0 45px;
  }

  .ldrs-info {
    font-size: 18px;
  }

  .ldrs-info h4 {
    font-size: 25px;
  }

  .ldrs-info h5 {
    font-size: 20px;
  }

  .edu-tst-sec>h4 {
    font-size: 30px;
    padding: 20px 20px 0;
    border-radius: 35px 35px 0 0;
    top: -60px;
  }

  .edu-tst-crsl {
    margin-top: -30px;
  }

  .ssn-tb-dtl {
    padding: 25px 70px;
    width: calc(100% + 130px);
    margin-left: -65px;
  }

  .flashback .stat-box {
    height: 120px;
  }

  .flashback .top-stats {
    gap: 20px;
  }

  .flashback .bottom-stats {
    gap: 20px;
    margin-top: 20px;
  }

  .flashback .stat-box h2 {
    font-size: 30px;
  }

  .flashback .stat-box p {
    margin: 5px 0 0;
    font-size: 15px;
  }

  .flashback .category h3 {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .flashback .category {
    padding: 10px;
  }

  .flashback .category-box {
    padding: 10px 10px 5px;
    font-size: 10px;
    min-height: 80px;
  }

  .flashback .category .d-flex {
    gap: 10px;
  }

  .fnl-cl h3 {
    margin: 45px 0 40px;
    font-size: 30px;
  }

  .btn-ui-btm {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1400px) {

  .comm-hdr,
  .top-banner h1 {
    font-size: 55px;
  }

  .fst-gst-wrk {
    padding: 70px 0 76px;
    background-size: 250px 250px, 200px 300px;
  }

  .wt-brand {
    background-size: 200px 450px, 200px 300px, 300px 500px;
  }
}

@media only screen and (max-width: 992px) {

  .dsk-hide {
    display: block;
  }

  .mb-hide {
    display: none;
  }

  .divider-tb::before,
  .divider-tb::after {
    height: 3px;
  }

  h3 {
    font-size: 10px;
  }

  body {
    font-size: 11px;
  }

  .top-banner p~br {
    display: none;
  }

  .top-banner h1,
  .comm-hdr {
    font-size: 17px;
  }

  .btn-ui {
    font-size: 9.28px;
    padding: 3px 4px;
    border: 1px solid;
  }

  .tp-bnr-bx {
    top: 30px;
  }

  .top-banner h1 {
    margin-bottom: 10px;
    padding-bottom: 2px;
  }

  .top-banner h3 {
    font-size: 9px;
    margin-bottom: 3px;
  }

  .top-banner h4 {
    font-size: 7px;
    margin-bottom: 6.5px;
  }

  .top-banner p {
    font-size: 7px;
    margin-bottom: 11px;
  }

  .comm-hdr-trans {
    letter-spacing: 0;
  }

  .festive-ads {
    padding: 29px 0;
    background-size: 100px 250px, 70px 100px;
  }

  .festive-ads-content {
    margin-top: 20px;
    gap: 13px;
  }

  .psv-ads {
    padding: 10px 0 0;
    border-radius: 10px;
  }

  .md-mrkt h3 {
    font-weight: 500;
  }

  .psv-ads h4 {
    font-size: 9px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .md-mrkt h3 {
    margin-bottom: 12px;
  }

  .md-mrkt {
    width: 33%;
    padding: 5px 0 0;
    border-radius: 10px;
  }

  .list-check li {
    padding: 5px 4px 5px 15px;
    margin-bottom: 7px;
    border-radius: 5px;
    font-size: 5.8px;
  }

  .list-check li::before {
    width: 7px;
    height: 8px;
    left: 5px;
    top: 7px;
  }

  .session-celebration {
    padding: 30px;
  }

  .session-celebration .fixed-wrapper {
    padding: 10px 13px;
    background: #f6fafd url('../images/section-2-bg-frame-mb.webp') right bottom no-repeat;
    background-size: contain;
  }

  .session-celebration h2 {
    font-size: 15px;
  }

  .session-celebration p {
    font-size: 7px;
    margin: 10px 0;
  }

  .session-celebration h3 {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .session-celebration .grid {
    margin: 13px 0 0;
    gap: 7px;
  }

  .card-icon img {
    max-width: 15px;
  }

  .session-celebration .grid .card {
    gap: 6px;
    padding: 6px;
    border-width: 1px;
    font-size: 7px;
    border-radius: 10px;
  }

  .card-title {
    font-size: 8.2px;
    margin-bottom: 2px;
  }

  .session-celebration .grid .card .card-content {
    font-size: 7px;
  }

  .session-celebration h3.crt-hd {
    margin: 30px 0 20px 10px;
    font-size: 12px;
  }

  .content-cart {
    margin-left: 10px;
  }

  .session-celebration h5 {
    font-size: 5px;
    margin-top: 16px;
  }

  .fact-box {
    gap: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #6CAAF4;
  }

  .fact-box img {
    max-width: 18px;
  }

  .fact-box h4 {
    font-size: 8px;
  }

  .session-celebration .text-column p {
    font-size: 7px;
  }

  .text-column {
    gap: 0 10px;
    margin-bottom: 20px;
  }

  .content-cart-2 {
    gap: 57px;
  }

  .fst-gst-wrk {
    padding: 17px 0 20px;
    background: url(../images/lt-shape-full.webp) left 20px no-repeat, url(../images/rt-shape.webp) right top no-repeat;
    background-size: 80px 80px, 60px 90px;
  }

  .content-tab-wrap {
    margin-top: 26px;
  }

  .fstgft-tab {
    margin-top: 20px;
  }

  .content-tab-wrap .tab-menu ul {
    padding-bottom: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid #2077CE;
  }

  .content-tab-wrap .tab-menu ul li a {
    font-size: 7px;
    padding: 5px 9px
  }

  .content-cart-2 .text-column,
  .text-column {
    width: 40%;
  }

  .section-container {
    border-radius: 10px;
    padding: 13px 9px 0;
    gap: 5px;
    flex-wrap: nowrap;
  }

  .image-side,
  .steps-side {
    flex: 1 1 150px;
  }

  .steps-side {
    margin-bottom: 5px;
  }

  .step {
    gap: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px;
  }

  .step-title {
    font-size: 7px;
    margin-bottom: 2px;
  }

  .step-content {
    font-size: 5px;
  }

  .step-number {
    min-width: 8px;
    min-height: 8px;
    font-size: 5px;
  }

  .step:before {
    top: 10px;
    left: 2px;
    border-right: 1px dashed #231F20;
  }

  .festive-spotlight {
    padding: 18px 0 22px;
  }

  .festive-spotlight h3 {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 5px;
    font-weight: normal;
  }

  .festive-spotlight .vdo-spotlight {
    height: 171px;
    width: 92%;
    border: 2px solid #FFFFFF;
  }

  .wt-brand {
    padding: 16px 0 0;
    background: url(../images/rt-shape.webp) right top no-repeat, url(../images/lt-shape.webp) left bottom no-repeat;
    background-size: 70px 100px, 70px 140px;
  }

  .grid {
    margin: 20px 4% 0;
    gap: 10px;
  }

  .grid .card {
    border: 1px solid #6CAAF4;
    border-radius: 10px;
    padding: 6px 8px;
    font-size: 5.63px;
  }

  .grid .card h3.card-title {
    font-size: 8.9px;
    margin-bottom: 3px;
  }

  .grid .card h3 img {
    max-height: 16px;
    max-width: 18px;
  }

  .image-section {
    margin-top: -22px;
    margin-left: 5px;
    margin-bottom: 0;
  }

  .ssn-pd {
    padding: 31px 0 10px;
  }

  .ssn-pd .bg-grey,
  .session-action .bg-grey {
    padding: 17px 20px;
  }

  .ssn-pd .bg-grey {
    background-color: #f6fafc;
  }

  .ssn-pd .bg-grey .card {
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
  }

  .card-wrapper {
    gap: 18px;
    flex-wrap: nowrap;
  }

  .card-wrapper .card {
    margin-top: 22px;
    flex: 0 0 47%;
  }

  .card-content {
    padding: 10px 15px;
  }

  .ssn-pd .list-check li::before,
  .zero-gswrk .card-content .list-check li::before {
    top: 2px;
    left: 0;
  }

  .ssn-pd .list-check li::before,
  .zero-gswrk .card-content .list-check li::before {
    top: 1px;
    left: 0;
  }

  .card-wrapper .card-content {
    padding-bottom: 14px;
  }

  .card h3 {
    font-size: 9.67px;
    margin: 0 0 11px;
  }

  .card-wrapper .card h3 {
    margin-bottom: 11px;
  }

  .card .card-content li {
    margin-bottom: 7px;
  }

  .card li {
    padding: 0 0 0 12px;
    font-size: 6.8px;
  }

  .minds-move {
    margin-top: 10px;
  }

  .minds-move h2 {
    font-size: 16px;
  }

  .info-box p span {
    font-size: 6.8px;
    line-height: 2;
  }


  .owl-nav .owl-prev {
    margin-left: -13px;
  }

  .owl-nav .owl-next {
    margin-right: -13px;
  }

  .card .info-box p {
    margin-bottom: 0;
  }

  .left-section p {
    margin: 8px 0 6px;
    font-size: 7px;
  }

  .left-section h4 {
    font-size: 8px;
    margin-bottom: 10px;
  }

  .right-section {
    width: 46%;
  }

  .left-section .btn-ui {
    font-size: 11px;
  }

  .zero-gswrk {
    padding-top: 23px;
    background-position: left top, right -47px, left bottom, right 90%;
    background-size: 100px 100px, 70px 100px, 70px 140px, 100px 150px;
  }

  .zero-gswrk .cards-container {
    margin-top: 26px;
  }

  .cards-container {
    gap: 21px;
    flex-wrap: nowrap;
  }

  .zero-gswrk .card {
    border-radius: 25px 25px 0 0;
  }

  .card {
    border-radius: 15px 15px 0 0;
  }

  .zero-gswrk .card-content {
    padding: 13px 12px 25px;
  }

  .card p {
    font-size: 25px;
    margin-bottom: 40px;
  }

  .info-box {
    padding: 5px 10px 10px;
    font-size: 6px;
    border-radius: 10px;
  }

  .info-box h4 {
    margin: 5px 0 9px;
    padding-bottom: 4px;
    font-size: 9px;
    border-bottom: 1px solid #72B2F2;
  }

  .card .card-content h3 {
    margin-bottom: 6px;
  }

  .card p {
    font-size: 7px;
    margin-bottom: 10px;
  }

  .btn-blue {
    font-size: 11px;
    padding: 3px 8px;
  }

  .card .btn-blue {
    bottom: -10px;
    left: 15%;
  }

  .early-movers-wrap {
    margin: 30px 0;
  }

  .trusted-crsl .owl-stage {
    margin-top: 20px;
  }

  .trusted-crsl img {
    max-height: 20px;
  }

  .session-action {
    padding: 24px 0;
  }

  .session-action h3 {
    font-size: 12.7px;
    margin-top: 5px;
  }

  .session-action .content-tab-wrap .tab-menu ul {
    margin-bottom: 17px;
  }

  .session-action .content-tab-wrap {
    margin-top: 10px;
  }

  .owl-nav img {
    width: 10px;
  }

  .print-crsl {
    margin-bottom: 20px;
  }

  .edu-tst-crsl .ldrs-bx>img {
    height: 87px;
  }

  .edu-tst-crsl .ldrs-bx {
    gap: 10px;
  }

  .ldrs-info img {
    width: 13px;
    height: 7px;
  }

  .ldrs-info p {
    margin: 10px 0 5px;
  }

  .ldrs-info {
    font-size: 7px;
  }

  .ldrs-info h4 {
    font-size: 8.32px;
  }

  .ldrs-info h5 {
    font-size: 6.24px;
  }

  .edu-tst-sec>h4 {
    font-size: 7.42px;
    padding: 8px 8px 0;
    border-radius: 10px 10px 0 0;
    top: -18px;
  }

  .edu-tst-sec>h4 span {
    border-bottom: 1px solid #fff;
    padding-bottom: 1px;
  }

  .edu-tst-crsl {
    margin-top: -10px;
    padding: 0 10% 10px;
  }

  .edu-tst-crsl .owl-nav .owl-prev {
    margin-left: 10px;
  }

  .edu-tst-crsl .owl-nav .owl-next {
    margin-right: 10px;
  }

  .ssn-tb-dtl {
    padding: 5px 10px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .flashback .stat-box {
    height: 40px;
    border-radius: 3px;
    width: 15%;
  }

  .flashback .top-stats {
    gap: 5px;
  }

  .flashback .stat-box h2 {
    font-size: 12px;
  }

  .flashback .stat-box p {
    margin: 0;
    font-size: 5.8px;
  }

  .flashback .category h3 {
    font-size: 6px;
    margin-bottom: 5px;
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .flashback .category {
    padding: 3px 5px 0;
    border-radius: 3px;
  }

  .flashback .bottom-stats {
    gap: 5px;
    margin-top: 4px;
  }

  .flashback .category-box {
    padding: 0 0 0 8px;
    font-size: 4px;
    position: relative;
    min-height: inherit;
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    margin-bottom: 3px;
    text-align: left;
  }

  .flashback .category-box::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 6px;
    left: 0;
    top: 1px;
    background: url(../images/check-ico.svg) no-repeat left top;
    background-size: contain;
  }

  .flash-crsls1 {
    margin-top: 10px;
  }

  .flashback-bx {
    margin-bottom: 10px;
  }

  .flashback .category .d-flex {
    gap: 0;
    flex-direction: column;

  }

  .fnl-cl h2 {
    font-size: 21px;
  }

  .fnl-cl h3 {
    margin: 12px 0 11px;
    font-size: 10.55px;
  }

  .fststt-tab li a {
    padding: 2px 25px;
    min-width: 61px;
  }

  .btn-ui-btm {
    font-size: 11.23px;
  }

  .partner-from {
    width: 90%;
    padding: 20px;
    margin: 30px auto;
  }
  .card .card-content .info-box li:before {
        content: "";
        background: #333;
        position: absolute;
        left: 0;
        top: 3px;
        width: 2px;
        height: 2px;
        border-radius: 50%;
    }
     .card .card-content .info-box li{
      padding:0 0 0 6px;
     }
  

}

@media screen and (max-width: 450px) {
  .info-box p span {
    line-height: 1.6;
  }
}

@media screen and (max-width: 420px) {
  .info-box p span {
    line-height: 1.8;
  }
}

@media screen and (max-width: 400px) {
  .info-box p span {
    line-height: 2.2;
  }
  
}
@media screen and (min-width: 381px) and (max-width: 400px) {
  .card li {
    font-size: 7.3px;
  }
}
@media screen and (max-width: 380px) {
  .info-box p span {
    line-height: 2.3;
  }

  .image-section {
    margin-top: -16px;
  }
  
}

@media screen and (max-width: 370px) {
  .info-box p span {
    line-height: 2.4;
  }
}