body.fixed .header_wrapper {
  position: absolute;
}

.header_wrapper {
  background: transparent !important;
}

.desktop_hide {
  display: none;
}

.verticalSlideText {
  padding: 0;
}

.pulsingButton {
  margin: 40px 0;
}

.slick-dots {
  position: relative;
}

.featuresTopImg {
  background         : url(/skins/theme1/media/images/features-topImg_2.svg), #fff;
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center;
  align-items        : center;
  width              : 100%;
  margin             : 0;
  min-height         : 70vh;
  padding-top: 80px;
}

.featuresTopImg hr {
  border-top: 1.5px solid #FFF;
  width     : 60%;
}

.featuresTopImg h2 {
  color         : #FFFFFF;
  font-family   : "Red Hat Display";
  font-size     : 50px;
  font-weight   : bold;
  letter-spacing: 0;
  line-height   : 64px;
}

.haveItYourWay svg,
.verticalSlideText svg {
  width : 100%;
  fill  : #fff;
  height: 60px;
}

.featuresTopImg p {
  color: #FFFFFF;

  font-size     : 32px;
  font-weight   : 300;
  letter-spacing: 0;
  line-height   : 40px;
}

.featuresTopImg a:hover {
  text-decoration: none;
}

/* Features Slider */
.verticalSlideText h3 {
  margin-top: 100px;
}

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

.features_slider_1_content ul {
  list-style: none;
  padding   : 0;
}

.features_slider_1_content li {
  color: #444444;

  font-size     : 22px;
  letter-spacing: 2px;
  line-height   : 40px;
}

.appendDots .slick-dots button:before {
  font-size: 10px;
  color    : grey !important;
}

.appendDots .slick-dots .slick-active button:before {
  font-size: 10px;
  color    : #2204AF !important;
}

.appendDots ul.slick-dots {
  position  : relative;
  bottom    : 0;
  text-align: left;
}

/* .features_slider_1 .slick-dots {
  position: relative;
  bottom: 30px;
  text-align: right;
} */

.slick-dots li button:before {
  color    : #D8D8D8;
  opacity  : 0.8;
  font-size: 6px;
}

#featuresSlider,
#featuresSlider2 {
  background: #fff;
  height    : 100%;
}

.sliderContainer {
  position: relative;
}

#verticalSlider {
  margin-bottom: 0;
}

#verticalSlider .slick-slider {
  margin : 0;
  padding: 0 !important;
}

#verticalSlider .slick-slide {
  float  : left;
  padding: 0;
}

.verticalSlide {
  align-items: center;
}

.verticalSlide i {
  font-size: 50px;
  color    : #2204AF;
}

.verticalSlide h3 {
  color         : #2204AF;
  font-family   : "Red Hat Display";
  font-size     : 38px;
  font-weight   : bold;
  letter-spacing: 0;
  line-height   : 51px;
}

.verticalSlide h3 i {
  font-size: 80px;
  color    : #6374FF;
}

.verticalSlide h3 span {
  vertical-align: middle;
}

.verticalSlide p {
  color: #444444;

  font-size     : 22px;
  letter-spacing: 2px;
  line-height   : 40px;
}

.verticalSlide a:hover {
  text-decoration: none;
}

.slick-dotted {
  margin-bottom: 0;
}

/* Fin slider */

/* ManageAccount */

.manageAccount {
  background: #fff;
  min-height: 100vh;
  height    : 100%;
}

.manageAccount img {
  width: 100%;
}

.manageAccount h3 {
  color: #FF963B;

  font-size     : 26px;
  font-weight   : bold;
  letter-spacing: 2.36px;
  line-height   : 40px;
}

.manageAccount h3 i {
  font-size     : 65px;
  margin        : auto 35px;
  vertical-align: middle;
}

.manageAccount p {
  color: #444444;

  font-size     : 22px;
  letter-spacing: 2px;
  line-height   : 40px;
}

.manageAccount hr {
  border-top: 1.5px solid #FF963B;
}

/* Flowers */

.growingFlowers {
  background       : url(/skins/theme1/media/images/flowers.svg);
  height           : 100vh;
  object-fit       : cover;
  background-repeat: no-repeat;
  background-size  : cover;
  align-items      : center;
  width            : 100%;
  margin           : 0;
}

.growingFlowers h2 {
  color         : #FF963B;
  font-family   : "Red Hat Display";
  font-size     : 38px;
  letter-spacing: 0;
  line-height   : 51px;
}

.growingFlowers h3 {
  color         : #FF963B;
  font-family   : "Source Sans Pro";
  font-size     : 26px;
  font-weight   : 600;
  letter-spacing: 2.36px;
  line-height   : 40px;
}

.growingFlowers p {
  color: #FFFFFF;
}

.growingFlowers p,
.features_slider_1_content p,
.manageAccount p {
  font-size     : 22px;
  letter-spacing: 2px;
  line-height   : 40px;
}

.growingFlowers hr {
  border-top: 1.5px solid #FF963B;
  width     : 60px;
  margin    : 20px 0;
}

.growingFlowers .marker,
.growingFlowers .marker:before,
.growingFlowers .marker:after {
  display      : block;
  width        : 5px;
  height       : 5px;
  border       : 4px solid #fff;
  opacity      : 0.8;
  position     : relative;
  border-radius: 50%;
}

.growingFlowers .marker:before,
.growingFlowers .marker:after {
  position   : absolute;
  margin-left: -4px;
  margin-top : -4px;
  opacity    : 0;
  border     : 4px solid #fff;
  animation  : pulse 2s infinite ease-out;
}

.growingFlowers .marker:before {
  content        : "";
  animation-delay: 0s;
}

.growingFlowers .marker:after {
  content        : "";
  animation-delay: 0.8s;
}

.growingFlowers .button-text {
  margin-left   : 20px;
  color         : #fff;
  font-size     : 20px;
  text-transform: uppercase;
  font-weight   : 300;
}

.growingFlowers .pulsingButton {
  margin-top: 70px;
}

/* SVG */

.st0 {
  fill: url(#Rectangle_Copy_12_1_);
}

.st1 {
  fill: #FFFFFF;
}

.st2 {
  fill: #370DC4;
}

.st3 {
  fill             : none;
  stroke           : #6374FF;
  stroke-width     : 2;
  stroke-miterlimit: 10;
}

.st4 {
  opacity          : 0.4;
  fill             : #FF963B;
  enable-background: new;
}

.st5 {
  fill: #2204AF;
}

.st6 {
  fill: #6374FF;
}

.st7 {
  fill: #FF963B;
}

.st8 {
  opacity          : 0.7;
  fill             : #FF963B;
  enable-background: new;
}

#Stars1,
#Stars2 {
  animation: 6s opacity infinite;
}

#petal1,
#top1 {
  transform-box   : fill-box;
  transform-origin: center;
  animation       : 5s hide, 4s opacity, 3s pulse infinite;
  animation-delay : 0s, 4s, 4s;
}

#petal2,
#top2 {
  transform-box   : fill-box;
  transform-origin: center;
  animation       : 4s hide, 4s opacity, 3s pulse infinite;
  animation-delay : 0s, 4s, 4s;
}

#petal3,
#top3 {
  transform-box   : fill-box;
  transform-origin: center;
  animation       : 4s hide, 4s opacity, 3s pulse infinite;
  animation-delay : 0s, 4s, 4s;
}

#Stars1 {
  animation-delay: 0.5s
}

#Stars2 {
  animation-delay: 2.0s
}

/* Flower#1 */

#tigePart1F1 {
  animation       : 2s grow, 2s opacity;
  transform-origin: center;
}

#tige1 {
  animation       : 5s grow, 3s opacity;
  transform-origin: center;
  animation-delay : 0, 2s;
}

#leaf1F1 {
  animation       : 5s hide, grow 4s, 4s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 3s;
}

#tigePart2F1 {
  animation       : hide 5s, grow 5s, 5s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 4s;
}

#leaf2F1 {
  animation       : 5s hide, grow 4s, 4s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 5s;
}

/* Flower#2 */

#tigePart1F2 {
  animation       : 5s hide, 5s grow, 3s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 2s;
}

#tige2 {
  animation       : 5s hide, 6s grow, 4s opacity;
  animation-delay : 0s, 0s, 2s;
  transform-origin: center;
}

#leaf2F2 {
  animation       : 5s hide, 4s grow, 4s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 5s;
}

/* Flower#3 */

#tigePart1F3 {
  animation       : 5s hide, 5s grow, 3s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 2s;
}

#tige3 {
  animation       : 5s hide, 6s grow, 4s opacity;
  animation-delay : 0s, 0s, 2s;
  transform-origin: center;
}

#leaf3F3 {
  animation       : 5s hide, 4s grow, 4s opacity;
  transform-origin: center;
  animation-delay : 0s, 0s, 5s;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes grow {
  0% {
    transform: scaleY(0.05);
  }

  100% {
    transform: scaleY(1);
  }
}

@keyframes hide {
  from {
    opacity: 0;
  }

  to {
    opacity: 0
  }
}

@keyframes pulse {
  from {
    transform: scale(1);
    opacity  : .7;
  }

  to {
    transform: scale(4, 4);
    opacity  : 0;
  }
}

/* Plans Section */

.plansSection {
  background: #6374FF;
  height    : 100vh;
}

.plansSection img,
.plansSection object {
  width        : 60%;
  position     : relative;
  margin       : 0 auto;
  margin-top   : -135px;
  z-index      : 1;
  /* margin-bottom: 50px; */
}

.plan {
  border-radius   : 20px;
  background-color: #F0F0F0;
  box-shadow      : -10px 60px 60px -50px #5c5291;
  text-align      : center;
}

#plansSlider .slick-slide {
  padding-top: 135px;
}

.plansSection .slick-dots .slick-active button:before {
  color    : #FF963B;
  font-size: 10px;
}

#plansSlider .pulsingButton {
  display         : flex;
  justify-content : center;
  align-items     : center;
  height          : 63px;
  border-radius   : 6px;
  background-color: #FF963B;
  cursor          : pointer;
  border          : none;
  margin          : 20px auto;
}

.plansDescription p {
  color         : #FFFFFF;
  font-family   : "Red Hat Display";
  font-size     : 50px;
  font-weight   : bold;
  letter-spacing: 0;
  line-height   : 66px;
}

.slider_nav_desktop-hide {
  display: none;
}

#plans_slider_arrows {
  position: relative;
  top     : -230px;
  margin  : 0 -20px;
}

.plan-slick-next svg {
  transform: rotate(180deg);
}

#plans_slider .plan img,
#plans_slider .plan object {
  width        : 60%;
  position     : relative;
  margin       : 0 auto;
  margin-top   : -135px;
  z-index      : 1;
  margin-bottom: 50px;
}

.slick-arrow {
  cursor: pointer;
}

.features_slider_img {
  padding: 0;
  height : 80vh;
  width  : 100%;
}

span.sup_pricing {
  width         : 50px;
  display       : inline-block;
  line-height   : 15px;
  font-size     : 15px;
  letter-spacing: 1px;
  font-weight   : 500;
  text-align    : left;
}

.plan p,
.plan_2 p {
    color         : #6374FF;
    font-size     : 13px;
    letter-spacing: 1px;
    line-height   : 19px;
    text-align    : center;
}

.plansSection .plan .pulsingButton {
  padding    : 10px 20px;
  margin     : 20px auto;
  font-size  : 14px;
  font-weight: 300;
  width      : 80%;
  line-height: 16px;
}

.plan h2,
.plan_2 h2 {
    color         : #FF963B;
    font-family   : "Red Hat Display";
    font-size     : 19px;
    font-weight   : bold;
    letter-spacing: 1px;
    line-height   : 23px;
    text-align    : center;
    margin-bottom : 5px;
    margin-top : 15px;
}

.custom_plan h2 {
  color: #2204AF;
}

#plansSlider .custom_plan .pulsingButton {
  background-color: transparent;
  color           : #2204AF;
  border          : 2px solid #2204AF;
  font-weight     : bold;
  margin-top      : 40px;
}

.logos-features .col-10 {
    display: flex;
    align-items: baseline;
}

.logos-features .col-10 img {
    max-width: 150px;
}

.logos-features .col-10 img.ga {
    position: relative;
    top: 20px;
}

.logos-features .col-10 img + img {
    margin-left: 40px;
}

@media screen and (max-width: 1199px) {
    .section-choose {
        display: flex;
        flex-direction: column-reverse;
    }
}

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

    .logos-features .col-10 {
        padding: 40px 0;
    }

    .logos-features .col-10 img {
        width: 50%;
    }

    .logos-features .col-10 img.ga {
        top: 20px;
    }
    
    .logos-features .col-10 img + img {
        margin-left: 20px;
    }

  .verticalSlideText h3 {
    margin-top: 20px;
  }

  .features_slider_img {
    padding: 0;
    height : 100%;
  }

  .features_slider_img img {
    height: auto;
  }

  .slick-nav-next svg,
  .slick-nav-next_2 svg {
    transform: rotate(180deg);
  }

  .slick-dots,
  .slick-dots {
    left      : auto;
    text-align: center;
    z-index   : 1;
  }

  .manageAccount {
    background: #fff;
    min-height: 100%;
    height    : 100%;
    margin    : 50px auto;
  }

  .manageAccountText {
    margin: 20px auto;
  }

  .slick-next.slick-arrow svg {
    transform: rotate(180deg);
  }

  .arrows .slick-prev:before,
  .arrows .slick-next:before {
    content: none;
  }

  .appendDots ul.slick-dots {
    text-align: center;
    margin    : 0 auto;
    width     : fit-content;
  }

  .growingFlowers i {
    font-size: 40px;
    color    : #fff;
  }

  .growingFlowers {
    padding            : 50px 0;
    background-position: 60%;
    height             : 100%;
  }

  .plansSection {
    height          : 100%;
    background-image: linear-gradient(#6374ff 40%, #fff 20%);
  }

  .plansDescription {
    background: #fff;
    padding   : 50px 0;
  }

  .plansDescription .pulsingButton {
    margin: 50px auto;
  }

  .plansDescription p {
    color         : #2204AF;
    font-size     : 26px;
    font-weight   : bold;
    letter-spacing: 0;
    text-align    : center;
    line-height   : 34px;
  }

  .pulsingButton {
    margin-top: 50px;
    font-size : 14px;
    min-width : 150px;
  }

  .verticalSlide h3 {
    color         : #2204AF;
    font-family   : "Red Hat Display";
    font-size     : 28px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 51px;
  }

  .verticalSlide h3 i {
    font-size: 60px;
    color    : #6374FF;
  }

  .verticalSlideText {
    height: 100%;
    margin: 50px auto;
  }

  .featuresTopImg {
    background           : linear-gradient(0deg, rgba(16, 0, 99, 0.6), rgba(16, 0, 99, 0.6)), url(/userfiles/images/rocket_mob_features.svg);
    background-repeat    : no-repeat;
    background-size      : cover;
    background-position-y: 20%;
    padding-top: 40px;
  }

  .featuresTopImg h2 {
    font-size     : 28px;
    font-weight   : bold;
    letter-spacing: 0;
    line-height   : 30px;
    margin-bottom : 10px;
    margin-top    : 100px;
  }

  .featuresTopImg p {
    font-size  : 22px;
    line-height: 25px;
  }

  .verticalSlideText {
    padding: 0;
  }

  .features_slider {
    margin-bottom: 50px;
  }

  .features_slider_img {
    padding: 0;
  }

  .verticalSlideText h3 {
    font-size  : 24px;
    line-height: 33px;
  }

  .growingFlowers hr {
    border-top: 1.5px solid #FF963B;
    width     : 100%;
    margin    : 20px 0;
  }

  .features_slider_1_content li {
    line-height: 30px;
    font-size  : 16px;
  }

  .manageAccount h3 {
    line-height: 35px;
  }

  .manageAccount p {
    font-size  : 16px;
    line-height: 30px;
  }

  .growingFlowers h2 {
    font-size     : 30px;
    letter-spacing: 0;
    line-height   : 38px;
    color         : #2204AF;
  }

  .growingFlowers p {
    color: #444444;
  }

  .growingFlowers p,
  .features_slider_1_content p,
  .manageAccount p, .verticalSlide p {
    font-size     : 18px;
    letter-spacing: 1.64px;
    line-height   : 30px;
  }

  .desktop_hide {
    display: block;
  }

  .growing_flowers_mob {
    background         : url(/skins/theme1/media/images/flowers.svg);
    height             : 100%;
    background-repeat  : no-repeat;
    background-size    : cover;
    align-items        : center;
    width              : 100%;
    margin             : 0;
    min-height         : 400px;
    background-position: 78%;
  }

  .growingFlowers {
    background: #fff;
  }

  .haveItYourWay svg,
  .verticalSlideText svg {
    fill  : #2204AF;
    height: 40px;
  }

  .slider_nav_desktop-hide {
    display: block;
  }

  #plans_slider_arrows {
    position: relative;
    top     : -230px;
    margin  : 0;
  }

  .plan {
    border-radius   : 20px;
    background-color: #F0F0F0;
    box-shadow      : none;
    text-align      : center;
  }
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .appendDots {
    top: -450px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .features_slider_1 {
    margin: 40px auto;
  }

  #appendDots2 {
    margin-bottom: 40px;
  }
}