   /* =================================================================================================
Font Face Definition
================================================================================================= */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=DM+Serif+Display&family=Nanum+Pen+Script&display=swap');

@font-face {
  font-family: 'Evening-Wind';
  src: url('../fonts/evening-wind/evening_wind.eot');
  src: url('../fonts/evening-wind/evening_wind.eot?#iefix') format('embedded-opentype'),
  url('../fonts/evening-wind/evening_wind.svg#evening_wind') format('svg'),
  url('../fonts/evening-wind/evening_wind.woff') format('woff'),
  url('../fonts/evening-wind/evening_wind.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

/* Global Styles */
html,
body {
  height: 100%;
  /*font-family: 'Myriad-Pro';*/
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  /*background-color:#F8F8F8;*/
  overflow-x: hidden;
  background-color: #EEEDD0!important;
}

.pattern-layer-one {
    position: absolute;
    left: 0px;
    top: 150px;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat;
}

.pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 493px;
    height: 938px;
    background-repeat: no-repeat;
}

.error-404 {
  font-size: 100px;
}

.hide {
    display: none!important;
}

a {
  outline: none;
  color: #E1AE2C;
  text-decoration: none;
}

a:hover {
  color: #E1AE2C;
  text-decoration: underline;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent; 
    opacity: 0.7;
}

.w-100 {width: 100%;}


#loader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: /*rgba(255, 255, 255, 0.5)*/ url('../images/loader.gif') no-repeat center;
  z-index: 999;
}

#snowflakes_loader {
  position: fixed;
  background-color: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

#snowflakes_loader .fa-snowflake {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 80px;
  color: #FFF;
}

#snowflakes_loader2 {
  position: fixed;
  background-color: rgba(0,0,0,.7);
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

#snowflakes_loader2 .fa-snowflake {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  font-size: 80px;
  color: #FFF;
}



/*#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}*/

#popup #popup-content {
  background-color: #be2126;
  padding: 10px 20px;
  border-radius: 0px;
  width: 100%;
  color: #FFF;
}

#popup #close-btn {
  font-family: 'FontAwesome';
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

#popup #popup-content p{
  color: #FFF;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
}

#popup #popup-content p span {
  color: #E1AE2C;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.spinning {
  animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;
}

.form-group {
    margin-bottom: 1rem;
}

ol, ul{
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #231F20;
}

ul {
  padding-inline-start: 0px;
  list-style: none;
}

ol.p {list-style-type: lower-latin;}

ol {
  line-height: 30px;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;

  background-color: #fff;
  border-left: 4px solid #E1AE2C;
  padding: 15px;
}

blockquote p:last-child {
  margin: 0 auto;
}

hr {
  margin: 30px auto;
  border: 0;
  border-top: 1px solid #1A1F23;
}

img {
  max-width: 100%;
}

.img-hover:hover {
  opacity: 0.9;
}

.videopadding{
  padding-top: 60px;
}

/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}

.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}

.index__slider .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.slick-slide.slick-active {
  z-index: 6 !important;
}

.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display:none;
}

.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

.index__slider .slick-dots .slick-active button {
  background: #fff;
}

.index__slider .slick-dots button {
  height: 5px;
  width: 23px;
  border-radius: 0;
  border: none;
  background: #fff;
  background: rgba(255,255,255,0.4);
  transition: background 0.25s ease-in-out;
}

.home-vid-slide video {
    width: 100%;
}

@media (min-width: 68em) {
  .index__slider .slick-dots button {
    height: 8px;
  }

}

@media (min-width: 48em) {
  .index__slider .slick-dots button {
    width: 48px;
  }

  .index__slider .slick-dots {
    bottom: 34px;
    padding: 0 70px;
  }

}
.nav-overlay .nav-header{ 
    position: absolute;
    background-color: transparent;
/*  background-color: rgba(0,0,0,.3);*/
}

.nav-header .inner-header-bg {
  background-color: #231F20;
  position: relative;
}


.nav-header-inner {
  background: #fff;
  padding: 12px 0px 11px;
}

.navlist {
  padding: 0;
}

p.btn-show-mobile {
  display: none;
}

img.phone-sep {
  width: 1px !important;
  height: 44px;
  margin: 0 10px!important
}

.header-phone {
    font-family: 'DM Sans', sans-serif;
    font-size: 26px;
    line-height: 37px;
    margin: 0;
    color: #231F20;
    text-align: right;
}


.header-phone a {	
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  line-height: 42px;
  color: #FFF;
  padding: 0 3px;
  text-decoration: none;
}

.header-phone a.btn-franchise {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 34px;
    background-color: transparent;
    color: #FFF;
    font-weight: normal;
    padding: 7px 25px;
    border: 2px solid #FFF;
    vertical-align: text-bottom;
    border-radius: 7px;
}

.header-phone a.btn-franchise:hover { 
    background-color: #FFF;
    color: #1D71B8;
}

.header-phone a.pnum:hover {
    color: #9BD7F7;
}

.header-phone small {
  font-size: 16px;	
}

.header-phone span.label {
  font-size: 12px;
  line-height: 20px;
  font-family: 'DM Sans', sans-serif;
  padding: 0 3px;
}

.btn-partner:hover {
  color: #FFF;
  background-color: #26316a;
}

.header-social {
    text-align: right;
}

.header-social .btn-primary {
	background-color: #4856C1;
	border-color: #4856C1;

  font-size: 12px;
  padding: 4px 8px;
  margin-top: -24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #182135;
  padding: 0 16px;
  font-weight: normal;
}

.navbar-nav li {
    list-style: none;
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.nav-header-inner .navbar-toggler-icon,
.nav-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-home {
	display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #333;
  color: #D4C0A8;
}

.dropdown-item:focus img,
.dropdown-item:hover img {
  filter: brightness(25);
}

ul.navbar-nav li.nav-item.active a, ul.navbar-nav li.nav-item > a:focus, ul.navbar-nav li.nav-item > a:hover {
  color: #E1AE2C;
  background-color: transparent;
  text-decoration: none;
}

.cart-icon i {
  color: #182135;
  font-size: 24px;
  margin-left: 16px;
}


.cart-icon span {
  background-color: #be2126;
  font-size: 13px;
  border-radius: 100%;
  display: inline;
  position: absolute;
  right: -15px;
  top: -5px;
  line-height: 23px;
  padding: 0 9.5px;
  color: #FFF;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #FFF;
}

/* Mega Menu End */

/* Nav CSS Start */
.nav-header {  
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  padding: 14px 0;
}

.nav-header.homepage {  
  position: relative;
}

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
  color: #283876;
  font-size: 26px;
  line-height: 38px;
  font-family: 'DM Sans', sans-serif;
  text-decoration: none;
}

.navbar-inverse, .navbar-default {
  border-bottom: none;
  z-index: 9;
  background-color:transparent;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'DM Sans', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right!important;
  margin-right: -15px;
  margin-top: 0px;
}

.navbar-inner {
  margin-bottom: 0px;
  font-family: 'DM Sans', sans-serif;
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

.navbar img {
  width: 100%;
  max-width: 150px;
  margin-top: 0px;
}

.navbar-brand {
  float: left;
  overflow:hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav-home {
  border-bottom: 1px solid #ddd;
}

.navbar-nav {
  align-items: center;
/*  margin-top: -20px;*/
}

.navbar-nav > li > .dropdown-menu {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  background-color: #FFF;
  border-bottom: 3px solid #1D71B8;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  font-weight: 400;
  padding: 0;
  max-width: 1100px;
  min-width: 200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: unset;
} 

.navbar-nav > li > .dropdown-menu img.compli {
  max-width: 100%;
} 

.mega-row > li > a {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  padding: 20px 10px;
  font-weight: 400;
  line-height: 3.5;
  color: #333;
  border: 1px solid #EEE;
  border-top: none;
  white-space: normal;
  text-transform: uppercase;
}

.navbar img.nav-icon {
  max-height: 25px;
  min-width: 30px;
  filter: brightness(0) invert(0.5);
}
 .navbar .img-icon {
  width: 35px;
  margin: 0px;
  padding: 2px;
}

.dropdown-menu > li > a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  white-space: normal;
}

.dropdown-menu > li > a:hover {
  color: #283876;
  text-decoration: none;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #35BEEF;
  color: #FFF;
}

.dropdown-toggle {
  white-space: inherit;
}

.megamenu-icon {
    float: left;
}

.megamenu-icon img {
  max-width: 40px;
  min-height: 40px;
  margin: 0 5px 0 0;
  padding: 0 5px;
}

.navbar .img-menu {
  margin: 0 auto;
  width: 100%;
  max-width: unset;
  padding: 8px
}

/* Nav CSS End */
h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 77px;
  color: #182135;
  margin: 0 auto 30px;
}

h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
  margin: 0 auto 15px;
}

h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  line-height: 38px;
  color: #182135;
  margin: 0 auto 15px;
}

h3:not(:first-child) {
  margin: 40px auto 15px;
}

h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  line-height: 29px;
  color: #182135;
  margin: 0 auto 15px;
}

p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #182135;
  margin: 0 auto 15px;
}

ul li {
  list-style: disc;
  margin-left: 2rem;
}

li {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #182135;
  margin: 0 auto 10px;
}

.yw {
  color: #E1AE2C;
}

.top-back {
  padding-top: 10px;
  padding-bottom: 40px;
}
.top-back p a {color: #182135;}
.top-back p a:hover {color: #CCC;}

.inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-2x {
  color:#231F20;
  font-size: 30px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x {
  color: #FFF;
  font-size: 31px;
  
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x {
  color: #4856C1;
  font-size: 30px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #FFF;
  font-size: 31px;
  
}

.svg-inline--fa.fa-linkedin.fa-w-14.fa-2x {
  color: #283876;
  font-size: 30px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #1B8BCC;
  font-size: 40px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.line-sep {margin: 15px auto 20px;}s

img.hover-zoom:hover {
  transform: scale(1.1)!important;
  filter: drop-shadow(0px 5px 5px #777);
}


/* For Carousel 1B1 3 Items Start */
@media (max-width: 767px) {
  .horizontal-slide .carousel-inner .carousel-item > div {
    display: none;
  }
  .horizontal-slide .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.horizontal-slide .carousel-inner .carousel-item.active,
.horizontal-slide .carousel-inner .carousel-item-next,
.horizontal-slide .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .horizontal-slide .carousel-inner .carousel-item-end.active,
  .horizontal-slide .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }
  
  .horizontal-slide .carousel-inner .carousel-item-start.active, 
  .horizontal-slide .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}

.horizontal-slide .carousel-inner .carousel-item-end,
.horizontal-slide .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
/* For Carousel 1B1 3 Items End */


/* Moving Line Start */

/* Moving Line End */


/* Buttons Start */
.btn-star {
  background: url('../images/btn-stars-left.png') left center no-repeat, url('../images/btn-stars-right.png') right center no-repeat;
  background-color: #EEEDD0;
  padding: 10px 50px;
  border: 1px solid #989B92;
  border-radius: 30px;
  width: 100%;
  display: block;
  text-align: center;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #182135;
}

.btn-star:hover {
  color: #182135;
}


.btn-star-yw {
  background: url('../images/btn-stars-left.png') left center no-repeat, url('../images/btn-stars-right.png') right center no-repeat;
  background-color: #fff;
  background-blend-mode: difference;
  padding: 10px 50px;
  border: 1px solid #b2acab;
  border-radius: 30px;
  width: 100%;
  display: block;
  text-align: center;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #091325;
}
.btn-star-yw i {font-size: 22px;}
.btn-star-yw:hover {
  color: #091325;
}


.btn-blue {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #182135;
  text-transform: uppercase;

  background-color: #061022;
  padding: 16px 32px;
  border: 1px solid #989B92;
  border-radius: 60px;
  margin: 0 8px 0 0;
}
.btn-blue:hover {
  background-color: #182135;
  color: #182135;
}

button:disabled,
button[disabled] {background-color: #555;}
/* Buttons End */

.tillxmas {
  position: relative;
  height: auto;
  bottom: 40px;
}

.tillxmas img.desktop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.tillxmas img.mobile {
  display: none;
}

.fixed-list{
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;

  background-color: #050F21;
}


/* Lights BG Start */
.lights img {
  position: absolute;
  top: 23%;
  left: 8.5%;
  z-index: -1;
}
/* Lights BG End */

/* Top Bg Light Start */
.top-bg-light {
  background-image: url(../images/how-to-create-magic-lights-no-loop.svg);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center 220px;
}
/* Top Bg Light End */

/* Hero Section Start */
/*.hero-section {
  padding-top: 50px;
  padding-bottom: 100px;
}*/
.hero-section {
    padding-top: 50px;
    padding-bottom: 20px;
}
.home-tags-mobile {display: none;}
.hero-section h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 77px;
  color: #182135;
}
.hero-section h2 span {
  color: #E1AE2C;
}
.hero-section img.tags {
  /*  margin-left: -38px;*/
  margin: 0 -40px -50px -90px;
  max-width: 300px;
}

.hero-section p {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #182135;
}


#VideoPreviewModal .modal-content {background: transparent;}
#VideoPreviewModal .modal-body {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
#VideoPreviewModal i {
  color: #FFF;
}
#VideoPreviewModal video {
  border-radius: 40px;
}
/* Hero Section End */

/* Section 1 Start */
.section1 {/*
  padding-top: 100px;
  padding-bottom: 100px;*/

  position: relative;
}

.section1 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 77px;
  color: #182135;
}
.section1 h2 span {
  color: #E1AE2C;
}
/*.section1 .part1 {
  padding-top: 100px;
}
.section1 .part2 {
  padding-bottom: 100px;
}*/
.section1 .part1 {
    padding-top: 225px;
    padding-bottom: 125px;
}
.section1 .part2 {
    padding-top: 125px;
    padding-bottom: 100px;
}
/* Section 1 End */


/* Section 2 Start */

/* Bob */
@-webkit-keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

@keyframes float_left_right {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0.40;
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 1;
  }
}

/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

.pattern-layer-one{
    animation-name: float_left_right; 
    animation-duration: 30s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: float_left_right; 
    -webkit-animation-duration: 30s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: float_left_right; 
    -moz-animation-duration: 30s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: float_left_right; 
    -ms-animation-duration: 30s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: float_left_right; 
    -o-animation-duration: 30s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.pattern-layer-two{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-name: float_left_right; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.section2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: 62% -48px;
  background-size: contain;
}
.section2 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  line-height: 39px;
  color: #182135;
}
.section2 h2.active {
  color: #E1AE2C;
}

.section2 p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #182135;
}

.section2 .icons svg {
  background-color: rgba(6, 16, 34, .25);
  backdrop-filter: blur(8px);
  padding: 16px;
  border-radius: 20px;
  width: auto;
  height: auto;

  position: absolute;
  cursor: pointer;
}

.section2 .icons svg:hover {
  background-color: #182135;
}
.section2 .icons svg:hover path {
  stroke: #061022;
}

.section2 .icons svg.icon1 {
  top: 34%;
  left: 12%;
}

.section2 .icons svg.icon2 {
  top: 50%;
  left: 30%;
}

.section2 .icons svg.icon3 {
  top: 63%;
  left: 67%;
}

.section2 .icons svg.icon4 {
  top: 50%;
  left: 85%;
}

.section2 svg.icon1_m,
.section2 svg.icon2_m,
.section2 svg.icon3_m,
.section2 svg.icon4_m {
  display: none;
}


/* Section 2 End */

/* Section 3 start*/
.section3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section3 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
}
.section3 h2 span {
  color: #E1AE2C;
}

.section3 .prod-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
/*
:root {
  --pcard-prod-box-bg: 450px;
}

.section3 .box-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 238px;
}
.section3 .prod-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.section3 .prod-img img {
  max-height: 230px;
  min-height: 200px;
}
.section3 .prod-box-bg {
  height: 190px;
  background-color: #F8F7E0;
  border-radius: 20px;
  margin-bottom: 24px;
}*/

.section3 .prod-thumb img {
  min-width: 110%;
  margin: -10px auto 20px;
}

.section3 .prod-card h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  line-height: 29px;
  color: #061022;
  margin: 0 auto 12px;
}
.section3 .prod-card h2 span {
  font-size: 16px;
  line-height: 19px;
  color: #061022;
}

.section3 .prod-card p {
  font-size: 14px;
  line-height: 20px;
  color: #061022;
  margin: 0 auto 8px;
}

.section3 .prod-card ul {
  list-style: none;
  margin: 0 0 24px 25px;
}
.section3 .prod-card ul li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #061022;
  list-style: none;
  margin-left: 0;
}
.section3 .prod-card ul li::before {
  content: url(../images/green-sparkle.png);
  display: inline-block;
  margin-right: 0;
  margin-left: -18px;
  margin-top: 1px;
  position: absolute;
}

.btn-prod {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border: 2px solid #b0aaaa;
  border-radius: 40px;
  color: #061022;
  padding: 5px;
  width: 100%;
  display: block;
  text-align: center;
  background: #eeedd0;
}

.btn-prod:hover {
  background-color: #F8F7E0;
}

.btn-prod::before {margin: 2px 0 0 -17px;}
.btn-prod::after {margin: 2px 0 0 5px;}
/* Section 3 end*/


/* Section 4 - Testimonials Start */

.section-testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-testimonials h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
}

.section-testimonials .box {
  background-color: #fff; 
  padding: 32px;
  border-radius: 40px;
}

.section-testimonials p {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
}
.section-testimonials h3 {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  margin: 24px auto 5px;
}
.section-testimonials h4 {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 auto;
}

.section-testimonials .container-fluid {
  overflow: hidden;
}

.section-testimonials .carousel-inner {
  width: 125%;
}

.slider-arrows {
  text-align: right;
  margin-top: 80px;
}

.slider-arrows a.arrow-btn {
  padding: 11px 32px;
  border: 2px solid #989B92;
  border-radius: 99px;
  color: #989B92;
  font-size: 24px;
  margin-right: 26px;
}

.slider-arrows a.arrow-btn:hover {
  color: #CCC;
}

.slidenum {  
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
}

.slidenum::before,
.slidenum::after {
  content: url('../images/single-star.svg');
  margin: 0 10px;
}

/* Section 4 - Testimonials End */

/* Section 5 Start */
.section5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section5 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
}

.section5 h2 span {
  color: #E1AE2C;
}

.section5 h4 {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 auto;
}

.section5 p {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto 20px;
}
/* Section 5 End */

/* Section 6 Start */
.section6 {
  padding-top: 50px;
  padding-bottom: calc(15% + 50px);
}

.section6 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  line-height: 38px;
  color: #182135;
  margin: 0 auto 20px;
}
.section6 #countdown ul {
  margin: 0 auto;
}
.section6 #countdown ul li {
  font-family: DM Sans;
  font-size: 25px;
  line-height: 30px;
  color: #182135;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;

  display: inline-block;
  list-style-type: none;
  min-width: 150px;
  margin: 0;
}
.section6 #countdown ul li:last-child {
  margin-left: 0;
}
.section6 #countdown ul li span {
  font-family: DM Serif Display;
  font-size: 130px;
  line-height: 156px;
  color: #182135;
  font-style: italic;
  font-weight: 400;

  display: block;
}
.section6 #countdown ul li.sec span {
  color: #E1AE2C;
}
.section6 #countdown ul li:nth-child(2) span::before,
.section6 #countdown ul li:nth-child(2) span::after,
.section6 #countdown ul li:nth-child(3) span::after {
  content: ':';
  padding: 0 30px;
}

.section6 #countdown ul li:nth-child(3) {margin-left: -85px;}
.section6 #countdown ul li:nth-child(3) span {text-indent: 85px;}

.section6 #countdown ul li:nth-child(3) span::before {
  content: ' ';
}

.section6 #countdown ul li:last-child span::before {
  color: #182135;
}
/* Section 6 End */

/* Section 7 - Kids Testimonials Start */
.section-kids-testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-kids-testimonials h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
}

.section-kids-testimonials .box {
  background-color: #fff; 
  padding: 32px;
  border: 2px solid rgba(163, 155, 155, 0.856);
  border-radius: 40px;
}

.section-kids-testimonials .box:not(:last-child) {  
  margin-bottom: 48px;
}

.section-kids-testimonials .img-box {
  border-radius: 25px;
  overflow: hidden;
  margin: 0 15px;
  height: 233px;
}

.section-kids-testimonials .img-box img {
  object-fit: cover;
  object-position: center;
  height: 233px;
  width: 100%;
}

.section-kids-testimonials p {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
}
.section-kids-testimonials h3 {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 22px;
  line-height: normal;
  font-weight: 700;
  margin: 24px auto 5px;
}
.section-kids-testimonials h4 {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 auto;
}
.section-kids-testimonials .xmas-tree {
  margin-top: -12%;
  margin-left: -12%;
}
/* Section 7 - Kids Testimonials End */


/* Section 8 Start */
.section8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section8 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
  margin: 0 auto 40px;
}

.section8 h2 span {
  color: #E1AE2C;
}

.section8 p {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto 40px;
}

.section8 img {
  border-radius: 85px;
}
/* Section 8 End */


/* Section FAQs Start */
.section-faqs {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-faqs h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 77px;
  color: #182135;
  margin: 0 auto 40px;
}

.section-faqs a.nav-link,
.blog .content a.nav-link {  
  font-family: 'DM Sans', sans-serif;
  color: #989B92;
  font-size: 18px;
  line-height: 22px;
  padding: 8px;
}
.section-faqs a.nav-link:not(:last-child),
.blog .content a.nav-link:not(:last-child) {margin-right: 40px;}

.section-faqs a.nav-link:hover,
.blog .content a.nav-link:hover {  
  color: #182135;
}

.section-faqs a.nav-link.active,
.blog .content a.nav-link.active {  
  color: #182135;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, rgba(238, 237, 208, 0), rgba(238, 237, 208, 1),rgba(238, 237, 208, 0));
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.section-faqs p.nav-link,
.blog .content p.nav-link {  
  font-family: 'DM Sans', sans-serif;
  color: #989B92;
  font-size: 18px;
  line-height: 22px;
  padding: 8px;
  cursor: default;
}
.section-faqs p.nav-link:not(:last-child),
.blog .content p.nav-link:not(:last-child) {margin-right: 40px;}

.section-faqs p.nav-link:hover,
.blog .content p.nav-link:hover {  
  color: #182135;
}

.section-faqs p.nav-link.active,
.blog .content p.nav-link.active {  
  color: #182135;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, rgba(238, 237, 208, 0), rgba(238, 237, 208, 1),rgba(238, 237, 208, 0));
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.section-faqs .accordion-item,
.accordion-button:not(.collapsed),
.accordion-button {
  background-color: transparent;
}

.section-faqs .accordion-button::after {
  font-family: fontAwesome;
  content: '\f0fe';
  background-image: none;
  font-size: 24px;
  color: #182135;
}
.section-faqs .accordion-button:not(.collapsed)::after {
  transform: none;
  font-family: fontAwesome;
  content: '\f146';
}

.section-faqs .accordion-button:focus {
  border: none;
  box-shadow: none;
}

.section-faqs .accordion-item button {
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #182135;
  margin: 0 auto;
}

.section-faqs .accordion-body p {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 16px;
  line-height: 22px;
  margin: 0 auto;
}
.section-faqs .accordion-body p:not(:last-child) {  
  margin-bottom: 20px;
}
/* Section FAQs End */

/* Section 9 Start */
.section-newsletter {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-newsletter .box {
  background-color: #fff;
  border-radius: 40px;
  padding: 60px;
}

.section-newsletter h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;
  color: #182135;
  margin: 0 auto 40px;
}

.section-newsletter h2 span {
  color: #E1AE2C;
}

.section-newsletter p {
  font-family: 'DM Sans', sans-serif;
  color: #182135;
  font-size: 18px;
  line-height: 22px;
  margin: 0 auto 32px;
}

.section-newsletter img {
  border-radius: 40px;
}

.section-newsletter form .form-control {
  font-size: 20px;
}
/* Section 9 End */


/* Banner Full Start */
.banner-full {
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-full .img-box {
  border-radius: 25px;
  overflow: hidden;
  margin: 0 15px;
  height: 610px;
}
.banner-full .img-box img {
 object-fit: cover;
 object-position: center;
 min-height: 610px;
 width: 100%;
}
.banner-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.banner-text h1 {
  margin: 0 auto;
}
.banner-text p {
  font-size: 18px;
  line-height: 24px;
}
/* Banner Full End */


/* Banner Half Start */
.banner-half {
  padding-top: 60px;
  padding-bottom: 60px;
}
.banner-half .img-box {
  border-radius: 25px;
  overflow: hidden;
  margin: 0 15px;
  height: 570px;
}
.banner-half .img-box img {
 object-fit: cover;
 object-position: center;
 min-height: 570px;
 width: 100%;
 border-radius: 50px;
}
/* Banner Half End */


/* Product Page Start */
/*.product .prod-card {
  background-color: #182135;
  padding: 24px;
  border-radius: 20px;
}

.product .box-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 238px;
}
.product .prod-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}
.product .prod-img img {
  max-height: 230px;
  min-height: 200px;
}
.product .prod-box-bg {
  height: 190px;
  background-color: #F8F7E0;
  border-radius: 20px;
  margin-bottom: 24px;
}*/

.product .prod-card h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  line-height: 29px;
  color: #061022;
  margin: 0 auto 12px;
}

.prod-card h2.w-old-price {
  line-height: 20px;
  margin-top: -15px;
  text-align: right;
}

.prod-card h2 span.compared {
  text-decoration: line-through;
  color: #555;
  font-size: 16px;
  line-height: 20px;
}

.prod-card h2 span.old-price {

}

.prod-card h2.pname {
  max-width: 65%;
  margin: 0 0 12px!important;
  text-align: left;
}

.product .prod-card p {
  font-size: 14px;
  line-height: 20px;
  color: #061022;
  margin: 0 auto 8px;
}

.product .prod-card ul {
  list-style: none;
  margin: 0 0 24px 25px;
}
.product .prod-card ul li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #061022;
  list-style: none;
  margin-left: 0;
}
.product .prod-card ul li::before {
  content: url(../images/green-sparkle.png);
  display: inline-block;
  margin-right: 0;
  margin-left: -18px;
  margin-top: 1px;
  position: absolute;
}
/* Product Page End */


/* Form CSS Start */
.form .form-control,
.form .form-control:focus {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #182135;
  border: 2px solid;
  background-color: transparent;

  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to right, rgba(238, 237, 208, 1),rgba(238, 237, 208, 0));
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
}

.contact-us .form input:-webkit-autofill,
.contact-us .form input:-webkit-autofill:hover, 
.contact-us .form input:-webkit-autofill:focus, 
.contact-us .form input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #28313C inset !important;
  -webkit-text-fill-color: #fff;
  border-radius: inherit;
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover, 
.form input:-webkit-autofill:focus, 
.form input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #000;
  border-radius: inherit;
}

.form .form-group {
  margin-bottom: 32px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #989B92!important;
}

.form .input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #182135;
  border-radius: 0;
  color: #182135;
  font-size: 20px;
  padding-right: 0;
}

.form select.form-select {
  background-color: #fff!important;
  color: #989B92;
}
.form select.form-select[data-gtm-form-interact-field-id] {
  background-color: #061022!important;
  color: #182135;
}

#cardeditinfo select {
  background-color: #28313C!important;
}

.form select.form-select.v2,
.form select.form-select.v2:focus {
  border-image-source: none;
  border: 1px solid #182135;
  border-radius: 32px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23EEEDD0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 10px 15px;
}

.form label {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #182135;
  margin: 0 auto 15px;
}
.form .form-check-input:checked {
    background-color: #061022;
    border-color: #FFF;
    box-shadow: none;
}
.form .form-check-label {
  color: #989B92;
}
.form .form-check-input:checked + .form-check-label {
    color: #182135;
}
/* Form CSS End */

/* Form CSS Start */
form .form-control,
form .form-control:focus {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #182135;
  border: 2px solid;
  background-color: transparent;

  border-image-slice: 1;
  border-width: 2px;
  /*border-image-source: linear-gradient(to right, rgba(238, 237, 208, 1),rgba(238, 237, 208, 0));*/
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover, 
form input:-webkit-autofill:focus, 
form input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #28313C inset !important;
  -webkit-text-fill-color: #182135;
  border-radius: inherit;
}

form .form-group {
  margin-bottom: 32px;
}

::-webkit-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #989B92!important;
}

form .input-group .input-group-text {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #182135;
  border-radius: 0;
  color: #182135;
  font-size: 20px;
  padding-right: 0;
}

form select.form-select {
  background-color: #fff!important;
  color: #989B92;
}
form select.form-select[data-gtm-form-interact-field-id] {
  background-color: #061022!important;
  color: #182135;
}

form select.form-select.v2,
form select.form-select.v2:focus {
  border-image-source: none;
  border: 1px solid #182135;
  border-radius: 32px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23EEEDD0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  padding: 10px 15px;
}

form label {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #182135;
  margin: 0 auto 15px;
}
form .form-check-input:checked {
    background-color: #061022;
    border-color: #FFF;
    box-shadow: none;
}
form .form-check-label {
  color: #989B92;
}
form .form-check-input:checked + .form-check-label {
    color: #182135;
}


input[type="number"]#phone::-webkit-inner-spin-button,
input[type="number"]#phone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

  /*for klaviyo*/
  .klaviyo-form .go478478718,
  .klaviyo-form .go478478718:focus {
    font-family: 'DM Sans', sans-serif!important;
    font-size: 16px!important;
    color: #182135!important;
    border: 2px solid!important;
    background-color: transparent!important;

    border-image-slice: 1!important;
    border-width: 2px!important;
    border-image-source: linear-gradient(to right, rgba(238, 237, 208, 1),rgba(238, 237, 208, 0))!important;
    border-left: 0!important;
    border-right: 0!important;
    border-top: 0!important;
    box-shadow: none!important;
    margin-bottom: 32px!important;
  }

  .klaviyo-form input.go478478718:-webkit-autofill,
  .klaviyo-form input.go478478718:-webkit-autofill:hover, 
  .klaviyo-form input.go478478718:-webkit-autofill:focus, 
  .klaviyo-form input.go478478718:-webkit-autofill:active{
    font-size: 16px!important;
    -webkit-box-shadow: 0 0 0 30px #28313C inset !important;
    -webkit-text-fill-color: #182135!important;
    border-radius: inherit!important;
  }

  input.go478478718::before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Free";
  }

  button.go3894874857 {
    background: url('../images/btn-stars-left.png') left center no-repeat, url('../images/btn-stars-right.png') right center no-repeat!important;
    background-color: #EEEDD0!important;
    padding: 10px 50px!important;
    border: 1px solid #989B92!important;
    border-radius: 30px!important;
    width: 100%!important;
    display: block!important;
    text-align: center!important;

    font-family: 'DM Sans', sans-serif!important;
    font-size: 18px!important;
    line-height: 22px!important;
    color: #182135!important;
    height: auto!important;
  }

  button.go3894874857:hover {
    color: #EEEDD0!important;
  }

/* Form CSS End */

/* Product Letter Start */
.package-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
.package-info h2 span {
  font-size: 22px;
  line-height: 19px;
}

.package-info  h2.w-old-price {
  line-height: 40px;
  margin-top: 5px;
  text-align: right;
}

.package-info  h2 span.compared {
  text-decoration: line-through;
  color: #A5A48B;
  font-size: 28px;
  line-height: 28px;
}

.package-info ul li {  
  list-style: none;
  margin-left: 10px;
}

.package-info ul li:before {  
  content: url(../images/red-sparkle.png);
  margin-right: 10px;
}

.package-info h4 {  
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #182135;
  margin: 0 auto;
}

/*:root {
  --pi-prod-box-bg: 450px;
}

.package-info .box-position {
  position: absolute;
  width: 100%;
  top: 12px;
  left: 0;
  right: 0;
  height: calc(var(--pi-prod-box-bg) + 25px);
}

.package-info .prod-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.package-info .prod-img img {
  width: 100%;
}

.package-info .prod-box-bg {
  height: var(--pi-prod-box-bg);
  background-color: #F8F7E0;
  border-radius: 90px;
  margin: 25px 15px;
}*/


.package-inclusion {
  padding-top: 60px;
  padding-bottom: 60px;
}
.package-inclusion h4 { 
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #182135;
  margin: 0 auto 5px;
  text-transform: capitalize;
}
.package-inclusion p {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 auto;
}

.package-inclusion .box {
  background-color: #28313C;
  padding: 24px;
  border-radius: 20px;
}

.package-inclusion .inc-img {
  background-color: #182135;
  min-height: 242px;
  max-height: 242px;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 24px;
  overflow: hidden;
}

.package-inclusion .inc-img img {
  max-height: 242px;
  padding: 15px;
}


.letters p span.rfname,
.letters p span.rlname {
  text-transform: capitalize;
}
.letters .santasign h3 {
 font-family: 'Evening-Wind';
 font-size: 28px;
 line-height: 30px;
 color: #FF0000;
}

.letters .santasign img {
  width: 150px;
}

.letter-bg img {
  border-radius: 40px;
}

/*letter1 padding*/
/*.letter-content {
  padding: 140px 30px 0;
}*/

.letter-content {
  padding: 185px 82px 0;
}

.letters p {
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0 auto 10px;
}
.letters p.ps-note {
    max-width: 60%;
    margin: 0;
    line-height: 16px;
}

.video-package {
  padding-top: 60px;
  padding-bottom: 60px;
}
.file-text {
  border: 2px solid #C3C4B1;
  border-radius: 40px;
  height: 200px;

  padding: 24px;
  color: #182135;
}
.file-text i {
  font-size: 24px;
  margin-bottom: 24px;
}
.file-text label {
  font-size: 14px;
  line-height: 25px;
  color: #E1AE2C;

  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  vertical-align: sub;
}
.file-upload-wrapper input[type=file]{
  cursor: pointer;
  position: absolute;
  height: 203px;
  width: 100%;
  border-radius: 40px;
  opacity: 0;
  top: 0;
  left: 0;
}

.child-video .controls span,
.child-video-clone .controls span{
  background: none;
  border: none;
  cursor: pointer;
}

.child-video .controls span svg,
.child-video-clone .controls span svg{
  color: #182135;
  font-size: 22px;
}

p.info-note {
  font-size: 14px;
  margin-bottom: 26px;
  font-style: italic;
  color: #989B92;
}
p.info-note i {
  font-size: 24px;
}

#bodyVideo .info-note i {
  font-size: 16px;
}


.child-video .audio-img,
.child-video-clone .audio-img {
  max-width: 55px;
  border-radius: 100%;
  border: 2px solid #182135;
  margin-right: 10px;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
	background-color: #182135;
}


#KidsNumModal .modal-dialog {
  max-width: 660px;
}

.kids-quantity input {
  font-family: 'DM Serif Display', serif;
  font-size: 48px;
  line-height: 58px;

  background-color: transparent;
  border: none;
  color: #061022;
  text-align: center;
  margin: 0 auto;
  opacity: 1!important;
}
.kids-quantity .form-control[type="number"]::-webkit-inner-spin-button,
.kids-quantity .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.kids-quantity .btn-minus,
.kids-quantity .btn-plus {
  background-color: transparent;
  border: none;
}

.modal-content {
  border-radius: 40px;
}
.modal-body {
  background-color: #182135;
  border-radius: 40px;
  padding: 60px;
}
.modal-body h3 {
  color: #061022;
  margin: 0 auto 24px;
}
.modal-body p {
  font-size: 18px;
  line-height: 22px;
  color: #061022;
  margin: 0 auto 24px;
}
.letter-mobile {display: none;}
/* Product Letter End */


/* Blog CSS Start */
.blog {
  padding-bottom: 100px;
}
.blog .content h1 {
  padding-top: 60px;
}
.blog .content .box {
  background-color: #fff;
  border: 1px solid #182135;
  border-radius: 48px;
  padding: 24px;
  margin-bottom: 30px;
}
.blog .content .img-box {
  height: 277px;
}
.blog .content .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 277px;
  border-radius: 40px;
}
.blog .content h3 {
  font-size: 30px;
  line-height: 32px;
  margin: 0 auto 10px;
}
.blog .btn-blue-badge:nth-last-child(2) {
    margin: 0 12px 0 0;
}
.blog .btn-badges {
    margin-bottom: 20px;
}



ul.pagination li {
  list-style: none;
  margin: 0;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 30px;
}

.page-item:first-child .btn-blue,
.page-item:last-child .btn-blue {
  padding: 16px 50px;
}
.page-item.active .page-link {
    background-color: #989B92;
    border-color: #989B92;
}
/* Blog CSS End */


/* Article CSS Start*/
.article {
  padding-top: 50px;
  padding-bottom: 100px;
}

.btn-blue-badge {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #989B92;
  text-transform: uppercase;

  background-color: #061022;
  padding: 4px 12px;
  border: 1px solid #28313C;
  border-radius: 60px;
  margin: 0 8px 0 0;
}

  .btn-blue-badge:hover {color: #CCC;}
  .btn-badges form {margin: 0;}
  .btn-badges .gray-info {margin: 0 0 0 24px;}
  .btn-badges {margin-bottom: 24px;}

.gray-info {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #989B92;
  text-transform: uppercase;
}

.article-main-img {
  height: 530px;
  margin-bottom: 40px;
}

.article-main-img img {
  object-fit: cover;
  object-position: center;
  max-height: 530px;
}

.article-content p {
  font-size: 20px;
  line-height: 28px;
}

.article-content p.img-caption {
  font-size: 14px;
  line-height: 17px;
  color: #989B92;
  text-transform: uppercase;
  margin: 16px auto 40px;
  text-align: center;
}

.article-content li {
  font-size: 20px;
  line-height: 28px;
}

.article-content span {
  color: #E1AE2C;
}

.article-content img {
  margin: 25px auto 0;
  width: 100%;
  border-radius: 40px;
}

.article-social {margin-bottom: 40px;}
.article-social > * {margin-right: 32px;}
.article-social i {
  color: #061022;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #182135;
}
.article-social i.fa-tiktok {font-size: 27px;}

.article .related {
  background-color: #fff; 
  border: 1px solid #182135;
  border-radius: 48px;

  padding: 16px;
  margin-top: 24px;
}
.article .related .img-box  {
  height: 270px;
  margin-bottom: 16px;
}

.article .related .img-box img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 270px;
  border-radius: 40px;
}

.article .related .btn-blue-badge:nth-last-child(2) {
    margin: 0 8px 0 0;
}

.article .related h3 {
    margin: 16px auto 12px;
}

.article .related p {
  font-size: 16px;
  line-height: 22px;
}
/* Article CSS End */


/* Shipping Start */
.shipping {
  padding-top: 120px;
  padding-bottom: 50px;
}
.shipping .box {
  background-color: #28313C;
  border-radius: 48px;
  padding: 32px;
  margin-bottom: 30px;
  position: relative;
}
.shipping .box:after {
  content: url('../images/shipping-star.svg');
  position: absolute;
  top: 32px;
  right: 32px;
}
.shipping .box img.icon {
  background-color: #182135;
  border-radius: 60px;
  padding: 10px;
}
.shipping .box p {
  font-size: 15.5px;
  margin: 0 auto;
}
/* Shipping End */

/* 404 CSS Start */
.notright {
  padding-bottom: 100px;
}
.notright h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 78px;
  color: #182135;
  margin: 0 auto 5px;

}

.notright p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #182135;
  
}

.notright .group-error {
  position: absolute;
  top: 30%;
  left: 51%;
}

.notright .btn-main {
  background: url('../images/btn-stars-left.png') left center no-repeat, url('../images/btn-stars-right.png') right center no-repeat;
  background-color: #182135;
  padding: 10px 50px;
  border: 1px solid #989B92;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #182135;
  
}

.notright .btn-main:hover {
  color: #182135;
}

.notright img {
  max-width: none;
}

/*new css*/
.errorpage {
  padding-top: 10%;
  padding-bottom: 18%;
  background: url('../images/404-img.png');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
/* 404 CSS End */

/* Contact Us Start */
.contact-us {
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact-us .box {
 background-color: #fff; 
  padding: 60px;
  border-radius: 50px;
}

.contact-us p{
   font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #182135;
  margin: 0 auto 15px;
}

.contact-us .box p{
   font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #182135;
  margin: 0 auto 15px;
}

.contact-us .box .form-group {
  align-items: center;
   font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #182135;
}

.contact-us .box h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 64px;
  line-height: 77px;
  color: #182135;
  margin: 0 auto 5px;
  
}

.contact-us .box h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 24px;
    line-height: 29px;
    color: #182135;
    margin: 0 auto 25px;
}

.contact-us .box .form-check {
  color: #182135;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5em;
  margin-bottom: 0.125rem;
  margin-top: 10px;
}

.contact-us .btn-blue {
  background-color: #eeedd0;
  padding: 16px 70px;
  border: 1px solid #989B92;
  border-radius: 30px;
  width: 100%;
  display: block;
  text-align: center;
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #182135;
}
.contact-us .btn-blue:hover {
  background-color: #fff;
}

.contact-us .fa-solid {
  color: #182135;
  font-size: 15px;
}

.contact-us span{
  font-size: 16px;
  line-height: 23px;
  color: #989B92;
}
.contact-us .contact-social a {
  vertical-align: top;
  color: #182135;
}
.contact-us .contact-social i {
  color: #061022;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #182135;
}

.contact-us .contact-social a:not(:last-child) i {
    margin-right: 20px;
}

.contact-us .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.contact-us .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.contact-us .svg-inline--fa.fa-linkedin.fa-w-14.fa-2x,
.contact-us .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #182135;
  vertical-align: top;
  font-size: 10px;
}

.contact-us .box label a {
  color: #989B92;
  text-decoration: underline;
}

/* Contact Us End */

/* Contact Us Start */
.parallax-contact-us {
  padding-top: 215px;
  padding-bottom: 100px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #333;
  background-image: url(../images/parallax-contact-us-bg.jpg);
  font-family: 'DM Sans', sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.parallax-contact-us h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #FFF;
  margin-bottom: 0px;
}

.parallax-contact-us h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 55px;
  line-height: 50px;
  color: #35BEEF;
  margin-bottom: 0px;
}

.parallax-contact-us h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 0px;
}

.parallax-contact-us p {
   font-family: 'DM Sans', sans-serif;
  color: #FFF;
  margin: 5px;
}


.parallax-contact-us .contact {
 background: rgba(255,255,255,0.50);
  padding: 50px;
}

.parallax-contact-us .contact h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #2E2B2C;
  margin-bottom: 30px;
}


.parallax-contact-us .contact p {
  color: #2E2B2C;
}

.parallax-contact-us a {
  font-size: 40px;
  line-height: 50px;
  color: #FFF;
}

.parallax-contact-us .form-control {
  border: 2px solid #666666;
  border-radius: 5px;
  padding: 3px 10px;
  background:transparent;
}

.parallax-contact-us .btn-primary {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;

  background-color: #BE1622;
  margin-top: 16px;
  border-radius: 0;
  border: none;
  padding: 10px 60px;
}

.parallax-contact-us .contact .form-control {
  background-color: #FFF;
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  color: #666666;
}
/* Contact Us End */

/* Side Nav Start */
.side-nav.mobile {display: none;}
.side-nav {
  border: 1px solid #989B92;
  border-radius: 48px;
  overflow: hidden;
  padding: 24px 0;
  margin-top: 80px;
}

.side-nav p {
  padding: 0 24px;
}

.side-nav ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

.side-nav ol li {
  padding: 8px 24px;
  margin: 0 auto;
  cursor: pointer;
}

.side-nav ol li a  {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #182135;
}

.side-nav ol li:hover {
  background-color: #989B92;
}
.side-nav ol li:hover a,
.side-nav ol li:hover::marker {
  color: #061022;
}
/* Side Nav End */

/* Checkout Page Start */
.checkout {
  padding-top: 60px;
  padding-bottom: 60px;
}

.checkout i.fa-solid {
  color: #989B92;
}

.checkout .box {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  margin-bottom: 24px;
  border: 1px solid #767676;
  position: relative;
}

.checkout .box .row:not(:last-child) {
  margin-bottom: 24px;
}

.checkout h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #182135;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: .5px;
}

.checkout h4 span.kidx {
  font-size: 16px;
  float: right;
  font-weight: normal;
}

.checkout .box h5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #989B92;
  margin: 0 auto 5px;
  text-transform: uppercase;
}

.checkout .box p:last-child {
  margin: 0 auto;
}

.checkout .box-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
}

.checkout .prod-img {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 4px;
}
.checkout .prod-img img {
  min-height: 60px;
  max-height: 60px;
}

.checkout .prod-box-bg {
  height: 60px;
  background-color: #F8F7E0;
  border-radius: 5px;
  width: 100%;
  margin: 0;
}

.total p {
  margin: 0 auto 5px;
}

.checkout .payment .form-check  {
  border: 1px solid #8C8E92;
  border-radius: 30px;
  padding: 24px;
  min-width: 225px;
}

.checkout .payment .form-check:has(.form-check-input:checked)   {
  background-color: #fff;

}

.checkout .form-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
}

.checkout .progress-light {
  position: relative;
  height: 100px;
}


.checkout .progress-light .light-off {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100px;
}
.checkout .progress-light .light-on {
  position: absolute;
  overflow: hidden;
  height: 100px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  width: 0%;

}

.checkout .progress-light .light-on.step1{
  width: 33.33%;
}

.checkout .progress-light .light-on.step2{
  width: 66.66%;
}

.checkout .progress-light .light-on.step3{
  width: 100%;
}

.checkout .progress-light .light-on img {
  width: 100%;
  object-fit: none;
  height: inherit;
  object-position: left;
}

.checkout .progress-light .light-off img {
  width: 100%;
  object-fit: none;
  height: inherit;
  object-position: left;
}

.progress-light.mobile,
.progress-light .img-xs {display: none;}


  /* for mobile */
/*  .progress-light .progress-box {
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;

    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
  }
  .progress-light .progress-img {
    background-image: url(https://www.sealedbysanta.com/images/m-checkout-progress-full.png);
    background-repeat: no-repeat;
    background-position: inherit;
    height: 100%;
    transform: scale(1.08);
  }
  .progress-light .light {
    background-color: #061022;
  }
  .progress-light .progress-box.step1 {width: 33.33%;}
  .progress-light .progress-box.step1 .progress-img {margin: 4px 0 0 4px;}

  .progress-light .progress-box.step2 {width: 66.66%;}
  .progress-light .progress-box.step2 .progress-img {margin: 4px 0 0 9px;}*/

@keyframes lightsProgress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Checkout Page End */

/* Cart Start */
#cartModal .modal-dialog {
  min-width: 600px;
}
#cartModal .modal-body {
  background-color: #fff;
  border: 1px solid #767676;
  padding: 0 24px;
  border-radius: 40px;
}
#cartModal i.fa-xmark {
  color: #182135;
  cursor: pointer;
}
#cartModal .cart-left {
  padding: 24px 9px 24px 0;
}
#cartModal .cart-right {
  padding: 24px 0 24px 9px;
}
#cartModal .full-border {
  border-right: 1px solid #061022;
}

#cartModal h3 {
  color: #182135;
}

#cartModal p {
  font-size: 16px;
  line-height: 20px;
  color: #182135;
}

#cartModal .suggest p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 auto 24px;
  text-align: center;
}

#cartModal .suggest .box-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

#cartModal .suggest .prod-img {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
}
#cartModal .suggest .prod-img img {
  max-height: 45px;
}

#cartModal .suggest .prod-box-bg {
  height: 45px;
  background-color: #F8F7E0;
  border-radius: 10px;
  width: 100%;
  margin: 0;
}

#cartModal .content-bottom {
  margin-top: 30%;
}

/*#cartModal .content-bottom {
  position: absolute;
  bottom: 24px;
  width: 75%;
}*/

#cartModal .cart-right h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #182135;
  margin: 0 auto 10px;
}

#cartModal .cart-right h4 span {
  font-size: 16px;
  float: right;
}

#cartModal .cart-right .btn-option {
/*  position: absolute;
  right: 24px;
  display: flex*/
}

#cartModal .cart-right .btn-option button {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #E1AE2C;
  margin: 0 0 0 24px;
  text-decoration: underline;
  border: none;
  background: none;
}

#cartModal .cart-right .box-position {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

#cartModal .cart-right .prod-img {
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  left: 0;
  width: 100%;
  height: 67px;
}
#cartModal .cart-right .prod-img img {
  max-height: 70px;
}

#cartModal .cart-right .prod-box-bg {
  height: 67px;
  background-color: #F8F7E0;
  border-radius: 10px;
  width: 100%;
  margin: 0;
}
/* Cart End */


/* Edit Modal Start */
#editModal .modal-body {
  background-color: #28313C;
  border: 1px solid #767676;
  padding: 30px;
  border-radius: 40px;
}
#editModal i.fa-xmark {
  color: #182135;
  cursor: pointer;
}
#editModal h3 {
  color: #182135;
}
#editModal p {
  font-size: 15px;
  line-height: 22px;
  color: #182135;
}
#editModal p.info-note {
  font-size: 14px;
  margin-bottom: 26px;
  font-style: italic;
  color: #989B92;
}

.upload-box {
  padding: 10px;
  color: #182135;
  overflow: hidden;
}
.upload-img-box {
  border-radius: 5px;
  overflow: hidden;
  height: 110px;
}
.upload-img-box img {
  object-fit: cover;
  object-position: center;
  height: 110px;
  width: 100%;
}
.upload-img-container {
  border: 2px solid #C3C4B1;
  border-radius: 16px;
  padding: 10px;
}
/* Edit Modal End */

/* Blue Modal Start */
.blueModal .modal-body {
  background-color: #28313C;
  border: 1px solid #767676;
  padding: 30px;
  border-radius: 40px;
}
.blueModal i.fa-xmark {
  color: #182135;
  cursor: pointer;
}
.blueModal h3 {
  color: #182135;
}
.blueModal p {
  font-size: 16px;
  line-height: 22px;
  color: #182135;
}
/* Blue Modal End */



/* Mega Footer */
.mega-footer {
  padding-top: 60px;
  padding-bottom: 48px;
  background-color: transparent;
}

.mega-footer h2 {
 font-family: 'DM Serif Display', serif;
 font-size: 32px;
 line-height: 38px;
 color: #182135;
 margin: 0 auto 32px;
}

.mega-footer h3 {
 font-family: 'Evening-Wind';
 font-size: 32px;
 line-height: 38px;
 color: #182135;
 margin: 0 auto 32px;
}

.mega-footer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0 auto 10px;
}

.mega-footer .footer-social i {
  color: #061022;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #182135;
}

.mega-footer .footer-social a:not(:last-child) i {
  margin-right: 40px;
}

.mega-footer .footer-social a {
  vertical-align: middle;
}

.mega-footer i.fa-tiktok {
  font-size: 27px;
}

.mega-footer img.logo {
  max-width: 123px;
  margin-bottom: 30px;
  }

.mega-footer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.mega-footer ul li {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #182135;
  margin: 0 auto 24px;
  list-style: none;
}

.mega-footer ul li a {
  color: #182135;
}

.mega-footer a:hover,
.mega-footer a:hover svg {
  color: #CCC!important;
}

.mega-footer .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-linkedin.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #FFFFFF;
  vertical-align: top;
  font-size: 30px;
}

.mega-footer .g-recaptcha {display: none;}

/* Mega Footer End */

/* Footer Start */
footer {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;

  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(to left, rgba(238, 237, 208, 0), rgba(238, 237, 208, 1),rgba(238, 237, 208, 0));
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

footer ul {
  margin: 0 auto;
  line-height: 17px;
  }
footer ul li {
  list-style: none;
  margin: 0 auto;
  display: contents;
}

footer ul li a {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #182135;
  margin: 0 auto;
  text-transform: uppercase;

/*  float: left;*/
  padding-right: 76px;
}

footer ul li a:hover {  
  color: #CCC;
}

footer p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #182135;
  margin: 0 auto;
}
/* Footer End */

/*** For List Style ***/
ul.green-star {
  list-style: none;
  margin: 0 0 24px 25px;
}
ul.green-star li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #061022;
  list-style: none;
  margin-left: 0;
}
ul.green-star li::before {
  content: url(../images/green-sparkle.png);
  display: inline-block;
  margin-right: 0;
  margin-left: -18px;
  margin-top: 1px;
  position: absolute;
}


.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family:'';
  color: #231F20;
}

.container ul.arrow li {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 25px;
}

.container ul.arrow li span.initial {
  color: #185E9C;
  font-size: 20px;
}

.container ul.arrow li a {
  color: #747474;
}

.container ul.arrow li a:hover, .container ul.arrow li a:focus{
  color: #0E4693;
  text-decoration: none;
}

.container ul.arrow li:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f49e";

  /*background: #152343;  For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  border-radius: 75px;
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 3px;
  position: absolute;
  /* 
  height: 20px;
  width: 20px;
  font-family:"FontAwesome";
  font-size: 18px;
  font-weight: normal;*/
  text-align: center;
  color: #2F2B2C;
  line-height: 20px;
  text-indent: 1px;
}

.container ul.arrow li > ul, .container ul.arrow li > div > div > ul {
  list-style: none;
  padding-top: 10px;
}



@media only screen and (max-width: 600px) {
  .col-container .col { 
    display: block;
    width: 100%;
  }

}

