:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  /* --dark-blue: var(--dark-blue); */
  --dark-blue: #0e2e67;
  --sky-blue: #0c7cde;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
  --Light-royal-blue:  #648CED;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
    background:#0C0C0C;
}

section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

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

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

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

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

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

.clr-orange {
  color: var(--orange);
}

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

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0;
}

footer{
	    background: #122f65 !important;
}

@media (min-width: 1200px) {
	
  .head-center {
    max-width: 80%;
    margin: 0 auto 3rem;
  }

  .head-50 {
    width: 50%;
  }

  .head-60 {
    width: 60%;
  }

  .head-70 {
    width: 70%;
  }

  .head-80 {
    width: 80%;
  }
}

.head h2 {
  color: var(--dark-blue);
  /* margin: 0 0 .5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

.head h2 span {
  color: var(--Light-royal-blue);
}



.head.head-center:before {
  margin: auto;
}

.head p {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

.head p:last-child {
  margin-bottom: 0;
}



@media (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-60 {
    max-width: 60%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .width-95 {
    max-width: 95%;
  }
}

.m-auto {
  margin: auto;
}

.div-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  margin: 3rem 0 0;
}

.div-main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 1rem 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-orange:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}

.div-main-cta.btn-white {
  background: #333;
  color: #fff;
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-white:hover {
  background: var(--white);
  box-shadow: unset;
}


.div-main-cta.btn-sky {
  background: var(--sky-blue);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(12 124 222 / 50%);
}
.div-main-cta.btn-sky:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-blue {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

.div-main-cta.btn-blue:hover {
  background: var(--sky-blue);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.div-main-cta i {
  width: 25px;
  height: 25px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-transparent.btn-border-blue:hover {
  background: var(--dark-blue);
  color: var(--white);
}

.div-main-cta.btn-transparent.btn-border-blue:hover i {
  background: var(--white);
  color: var(--dark-blue);
}
section.diamond {
  padding-top: 5rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

@media screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

.dark h2, .dark h4, .dark p, .dark ul li {
    color: white;
}
/* GLOBAL CSS END HERE  */

/* SECTION ONE CSS START HERE */

.homeBanner.s1:before {
    content: url(/img/holiday-season-bundle/poper-left.webp);
    position: absolute;
    bottom: -190px;
    left: 0;
    z-index: -1;
}

.homeBanner.s1:after {
    content: url(/img/holiday-season-bundle/poper-right.webp);
    position: absolute;
    bottom: -136px;
    right: 0;
    z-index: -1;
}

img.vector {
    position: absolute;
    bottom: 0;
    left: 40%;
}

.navigationbar {
    display: none;
}

.homeBanner.s1 {
  position: relative;
  padding: 15px;

}

.homeBanner.s1 h4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: white;
}

.homeBanner.s1 h4 span {
    color: #FAE737;
    font-weight: 700;
}

.logo {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: -40px;
    z-index: 99999;
    position: relative;
    max-width: 90px;
}

.col-gap-20 {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
    grid-gap: 20px;
}

.homeBanner.s1 h1 {
    font-family: Raleway;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    color: white;
}

.homeBanner.s1 h1 span {
    background: radial-gradient(50% 50% at 50% 50%, #C38F1B 0%, #FAE737 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
    color: transparent;
}
.homeBanner p {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: white !important;
}
.homeBanner p {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: white !important;
}
.seprator h5 {
    background: linear-gradient(180deg, #FF2927 0%, #991818 100%);
    font-family: Inter;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FAE737;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 40px 0px #FC282799;
   display: inline-block;
	  opacity: 0;
  transform: translateX(-200%);
  animation: slideIn 1.8s ease-out forwards;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.seprator {
    width: 100%;
    position: relative;
    text-align: right;
}
.seprator:before {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    z-index: -1;
    top: 49%;
    left: 0;
}


p.sub-para {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    width: 59%;
}

a.yellow-cta {
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    background: #FFE600;
    box-shadow: 0px 0px 70px 5px #FAE73780;
    border: 2px solid #FFFFFF;
    padding: 20px 40px;
    color: #333;
    display: inline-block;
    border-radius: 4px;
	animation: blink 1.2s 
linear infinite;
}

.coverBtns {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}

a.talk-cta {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: white;
    margin-top: 5px;
	text-decoration: underline !important;
}


 @keyframes blink {

        0% {
            box-shadow: 0px 0px 70px 0px #fae73700;
        }

        25% {
             box-shadow: 0px 0px 70px 5px #FAE73780;
        }

        50% {
            box-shadow: 0px 0px 70px 0px #fae73700;
        }

        75% {
            box-shadow: 0px 0px 70px 5px #FAE73780;
        }

        100% {
           box-shadow: 0px 0px 70px 0px #fae73700;
        }
    }



/* SECTION ONE CSS END HERE */


/* SECTION TWO CSS START HERE */


span.off-bg {
    background: #FFEA00 !important;
    color: black !important;
    -webkit-text-fill-color: black !important;
    padding: 0 10px;
    text-align: center;
    font-family: Inter;
}
.s2 h2.sec-head {
    font-size: 60px;
	    margin-top: 30px;
}

p.tagline {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 10px;
  color: #fff;
}

.time-box {
  text-align: center;
}

.num {
    display: block;
    background: linear-gradient(to bottom, #fff, #bbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    font-family: Inter;
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    text-align: center;
}

.label {
    display: block;
    color: #ccc;
    margin-top: 4px;
    font-family: Inter;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
}

.colon {
  font-size: 48px;
  font-weight: bold;
  color: #aaa;
  margin: 0 5px;
}

.package-col {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* When visible */
.package-col.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: add slight delay between boxes */
.package-col:nth-child(1) {
  transition-delay: 0.1s;
}
.package-col:nth-child(2) {
  transition-delay: 0.3s;
}
.package-col:nth-child(3) {
  transition-delay: 0.5s;
}

/* Bonus: subtle hover effect */
.package-col:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.4s ease;
}

section.pack-sec.s2 {
    text-align: center;
	    overflow: unset;
}

section.pack-sec.s2:before{
    content:url('/img/holiday-season-bundle/vec-bright-1.svg');
    position:absolute;
    left:0;
    top:0;
    z-index:-1
}


section.pack-sec.s2:after{
    content:url('/img/holiday-season-bundle/vec-bright-1.svg');
    position:absolute;
    right:0;
    bottom: -450px;
    z-index: -1;
    transform: rotate(180deg);
}


h3.sub-head {
    display: inline-block;
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 10px;
    text-transform: uppercase;
    background: #FF0000;
    border-radius: 50px;
    padding: 5px 15px;
    color: white;
}


h2.sec-head {
    font-family: Raleway;
    font-weight: 800;
    text-align: center;
    color: white;
    margin: 10px 0;
}


@media (min-width: 992px) { 
h2.sec-head {
    font-family: Raleway;
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: white;
    margin: 10px 0;
}
}




.package-container {
	    margin: 50px 0;
}


.package-col {
    border-radius: 10px;
    background: linear-gradient(180deg, #B404D7 0%, #5F0271 100%);
    box-shadow: 0px 20px 50px 0px #E876FF66;
	margin-bottom: 50px;
}
@media (min-width: 992px) {
	
	.sec-notebox {
    width: 80%;
}
	
	.package-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
	margin: 50px 0;
	align-items: start;
		
}

.package-col {
    width: 31%;
	    margin:  0;
}

}

.pack-head {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: start;
	    height: 108px;
}

.pack-head h4 {
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    width: 68%;
    text-align: left;
    padding-right: 10px;
}
.pack-head h4 span {
    font-size: 55%;
    display: block;
	color: #ffffffba;
}

.price-con {
    width: 32%;
}

span.non-strike {
    font-family: Inter;
    font-weight: 800;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    display: inline-block;
    background: white;
    color: #333;
    padding: 5px 10px;
    border-radius: 50px;
}



span.strike {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: line-through;
    color: #fff;
}

.note-box {
    background: #D402FF;
    padding: 10px 20px;
}

.note-box p {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
    margin: 0;
    color: white;
}
ul.pack-list li {font-family: Inter;font-weight: 500;font-size: 15px;line-height: 18px;letter-spacing: 0px;position: relative;padding-left: 35px;color: white;text-align: left;margin-bottom: 12px;}

ul.pack-list li span {font-family: Inter;font-weight: 400;font-size: 13px;line-height: 18px;letter-spacing: 0px;display: block;margin-bottom: 2px;color:#E876FF}

ul.pack-list li:before {
    content: url('/img//holiday-season-bundle/pack-check.svg');
    position: absolute;
    left: 0;
    top: 3px;
}
ul.pack-list {
    padding: 20px 20px 5px !important;
}

button.order--btn{font-family: Inter;font-weight: 700;font-size: 16px;line-height: 100%;text-align: center;box-shadow: 10px 15px 30px 0px #FFFFFF33;background:white;border: 2px solid #FFFFFF;padding: 15px;color: #333;width: 80%;display: block;margin: 10px auto 20px;border-radius: 5px;}

button.order--btn:hover {
    background: #FFE600;
    box-shadow: 0px 0px 70px 5px #ffffff80;
    border: 2px solid #FFFFFF;
}


.pack-footer {
    background: #B404D7;
    padding: 20px;
    display: flex;
    justify-content: center;
    grid-gap: 25px;
	border-radius: 0 0 10px 10px;
}

.pack-footer a {
    font-family: Inter;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: white;
    position: relative;
}

.package-col.orange {
    background: linear-gradient(180deg, #FF9300 0%, #9E4F00 100%);
    box-shadow: 0px 20px 50px 0px #FF950066;
}

.orange .note-box, .orange .pack-footer {
    background: #FF9C16;
}

.grean span.strike, .orange span.strike {
    color: #fff;
}

.orange ul.pack-list li span {
    color: #FFCE8B;
}

.package-col.grean {
    background: linear-gradient(180deg, #00CA8F 0%, #006447 100%);
    box-shadow: 0px 20px 50px 0px #00C08966;
}

.grean .note-box, .grean .pack-footer {
    background: #00D596;
}


 .grean ul.pack-list li span {
    color: #33FFC3;
}


.grean span.non-strike {
    background: #FAE737;
}
.pack-footer a {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    align-items: center;
}

.pack-footer a img {
    width: 15%;
}
.pack-footer a:hover {
    text-decoration: underline !important;
}

.sec-notebox p {
    text-align: left;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff6b;
}
.sec-notebox p b {
    display: block;
    color: white;
    margin-bottom: 10px;
}


/* SECTION TWO CSS END HERE */


/* SECTION THREE CSS START HERE */

@media (min-width: 992px) {
.heading-con {width: 80%;margin: auto;text-align: center;} 

}

h2.sec-head span {
    background: radial-gradient(50% 50% at 50% 50%, #C38F1B 0%, #FCF29A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.heading-con p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    color: white;
}

.heading-con h2 {
    margin-bottom: 40px;
}

h3.fancy-heading {
    font-family: Raleway;
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    color: white;
    position: relative;
	margin-top: 40px;
    margin-bottom: 40px;
}

h3.fancy-heading span {
    color: #FFBB00;
    font-style: italic;
}
h3.fancy-heading:before {
    content: url('/img//holiday-season-bundle/fancy-head-sep.svg');
    position: absolute;
    left: 0;
    top: -4px;
}

h3.fancy-heading:after {
    content: url('/img//holiday-season-bundle/fancy-head-sep.svg');
    position: absolute;
    right: 0;
    top: 4px;
    transform:rotate(180deg)
}
.icon-container {
    grid-gap: 30px;

}
.ic-box {
    color: white;
}

@media (min-width: 992px) {
.icon-container {
    display: flex;
    flex-wrap: wrap;
}
.ic-box {
    width: 31%;

}
	
}

.ic-box h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin: 10px 0px;
}

.ic-box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #ffffffad;
}

.ic-box img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}

.btn-con a {
    background: var(--Color, #FFEA00);
    border: none;
    color: #0C0C0C;
    box-shadow: 0px 30px 40px 0px #FFEA0066;
    animation: none;
	transition:0.5s;
}

.btn-con a:hover {
   transform:scale(1.1);
   transition:0.5s;
}

.btn-con {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}


.s3.diamond:before {
    content: url(/img/holiday-season-bundle/vec-bright-1.svg);
    position: absolute;
    left: 0;
    bottom: -190px;
    z-index: -1;
    opacity: 0.7;
}
/* SECTION THREE CSS END HERE */


/* SECTION FOUR CSS START HERE */

.section.s4 {
    background: #303030;
}

.wcs {
  display: inline-flex;
  list-style: none;
  padding: 0;
margin-top: 40px !important;
  animation: marquee 40s linear infinite;
      grid-gap: 20px;
}

ul.wcs li {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: white;
    background: #0C0C0C;
    padding: 0px 20px 0px 0;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
	width: max-content;
}

ul.wcs li b {
    color: #FFE600;
margin: 5px;
}



@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
/* SECTION FOUR CSS END HERE */



/* SECTION FIVE CSS START HERE */

.accordion__item.active .accordion__item__header>h4 .fa-plus:before {
    content: "\f068";
}

.accordion__item {
    background: #202020;
    margin-bottom: 20px;
    border-radius: 31px;
    padding: 20px 30px;
	position:relative;
	opacity:0.5;
}

.accordion__item.active {
    background: #303030;
    border-radius: 10px;
		opacity:1;
}

.accordion {
    width: 80%;
    margin: auto;
	margin-top: 70px;
}

.accordion__item__header h4 {
    font-family: Raleway;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: white;
}

.accordion__item__content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: white;
	    margin: 0;
}

.accordion__item__content {
    margin-top: 15px;
}

.accordion__item__header {
    cursor: pointer;
}
i.fa.fa-plus {
    position: absolute;
    right: 3%;
    background: white;
    border-radius: 100%;
    color: red;
    color: black;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
}



/* SECTION FIVE CSS END HERE */


/* SECTION SIX CSS START HERE */

section.section.s7 {
    background: #171717;
}
.bigger {
    font-size: 60px;
    display: block;
}

.uppercase {

    text-transform: uppercase;
    display: block;
}
.btn-con.v2 {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    align-items: center;
}

.btn-con.v2 a.talk-cta.transparent {
    font-family: Inter;
    font-weight: 700;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    background: #171717;
    box-shadow: none;
    border: 2px solid #FFE600;
    padding: 20px 40px;
    color: white;
    display: inline-block;
    border-radius: 4px;
    margin: 0;
	text-decoration:none !important;
}

.btn-con.v2 a.talk-cta.transparent:hover {
    background: #ffea00;
    color: #333;
}

.btn-con.v2 a {
    height: 80px;
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: center;
}
.btn-con.v2 {
    margin-top: 30px;
}



/* SECTION SIX CSS END HERE */


@media (min-width: 992px) {
	
	.stats-main {
    width: 31.5%;
}
	section.section.s5 {
    padding: 100px 0;
} }


.stats-con {
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    flex-wrap: wrap;
	    margin-top: 100px;
}


.stats-box {
    background: white;
    width: 310px;
    height: 310px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 20px solid #1e1b0b;
    stroke-width: 1px;
    outline: 2px solid #FFE236;  /* outer border */
    outline-offset: 0;
    box-shadow: 0px 0px 40px 0px #FFDA0080;
	    flex-direction: column;
		    padding: 20px;
			    margin: auto;
}

.stats-box h3 {
    font-family: Inter;
    font-weight: 800;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #363636;
	    margin-top: 25px;
		margin-bottom: 10px;
}

.stats-box .number {
    font-family: Inter;
    font-weight: 800;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FF7700;
}

.stats-box .number sup {
    font-size: 50%;
    top: -30px;
}


.stats-con h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
    color: white;
    margin: 20px 0 10px;
}

.stats-con h6 {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase;
    color: white;
}

.stats-con ul li {
    position: relative;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: white;
    margin-bottom: 10px;
    padding-left: 30px;
}

.stats-con ul li:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 40px;
    height: 40px;
    background: url('/img/holiday-season-bundle/neon-check.svg');
    background-size: contain;
    background-position: center;
    top: -8px;
}

.stats-con ul {
    margin-top: 20px !important;
}

@media (max-width: 1199px) {
	
	.btn-con.v2 a {
    width: 40%;

}
  
}

@media (max-width: 991px) {
	
	
	.num{
		font-size:50px;
	}
.label {
    font-size: 14px;
}
}

@media (max-width: 769px) {
	
 	.homeBanner.s1:before, .homeBanner.s1:after, section.pack-sec.s2:after,.s3.diamond:before, section.pack-sec.s2:before, h3.fancy-heading:before, h3.fancy-heading:after  {
display:none;
}

.stats-con {
    margin-top: 40px;
}
.accordion {
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.accordion__item__header h4 {
    font-size: 20px;
    padding-right: 20px;
}

.accordion__item__content p {
    font-size: 14px;
}

h3.sub-head {
    font-size: 12px;
    letter-spacing: 5px;
}

p.sub-para {

    width: 100%;
}

.homeBanner p {
    font-size: 16px;
    line-height: 24px;
}

.logo {
    display: none;
}
.bigger {
    font-size: 30px;
}

.btn-con.v2 {
    flex-direction: column;
    margin: 20px 0 0 0;
}

.btn-con.v2 a {
    width: 90%;
    font-size: 20px !important;
    height: auto;
	padding: 20px;
}
.homeBanner.s1 h1 {
    font-size: 40px;
}
img.vector {
    left: 0;
}

a.yellow-cta {
    padding: 20px;
}

 
}
